@charset "utf-8";
/* CSS Document */
body{
	margin: 0; padding: 0;
	background-color: #000;
	font-family: Arial; font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: no-repeat; 
	background-position: 300px 500px;
}

#page {
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: -30px 0px;
	padding: 0 40px;
	min-width: 900px;
}
#header {
	position: relative;
	height: 285px;
	/*background: no-repeat url(images/main_logo_side.png);*/
	font-family: Verdana;
}

#header h1 {
	margin: -300px 80px 0 0; padding: 105px 0 0 0;
	font-size: 36px;
	color: #fff;
	text-align: right;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header h2 {
	margin: 0 80px 0 0; padding: 0;
	font-size: 24px; font-weight: normal;
	color: orange;/*#b3b2b2;*/
	text-align: right;
}
#header ul {
	position: absolute;
	margin: 0; padding: 0;
	list-style-type: none;
	bottom: 0; right: 10px;
}
#header li {
	display: inline;
	font-family: Arial; font-size: 18px;			
}
#header li a {
	float: left;
	padding: 0 10px;
	height: 35px; line-height: 35px;
	color: #4b4b4b;
	text-decoration: none;
}
#header li a:hover {
	background: repeat-x url(images/bckmenuli.gif);
	color: #cfb429;
}
#header li.current_page_item a {
	background: repeat-x url(images/bckmenuli.gif);
	color: #7b7b7b;
}
#container {
	padding: 10px 0;
	background: url(images/bg_content.png);
	border: 1px solid #6b6b6b;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	height: 110%;
}
#contentcontainer {
	float: left;
	width: 100%;
	margin-right: -360px;
}

#sidebar_first {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
	height: 550px;
	background-color: #333333;
	border: 1px solid #000000;	
}
#sidebar_second {
	float: left;
	width: 180px;
}
.sidebars ul {
	margin: 0; padding: 0;
	list-style-type: none;
	width: 170px;
	font-family: Verdana; font-size: 14px;
	color: #b3b2b2;
}
.sidebars ul ul {
	margin: 0 0 30px 0;
	width: auto;
}
.sidebars ul ul ul {
	margin: 0 0 0 15px;
}
.sidebars li li {
	margin: 0 0 1px 0; padding: 5px;
	background-color: #000;
}
.sidebars li li li {
	margin: 0; padding: 0;
}
.sidebars a {
	color: #b3b2b2;
	text-decoration: none;
}
.sidebars a:hover {
	background-color: #4b4b4b;
	color: #fff;
}
.sidebars h3 {
	margin: 0 0 10px 0; padding: 0;
	font-size: 18px;
	color: #000;
}

.pre_thumb {
	width: 80px;
	border: 1px solid white;
}

.car_list a {
	color: #cfb429;
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
}

#copyright {
	clear: both;
	margin: 10px 0 0 0;
	text-align: center;
	font-family: Verdana; font-size: 10px;
	color: #fff;
}
#copyright a {
	color: #fff;
	text-decoration: underline;
}
#footer {
	padding: 5px 0;
	text-align: right;
	font-family: Verdana; font-size: 10px;
	color: #4b4b4b;
}
#footer a {
	color: #4b4b4b;
	text-decoration: underline;
}

img {filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; -khtml-opacity:0.6; text-decoration: none; border:0px;}
/*img:hover {filter:none; -moz-opacity:1.0; opacity:1.0; -khtml-opacity:1.0;}*/