/* ALL STYLES */

body {
	background-color: #f6f6f6;
	background-image: url("/images/bodybg.gif");
	background-repeat: repeat-x;
	margin: 0 0 0 0;
} 

a {
	text-decoration: none;
	color:#990000;
}

a:hover {
	text-decoration: underline;
	color:#990000;
}

/* MAIN IMG STYLES */ 

.adv {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#d9d9d9;
	letter-spacing: -1px;
}

.shadowline {
	background-image: url("/images/shadow.png");
	background-repeat: repeat-x;
}

.box {
	padding: 5px;
	position: relative;
}

.box .img_header {
	color: #FFFFFF;
}

.box .img_header2 {
	color: #FFFFFF;
}

.box .img_desc {
	color: #F0F0F0;
}

.box .img_desc2 {
	color: #F0F0F0;
}

.box a {
	text-decoration: none;
	cursor: default;
}

.box a:hover {
	text-decoration: none;
	cursor: default;	
}

.shadow {
	color: #000000;
	position: absolute;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.img_desc {
	font-family: Arial, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 90%;
}

.img_header {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.img_desc2 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 90%;
}

.img_header2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}


/* MENU STYLES */

.menu_top {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #ff0033;
	border-right-color: #ffb3c2;
	border-right-style: solid;
	border-right-width: 1px;
	margin-bottom: 1px;
	color: #ffffff;
	cursor: hand;
}

.menu_top a {
	color: #ffffff;
	text-decoration: none;
}

.menu_top a:hover {
	color: #ffffff;
	text-decoration: none;
}

.menu_makes {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* letter-spacing: -1px; */
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #5a6e9c;
	margin-bottom: 1px;
	color: #ffffff;
	cursor: hand;
}

.menu_makes a {
	color: #ffffff;
	text-decoration: none;
}

.menu_makes a:hover {
	color: #ffffff;
	text-decoration: none;
}

.gbox {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #536580;
	margin-bottom: 1px;
	color: #ffffff;
}

.gbox_blue {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #52638c;
	margin-bottom: 1px;
	color: #ffffff;
}

.makes_active {
	background-color:#515b66;
}


.menu_other {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #bababa;
	margin-bottom: 1px;
	color: #000000;	
}

.menu_other a {
	color: #000000;
	text-decoration: none;
}

.menu_other a:hover {
	color: #000000;
	text-decoration: none;
}


.menu_lev3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*letter-spacing: -1px;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #515b66;
	margin-bottom: 1px;
	color: #ffffff;
	cursor: hand;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626b75; 
}

.menu_lev3 a {
	color: #ffffff;
	text-decoration: none;
}

.menu_lev3 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.lev3_active {
	background-color:#ffffff;
}

.menu_lev4 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #515b66;
	margin-bottom: 1px;
	margin-left:10px;
	color: #ffffff;
	cursor: hand;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626b75; 
}

.menu_lev4 a {
	color: #ffffff;
	text-decoration: none;
}

.menu_lev4 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.lev4_active {
	background-color:#ffffff;
}


/* TEXT STYLES */

.search {
	font-family: Arial, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	color: #333333;
	padding-right: 10px;
}

.text, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#333333;
}

.text11 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:#333333;
}

.small_text {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color:#666666
}

.header, h1 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #990000;
	display: inline;
}

.news_header {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #990000;
}

.news_header a {
	color: #990000;
	text-decoration: none;
}

.news_header a:hover{
	color: #990000;
	text-decoration: uppercase;
}

.news_desc {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.news_desc p img, .news_desc img {
	border-style: solid;
	border-size: 1px;
	border-color: #CCCCCC;
}

.news_date {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#676767;
	letter-spacing: -1px;
}

.carsm {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#333333;
	letter-spacing: -1px;
}

.carsm strong {
	font-size: 13px;
	color:#676767;
}

.carimg {
	border: 1px solid #676767;
}


/* OTHER STYLES */

.alert {
	color:#ff0000;
}

.message {
	color:#009900;
}

.imgbox {
	float: left;
	display: block;
}


INPUT, TEXTAREA, SELECT, RADIO 
{ 
	font-family: Arial, sans-serif;
 	font-size: 11px;
	color:#333333;
}

.smartsearch {
	font-size: 11px;
}

.currency {
	font-family: Arial, sans-serif;
 	font-size: 12px;
	color:#333333;
}

.up {
	font-family: Arial, sans-serif;
 	font-size: 12px;
	color:#999999;
	letter-spacing: -1;
}

.up a {
	font-family: Arial, sans-serif;
	color:#676767;
	text-decoration: none;
	padding: 2px;
}

.up a:hover {
	font-family: Arial, sans-serif;
	color:#676767;
	text-decoration: none;
}

.orange_text {
	color: #FF6600;
}
