@charset "utf-8";
/* CSS Document */

body {
	background-color:#b3b4b3;
	background-image:url(../images/background.png);
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Trebuchet MS, Verdana;
	font-size:12px;
}

#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:996px;
}

#top_layer {
	position:relative;
	background:url(../images/img_top.png) 408px no-repeat;
	width:100%;
	height:26px;
}

#l1_layer {
	position:relative;
	background:url(../images/l1_mid.png) 408px no-repeat;
	width:100%;
	height:20px;
}

#l1_left {
	position:relative;
	background:url(../images/l1_left.png) left top no-repeat;
	width:100%;
	height:20px;
}

#l1_right {
	position:relative;
	background:url(../images/l1_right.png) right top no-repeat;
	width:100%;
	height:20px;
}

#l1_left_mid {
	position:relative;
	background:url(../images/l1_left_top.png) 24px no-repeat;
	width:100%;
	height:20px;
}

#l1_right_mid {
	position:relative;
	background:url(../images/l1_right_top.png) 588px no-repeat;
	width:100%;
	height:20px;
}

#main {
	position:relative;
	width:100%;
	height:auto;
}

#main_left {
	position:relative;
	width:100%;
	background:url(../images/main_left.png) left no-repeat;
	height:695px;
}

#main_right {
	position:relative;
	width:100%;
	background:url(../images/main_right.png) right no-repeat;
	height:695px;
}

#logo {
	position:absolute;
	background:url(../images/zhegov_logo.png) no-repeat;
	width:172px;
	height:56px;
	right:70px;
	top:50px;
	z-index:5;
}

#nav_l1 {
	position:absolute;
	width:auto;
	height:26px;
	font-size:20px;
	top:70px;
	left:70px;
	z-index:5;
}

#nav_l1 a {
	text-decoration:none;
	color:#000000;
}

#nav_l1 a:hover {
	color:#e7e7e7;
}

#nav_l1 a.current {
	color:#FFFFFF;
}

#nav_l2 {
	position:absolute;
	width:auto;
	height:20px;
	font-size:16px;
	top:100px;
	left:70px;
	z-index:5;
}

#nav_l2 a {
	text-decoration:none;
	color:#000000;
}

#nav_l2 a:hover {
	color:#e7e7e7;
}

#content {
	position:relative;
	width:855px;
	height:530px;
	background:url(../images/main_content.jpg) no-repeat;
	margin-left:24px;
	margin-right:25px;
	padding-top:140px;
	padding-left:47px;
	padding-right:45px;
	padding-bottom:25px;
}

#l3 {
	position:relative;
	width:100%;
	height:19px;
	background-color:#e3e1d6;
}

#l3_left {
	position:relative;
	width:100%;
	height:19px;
	background:url(../images/l3_left.png) left no-repeat;
}

#l3_right {
	position:relative;
	width:100%;
	height:19px;
	background:url(../images/l3_right.png) right no-repeat;
}

#footer {
	position:relative;
	width:100%;
	height:19px;
	text-align:center;
	font-size:10px;
}

#news {
	position:relative;
	background:url(../images/main_left_trans.png) no-repeat;
	height:500px;
	padding-top:20px;
	padding-bottom:20px;
}

#news_table {
	width:100%;
	border:none;
	font-size:12px;
}

#news_table tr td {
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
}

#contact_info {
	position:absolute;
	background-color:#FFFFFF;
	z-index:5;
	top:230px;
	width:250px;
	height:210px;
	padding-left:50px;
	padding-top:40px;
	font-size:16px;
	font-weight:bold;
}

#contact_form {
	position:absolute;
	top:230px;
	right:45px;
	margin-left:auto;
	width:420px;
	z-index:5;
}

#contact_form_answer {
	position:relative;
	height:20px;
	width:850px;
	top:500px;
	text-align:center;
	z-index:5;
	visibility:hidden;
	#border:solid 1px #999999;
}

#feedback {
	width:420px;
}

#feedback_f #email {
	width:290px; height:20px; font-size:20px; font-family:'Courier New', Courier, monospace; vertical-align:middle; padding:5px;
}

#contact_form table tr {
	height:30px;
	margin-bottom:20px;
}