/* generic styles */
/* Table of Contents 
	Layout
	Typography and Inline Elements
	Forms
	Sub Menus
*/
.designNote {
	color: #FFFFFF !important;
	font-weight: bold !important;
	font-size: 1em!important;
	background: #BE8201 !important;
}

/* Layout */
* {margin:0;padding:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Typography and Inline Elements */
#slogan {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #024F88;
}
h1 {
	font-size:1.4em;
	margin:.5em 0 0.5em;
	border-bottom: .5mm solid #024F88;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .5em;
}
h3 {
	font-size: .9em;
	font-weight:bold;
}
p {margin: 0 0 1em;}

ul {
	margin: 0 0 1em;
	list-style: outside;
}
ul ul {
	margin:0 0 0;
	list-style: circle;
}

li{margin-left: 1em;}

.error {color:red;}

.left {float:left;}
.right {float:right; clear: both;}

.imageAndCaption {
	font-size:.8em;
	padding:2px;
	text-align: center;
	border: 1px solid #BFBFBF;
	margin-bottom: 1em;
}
.imageAndCaption.right {
	margin: 0 0 .5em .5em;
	clear:right;
}
.imageAndCaption img {
	border: 1px solid #BFBFBF;
}
.caption {margin:.5em 0 0 0;}

.thumbnails {
	text-align:center;
	border: 1px solid #BFBFBF;
	clear: both;
}
.thumbnails a{

}
.thumbnails img {
	border: 1px solid #BFBFBF;
	margin: 0px 7px 7px 8px;
}
.thumbnails p {
	text-align: left;
	border-bottom: 1px solid #BFBFBF;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0px 0px 8px 0em;
	text-indent: 1em;
}

a img {border-width:0px;}

h1 a, h2 a, h3 a{text-decoration:none}

.clear {float:none;clear:both; margin:0 0 1em}

img.right {margin: 0 0 1em 1em}
img.left {margin:0 1em 1em 0}

/* Forms */
form {
	width:95%;
}
label {
	display:block;
	margin-bottom:0.25em;
	margin-right:0;
	margin-top:0;
}
label span {
	display:block;
	float:left;
	margin-right:15px;
	text-align:right;
	width:23%;
}
form span.buttons, form .counter {
	text-align:left;
	display:block;
	padding-left:23%;
	margin:0 0 1em 15px;
}

/* Sub Menus */
#menu ul ul {
	display:none;
	margin: 0 0 0 15px;
}
#products ul#productsSubMenu,
#customFabrication ul#customFabricationSubMenu,
#fieldService ul#fieldServiceSubMenu,
#manufacturing ul#manufacturingSubMenu,
#aboutUs ul#aboutUsSubMenu,
#rebuilds ul#rebuildsSubMenu,
#truckBody ul#truckBodySubMenu,
#waterTruckBodies ul#waterWaterTruckBodiesSubMenu {
display:block;
}

