/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image:url('header.jpg');
 background-position:center top;
 background-repeat:no-repeat;
 background-color: #242424;
 
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #FFF;
 font-size: 14px;
} 

A:link {text-decoration: none; color: #FFF;}
A:visited {text-decoration: none; color:  #FFF;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: none;}

#maincol A:link {text-decoration: none; color: #888888;}
#maincol A:visited {text-decoration: none; color:  #888888;}
#maincol A:active {text-decoration: none; color: white;}
#maincol A:hover {text-decoration: none; color: red; border-bottom:1px dotted;}

#footer A:link {text-decoration: none; color: #888888;}
#footer A:visited {text-decoration: none; color:  #888888;}
#footer A:active {text-decoration: none; color: white;}
#footer A:hover {text-decoration: none; color: red; border-bottom:1px dotted;}



 .hlt {
  background-color: #444;
  color: #000;
  }

.trans {
opacity:0.4; filter:alpha(opacity=40);
}

.trans:hover {
opacity:1; filter:alpha(opacity=100);
}

#pagewidth{ 
 width:969px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 
} 
 
#header{
 position:relative; 
 height:176px;
} 
 
#leftcol{
 width:22.45%; 
 float:left; 
 position:relative; 
 margin-top:37px;
 margin-left:1px;
 }
 
#leftcol A:link {text-decoration: none; }
#leftcol A:visited {text-decoration: none;}

#leftcol a{margin-left:10px;
}
#leftcol td{height:30px;}
 .current { background-image:url('currentpage.jpg'); font-weight:bold;  background-repeat: repeat-x; }
 .currentsub { background-image:url('currentpage.jpg'); background-repeat: no-repeat; font-weight:bold; color:#FFF;}
 .ourrange { text-indent:-15px; vertical-align:text-top}
 #leftcol table { width:216px;}
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:75%; 
  margin-top:37px;
 }
 
 #maincol h1{	
 font-size: 18px;
 font-weight:bold;
 }
 
  #maincol h2{	
 font-size: 14px;
 font-weight:bold;
 font-style: italic;
 }
 
  #maincol tr{	
border-top:thin;
 }
 
 #contactbox {
 float: right;
  width: 250px;
  margin-left 30px;
  
 }
 
#footer{
 height:100px; 
 clear:both;
 margin-top:37px;

 text-align: center;
 font-size: 12px;
  text-align:right; 
 } 
 #footer a { margin-top:5px;}
 
#bodybg{
 background-image:url('body-bg.jpg');
 background-position:center top;
 background-repeat:no-repeat;
 height:355px;
 }
 
 .bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	
 
 /* *** 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;}
}
