/* HTML */

body {
	background-color: #30413F;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
}

p, div, table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #CDCDCD;
}

a {
	color: #CDCDCD;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* LINKS */

a.baseline {
	color: #CDCDCD;
	text-decoration: none;
}

a.baseline:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* TEXT */

div.maintitle {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.li_grey {
	list-style: square;
	margin-left: -20px;
	font-size:13px;
}


div.baseline {
	font-size: 11px;
	text-align: center;
	color: #CDCDCD;
}


/* OTHER */

img.rightcol {
	border: 1px solid #AFAFAF;
}


/* PAGE DESIGN */

table.container {
	border-bottom: 1px solid #000000;
}

table.title {
	height: 137px;
}

td.title_left {
	background: url(../assets/title_tile1.jpg) repeat-x bottom;
}

td.title_center {
	width: 744px;
}

td.title_right {
	background: url(../assets/title_tile2.jpg) repeat-x bottom;
}

td.leftcol {
	border-top: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	background: #30413F url(../assets/column_left.jpg) repeat-y left;
}

td.rightcol {
	background-color: #30413F;
	background-image: url(../assets/column_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
}

td.leftcol_welcome {
	background-color: #30413F;
	background-image: url(../assets/welcome_tile1.jpg);
	background-position: left;
	background-repeat: repeat-x;
	text-align: left;
}

td.menucell {
	border-bottom: 1px solid #AFAFAF;
	height: 22px;
	text-align: left;
	cursor: pointer;
	vertical-align: middle;
	display: block;
}

td.menucell_over {
	background-image: url(../assets/menu_rollover.jpg);
	background-position: left;
	background-repeat: repeat-y;
	border-bottom: 1px solid #AFAFAF;
	height: 22px;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
}

td.approvedcars {
	text-align: center;
	padding: 8px 0px 8px 5px;
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px solid #AFAFAF;
}

td.worthfinding {
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
}

td.rightcell_title {
	border-bottom: 1px solid #AFAFAF;
	height: 22px;
	text-align: right;
	vertical-align: middle;
	background-image: url(../assets/rightcol_title.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

td.rightcell_body {
	border-bottom: 1px solid #AFAFAF;
	padding: 4px 0px 8px 5px;
}

td.rightcol_welcome {
	background-color: #30413F;
	background-image: url(../assets/welcome_tile2.jpg);
	background-position: right;
	background-repeat: repeat-x;
	text-align: right;
}
#content {
	padding: 5px 25px;
}
/* image border */
.img_border {
	border:#AFAFAF solid 1px;
}
/* the rollover */

.anylinkcss{
	width: 150px;
	background: #30413F;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #AFAFAF;
	border-right-color: #AFAFAF;
}

.anylinkcss a{
	display: block;
	text-decoration: none;
	text-indent: 5px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
	width: 150px;
}

.anylinkcss a:hover{ /*hover background color*/
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(../assets/menu_rollover.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
	vertical-align: middle;
}

.anylinkcss td {
	border-bottom: 1px solid #AFAFAF;
	height: 22px;
}

.alinks {
	color: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.alinks:hover {
	text-decoration: none;
}
/* contact form */

.formstyle {
	font: 10px Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}
.form_contact_error {
	border: 2px solid #CC0000;
}
.heading {

	font-size: 16px;
	font-weight: bold;
}
.popup {
	visibility: hidden;
	position: absolute;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	
}

	
.amenucell {

	border-bottom: 1px solid #AFAFAF;
	min-height: 22px;
	text-align: left;
	cursor: pointer;
	vertical-align: middle;
	display: block;
}
.amenucell:hover {

	background-image: url(../assets/menu_rollover.jpg);
	background-position: left;
	background-repeat: repeat-y;
	border-bottom: 1px solid #AFAFAF;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
}
.amenucell.wide img {
	float: left;
}
.amenucell.wide span {
	float: left;
	width: 118px;
    padding-left: 3px;
}
.amenucell span {
	padding-left: 10px;
}
.dashed {
	border-bottom: 1px solid #AFAFAF;
}
.even {
	background: #30413F;
}
.hover {
	background: #999999;
	color: #000000;
}
.odd {
	background: #25746E;
}
.ayellow {
	color: #FFDC43;
	text-decoration: none;
}
.specials a {
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
}
.specials a:hover {

	color: #CCCCCC;
	text-decoration: none;
}
.offers_nav td {
	border: 1px solid #FFFFFF;
}
.offers_nav a {
	display: block;
	padding: 5px;
}
.offers_nav a:hover {
	display: block;
	background: #999999;
	padding: 5px;
	color: #000000;
}
.offers_nav_img a {
	display: block;
	padding: 5px;
	background: url(../assets/icons/offers_next.gif) no-repeat;
	background-position: 38px;
}
.offers_nav_img a:hover {
	display: block;
	padding: 5px;
	background: #CCCCCC url(../assets/icons/offers_next_over.gif) no-repeat;
	background-position: 38px;
	color: #000000;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */