html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,nav, section, iframe,footer,header {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	border:none;
}
aside, nav, footer, header, section { display: block }
body {
	font-size:12px;
	font-family:'Times New Roman', Times, serif;
	}
	a, a:visited{
		color:#0054a6
	}
	a:hover{
		text-decoration:none;
	}
#header_bg{
	position:absolute;
	width:100%;
	height:190px;
	top:0;
	left:0;
	
}
#header_bg .left{
	background:url('../images/header_bg_left.png') repeat-x;
	width:45%;
	height:190px;
	position:absolute;
	left:0;
	
	
}
#header_bg .right{
	background:url('../images/header_bg_right.png') repeat-x;
	width:45%;
	height:190px;
	position:absolute;
	right:0;
	
}

div#main_container {
	width:100%;
	min-width:1061px;
	text-align:left;
	margin:0 auto;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position:relative;
	top:0;
	left:0;
	
	
	
	
}
*:first-child+html div#main_container{
	
	
}
* html div#main_container{
	
}
header{
	width:991px;
	height:180px;
	background:url('../images/header_image.png') no-repeat;
	position:relative;
	margin:0 auto;
}

#logo_link{
	display:block;
	position:absolute;
	width:160px;
	height:90px;
	left:400px;
	top:15px;
}

nav{
	width:455px;
	height:39px;
	background:url('../images/menu_bg.png') no-repeat;
 	position:absolute;
	left:265px;
	top:124px;
}
nav div{
	padding: 8px 0 0 25px;
}
nav a{
	display:block;
	float:left;
	color:#0058c0;
	padding:0 27px 0 0;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
nav a:hover{
	text-decoration:underline;
}
.clear{clear:both;}

#login_form{
	width:241px;
	height:171px;
	background:url('../images/login_bg.png') no-repeat;
 	position:absolute;
	right:5px;
	top:0;
	
}
#login_tel{
	width:241px;
	height:171px;
	background:url('../images/login_bg.png') no-repeat;
 	position:absolute;
	left:5px;
	top:0;
	
}
.login_tele{
	font-size: 18px;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	color: #707070;
}
.login_tele strong{
	font-size: 24px;
	color: #5684BC;
	font-weight: normal;
}
footer{
	
width:991px;
	height:180px;
	background:url('../images/footer_image.png') no-repeat;
	position:relative;	
	margin:0 auto;
	display:none;
}
#login_form .login_container{
	
	padding:10px 15px 0 20px;
}
#login_form .h1{
	color:#0058c0;
	font-size:13px;
	
	font-weight:bold;
}
.field_title{
	color:#707070;
	font-size:12px;
	margin:6px 0 3px 0;
}
#login_form input{
width:200px; height:20px; font-size:11px; 
border:1px solid #E0E0E0;
}
#login_form .btn_container input{
	border:0;
	width:71px;
	height:25px;
	position:absolute;
	top:6px;
	left:0;
}
#login_form .btn_container{
	position:relative;
	margin:4px 4px 0 0;
}
#login_form .links{
	position:absolute;
	right:0;
}
#login_form  .links a{
	
color:#0058c0;
font-size:13px;
text-decoration:underline;
}
#login_form  .links a:hover{
	text-decoration:none;
}

#middle{
	position:relative;
	width:100%;
}
#left{
	position:absolute;
	left:5px;
	top:0;
	width:241px;
}
#right{
	
	position:absolute;
	right:5px;
	top:0;
	width:241px;
	
}
#center{
	position:absolute;
	left:265px;
	top:0;
	width:auto;
}
#content{
	padding: 0 260px 0 0;
}
	
.news_header{
	padding:10px;
}
.news_header .tri{
	float:left;
	padding: 0px 5px; 0 0;
}
.news_header .news_category{
	float:left;
	
}
.news_header .news_from{
	float:right;
}
.news_header .news_name{
	clear:both;
}

.news_header .news_category, .news_header .news_from{
	color:#707070;
	font-size:14px;
}
.news_content{
	margin-top:10px;
	color:#707070;
	font-size: 14px;
}

.news_content h1{
	color:#7aa1d5;
}
.news_header .news_name a{
	
	font-size:14px;
}

.section{
	width:241px;
	margin-top:-1px;
	
}
.section .header{
	width:241px;
	height:50px;
	background:url('../images/section_top.png') no-repeat;
}
.section .header div{
	color:#0072bc;
	font-size:16px;
	font-weight:bold;
padding: 6px 0  0 38px;
	
}
.first .header div{
	
padding-top:8px;
	
}
.first{
	margin-top:0;
}
.first .header{
	background:url('../images/section_top_first.png') no-repeat;
	height:52px;
}
.section .content_container{
	width:241px;
	background:url('../images/section_middle.png') repeat-y;

	
}
.section .content{
	padding: 0 2px 2px 20px;
}

.section .bottom{
	width:241px;
	height:1px;
	background:url('../images/section_bottom.png') no-repeat;
}

.section .content .h2{
	color:#707070;
	font-size:15px;
	font-weight:bold;
}

.section .content .menu_block{
	padding-bottom:20px;
}
.section .content .menu_block ul{
	padding-top:2px;
}
.section .content .menu_block ul li{
	list-style:none;
	display:block;
	background:url('../images/li.png') no-repeat;
	min-height:16px;
	text-indent:20px;
	margin-top:6px;
	line-height:1.3;
	padding-top:-2px;
	
}
.section .content .menu_block ul li a{
	font-size:15px;
	
	
}

.section .content .vote_list{
	margin-top:2px;
}
#copyright{
	position:absolute;
	left:50%;
	top:80px;
	margin-left:-80px;
	
}

.error{
	margin:0 0 5px 0;
}

.error h1{
	font-size:15px;
	color: #7AA1D5;}
	
.error div{
	font-size:13px;
	color: red;
}









.blocks {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}
.comments {
	BORDER-RIGHT: #53a1eb 0px solid; BORDER-TOP: #53a1eb 1px solid; BORDER-LEFT: #53a1eb 0px solid; BORDER-BOTTOM: #53a1eb 1px solid
}
.lblockh {
	BACKGROUND-POSITION: left 50%; BACKGROUND-IMAGE: url(/templates/exet/images/blockbgr.gif); BACKGROUND-REPEAT: no-repeat
}
.rblockh {
	BACKGROUND-POSITION: left 50%; BACKGROUND-IMAGE: url(/templates/exet/images/blockrbg1.gif); BACKGROUND-REPEAT: no-repeat
}
.blocktitre {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.blanc {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.reklama {
	FONT-SIZE: 8px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.blanc:link {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}



#tooltip{
background:#FFFFFF;
border:1px solid #666666;
color:#333333;
font:menu;
margin:0px;
padding:3px 5px;
position:absolute;
visibility:hidden
}
