@charset "utf-8";
h1,h2,h3,h4,p,form { margin:0; padding:0;}
body  {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #585858;
	background-color: #f7f7f7;
	font-size: 14px;
	}

.twoColFixLt #top {
		width: 956px;
		margin: 0 auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
		background-color: #686868;
		color: #FFFFFF;
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #FFFFFF;
		border-right-width: 4px;
		border-right-style: solid;
		border-right-color: #FFFFFF;
		border-bottom-width: 4px;
		border-bottom-style: solid;
		border-bottom-color: #FFFFFF;
		font-size: 11px;
	}
.twoColFixLt #top a {color: #CCCCCC;}
.twoColFixLt #container {
		width: 960px;
		margin: 0 auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
		background-color: #f1f2f2;
		background-image: url(/bitrix/templates/apkvvc/images/bg_main.gif);
		border-right-width: 4px;
		border-right-style: solid;
		border-right-color: #FFFFFF;
	}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
.twoColFixLt #mainColumn {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 660px;
	} 
#mainColumn #title {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 144px;
	width: 660px;
	background-image: url(/bitrix/templates/apkvvc/images/title.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
		float: right;
		margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}

#sidebar1 #logo {
	height: 139px;
	text-align: center;
	padding-top: 5px;
	}

#sidebar1 h3 {
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 26px;
	padding-bottom: 4px;
	padding-left: 26px;
	height: 27px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-width: 4px;
	border-right-style: solid;
	color:#ffffff;
	}
#sidebar1 .green_bg {
		background-image: url(/bitrix/templates/apkvvc/images/bg_green.gif);
	}
	
#sidebar1 .blue_bg {
		background-image: url(/bitrix/templates/apkvvc/images/bg_blue.gif);
	}
	
#sidebar1 .grey_bg {
		background-image: url(/bitrix/templates/apkvvc/images/bg_grey.gif);
	}
	
#sidebar1 a {
		color: #FFFFFF;
	}
#sidebar1 #news {
	background-color: #9dad4d;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 26px;
	padding-left: 26px;
	padding-bottom: 10px;
	overflow:hidden;
	/*height: 266px;*/
	}
	
#sidebar1 #partners, #sidebar1 #menu {
	background-color: #a9a9a9;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#sidebar1 #partners {
	text-align:center;
	padding-right: 5px;
	padding-left: 5px;
}
	
#sidebar1 #menu {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
/*#9dad4d;*/
#sidebar1 #articles, #sidebar1 #side_expo {
	background-color: #7ca9d5;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 26px;
	padding-left: 26px;
	padding-bottom: 20px;

}

#sidebar1 #side_expo {
	padding-top: 0px;
	padding-bottom: 0px;
	overflow:hidden;
	height: 276px;
}

	
#advert_top_cont {
		height: 98px;
		border-bottom-width: 4px;
		border-bottom-style: solid;
		border-bottom-color: #FFFFFF;
		border-top-width: 4px;
		border-top-style: double;
		border-top-color: #FFFFFF;
	}
#advert_top {
		height: 98px;
		width: 618px;
		float: left;
		margin: 0px;
		padding: 0px;
	}
	
#adv_on_site {
		float: left;
		background-color: #686868;
		width: 42px;
		text-align: left;
	}
	
.vcont {
	display: table;
	height: 98px;
	width: 616px;
	}
	
.vcont .vcenter {
		vertical-align: middle;
		display: table-cell;
		text-align: center;
	}
#mainContent {
	padding-right: 60px;
	padding-left: 30px;
	padding-bottom: 20px;
	}
#mainContent .expo_listitem {
	/*padding-bottom: 20px;*/
}
#mainContent .expo_listitem .expo_logo {
	float: left;
	/*width: 110px;*/
	text-align: center;
	padding-top:20px;
}
#mainContent .expo_listitem .expo_info {
	padding-left: 140px;

}
#mainContent .expo_listitem h3 {
	color: #4985c0;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent .expo_listitem h3 a, #mainContent .expo_listitem h3 a:visited {
	color: #4985c0;
}

#mainContent .expo_listitem p {padding:0}

#mainContent .expo_listitem p.expo_date, #mainContent .expo_detail p.expo_date {
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent .expo_listitem p.expo_descr, #mainContent .expo_detail p.expo_descr {
	padding-bottom: 5px;
	letter-spacing: 1px;
}
#mainContent .expo_listitem div.expo_data {
	font-size: 12px;
}



.line_dash {
	background-image: url(/bitrix/templates/apkvvc/images/line_grey.gif);
	background-repeat: repeat-x;
	height: 25px;
	font-size: 1px;
	clear: both;
	margin: 0px;
	background-position: 0px bottom;
	padding: 0px;
}
#sidebar1 .line_dash {
	height: 10px;
}

#footer {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
#footer_left {
	float: left;
	width: 292px;
	background-image: url(/bitrix/templates/apkvvc/images/bg_footer_blue.gif);
	height: 31px;
	padding-top: 13px;
}
#footer_rigth {
	height: 32px;
	background-image: url(/bitrix/templates/apkvvc/images/bg_footer_green.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	float: left;
	width: 660px;
	margin-left: 4px;
}
.side_date {
	float: left;
	text-align: center;
	padding-left: 0px;
	margin-top: 10px;
}
#sidebar1 #side_expo .side_date {
	float: none;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.side_text {
	color: #FFFFFF;
	padding-left: 55px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 0px;
}
.side_date .side_day {
	font-size: 30px;
	line-height: 26px;
}
.side_date .side_mon {
	font-size: 10px;
	height: 11px;
	line-height: 6px;
}
#side_expo h4 {
	font-size: 17px;
	font-weight: normal;
	clear: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
}

#side_expo .side_date .side_mon {
	font-size: 11px;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 2px;
}
#menu li {
	background-image: url(/bitrix/templates/apkvvc/images/line_grey.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 12px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

#menu li a.selected {
	color:#ededed; /*#ededed*/
	text-decoration:none;
}


#menu .lastitem {
	background-image: none;
}


li.lastitem {
	background-image: none;
	margin-right: 0px;
	padding-right: 0px;
}
li.firstitem {
	margin-left: 0px;
	padding-left: 0px;
}
.addr_footer {
	color: #4985c0;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	position: absolute;
	width: 260px;
	margin-top: -90px;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.addr_footer a {
	color: #585858;
}
.search_top {
	float: left;
	margin-left: 30px;
	padding: 4px 0;
}
.auth_top {
	float: left;
	text-align: left;
	margin-left: 35px;
	padding: 4px 0;
}

#top #lang {
	float: right;
	padding: 6px 10px 0 0;
}
#top #lang a{
	/*color:#585858;*/
	}

.bt_grey {
	background-image: url(/bitrix/templates/apkvvc/images/bg_butt_login.gif);
	background-repeat: repeat-x;
}
.form_grey input.button {
	font-size: 11px;
	background-image: url(/bitrix/templates/apkvvc/images/bg_butt_login.gif);
	background-color: #5B5B5B;
	margin-top: 0px;
	height: 20px;
	margin-right: 5px;
}
.form_grey input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #a0a0a0;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}


/* =========== YEARS ============= */

#mainContent ul.years {
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 38px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align:center;
}
#mainContent .years li {
	text-align:center;
	display: inline;
	margin: 0px 0px 0px -4px;
	padding: 5px 10px 5px 10px;
	line-height: 38px;
	font-size: 18px;
	height: 38px;

	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #a9a9a9;
}
#mainContent .years .firstitem {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#mainContent .years .lastitem {
	border-right-width: 4px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
}

#mainContent .years li a {
	/*display: block;
	padding-top: 5px;*/
	color: #FFFFFF;
	text-decoration: none;
}

#mainContent .years li a:hover {text-decoration: underline;}

#mainContent ul.years li#selected {
	background-color: #9DAD4D;
	color: #FFFFFF;
}

#mainContent ul.years li#selected a {
	color: #FFFFFF;
}


/* =========== END YEARS ============= */


/* =========== PAGER ============= */

#mainContent ul.pagenav {
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 38px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align:center;
}
#mainContent .pagenav li {
	text-align:center;
	display: inline;
	margin: 0px 0px 0px -4px;
	padding: 5px 8px 5px 8px;
	line-height: 38px;
	font-size: 12px;
	height: 38px;

	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #a9a9a9;
}
#mainContent .pagenav .firstitem {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#mainContent .pagenav .lastitem {
	border-right-width: 4px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
}

#mainContent .pagenav li a {
	/*display: block;
	padding-top: 5px;*/
	color: #FFFFFF;
	text-decoration: none;
}

#mainContent .pagenav li a:hover {text-decoration: underline;}

#mainContent ul.pagenav li#selected {
	background-color: #7ca9d5; /*#9DAD4D*/
	color: #585858;
	font-weight:bold;
}

#mainContent ul.pagenav li#selected a {
	color: #585858;
	font-weight:bold;
}

#mainContent .blocks_count {text-align:center;font-size: 12px;}

/* =========== END PAGER ============= */
