@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F0F8FF;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #000000;
}



#container {
	background: white;
	margin: 0 auto;
	border: 0;
	text-align: left;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
h4 {
	text-align: left;
}

dl {
	margin: 0;
	padding-left: 1em;
}
dt {
	font-weight: bold;
	padding-top: 0.5em;
}
dd {
	padding-right: 1em;
}

ol { padding-left: 3em; }




#top-bar {
	float: left;
	width: 100%;
	background: #CCEEFF;
}
.left-ad {
	float: left;
	width: 15%;
	height: 14em;
	text-align: center;
	background: white;
}
.pageheader {
	float: left;
	width: 96%;
	padding: 0 10px 0 10px;
	text-align: center;
	height: 9em;
}
.pageheader h1 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}
.right-ad {
	float: right;
	width: 15%;
	height: 14em;
	background: white;
}




#notice {
	text-align: center;
	font-style: italic;
}
#notice a {
	font-size: x-large;
	font-weight: bold;
	color: darkblue;
	font-style: normal;
}


#mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}





#menu {
	margin : 0 auto;
	padding-left: 1em;
	padding-top: 0.5em;
	text-align: center;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#menu a:link, #menu a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 1em;
	margin-right : 0.5em;
	margin-bottom : 0.5em;
	padding : 0.5em;
	text-decoration : none;
	width: 10em;
}

#menu a:link.active, #menu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menu a:hover	{
	color : #f00;
}

#mainmenu {
	float: left;
}
#submenu {
	float: left;
}
	
body.intro-section #menu li#intro-item a,
body.fiver-section #menu li#fiver-item a,
body.truck-section #menu li#truck-item a,
body.systems-section #menu li#systems-item a,
body.section5-section #menu li#section5-item a {
	background : #fff;
	border-bottom : 1px dotted #ccc;
	color : black;
	font-weight: bold;
}

#menu #intro-subitems,
#menu #fiver-subitems,
#menu #truck-subitems,
#menu #systems-subitems,
#menu #section5-subitems {
	display : none;
	width: 90%;
}

body.intro-section #menu ul#intro-subitems, 
body.fiver-section #menu ul#fiver-subitems, 
body.truck-section #menu ul#truck-subitems, 
body.systems-section #menu ul#systems-subitems, 
body.section5-section #menu ul#section5-subitems {
	display : inline;
	left : 1em;
}

body.intro-section #menu ul#intro-subitems a,
body.fiver-section #menu ul#fiver-subitems a,
body.truck-section #menu ul#truck-subitems a,
body.systems-section #menu ul#systems-subitems a,
body.section5-section #menu ul#section5-subitems a {
	background : #fff;
	border : none;
	border-left : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	color : black;
	font-size : x-small;
	font-weight : bold;
	margin-right : 0.5em;
	margin-bottom : 0.5em;
	padding : 0.5em;
	text-decoration : none;
	width: 10em;
}

 #menu ul a:hover {
	color : #f00 !important;
}






.image-container {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 10px;
}

.gallery-container {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: larger;
	margin: 1em;
	width: 95%;
}
.gallery-image {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: smaller;
	margin: 10px;
}




.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#footer {
	padding: 0 10px;
	background: #CCEEFF;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: small;
	font-style: italic;
}

#sale-notice {
	color: darkred;
	text-align: center;
	margin: 5px;
	padding: 2px;
	border: 10px groove red;
	font-weight: bold;
	font-size: normal;
}

#sale-notice .sale-price-breakdown {
	font-size: small;
}


#search-form {
	margin-bottom: 5px;
	font-size: 0.75em;
	background-color: white;
}

#search-form FIELDSET {
	border: 0;
}
#search-form LEGEND {
	font-size: smaller;
	color: #003F87;
}

#search-results {
}



