html,body 
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	
	background-color: #009bfd;
	
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border: 0px;
}

h2
{
	margin: 0px;
	padding: 0px;
	
	font-size: 120%;
}

a
{
	color: #009cff;
}

a:hover
{
	color: #009cff;
	text-decoration: none;
}

/** Wrapper(main background) */
div#wrapper
{
	position: static;
	
	background-image: url("../images/ain.png");
	background-repeat: repeat-x;
	
	width: 100%;
	height: 856px;
	
	z-index: 1;
	min-width: 1000px;
}

/** Main */
div#main
{
	width: 100%;
	min-height: 100%;
	min-width: 1000px;
	
	color: #ffffff;
	z-index: 2;
	position: static;
	
	margin-top: -856px;
	
	overflow: hidden;
}

div#main_1
{
	padding-left: 25px;
	padding-right: 25px;
	
	overflow: hidden;
}

/** Header */
div#header
{
	min-width: 1000px;
	height: 284px;
}

div#header #logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#header #auto
{
     float: right;
     
     margin-top: 11px;
     margin-right: 10px;
     
     z-index: 15;
     position: relative;
     
     width: 440px;
     height: 337px;
}


div#header #header_elements
{
	max-width: 450px;
}

div#header #header_elements #header_elements_level2
{
	position: absolute;
	top: 88px;
}

div#header #buttons
{
	position: absolute;
	left: 280px;
	top: 20px;
	
	list-style-type: none;
}

div#header #buttons li
{
	float: left;
	list-style-type: none;
	
	padding-left: 0px;
	padding-right: 0px;
}

div#header #buttons .element
{
	padding-left: 9px;
	padding-right: 9px;
	
	margin-top: -2px;
}

/** Contacts */
div#header #contacts
{
	padding: 10px;
	
	border-left: 1px dashed #ffffff;
	border-right: 1px dashed #ffffff;
	
	height: 95px; 
	
	width: 288px;
	
	float: left;
}

div#header #contacts .header_elements_level2_img
{
	margin-bottom: 14px;
	margin-top: -5px;
}

div#header #contacts ul
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

div#header #contacts ul li
{
	margin-bottom: 3px;
	
	font-size: 78%;
	cursor: default;
	
	vertical-align: middle;
}

div#header #contacts ul li span
{
	vertical-align: middle;
}

div#header #contacts ul li img
{
	margin-right: 5px;
	vertical-align: middle;
}

/** Works */
div#header #works
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	
	border-right: 1px dashed #ffffff;
	
	float: left;
	
	height: 120px; 
	width: 125px;
}

div#header #works p
{
	font-size: 78%;
	
	text-align: center;
	clear: both;
	
	cursor: default;
}

/** Main Menu menu_bg.png */

div#main_menu
{
	clear: both;
	
	list-style-type: none;
	
	height: 46px;
	
	margin: 0px;
	padding: 0px;
	
	position: absolute;
	
	top: 230px;
	left: 0px;
	
	width: 100%;
	z-index: 14;
	
	min-width: 600px;
}

div#main_menu #main_menu_left
{
	float: left;
	margin-left: 21px;
}

div#main_menu table
{
	height: 46px;
	
	margin: 0px;
	padding: 0px;
	
	width: 90%;
	min-width: 500px;
	
	margin-left: -12px;
}

div#main_menu #main_menu_center
{
	height: 46px;
	
	margin: 0px;
	padding: 0px;
	
	float: right;
	
	width: 100%;
	
	margin-left: -56px;
	
	z-index: 14;
}

div#main_menu #main_menu_center1
{
	margin-left: 33px;
	margin-right: 370px;
	
	background-image: url("../images/menu_bg.png");
	background-repeat: repeat-x;
	
	min-width: 580px;
}

div#main_menu td
{
	height: 16px;
	
	text-align: center;
	
	vertical-align: middle;
}

div#main_menu .item
{
	height: 25px;
	
	background-image: url("../images/split.png");
	background-position: center right;
	background-repeat: no-repeat;
}

