/* CSS Reset Browser Default Code */

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td,hr { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {	/* get rid of link outlines in firefox */
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:focus {
	outline: none;
}

/* End CSS Reset Browser Default Code */

/* Start CSS Layout Code */

html, body {
	margin: 0;
	padding: 0;
	height: 100.1%;
	background: #e0e0e0;
}

div#container {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url("/images/container-bg.png") center top repeat-y #e0e0e0;
}

div#wrapper {
	position: relative;
	min-height: 100%;
	z-index: 1;
	width: 736px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}

/* Start Header Layout Code */

div#header {
	position: relative;
	display: block;
	height: 183px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ed1b24;
	float: left;
}

img.logo {
	position: absolute;
	top: 19px;
	left: 63px;
}

div#menu-container {
	position: relative;
	display: block;
	height: 33px;
	width: 100%;
	margin: 0;
	background: #255897 url("/images/top-menu-bg.png") 0 0 repeat-x;
	float: left;
	border-bottom: 1px solid #edeef2;
}

div#sub-menu {
	display: block;
	height: 28px;
	width: 724px; /* 736px */
	margin: 0;
	background: #f4f4f4 url("/images/submenu-bg.png") 0 0 no-repeat;
	padding-left: 12px;
	clear: both;
}

/* End Header Layout Code */

/* Start Copy Layout Code */

div#copy-container {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	background: #ffffff; 
}

div#copy-content {
	display: block;
	clear: both;
    height: 100%;
	width: 736px;
	margin: 0 auto;
	padding: 13px 0 0 0;
	overflow: hidden;
	background: #ffffff url("/images/copy-content-bg.png") 0 0 repeat-y;
}

div#copy-panel {
	float: left;
	display: inline; /* IE6 HACK */
	width: 525px; /* 547px */
	min-height: 450px;
	height: auto !important;
    height: 450px; /* IE6 Hack */
	margin: 0;
	padding: 0 11px 11px 11px;
}

/* For Used Cars page (Full width) */

body#used div#copy-panel {
	display: inline; /* IE6 HACK */
	width: 712px; /* 736px */
	margin: 0 auto;
	padding: 13px 11px 11px 11px;
	background-color: #ffffff;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}

/* End Copy Layout Code */

/* Start Right Panel Layout and Styles */

div#left-panel {
	float: left;
	width: 165px; /* 189px */
	min-height: 450px;
	height: auto !important;
    height: 450px; /* IE6 Hack */
	margin: 0;
	padding: 0 12px 20px 12px;
}

/* End Right Panel Layout and Styles 

/* Start Footer Layout Code */

div#footer-blue {
	clear: both;
	float: left;
	display: block;
	height: 26px;
	width: 736px;
	background: #6094bc url("/images/footer-blue-bg.png") 0 0 repeat-x;
	margin: 0;
	padding: 0;
}

div#footer {
	clear: both;
	position: relative;
	display: block;
	height: 41px;
	width: 736px;
	background: #ebedec url("/images/footer-bg.png") 0 0 repeat-x;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333333;
}

/* End Footer Layout Code */

/* End CSS Layout Code */

/* Start Menu Nav */

div#cat_511016_divs {
	height: 33px;
	border: none;
	width: 100%;
}

#nav_511016, #nav_511016 ul {
	padding: 0;
	margin: 0;
	list-style: none;
} 

#nav_511016 li {
	float: left;
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
} 

#nav_511016 li a { /* all list */
	display: inline-block;
	height: 33px;
	color: #ffffff;
	font-weight: 100;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana,Sans-Serif;
    text-align: center;
	line-height: 33px;
	vertical-align: middle;
	text-decoration: none;	
	padding: 0 12px 0 13px;
	border-right: 1px solid #21437f;
}

#nav_511016 li a:hover {
	text-decoration: underline;
}

/* Top Menu Sub menu Styles */

#nav_511016 li ul {
	position: absolute;
	width: 130px;
	left: -999em;
	padding: 0;
	margin: 0;
	z-index: 21;
	background: #000000;
}

#nav_511016 li:hover ul, #nav_511016 li.sfhover ul {
	left: auto;
}

#nav_511016 li ul li {
	background: none;
	float: none;
	padding: 0;
}

#nav_511016 li ul li a {
	display: block;
	height: 20px;
	color: #ffffff;
	font-weight: 100;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana,Sans-Serif;
    text-align: left;
	line-height: normal;
	vertical-align: middle;
	line-height: 18px;
	text-decoration: none;	
	padding: 0 10px;
	text-transform: none;
	border: none;
	background: #000000;
}

#nav_511016 li ul li a:hover {
	color: #000000;
	background: #ff6600;
	text-decoration: none;
} 

/* End Menu Layout and Styles */

/* Submenu Layout and Styles - Grey Bar */

div#cat_511542_divs {
	height: 28px;
	border: none;
	width: 547px;
	float: left;
}

#nav_511542, #nav_511542 ul {
	padding: 0;
	margin: 0;
	list-style: none;
} 

#nav_511542 li {
	float: left;
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
} 

#nav_511542 li a { /* all list */
	display: inline-block;
	height: 28px;
	color: #3A628D;
	font-weight: 100;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana,Sans-Serif;
    text-align: center;
	line-height: 28px;
	vertical-align: middle;
	text-decoration: none;	
	padding: 0 25px;
	text-transform: uppercase;
}

/* New Car Type Menu Styles (Left Panel) */

/* Submenu Layout and Styles */

div#left-panel div {
	height: auto;
	border: none;
	width: 100%;
}

div#left-panel div ul {
	padding: 0;
	margin: 10px 0 15px 0;
	list-style: none;
	border-top: 1px dashed #000000;
} 

div#left-panel div ul li {
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px dashed #000000;
} 

div#left-panel div ul li a { /* all list */
	height: 24px;
	color: #3A628D;
	font-weight: 100;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana,Sans-Serif;
    text-align: center;
	line-height: 24px;
	vertical-align: middle;
	text-decoration: none;	
	padding: 0;
}
