<!-- 
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	/*background-image: url(/images/htmlBG2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #33433a;*/
	background-image: url(/images/bkg2.jpg);
	background-repeat: repeat;
	
}
.maincont {
	position: relative;
	width: 949px;
	height: 100%;
	border: 0;
	margin: 0;
	vertical-align: top;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em; /*formerly 8.6 */
	line-height: 1.5em;
	text-align:left;
	background-image: url(/images/htmlBG.jpg); 
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 5px;
}

#container {
	background-image: url(/images/containerBG.jpg);
	background-repeat: repeat-y;
	/*background-color: red;
	min-height: 100%;*/
	min-height: 900px;
	background-position: center;
	border: 0;
	border-left: 1px;
	margin: 0 auto;
	width: 949px;
}

#sidebar {
	float: right;
	width: 233px;
	min-height: 300px;
	margin-top: 140px;
	padding: 5px;
	min-height: 300px;
	border: 0px solid #FFF;
	color: #FFF;
	font-size: 11px;
}

#sidebarBottom {
	position: absolute;
	bottom: 0;
	right: 1px;
}

#main2 {
	width: 660px;
	min-height: 600px;
	margin-left: 20px;
	margin-top: 0px;
	background-color: transparent;
	border: 0px solid #000;
	text-align: left;
}

#text {
	padding-top: 10px;
}

#footer {
	width: 670px;
	display: inline;
	margin-left: 10px;
	text-align: center;
	border: 5px solid #333;
}

#menu {
	width: 695px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding-top: 0;
	border: 0px solid #fff;
	color: #FFF;
	text-align: center;
	margin-left: -20px;
	font-family: Trebuchet MS, Microsoft Sans Serif, Arial Narrow, Arial, sans-serif;
	font-size: 12px; /* was 14px */
	font-weight: bold;
	height: 15px;
	
}

#menu a:link { color: #FFF; }
#menu a:active {color: #FFF; }
#menu a:visited {color: #CCC; }
#menu a:hover { color: #ffcc00; text-decoration: underline }

.menuBullets {}

.contactInfo {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
	
/* DROPDOWNS */

#dropmenudiv{
position:absolute;
border:1px solid #000000;
border-bottom-width: 2;
line-height:14px;
z-index:100;
background-color: #333;
font-weight: bold;
font-family: Arial, Arial, sans-serif;
font-size: .7em;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #00CC66;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFF
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0089c5;
color: #FFCC00;
text-decoration: underline;
}

/* TYPOGRAPHY */
h1, h1, h3 {
	font-size: 16px;
	color: #0088c4;
}

.features {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.products ul {
	margin: .5em;
	padding: .5em;
	line-height: 1.5em;
}

.products li {
	margin: .25em;
	padding: .25em;
}

.products img {
	border: 1px solid #000;
}

/* USED EQUIPMENT PAGE */
.usedEngineHours { font-size: 14px; color: #000 }
.usedTitle {font-size: 16px; font-weight: bold; font-style: italics; color: #0088c4}
.usedPrice {font-weight: bold; color: #660033}

.used ul {margin: .1em; padding: .1em}
.used li {margin-left: -1em; padding-left: -1em}
	
/* FORM CSS */

select { 
color: #000; 
background-color: #FFF; 
border: 1 solid #330000 
}

input {   
font-size: 11px;
color:#333333;
width: auto;     
border: 1px solid #666666;
}



input.noborder {  
font-size: 14px; 
color:#333333; 

border: 1 solid #666666
}

textarea { 
font-size: 13px;
color:#333333;     
background-color: #FFFFFF; 
/* border: 1 solid #666666 */
}
-->