/* MAIN BODY definitions */
#body {
	position:relative;
	width:800px;
	height:700px;
	min-height:600px;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#body #banner {
	position:absolute;
	top:0px;
	left:13px;
	display:block;
	width:325px;
	height:32px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:medium solid #FFFFFF;
	z-index:1000;
}
#body #banner h1 {
  display:none;
  visibility:hidden;
}

/* LEFT SIDE definitions */
#body #leftside {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
  height:400px;
	_height:750px;
	min-height:400px;
	margin:0;
  padding:150px 0px 150px 0px;
	background-color:#FFCC33;
	border-bottom:medium solid #033;
}
#body #leftside .tag {
  position:relative;
  margin:10 10 10 15;
  text-indent:-10px;
  line-height:95%;
  text-transform:uppercase;
  color:#003333;
  font-weight:bold;
}
#body #leftside img {
  position:relative;
  border:1px solid #003333;
  display:block;
  margin:25 13 25 12;
}
#body #leftside .backbutton {
  position:absolute;
  top:50;
  display:block;
  width:110px;
  height:45px;
  margin:0 20 0 20;
  background-color:#003333;
  text-decoration:none;
  text-align:center;
  font-size:20px;
  line-height:90%;
  color:#FFFFFF;
}
#body #leftside .backbutton:hover {
  color:#FFCC33;
}
#body #leftside .contact {
  position:absolute;
  bottom:0;
  display:block;
  width:100px;
  height:40px;
  margin:0 25 10 25;
  background-color:#003333;
  text-decoration:none;
  text-align:center;
  font-size:20px;
  line-height:90%;
  color:#FFFFFF;
}
#body #leftside .contact:hover {
  color:#FFCC33;
}


/* RIGHT SIDE definitions */
#body #top {
	position:absolute;
	top:0px;
	left:150px;
	width:650px;
  height:150px;
	margin:0;
	padding:0;
	background-color:#003333;
  border-right:1px solid #033;
}
#body #top * {
  margin:5;
  font-size:20px;
  font-weight:bold;
  color:#FFFFFF;
  line-height:95%;
}
#body #top img {
	border:2px solid #003333;
	display:block;
  width:120px;
	margin:15px 250px;
}

#body #top #phone {
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0;
	text-align:right;         /* For vertical stacking, this should be center */
	width:550px;
	margin:5px;
}
#body #top #phone BR {                /* Remove this definition if  */
  display:none;                       /* you want the numbers to    */
}                                     /* display vertically again   */
#body #top #phone .number {
  font-size:14px;
  color:#FFCC33;
}
#body #top #phone .name {
  font-size:18px;
  margin:0px 10px;          /* Remove this for vertical stacking */
}

#body #bottom {
	position:absolute;
	top:150px;
	left:150px;
	width:650px;
	height:600px;
	margin:0;
	padding:0;
  overflow:auto;
	background-color:#cc9933;
  border-right:1px solid #033;
  border-bottom:1px solid #033;
}
#bottom h3 {
  color:#033;
  font-size:22px;
  width:100%;
  text-align:center;
  margin:0px;
  padding:0px;
}
#marquee {
	position:absolute;
  top:35px;
  left:200px;
	width:250px;
	height:75px;
	margin:0px;
	padding:0px;
	background-color:#003333;
	text-align:center;
}

#nocars {
	position:absolute;
  top:135px;
  left:175px;
	width:300px;
	margin:0px;
	padding:0px;
	text-align:center;
}

#body #bottom .thumbBox {
  position:absolute;
  width:275px;
  height:240px;
	margin:0px;
	padding:0px;
  background-color:#FC3;
  float:left;
  overflow:hidden;
}
.pos1of1 { left:185px; top:125px; }
.pos3of3 { left:185px; top:395px; }
.pos1of2, .pos1of3, .pos1of4 { left:25px; top:125px; }
.pos2of2, .pos2of3, .pos2of4 { right:25px; top:125px; }
.pos3of4 { left:25px; top:395px; }
.pos4of4 { right:25px; top:395px; }


#body #bottom .thumbBox img {
  position:relative;
  width:245px;
  top:0;
  left:0;
  margin:0px 15px;
  border:none;
}
#body #bottom .thumbBox a:hover {
  border-bottom:3px solid #FFCC33;
}
#body #bottom .thumbBox .thumbDetail {
  margin:5px 0px 0px 0px;
}
#body #bottom .thumbBox .thumbDetail {
  margin:0px 20px;
}
#body #bottom .thumbBox .thumbDetail .price,.car,.blurb,.info {
  display:block;
  font-size:10px;
  color:#000000;
  line-height:90%;
  margin:0px 5px;
  margin-left:10px;
  text-indent:-5px;
}
#body #bottom .thumbBox ul { margin:0px; padding:0px; margin-left:15px; }
#body #bottom .thumbBox ul li {
  font-size:10px;
  color:#000000;
  line-height:90%;
  margin:0px 5px;
}
#body #bottom .thumbBox br {
  display:none;
}

