@charset "windows-1251";
/* CSS Document */

body, html
{
 margin:0;
 padding:0;
 width: 100%;
 height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
 	background:#8c6d4c;
	text-align:justify;
}

p, h1, h2, h3, a, ul, li{
    margin:0; padding:0;
}


img, a img
{
	border: 0;
}

h1{ font-size:28px; font-weight:700; text-align:center; line-height:60px;}

p{padding-top:10px; text-indent:30px;}

#site{
    margin:0 auto;
	width:955px;
	height:100%;
	min-height:100%;
}

*HTML #site {height: 100%}

#conteyner
{
	position: relative;
	width:945px;
	height:100%;
	min-height:100%;
	float:left;
	height:auto !important;
	background:#b3a084 url(images/conteyner_fon.jpg) repeat-x bottom;
	border:#5d3109 5px solid;
	border-bottom:0;
	border-top:0;
}

#header{
	background: url(images/header.jpg) no-repeat;
	width:945px;
	height:120px;
	border-bottom:#5d3109 15px solid;
}

#navigation{
	width:945px;
	height:85px;
	margin-top:-50px;
}

#navigation img{
	border:#5d3109 3px solid;
}

#navigation img:hover{
	border:#8c6d4c 3px solid;
}

#left_side_bar{
	margin-top:37px;
	width:300px;
	height:100%;
	float:left;
}

.menu{
	width:250px;
	height:100%;
	background: #BBA993;
	margin:0 auto;
}

.menu_point{
	width:250px;
	height:100%;
	border-bottom:#5d3109 3px solid;
	border-top:#CABCAA 3px solid;
	border-left: #1E0F02 3px solid;
	border-right:#8c6d4c 3px solid;
	padding:7px 0;
	text-align:center;
}

.menu a{
	color:#422306;
	font-size:16px;
	font-weight:800;
	text-decoration:none;
}

.menu a:hover{
	text-decoration:underline;
}

ul.submenu{
	width:180px;
	margin:5px auto;
	padding:5px 10px;
	background:#b3a084;
	border-top:#5d3109 3px solid;
	border-bottom:#CABCAA 3px solid;
	border-right: #1E0F02 3px solid;
	border-left:#8c6d4c 3px solid;
}

.submenu li{
	width:150px;
	margin:0 55px;
	text-align:left;
	
}
.submenu li a{
	color:#422306;
	font-size:12px;
}

.kamaz {
	width:262px;
	height:194;
	margin:10px auto;
}

#content{
	width:550px;
	height:100%;
	padding:37px 57px 37px 37px;
	float:right;
}

#footer{
	background:url(images/footer.jpg) repeat-x;
	width:945px;
	height:50px;
	clear:both;
	margin:0 auto;
	border-right:#5d3109 5px solid;
	border-left:#5d3109 5px solid;
}
