@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family:"Franklin Gothic Medium", Tahoma, sans-serif;
	font-size:11px;
	color:#98968b;
	background:#0e0006;
}
input, select, textarea {
	font-family:"Franklin Gothic Medium", Tahoma, sans-serif;
	font-size:15px;
	color:#8f8b8b;
}
img {
	border:0;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
table {
	border-collapse:collapse;
}
.top-background{
	background:url(../media/images/top-bg.jpg) no-repeat 50% 0;
	min-width:1000px;
	}
#container {
	width: 926px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height:350px;
}
#sidebar1 {
	float: left;
	width: 217px;
	padding:24px 0 0 16px;
	background:url(../media/images/sidebar1-top.jpg) no-repeat;
}
.menu {
	list-style:none;
	padding-top:1px;
	position:absolute;
}
.menu li {
	width:217px;
}
.menu li a {
	display:block;
	height:39px;
	width:217px;
}
.menu li a:hover, .menu .open a{
	background-position:0 100%!important;
}
.menu .m1 a {
	background:url(../media/images/m1.jpg) no-repeat;
}
.menu .m2 a {
	background:url(../media/images/m2.jpg) no-repeat;
}
.menu .m3 a {
	background:url(../media/images/m3.jpg) no-repeat;
}
.menu .m4 a {
	background:url(../media/images/m4.jpg) no-repeat;
}
.menu .m5 a {
	background:url(../media/images/m5.jpg) no-repeat;
}
.menu .m6 a {
	background:url(../media/images/m6.jpg) no-repeat;
}
.menu .m7 a {
	background:url(../media/images/m7.jpg) no-repeat;
}
.menu .m8 a {
	background:url(../media/images/m8.jpg) no-repeat;
}
.menu li .submenu-top {
	background: url(../media/images/submenu-top.jpg) no-repeat;
	height:10px;
	overflow:hidden;
	display:none;
	width:217px;
}
.menu .open .submenu-top {
	display:block;
}
.menu li .submenu-bottom {
	background:url(../media/images/submenu-bottom.jpg) no-repeat;
	height:10px;
	overflow:hidden;
	display:none;
	width:217px;
}
.menu .open .submenu-bottom {
	display:block;
}
.menu li .submenu {
	background:url(../media/images/submenu-center.jpg) repeat-y;
	padding:0 7px;
	list-style:none;
	display:none;
}
.menu .open .submenu {
	display:block;
}
.menu li .submenu li {
	height:15px;
	line-height:15px;
	background:url(../media/images/submenu-item.jpg) no-repeat 0 100%;
	padding-left:28px;
}
.menu li .submenu li a {
	display:inline;
	background:none;
	color:#a03f18;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}
.menu li .submenu li a:hover {
	color:#892903;
}

#sidebar2 {
	float: left;
	width: 232px;
	background:url(../media/images/sidebar2-center.jpg) repeat-y;
}
#sidebar2 .top-bg {
	background:url(../media/images/sidebar2-top.jpg) no-repeat;
}
#sidebar2 .top-bg .bottom-bg {
	background:url(../media/images/sidebar2-bottom.jpg) no-repeat 0 100%;
	padding:24px 17px 23px 0;
}

#mainContent {
	float:left;
	width: 461px;
	background:url(../media/images/maincontent-center.jpg) repeat-y;
}
#mainContent .top-bg {
	background:url(../media/images/maincontent-top.jpg) no-repeat;
	}
#mainContent .top-bg .bottom-bg {
	background:url(../media/images/maincontent-bottom.jpg) no-repeat 0 100%;
	padding:0 20px 63px 20px;
}
#mainContent .top-bg .bottom-bg .banner-block {
	height:246px;
	padding:0 11px 67px 10px;
	overflow:hidden;
}
#mainContent .top-bg .bottom-bg .block {
	background:url(../media/images/block-center.jpg) repeat-y;
	width:100%;
}
#mainContent .top-bg .bottom-bg .block .top-bg {
	background:url(../media/images/block-top.jpg) no-repeat;
	width:100%;
}
#mainContent .top-bg .bottom-bg .block.top-block .top-bg {
	background:url(../media/images/top-block-top.jpg) no-repeat;
	width:100%;
}
#mainContent .top-bg .bottom-bg .block .top-bg .bottom-bg {
	background:url(../media/images/block-bottom.jpg) no-repeat 0 100%;
	padding:9px 11px 14px 10px;
	height:100%;
}
#mainContent .block .title {
	font-size:18px;
	text-align:center;
	padding:10px 0 20px 0;
	background:url(../media/images/title.jpg) no-repeat 0 100%;
	color:#b1b0ab;
}
#mainContent .top-block .title {
	font-size:20px;
}
#mainContent .block .text {
	padding:3px 7px;
}
.improvements {
	list-style:none;
	padding:8px 0 0 4px;
}
.improvements li {
	margin-bottom:10px;
	padding-left:56px;
}
.improvements li div {
	font-size:15px;
	color:#b1b0ab;
}
.improvements .m1 {
	background:url(../media/images/imp1.jpg) no-repeat 0 50%;
}
.improvements .m2 {
	background:url(../media/images/imp2.jpg) no-repeat 0 50%;
}
.search {
	background:url(../media/images/search.jpg) no-repeat;
	height:19px;
	overflow:hidden;
	padding:6px 5px 5px 17px;
}
.search input {
	float:left;
	width:160px;
	background:none;
	border:0;
}
.search span input {
	float:right;
	width:32px;
	cursor:pointer;
}
.line {
	background:url(../media/images/line.jpg) no-repeat;
	height:8px;
	overflow:hidden;
}


#footer {
	height:350px;
	background:url(../media/images/bottom-bg.jpg) no-repeat;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

