@CHARSET "UTF-8";

html, body {
	background-color:#000;
	margin:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
    height: 100%;
}
#main {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#ccc;
}
.top {
	height:184px;
	background:url(images/top.png) top center no-repeat;
}
.top_menu {
	height:29px;
	background:#3c3b3b url(images/top_menu_bg.png) top center no-repeat;
}
.main_content_top {
	height:112px;
	background:#000 url(images/top_main.png) top left no-repeat;
}
.main_content {
	padding:10px;
	margin-left:10px;
	margin-left:20px !important;
}
.left_top {
	height:24px;
	background:#3c3b3b url(images/left_top.png) top center no-repeat;
}
.left_top_title {
	background:#3c3b3b url(images/left_top_title.png) top center no-repeat;
	font-weight:bold;
	text-align:center;
	padding:5px;
}
.left_main {
	height: 820px;
	padding:10px;
	background-color: #D1AA6F;
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	background-color:#000000;
	color:#fff;
	padding:20px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8e672c;

}

#top-nav {
	height:25px;
	float:left;
}
#top-nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#top-nav li {
	float:left;
}

#top-nav li a {
	padding-left:22px;
	height:25px;
	line-height:25px;
	float:left;
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#top-nav li a:hover {
	text-decoration:underline;
}


#left-nav {
}
#left-nav ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	border:none;
}
#left-nav li {
    margin:0px 0px 0px -10px !important;
	margin:0px 0px 0px 0px;
	padding:5px 0px 8px 25px !important;
	padding:5px 0px 8px 15px;
	background:url(images/menu_sep.png) bottom center no-repeat;
	width:90%;
	display:block;
}
#left-nav .active {
	font-weight:bold;
}

#left-nav li a {
	display:block;
	color:#fff;
	text-decoration:none;
}
#left-nav li a:hover {
	text-decoration:underline;
}

.catalog_p1 {
	position:relative;
	float:left;
	width:150px;
	margin:25px;
	margin:30px !important;
	padding:5px;
	background-color:#0a0a0a;
}
.catalog_p1 .img {
	float:left;
	border:#515352 solid 3px;
	width:150px;
	height:120px;
}
.catalog_p1 .img img {
	border:0px;
}
.catalog_p1 .desc {
	overflow: auto;
	padding-left: 3px;
	height: 50px;
}

