body{
	background-color: #EFEFEF;
	background-image: url(body_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: normal;
	padding: 0px;
}

body, td, th{
	font-size: 13px;
}

a{
	color: #135EA2;
	text-decoration: underline;
}

.icon {
	width: 70px;
	border: solid 4px whitesmoke;
	margin-right: 10px;
	float: left;
}

#search_field{
	font-size:11px;
	padding:4px;
	padding-right: 8px;
	padding-left: 8px;
	color:white;
	float:right;
	margin-top:8px;
	width:150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #333;
	
	-moz-border-radius: 2em;
    border-radius: 2em;

}

small{}

#header{
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
}

#header #logo{
	display: block;
	height: 54px;
	width: 180px;
	background-image: url(smart.gif);
	margin-top: 20px;
	float: left;
}

#header #usluge{
	display: block;
	float: right;
	font-size: 16px;
	margin-top: 30px;
}

#header #usluge img{
	margin-left: 20px;
}



#user_menu{
	margin-right: auto;
	width: 950px;
	height: 40px;
	margin-left: auto;
}

#user_menu a:hover{
	color: #FFF;
	background-image: url(user_menu_bg_hover.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.block .title{}

#user_menu a{
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-top: 13px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #282828;
	float: left;
	font-size: 12px;
	text-shadow: rgba(0,0,0,0) 0px 2px 2px;
}

#post_header{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}

#post_header #banner{
	padding-top: 20px;
	padding-left: 20px;
	height: 60px;
	width: 270px;
	margin-top: 20px;
	font-size: 12px;
	text-decoration: none;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(border-radius.htc);
}

#post_header #banner:hover{
	background-color: #FFFCF0;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
	color: #333;
}

#post_header #banner strong{
	font-size: 18px;
}

#post_header .banner1{
	background-image: url(chart.png);
	background-repeat: no-repeat;
	background-position: 200px center;
	display: block;
	background-color: #EFEFEF;
	float: left;
	border: 1px solid #909090;
	color: #333;
	margin-right: 36px;
}

#post_header .banner2{
	background-image: url(globe.png);
	background-repeat: no-repeat;
	background-position: 200px center;
	display: block;
	background-color: #F7FBF0;
	float: left;
	border: 1px solid #C0DB8C;
	color: #6FB728;
}

#post_header .banner3{
	background-image: url(computer_process.png);
	background-repeat: no-repeat;
	background-position: 200px center;
	display: block;
	background-color: #E8F1F9;
	float: left;
	border: 1px solid #62A2D5;
	color: #135EA2;
	margin-left: 36px;
}

#content{
	width: 930px;
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #CCC;
}

.block a{
	display: block;
	background-image: url(link.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 2px;
}

#footer{
	background-color: #333;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	color: #FFF;
	font-size: 12px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}

#right{
	display: block;
	width: 250px;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-left: 15px;
}

td{
	text-align: left;
	vertical-align: top;
}


/* system */

.title{
	font-size: 16px;
	color: #C00;
}

.block{
	display: block;
	margin-bottom: 30px;
}

.block .title{
	margin-bottom: 10px;
	width: 100%;
	display: block;
	border: 1px none #CCC;
	background-image: url(toright.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.article{
	margin-bottom: 20px;
	width: 600px;
}

.article .title{
	width: 100%;
	padding-bottom: 20px;
}

.article .more{
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-image: url(more_comment_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: -4px;
}

.category_date{
	font-size: 11px;
	color: #999;
	padding-top: 4px;
	padding-bottom: 4px;
}

.comments_more{
	margin-top: 5px;
	margin-bottom: 30px;
	padding-top: 10px;
	text-align: right;
}

.article .comment{
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-image: url(more_comment_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer a{
	color: #FC0;
}

textarea{
	width: 100%;
	font-family: arial;
	font-size: 12px;
}

#comment_form{
	font-size: 14px;
	background-color: #E9F0F8;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-top-color: #69C;
	border-right-color: #69C;
	border-bottom-color: #69C;
	border-left-color: #69C;
}

#comment_form input, textarea{
	border: 1px solid #69C;
}

.comment{
	background-color: #FFFBE8;
	padding: 10px;
	margin-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FC0;
}
