@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	background-color:#E9BBA1;
	/*background:url(../images/bg.gif) repeat top left;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}
p {
	font-size:13px;
}
h3 {
	color:#394a70;
	font-size:16px;
	text-decoration:underline;

}
#container {
	width: auto; 
	padding-top:0px;
	
}
#pageContent {
	position:relative;
	margin:0 auto;
	width:815px;
	background-image:url(../images/bg_main.jpg);
}
.header {
	float:left;
	width:815px;
	height:233px;
	background:url(../images/special_cars_header.jpg) top left no-repeat;
}
.headText {
	float:right;
	padding:215px 20px 0 0;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}
.headLink {
	color:#dee68b;
	text-decoration:none;
}
.headLink:hover {
	color:#FFFF00;
	text-decoration:underline;
}
.menuBox {
	float:left;
	padding-left:9px;
	height:30px;
}
.menuLeftActive {
	float:left;
	width:4px;
	height:30px;
	background:url(../images/menu_left_active.jpg) top left no-repeat;
}
.menuActive {
	float:left;
	height:20px;
	background:url(../images/menu_bg_active.jpg) top left repeat-x;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}
.menuRightActive {
	float:left;
	width:5px;
	height:30px;
	background:url(../images/menu_right_active.jpg) top left no-repeat;
}
.menuLeft {
	float:left;
	width:4px;
	height:30px;
	background:url(../images/menu_left.jpg) top left no-repeat;
}
.menu {
	float:left;
	height:18px;
	background:url(../images/menu_bg.jpg) top left repeat-x;
	font-size:14px;
	color:#000;
	font-weight:bold;
	padding:7px 5px 5px 5px;
}
.menu a {
	color:#000;
	text-decoration:none;
}
.menu a:hover {
	color:#d40000;
	text-decoration:none;
}
.menuRight {
	float:left;
	width:5px;
	height:30px;
	background:url(../images/menu_right.jpg) top left no-repeat;
}
.menuFill {
	float:left;
	width:37px;
	height:30px;
	background:url(../images/menu_bg.jpg) top left repeat-x;
}
.textBox {
	float:left;
	width:696px;
	padding:20px 20px 20px 79px;
}
.textBox2 {
	float:left;
	width:720px;
	padding:20px 20px 20px 70px;
}
.titleBox {
	float:left;
	border-bottom:1px solid #990000;
	width:650px;
	margin-bottom:20px;
}
.titleBox2 {
	float:left;
	border-bottom:1px solid #990000;
	width:670px;
	margin-bottom:20px;
}
.title {
	float:left;
	font-size:22px;
	color:#990000;
	font-weight:bold;
	border-bottom:3px solid #990000;
	font-family:Garamond, Arial;
}
.text {
	clear:all;
	float:left;
	width:650px;
}
.text a {
	color:#710606;
	text-decoration:none;
	font-weight:bold;
}
.text a:hover {
	color:#990000;
	text-decoration:underline;
}
.text2 {
	clear:all;
	float:left;
	width:670px;
}
.arlista {
	border:1px solid #ccc;
	background-color:#abb6ce;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.out {
	background-color:#abb6ce;
}
.over {
	background-color:#FF9900;
	color:#000000;
}
.over a {
	color:#000000;
}
.arlista tr td {
	padding:2px 5px 2px 5px;
	margin:0;
	border-bottom:1px solid #ccc;
	
}
.arlista tr td a {
	text-decoration:none;
	display:block;
	width:100%;
	color:#423f5d;
	font-weight:normal;
}
.arlista tr td a:hover {
	color:#000000;
	text-decoration:none;
}
.arlistaHead td {
	font-weight:bold;
	background-color:#303b53;
	color:#fff;
	text-align:center;
}
.arlistaCat {
	background-color:#5f6e8e;
	color:#FFFFFF;
	font-weight:bold;
	
}
.picHolder {
	float:left;
	width:217px;
	margin-right:3px;
}
.picTop {
	float:left;
	background:url(../images/picture_top.jpg) no-repeat top left;
	width:217px;
	height:5px;
	line-height:1px;
}

.picture {
	float:left;
	width:207px;
	background:url(../images/picture_main.jpg) repeat-y top left;
	padding:0 5px 0 5px;
	text-align:center;
}
.picture a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.picture a:hover {
	color:#FFFF00;
}
.picture img {
	border:1px solid #9db8f4;
}
.picBottom {
	float:left;
	background:url(../images/picture_bottom.jpg) no-repeat top left;
	width:217px;
	height:11px;
}
.back {
	clear:both;
	text-align:center;
}
.back a {
	text-decoration:none;
}
.back a:hover {
	text-decoration:underline;
}
.kep {
	border:1px solid #fff;
}
.text2 img {
	border:1px solid #fff;
}
.picTop img {
	border:none;
}
.footer {
	float:left;
	width:815px;
	height:40px;
	background:url(../images/special_cars_footer.jpg) top left no-repeat;
}
.footerText {
	float:right;
	font-size:11px;
	color:#eee;
	padding-right:20px;
	padding-top:20px;
}
.footerText a {
	color:#ccc;
	text-decoration:none;
}
.footerText a:hover {
	color:#fff;
	text-decoration:underline;
}

/*fixing float in FF*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
