html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:110px;  
 width:100%;
}

#headerleft{
 position:relative;
 float:left;
 display:inline;  
 width:40%;
padding-top:20px;
padding-left:30px;
}

#headerright{
 position:relative;
 float:right;
 display:inline;  
 width:50%;
 text-align:right;
padding-top:30px;
padding-right:20px;
}

#banner{width:100%; height:210px; background-image: url('images/banner.jpg');}

#navigation{width:100%; height:34px; background-image: url('images/navbg.jpg'); padding-top:10px; margin-bottom: 20px;position:relative;}
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
  }

#leftcolcustomer{
 width:20%; 
 float:left; 
 position:relative; 
  }

#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:75%; 
 margin-bottom:30px;
 }

#maincolcustomer{  
 float: right; 
 display:inline; 
 position: relative; 
 width:80%; 
 margin-bottom:30px;
 }

#customerareawrapper{ float:left; clear:both; width:100%;position:relative; margin-bottom:30px;}

#customerarealeft{ float: left; 
 display:inline; 
 position: relative; 
 width:47%; }

#customerarearight{ float: right; 
 display:inline; 
 position: relative; 
 width:47%; }

#rightcol{
 float: right; 
 display:inline; 
 position: relative; 
 width:20%; 
}

#rightcol-home{
 width:50%; 
 float:right; 
 position:relative; 
  }

.rightcol-home-wrapper{width:100%;display:inline;}
.rightcol-home-wrapper img{display:inline;margin:0px;}
 
#maincol-home{  
 float: left; 
 display:inline; 
 position: relative; 
 width:50%; 
 z-index:-1000;
 padding-top:2px;
 }
 
#footer{
 height:180px; 
 clear:both;
 } 
 
#address{
 height:30px; 
 clear:both;
 font-family:verdana;
 color:#666;
 font-size:10px;
 text-align:center;
 }
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;} 
#twocols, #maincol{width:100%; float:none;}
}

.navitem a{padding-left:42px;padding-right:42px; font-family:verdana; color:#FFF; font-size:16px; display:inline; position:relative; float:left; text-decoration: none;}
.navitem a:hover{text-decoration:underline;}
.navdivider{}
.body{font-family:verdana; color:#666; font-size:12px;}
h1{font-family:verdana; color:#666; font-size:16px;}
h2{font-family:verdana; color:#666; font-size:14px;}
.border {border:0px;}
.greentext{color:#339933;}

#feedbackimage {
	position: fixed;
	width: 120px;
	bottom: 0px;
    left:0px;
}#headerrightnew {

 position:fixed;
 float:right;
 display:inline;  
 width:50%;
 text-align:right;
padding-top:30px;
padding-right:20px;
}
#headerright2 {
 width:50%;
padding-top:0px;
}
#headerright4 {

 position:relative;
 float:right;
 display:inline;  
 width:50%;
 text-align:right;
padding-top:30px;
padding-right:20px;
}

