/* 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 {
	height: 100%;
	margin-bottom: 1px;
}

body {
	height: 100%;
	background-color: #800000;
}

div#container {
   min-height: 100%;
   position: relative;
}

div#header-container {
	display: block;
	height: 149px;
	width: 100%;
	background: #000000 url("/images/bg-header-container.gif") 0 0 repeat-x;
	border-bottom: 4px solid #ce0000;
}

div#header-content {
	z-index: 1;
	position: relative;
	display: block;
	height: 149px;
	width: 995px; /* 968px */
	background: url("/images/bg-header-content.gif") 0 29px no-repeat;
	margin: 0 auto;
	border: 0px solid blue;
}

div#menu-container {
	position: absolute;
	top: 34px;
	left: 632px;
	display: block;
	height: 80px;
	width: 346px;
	border: 0px solid red;
}

div#content-container {
	display: block;
	height: auto;
	width: 100%;
	height: 100%;
	background: #ce0000 url("/images/bg-body-container.gif") left bottom repeat-x;
	border: 0px solid blue;
}

div#content-content {
	display: block;
	height: 100%;
	overflow: hidden;
	min-height: 698px;
	height: auto !important;
    height: 698px;  /* IE6 Hack */  
	width: 933px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	border: 0px solid black;
}

div#left {
	float: left;
	clear: right;
	width: 191px;
	text-align: left;
	border: 0px solid blue;
}

div#featured-cars {
	display: block;
	overflow: hidden;
	position: relative;
	height: 171px; /* 210px */
	width: 177px; /* 191px */
	margin: 0 0 8px 0;
	padding: 39px 6px 0 8px;
	background: #fefdfe url("/images/bg-featured-cars.gif") left top no-repeat;
	border: 0px solid blue;
}

div#how-it-works {
	display: block;
	overflow: hidden;
	position: relative;
	height: 617px; /* 527px / 362px / 382px */
	width: 173px; /* 191px */
	margin: 0;
	padding: 15px 9px 4px 9px;
	background: #fefdfe url("/images/bg-how-it-works.gif") left top no-repeat;
	border: 0px solid blue;
}

div#footer-left {
	display: block;
	height: 32px;
	width: 191px;
	margin: 17px 0 0 0;
	border-top: 1px solid #e5ccca;
}

div#right {
	float: left;
	display: inline; /* IE6 Double Margin Fix Hack */
	width: 736px;
	margin: 0 0 0 6px;
	text-align: left;
	border: 0px solid blue;
}

div#flash-containter {
	display: block;
	overflow: hidden;
	height: 210px; /* 210px */
	width: 734px; /* 736px */
	margin: 0 0 8px 0;
	background-color: #000000;
	text-align: left;
}

body.search-results div#flash-containter, body#results-detailed div#flash-containter {
	display: none;
}

div#page-content {
	display: block;
	overflow: hidden;
	min-height: 610px; /* 355px / 382px */
	height: auto !important;
    height: 610px;  /* IE6 Hack */ /* 355px / 382px */  
	width: 724px; /* 736px */
    padding: 4px 4px 20px 4px;
	margin: 0;
	background: #eaeaec url("/images/bg-page-content.gif") left top repeat-x;
	border: 1px solid #FFFFFF;
}

body#home div#page-content {
    height: 636px; /* 381px */
	width: 734px;
    padding: 0;
	margin: 0;
	overflow: hidden;
	background: none;
	border: 0px solid #FFFFFF;
}

body.search-results div#page-content, body#results-detailed div#page-content {
	min-height: 828px; /* 355px / 382px */
	height: auto !important;
    height: 828px;  /* IE6 Hack */ /* 355px / 382px */  
}

div#footer-right {
	position: relative;
	display: block;
	height: 32px;
	width: 736px;	
	margin: 17px 0 0 0;
	border-top: 1px solid #e5ccca;
}

/* End CSS Layout Code */

/* Start Menu Nav */

ul#menu-nav {
	height: 80px;
	width: 346px;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0px solid red;
}

ul#menu-nav li {
	display: inline;
	text-indent: -9999px;
	list-style: none;
}

ul#menu-nav a {
	display: block;
	height: 80px;
	line-height: 80px;
}

ul#menu-nav li.tab a {
	float: left;
	margin: 0 0;		
	text-indent: -9999px;						
	background-image: url(/images/menu-nav.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

ul#menu-nav li.home a {
	background-position: 0 0;
	width: 79px;
	margin: 0 10px 0 0;
}

ul#menu-nav li.deals a {
	background-position: -89px 0;
	width: 79px;
	margin: 0 10px 0 0;
}

ul#menu-nav li.how a {
	background-position: -178px 0;
	width: 79px;
	margin: 0 10px 0 0;
}

ul#menu-nav li.contact a {
	background-position: -267px 0;
	width: 79px;
}

ul#menu-nav li.home a:hover {
	background-position: 0 -80px;
	margin: 0 10px 0 0;
}	

ul#menu-nav li.deals a:hover {
	background-position: -89px -80px;
	margin: 0 10px 0 0;
}

ul#menu-nav li.how a:hover {
	background-position: -178px -80px;
	margin: 0 10px 0 0;
}

ul#menu-nav li.contact a:hover {
	background-position: -267px -80px;
}

body#home ul#menu-nav li.home a {
	background-position: 0 -80px;
	margin: 0 10px 0 0;
	cursor: default;
}

body#about ul#menu-nav li.deals a {
	background-position: -89px -80px;
	margin: 0 10px 0 0;
	cursor: default;
}	

body#counselling ul#menu-nav li.how a {
	background-position: -178px -80px;
	margin: 0 10px 0 0;
	cursor: default;
}

body#contact ul#menu-nav li.contact a {
	background-position: -267px -80px;
	cursor: default;
}

/* End Menu Nav */