/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0;
background-color: #fff;
} 

a:link, a:visited, a:active { text-decoration: none; }
a:link, a:visited {color:#fff; } 
a:active {color:#f00 ;}
a:hover {
border-right:solid #f00;
border-right-width:thin;
border-left: solid #f00;
border-left-width:thin;
}




#pagewidth { 
width:750px;
height:600px; 
margin-left:auto; 
margin-right:auto;  
} 
 
#header{
 height:60px; 
  background-color:#fff; 
 width:100%;
} 

 
#left{
background-image: url(images/bigben.jpg);
width:200px;
height:480px;
background-repeat:no-repeat; 
background-color: #fff;
  }
 
#main{background-color: #fff;  
float: right; 
width:72%; 
height:322px;
}
#map {
float:right;
margin-top:50px;
}

#sitemap {
margin-top:50px;
}


#menu {
 height:20px; 
  background-color:#000; 
font-weight: bold;
margin-top:12px;
 clear:both;
 }

#footer {
 height:20px; 
  background-color:#000; 
font-weight: bold;
color:#fff;
letter-spacing: 2px;
clear:both;
 } 
 
h1 {
	font-size: 1.2em;
	text-align: left;
	font-style: italic;
	letter-spacing: 1px;
}

.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	color: Red;
	font-weight: bold; 
}
.est {
font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color: black;
	font-weight: bold;
}
.distributor {
font-family: "Times New Roman", Times, serif;
	font-size:17px;
	color: black;
	font-weight:bold;
	margin-top:0px;
}

p.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: Red;
	font-weight: bold;
 height:2px;
margin-top:15px;
	
}

 /* *** 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;}
}
