/*
		CSS основных блоков
															www.mediaindustrial.ru

*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
#main {
	min-width: 1024px;
	position: absolute;
	width: 100%;
	height: 100%;
}

#head {
	height: 136px;
	border-top: #c3c3c3 solid 5px;
	background: url(../images/head_bg.jpg) no-repeat;
	background-color: #C3C3C3;
	font-family: Xenia, Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 40px 0px;
	position: relative;
}
body {
	font-family: Verdana, Geneva, sans-serif;
}


#nav {
	color: #FFF;
	font-size: 12px;
	width: 100%;
}
#nav ul {
	list-style: none;
	margin-left: 192px;
	background: #999 url(../images/nav.png) bottom repeat-x;
}


#nav li {
	display: -moz-inline-block;
	display: -moz-inline-stack;
	display: inline-block;
	padding-top: 3px;
	border-right: #fff solid 1px;
	position: relative;
	margin-right: -4px;
}
#buttons  {
	width: 141px;
	background: url(../images/head_bg.png);
	height: 23px;
	font-size: 0px;
	float: left;
	margin-right: -192px;
	z-index: 2;
	padding: 6px 25px 4px 25px;
}
#buttons a {
	margin: 0px 7px;
}
#menu {
	width: 191px;
	position: absolute;
	top: 253px;
	z-index: 2;
	float: left;
	height: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	list-style: none;
}
#menu_bg {
	background: url(../images/menu_bg.png) no-repeat;
}


#content {
	position: static;
	border-left: #ba0c25 solid 191px;
	padding: 15px 50px 25px 50px;
	font-size: 12px;
	background: url("../images/bg_1.jpg");
	min-height: 400px;

}
#footer {
	clear: both;
	font-size: 11px;
	color: #a1a1a1;
	text-align: center;
	padding: 30px 0px;
	border-top: #c3c3c3 solid 3px;
	border-bottom: #c3c3c3 solid 1px;
	bottom: 0px;
	position: relative;
}

