/* Reset browser defaults for consistency */
html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* Remove bullets from list items */
ol, ul {
	list-style: none;
}
/* Basic page layout */
body {
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#page {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 600px;
}
#logo {
	float: left;
}

#pagend {
	clear: both;
}
#navigation {
	margin-top: 10px;
}
#navigation li {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
}
#navigation li a {
	text-decoration: none;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navigation li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
#subnavigation a {
	color: #999999;
	text-decoration: none;
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 20px;
	font-size: 1.2em;
	letter-spacing: .1em;
}
#subnavigation a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#home {
	width: 70px;
	margin-left: 20px;
}
#news {
	width: 100px;
	text-align: center;
}
#products {
	width: 130px;
	text-align: center;
}
#used {
	text-align: center;
	width: 90px;
}
#philosophy {
	text-align: center;
	width: 150px;
}
#contact {
	text-align: right;
	width: 90px;
}




#content {
	margin-bottom: 20px;
	float: none;
	color: #CCCCCC;
	clear: both;
}
#content p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0.8em;
	line-height: 140%;
}
#content a {
	color: #CCCCCC;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 10px;
	line-height: 140%;
	color: #FFFFFF;
	padding-bottom: 20px;
}
#content .quote {
	width: 290px;
	font-size: 1.1em;
	padding-top: 40px;
	padding-bottom: 20px;
	line-height: 160%;
}
#content .credit {
	width: 290px;
	text-align: right;
}


/*#content a {
	text-decoration: underline;
	color: #616B9A;
}
#content a:hover{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}*/
#content #product #maintext {
	width: 250px;
	padding-bottom: 20px;
	clear: left;
}
#content #product #maintext p {
	font-size: 1em;
	line-height: 160%;
}
/*#content #product img {
	float: right;
}*/
#content .floatright {
	float: right;
}
#content #product h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 20px;
	line-height: 140%;
	float: left;
	padding-bottom: 30px;
}
#content .toggle_models {
	padding-top: 3px;
	padding-bottom: 3px;
/*	display: block;*/
	color: #FFFFFF;
	font-size: 0.9em;
	text-decoration: none;
	background-image: url(../images/collapsed.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-left: 10px;
	margin-right: 10px;
	/*border: 1px solid #FFFFFF;*/
}
#content .toggle_models:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#content .models_expanded {
	background-image: url(../images/expanded.gif);
	background-repeat: no-repeat;
}
#content #models {
	background-color: #000000;
	display: none;
	margin-top: 10px;
}

#content #models p {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 0.9em;
}
#product #thumbnails {
	clear: left;
/*	width: 530px;
	float: right;*/
}
/*#product #thumbnails .productindex p {
	color: #FFFFFF;
}*/

/*#product #thumbnails .productindex {
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: left;
	width: 120px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}*/
#product #thumbnails .entry {
	float: left;
	width: 120px;
	text-align: center;
	font-size: 0.8em;
	margin-left: 40px;
	height: 130px;
}
#content #usedtable {
	text-align: center;
	padding-top: 20px;
}

#wrapper #content table td {
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: .9em;
	text-align: left;
}
#content #peter {
	margin-left: 170px;
}






/*#product #thumbnails img {
	margin-left: 10px;
	margin-bottom: 10px;
}*/


#footer {
	width: 800px;
	font-size: 0.8em;
	padding-top: 15px;
	clear: both;
	float: none;
}
#footer a {
	color: #666666;
}
#footer p {
	margin: 0px;
	padding-bottom: 5px;
	color: #666666;
	text-align: center;
}

