@import url(text.css);

body {
	margin:0;
	padding:0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333;
}

a {
	color:#333;
}
a:hover {
	color:#8e1515;
}
a img {
	border:none;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	position:relative;
}

#bkgd_top {
	width:100%;
	height:308px;
	position:absolute;
	top:0;
	left:0;
}

#wrapper {
	width:877px;
	margin:0 auto;
	font-size:.7em;
	position:relative;
	z-index:10;
}
#wrapper div {
	float:left;
}

#content {
	width:877px;
	position:relative;
}
#content #upper {
	width:877px;
	height:586px;
	position:relative;
	background:url(/images/nissan_top.jpg) no-repeat;
	text-indent:-999px;
	overflow:hidden;
}
#content #upper a.west_hills {
	display:block;
	position:absolute;
	top:300px;
	left:180px;
	width:250px;
	height:200px;
}
#content #upper a.pittsburgh_east {
	display:block;
	position:absolute;
	top:300px;
	left:450px;
	width:250px;
	height:200px;
}

#content #lower {
	width:877px;
	height:123px;
	margin-bottom:20px;
	background:url(/images/nissan_lower.gif) no-repeat;
	text-indent:-999px;
	overflow:hidden;
}

#content #cars {
	width:770px;
	padding:25px 15px 20px 15px;
}
#content #cars #left {
	width:377px;
	margin-right:16px;
}
#content #cars #right {
	width:377px;
}
#content #cars div.row {
	width:370px;
	padding:12px 0 12px 7px;
	border-bottom:1px dotted #878787;
}
#content #cars div.row div.img {
	width:124px;
	margin-right:15px;
}
#content #cars div.row div.img a {
	display:block;
	position:relative;
	border:1px solid #555;
}
#content #cars div.row div.img a:hover {
	border:1px solid #8e1515;
}
#content #cars div.row div.img a img {
	border:1px solid #fff;
}
#content #cars div.row div.info {
	width:230px;
	padding-top:8px;
}
#content #cars div.row div.info a.car {
	font-size:1.15em;
	color:#8e1515;
	text-decoration:none;
	position:relative;
}
#content #cars div.row div.info a.car:hover {
	text-decoration:underline;
}
#content #cars div.row div.info table td {
	padding:1px 0;
}
#content #cars div.row div.info td.label {
	font-weight:bold;
	width:50px;
}

#content #disclaimer {
	width:770px;
	padding:20px 15px;
	font-size:.95em;
	color:#666;
}
#content #disclaimer ol li {
	margin-bottom:20px;	
}
#content #disclaimer a.back_to_top {
	float:right;	
}

#bottom {
	width:814px;
	height:24px;
	background:url(../images/bottom.png) top no-repeat;
}
