@import "reset.css";
@import "typography.css";

html, body {
	height: 100%;
}

body {
	height: 100%;
	color: black;
	background: #535353 url(../images/pattern.gif) repeat top left;;
	font-size: 12px;
	line-height: 1.5em;
}

.clearer {
	clear: both !important;
}

#container {
	min-height: 100%;
	width: 920px;
	background: white url(../images/background-tile.gif) repeat-y top left;
	margin: 0 auto;
	position: relative;
}

.two-columns {
	background-image: url(../images/background-tile-2-columns.gif) !important;
}

.three-columns {
	background-image: url(../images/background-tile-3-columns.gif) !important;	
}


#top-cover {
	background-color: white;
	height: 9px;
} 

#brands {
	width: 60px;
	text-align: center;
	position: absolute;
	left: 9px;
	top: 193px;
}

#brands img {
	position: relative;
	left: 2px;
}

#content {
	position: relative;
	left: 71px;
	width: 849px;

}

.column {
	float: left;
	position: relative;
	z-index: 100;
}

.content {
	margin: 9px 10px 5px 10px;
}


.width-small {
	width: 221px;
}

.width-wide {
	width: 618px;
}

.width-middle {
	width: 407px;
}

.column.last {
	float: right;
	color: #67686b;
}


#masthead {
	background-color: #80A7BF;
	position: relative;
}

#masthead ul {
	margin-left: 40px;
	list-style-image: url(/images/framework/topnav-arrow.gif);
	list-style-position: outside;
	margin-bottom: 5px;
	position: absolute;
	bottom: 13px;
}

#masthead li {
	position: relative;
}

#masthead a {
	color: white;
	text-decoration: none;
}

#masthead h1 {
	margin: 13px 0 0 13px;
}

#masthead, #masthead + div {
	height: 184px;
}

#carsearch {
	
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: bold;

	
}

#carsearch input[type=text] {
	width: 61px;
}

#carsearch input[type=submit] {
	background-color: black;
	color: white;
	border: 0;
	text-transform: uppercase;
	
	/* IE */
	font-family: inherit;
	font-size: inherit !important;
}

.sidebar-header {
	background-color: #d5d6d7;
	height: 40px;
}

.sidebar-header h1 {
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 3px;
	color: black;
	text-transform: none;
	text-align: center;
}

#navigation {
	background-color: black;
	height: 40px;
	z-index: 900;
	
}

#navigation ul {
	position: relative;
	top: 10px;
	left: 10px;
}

#navigation li {
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid white;
	position: relative;
}

#navigation li:last-child {
	border-right: none;
	border-bottom: none;
}

#navigation li li {
	border-right: none;
}

#navigation li li {
	border-bottom: 1px solid white;
	float: none;
	display: block;
	margin-right: 0;
}


#navigation li li a {
	display: block;
	padding: 5px 3px 5px 10px;
}

#navigation a {
	color: white;
	text-decoration: none;
}

#navigation a:hover {
	color: gray;
}



#navigation li ul {
	background-color: black;
/*	display: none;*/
	position: absolute;
	margin-left: -20px;
	margin-top: 5px;
/*	padding-top: 10px;*/
	margin-top: 10px;
	width: 160px;
/*	height: 0;*/
	
	overflow: hidden;
	visibility: hidden;
}

#navigation li ul ul {
	display: none;
}

#navigation li:hover ul {
	
/*	display: block;*/
}


.cars-listing {
	width: 100%;
	
}
.cars-listing td, .cars-listing img {
	vertical-align: middle !important;
}

.cars-listing img {
	margin-right: 10px;
}

hr {
	border-bottom: 1px dotted black;
	text-decoration: none;
	border-width:0 0 1px;
	
	/* IE */ 
	height: 1px;
}

.reel img {
	position: absolute;
	top: 0;
	left: 0;
}

.reel {
	height: 302px;
	
	clear: both;
}

#footer {
	margin-top: 30px;
	font-size: 10px;
	color: #67686B;
}
