html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FB6F0D;
	color:#292929;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
ul, ol, dl {
position: relative;  
}

#wrap {
	margin: 0;
	padding: 0 0 20px 0;
	background: url(images/footer_bg.jpg) no-repeat center bottom;
}
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding: 0 20px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
 /*border:1px solid #ECECEB;*/
} 
 
#header{
 position:relative; 
 height:74px; 
 background-color:#060105; 
 width:100%;
}

#headerstrip{
 height:9px;
 font-size:1px; /*Done for IE*/
 background-image: url(images/headerstrip.jpg);
 background-repeat: no-repeat;
}

#banner{
 height:245px;
 font-size:1px; /*Done for IE*/
 background-image: url(images/banner.jpg);
 background-repeat: no-repeat;
}

#mainnavigation{
 height:22px;
 background-color:#ECECEB;
 text-align:left;
}

#wrapper{
 background: #FFFFFF;
}
 
#leftcol{
 width:200px; 
 float:left; 
 position:relative;
 text-align:justify;
 padding:0px 10px 0px 20px;
 }
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:510px;
	text-align:left;
	overflow: hidden;
	padding:0px 40px 0px 20px;
 }

#maincol p{margin:1em;}
 
#footer{
 height:3.5em;
	background-color:#060105; 
	clear:both;
 /* background-image: url(images/footer.jpg);
 background-repeat: no-repeat;
 background-position: left bottom;
 vertical-align:bottom; */
 } 
#footer p {
	padding: 2.5em 0 0 .7em;
	line-height: 1.5em;
	text-transform: uppercase;
	font-size: 80%;
}
#footer a {
	color: #EBEBEB;
}
#footer a:hover {
	color: #E74700;
}



/****************************** SIDE NAVIGATION ******************************/
.featurelist
{
 font-size:10px;
 list-style-type: none;
 margin:0;
 padding:0;
}

.featurelist li
{
	margin:0;
	padding:4px;
	border-bottom:1px solid #949494;
	margin-right:30px;
	padding-left:10px;
	background-image: url(images/listdot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
}
/****************************** SIDE NAVIGATION ******************************/



/********************************* TOP NAVIGATION *********************************/
.logo{
 float:left;
 height:22px;
 width:200px;
 padding:0px;
 margin:0px;
}

#mainnavigation ul{
margin: 0em;
padding-top:4px;
padding-bottom:0px;
padding-right:25px;
 font-size:10px;
 list-style-type: none;
 float:right;
}

#mainnavigation ul li{
padding:0px 15px;
float:left;
}

#mainnavigation ul li a:hover{
 border-bottom:3px solid #E74700;
}


/********************************* TOP NAVIGATION *********************************/



/****************************** HEADINGS ******************************/
.links { color: #E74B00; text-decoration: none} 

.links:hover { text-decoration: underline; color: #0D67A5}

.headings
{
 font-size:18px;
 padding-bottom:10px;
}

a, a:link
{
 color:#292929;
 text-decoration:none;
}

a:hover
{
 color:#E74700;
}

.nolinks
{
 border:none;
}
/****************************** HEADINGS ******************************/

 

/****************************** PLAN TABLES ******************************/
.plantable
{
 font-size:12px;
}

.plantable th
{
 color:#ffffff;
}

.planrow1
{
 background:#ECECEB;
}

.orderbuttonholder
{
 margin:10px 0px;
}

a.orderbutton
{
 font-weight:bold;
 color:#ffffff;
 padding:6px 34px;
 background-image:url(images/order.jpg);
 background-position:top center;
 background-repeat:no-repeat;
}

a.orderbutton:hover
{
 color:#ffffff;
 background-position:bottom center;
 text-decoration:underline;
}
/****************************** PLAN TABLES ******************************/


 
/*********************************** HACKS AND FIXES AND PRINT STYLES ***********************************/
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
/*********************************** HACKS AND FIXES AND PRINT STYLES ***********************************/
