/*================================================================================  GENERAL TYPOGRAPHY  ==*/

body {
	background-color:#fff;
	color:#666666;
	font-family: "Courier New", Courier, monospace;
	font-size:62.5%;
	line-height:1;
}
h1 {font-size:2.4em;}
h2 {font-size:1.8em;}
h3 {font-size:1.3em;}
h4 {font-size:1.2em;}
h1,h2,h3,h4,h5,h6 {color:#000;}
a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000;
}
p a:hover {text-decoration:underline;}
p a.next {font-size:1.17em;}
p a.next:hover {text-decoration:none;}
/* a img {display:block;} */
a img {
	vertical-align:middle;
	margin:0 6px;
}
p {
	font-size:1.2em;
/*	line-height:1.2; */
}
li {list-style-position:inside;}
li.selected a {cursor:default;}

/*================================================================================  SPECIFIC L & T  ==*/

#wrapper {
	width:600px;
	margin:18px;
}
#head {
	display:block;
	width:100%;
	margin-bottom:6px;
}
#details #head {
	background:url(home_image1.jpg) no-repeat 0 0;
}

#content {
	clear:both;
}
#content h3 {
	padding:0.46em 0.92em;
	margin:0;
	background-color:#737754;
	color:#fff;
}
#details #content h3 span {
	float:right;
}
#content h4 {
	margin-bottom:6px;
	background-color:transparent;
	color:#000;
}
.bigthumb {
	display:block;
	float:left;
	width:396px;
	height:294px;
	margin:0 6px 6px 0;
}
.smallthumb {
	display:block;
	float:right;
	width:198px;
	height:144px;
	margin:0 0 6px 0;
}
#info { 
	float:left;
	width:396px;
	margin-bottom:12px;
}
#info li {
	font-size:1.2em;
	list-style:none inside;
}
#extras {
	float:right;
	width:198px;
	margin-bottom:12px;
}
#dealerinfo {
	clear:both;
	width:100%;
	margin-bottom:12px;
}
.disclaimer {
	clear:both;
	border-top:1px solid #8C9094;
	padding-top:6px;
	font-family:Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif; 
	font-size:0.9em;
}