/*----------CSS for Applied Energy-----------------------------------------------------------------*/
/*----------Created by Brian Daggett - Innovative Solutions, Rochester NY--------------------------*/


/*----------Global Properties--------------------------------------------------------------------- */
*{padding:0px; margin:0px;}

/*--HEADER PROPERTIES--*/
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#d1acac;
	font-style:italic;
	border-bottom:#CCCCCC solid 1px;
	padding-bottom:8px;
	}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#d1acac;
	font-style:italic;
	padding-bottom:2px;
	
	}	

/*--GLOBAL LINK PROPERTIES--*/
a:link {color:#ffffff; text-decoration:underline;}
a:visited {color:#ffffff; text-decoration:underline;}
a:hover {color:#BB0000; text-decoration:none;}

/*----------The Good Stuff------------------------------------------------------------------- */
body {
	background: url(images/bg.jpg) repeat-x #6a6868;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align: left;
	margin: 0px;
	min-height:500px;
	}
#wrapper {
	background: url(images/bronco-bg.jpg) no-repeat;
	margin:0px;
	width: 950px; 
	position: relative;
	padding:0px; 
	min-height:500px;
	}
	
/*--MAIN NAVIAGTION--*/	
#navigation{ float:left; width:100%;}
.nav{
	float:right;
	margin-top:120px; 
	border-left:#CCCCCC solid 1px; 
	padding:10px 0px;
	width:665px;
	}
.nav ul{}	
.nav li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	padding:0px 15px 0px 15px;
	border-right:#999999 solid 1px;
	font-size:14px;
	font-weight:bold;
	}	
.nav li a{color:#FFFFFF; text-decoration:none;}
.nav li a:visited {color:#FFFFFF; text-decoration:none;}
.nav li a:hover {color:#BB0000; text-decoration:none;}	

/*--MAIN CONTENT--*/
#content {clear:both;}
#left{
	width:395px;
	float:right;
	padding-top:10px;
	}
/*#left{opacity:.3;  css standard  filter:alpha(opacity=30); IE patch }
#no-tran {	opacity:.9; css standard 	filter:alpha(opacity=90); IE patch }*/
#left p{color:#FFFFFF; padding-bottom:10px; line-height:1.6em;}
#right{ width:275px; float:right;}
#advantages {
	color:#FFFFFF;
	list-style:none;
	line-height:1.5em;
	padding-left:19px;
	}		
#advantages li {background:url(images/bullet.gif) no-repeat -3px 2px; padding-left:12px; padding-bottom:1px;}

#advantages2 {
	color:#FFFFFF;
	list-style:none;
	line-height:1.5em;
	padding-left:19px;
	}		
#advantages2 li {background:url(images/bullet.gif) no-repeat -3px 2px; padding-left:12px; padding-bottom:15px;}
#advantages2 li .listheader {font-weight:bold; font-size:13px;}
#advantages2 li .listtitle {font-weight:normal; font-style:italic; font-size:12px;}


.content-list {
	color:#FFFFFF;
	list-style:none;
	line-height:1.5em;
	padding-left:19px;
	padding-bottom:12px;
	}	
.content-list li {background:url(images/bullet.gif) no-repeat -3px 2px; padding-left:12px; padding-bottom:4px;}	
.content-list-inside {
	color:#FFFFFF;
	list-style:none;
	line-height:1.5em;
	padding-left:12px;
	padding-bottom:12px;
	}	
.content-list-inside li {background:url(images/bullet2.gif) no-repeat -3px 2px; padding-left:12px; padding-bottom:4px;}	
#product-flash{}
#map-flash{}
#content-table { border:#333333 1px solid;}
#content-table th{
	vertical-align:middle;
	background:#7b3033;
	padding:5px;
	}
#content-table td{ padding:7px 3px 7px 5px;}
#content-table .alternate{background:#4f4545;}
#content-table tr:hover {background:#000000;}
.product-image {width:120px;float:left;}
.product-text {width:255px; float:right; padding-top:12px; }
.product {border-bottom:#CCCCCC solid 1px; padding:8px 0px; float:left;}
.noborder {border:none;}
.bottomborder {border-bottom:#999999 solid 1px; padding-bottom:10px;}
.productimage {float:right; margin-left:10px; margin-right:5px;}
#dealerbutton {background:url(images/contact.gif) no-repeat; width:185px; height:26px;}
#product-stuff {padding-bottom:8px;}
#app-chart {padding-top:10px;}

/*--FOOTER--*/
#footer{
	clear:both;
	font-size:9px;
	text-align:center;
	border-top:#CCCCCC solid 1px;
	padding-top:10px;
	margin-top:20px;
	float:inherit;
	line-height:1.8em;
	
	}

/* -- Grid View--*/
.GridView td {vertical-align: middle; padding: 10px 20px 10px 0px; font-size: 11px; border-top: 1px solid #cccccc;}

.GridViewRow {padding-bottom: 10px; padding-top: 10px; font-size: 11px; }