div#main_menu .item_last 
{
	height: 25px;
	
	margin-top: 32px;
	
	padding-top: 2px;
}
div#main_menu .item a
{
    color: #ffffff;
    text-decoration: none;
    display:block; margin:0px auto;
    z-index: 110;
}

div#main_menu .item_last a
{
	color: #ffffff;
	text-decoration: none;
	
}

/** Content */
div#content
{
	float: left;
	width: 100%;
	
	margin-right: -345px;
	margin-top: -29px;
	
	clear: both;
}

div#content #content_block1
{
	margin-right: 345px;
}

/** Right */
div#right
{
	float: right;
	width: 330px;
	
	padding-left: 15px;
	
	margin-top: -10px;
}

/** News */
div#news
{
	min-height: 147px;
	
	background-image: url("../images/news_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-left: 45px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 80px;
	
	font-size: 80%;
	text-align: justify;
	
	margin-top: -39px;
	margin-left: -25px;
	
	position: relative;
	z-index: 400;
}

/** Opros */
div#opros
{
	min-height: 147px;
	
	background-image: url("../images/opros_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-left: 24px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 70px;
	
	font-size: 80%;
	text-align: justify;
	
	margin-left: -5px;
	margin-top: -20px;
	
	position: relative;
	z-index: 400;
}

div#opros form
{
	margin: 0px;
}

/** About */
div#about
{
	min-height: 147px;
	
	background-image: url("../images/about_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 55px;
	
	font-size: 80%;
	text-align: justify;
	
	margin-top: -20px;
	margin-left: -10px;
	position: relative;
	z-index: 400;
}
div#about0
{
	min-height: 147px;
	
	
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 55px;
	
	font-size: 80%;
	text-align: justify;
	
	margin-top: -20px;
	margin-left: -10px;
	position: relative;
	z-index: 400;
}

/** Footer */
div#footer
{
	clear: both;
	float: left;
	
	width: 100%;
	
	margin-bottom: 10px;
}

div#footer_1
{
	margin-left: 25px;
	margin-right: 25px;
}

div#footer #footer_body
{
	height: 85px;
	padding-left: 15px;
	
	float: left;
	
	width: 100%;
}

div#footer #footer_phone
{
	margin-top: -20px;
	margin-left: -20px;
	float: left;
	
	position: relative;
}
div#footer #footer_obr

{
	float: left;
	font-size: 80%;
	
	margin-bottom: 200px;
	position: absolute;
}

div#footer #copyright
{
	float: left;
	font-size: 80%;
	
	margin-top: 10px;
	position: relative;
	
	background-image: url("../images/copyright_bg.png");
	background-repeat: no-repeat;
	
	width: 325px;
	height: 46px;
	
	margin-top: 28px;
	margin-left: 205px;
	
	padding: 5px;
}

div#footer #banners
{
	float: left;
	
	margin-top: 10px;
	position: relative;
	
	height: 46px;
	
	list-style-type: none;

	margin-top: 27px;
}

div#footer #banners li
{
	float: left;
	margin-right: 10px;
}

/** Items */
.items
{
	
}

.items .item
{
	clear: both;
}

.items .item .item_left
{
	float: left;
	width: 200px;
	
	display: block;
	
	margin: 0px;
	padding: 0px;
	
	padding-bottom: 10px;
	padding-top: 10px;
	
	position: relative;
	z-index: 11;
}

.items .item .item_right
{
	float: right;
	display: block;
	
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	margin-left: -200px;
	
	position: relative;
	z-index: 10;
}

.items .item  span
{
	font-size: 80%;
	margin-left: 210px;
	
	padding-bottom: 10px;
	padding-top: 10px;
	
	border-bottom: 1px dotted #009cff;
	text-align: justify;
	
	display: block;
}

/** Block */
.block
{
	width: 100%;
	
	float: left;
}

.block .block_top
{
	width: 100%;
	
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
	
	clear: both;
}

.block .block_top td
{
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.block .block_top td img
{
	border-collapse: collapse;
}

.block .block_top_left
{
	width: 15px;
}

.block .block_top_right
{
	width: 15px;
}

.block .block_top_body
{
	width: 100%;
	background-color: #020202;
}

.block .block_bottom
{
	width: 100%;
	
	border-collapse: collapse;
	border: 0px;
	margin: -8px 0px 0px 0px;
	padding: 0px;
	float: left;
	clear: both;
}

.block .block_bottom td
{
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}

.block .block_bottom td img
{
	border-collapse: collapse;
}

.block .block_bottom_left
{
	width: 15px;
}

.block .block_bottom_right
{
	width: 15px;
}

.block .block_bottom_body
{
	background-color: #020202;
	width: 100%;
}

.block .block_body
{
	background-image: url("../images/block_bg2.png");
	background-repeat: repeat-x;
	background-position: top center;
	
	width: 100%;
	
	clear: both;
	float: left;
	
	background-color: #353535;
}

.block .block_body1
{
	width: 100%;
	
	clear: both;
	float: left;
	
	background-image: url("../images/block_bg3.png");
	background-repeat: repeat-x;
	background-position: bottom center;
}

.block .block_body2
{
	background-image: url("../images/block_bg1.png");
	background-repeat: repeat-x;
	background-position: center;
	
	background-color: #020202;
	
	width: 100%;
	
	clear: both;
	float: left;
}

/** Next */
.next
{
	margin-top: 10px;
	display: block;
}

/** Opros */
.opros
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.opros li
{
	margin-top: 15px;
}

.opros li label
{
	margin-left: 10px;
}

/** Buttons */
.button_1
{
	cursor: pointer;
	color: #ffffff;
	background-color: #525252;
	border: 0px;
}

.clear
{
	clear: both;
}

/** Fixs */
#phone2_img
{
	width: 142px;
	height: 102px;
	margin-top: -44px;
	margin-left: 44px;
}

#letter_img
{
	height: 26px;
	width: 26px;
	
	background-image: url("../images/email2_1.png");
	
	cursor: hand;
	display: block;
}

#home_img
{
	width: 61px;
	height: 10px;
	
	margin-top: 3px;
}

#home2_img
{
	height: 26px;
	width: 26px;
	
	background-image: url("../images/home3_1.png");
	
	cursor: hand;
	display: block;
}

div#forum_img
{
	width: 52px;
	height: 23px;
	
	position: relative; 
	z-index: 1700;
}

#zoom_img
{
	background-image: url("../images/search2_1.png");
	
	height: 26px;
	width: 26px;
	
	cursor: hand;
	display: block;
}

/**-------------------   Clock block  -----------------*/
div#clock
{
	width: 123px;
	height: 71px;
	
	background: url("../images/clock.png") no-repeat center;
	
	position: absolute;
	
	left: 470px;
	top: 0px;
	
	font-size: 90%;
	text-align: center;
}

div#clock_top
{
	margin-top: 12px;
	
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 4px;
}

div#clock_bottom
{
	padding-top: 4px;
}

/******** Time Work ********/
div#time_work
{
	padding: 10px;
	
	height: 100px;
	width: 123px;
	
	float: left;
	
	margin: -5px 0px 0px 0px;
	
	background: url("../images/clock_2.png") center left no-repeat;
	
	font-size: 90%;
	text-align: left;
	
	color: #ffffff;
}

#time_work_img
{
	margin: 0px 0px 5px 0px;
}

div#time_work #clock_top
{
	margin-top: 6px;
	
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 4px;
}

#clock_bottom
{
	padding-top: 4px;
}


.copyright {top:-15px;left:-30px;position:relative;margin-bottom:-24px;float:right;font:normal 8pt Tahoma; color:#FFFFFF;}
.copyright a {font:normal 8pt Tahoma; color:#FFFFFF;text-decoration:underline;}
.copyright a:hover {text-decoration:none;}
.logo_ico {width:220px;height:82px;position:absolute; top:3px;left:50px}