html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #000;
 background-image: url(images/body_bg.png);
 font: 100% Verdana, Arial, Helvetica, sans-serif;
} 

h1{
 font-size: 24px;
 margin: 0;
}

h2{
 font-size: 16px;
 margin-top: 5px;
}

.heading {
 text-align: center;
 font-weight: bold;
}
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-image: url(images/page_bg.png);
}
 
#wrapper{
width: 780px;
background:#fff;
margin: 0 auto;
}

#wrapper-1col{
float:left;
padding-left:30px;
width: 780px;
margin: 0 auto;
}

#header{
 position:relative; 
 height:100px; 
 background: url(images/header_bg.gif) no-repeat; 
 width:780px;
 margin:0 auto;
} 

#logo{
  width: 240px;
  float: left;
}

#logo img{
 border:0;
}

#phone{
  width: 300px;
  float: right;
  text-align: right;
  padding-right: 20px;
  line-height: 100px;
  color: #fff;
  font-weight: bolder;
  font-size: 24px;
}

#nav{
 width: 780px;
 background: url(images/page_bg.png) no-repeat;
 margin: 0 auto;
 text-align: center;
}

#nav ul{
 margin: 0;
 padding: 0;
 list-style: none;
 width: 780px;
} 

#nav li{
 display: block;
 float: left;
 width: 154px;
 border: 1px solid #000;
 background: #999;
 line-height: 25px;
 font-size: 12px;
}

#nav a{
 text-decoration: none;
 color: #000;
}
#nav li:hover{
 background: #F00;
}

#nav a:hover{
  color: #fff;
}

#nav img{
 border: 0;
 padding-top: 5px;
}

#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:540px;
 padding-left: 20px;
 padding-top: 10px;
 min-height:400px; 
 }

#cartbox {
 padding-top:5px;
 width:500px;
 font-size: 12px;
 font-weight: bold;
 background-image: url(images/cartbox_bg.png);
}
.carthead{

}


#cartbox td{
 text-align:center;
 padding:5px;
}

#cartbox img{
border:0;
padding-top:5px;
}

#cartbox-bot{
 width:500px;
 height:25px;
 background-image: url(images/cartbox_bot.png);
}

.price {
 color: #f00;
 line-height:10px;
}

#old{
font-size:10px;
text-decoration: line-through;
}

#sidebox {
 width:180px;
 margin:0 auto;
 padding-top:10px;
 padding-bottom:10px;
 font-size: 12px;
 background-image: url(images/sidebox_bg.png);
}

#sidebox-bot{
 width:180px;
 height:20px;
 margin:0 auto;
 background-image: url(images/sidebox_bot.png);
}

#rightcol{
 width: 200px;
 float: right;
 text-align: center;
 padding-bottom: 10px;
 padding-top: 10px;
}

#rightcol img{
 border:0;
}
#services{
 width: 180px;
 margin:0 auto;
 text-align: left;
 font-size: 14px;
}

#services ul{
  margin: 0;
  padding: 0;
}

#services a{
 text-decoration: none;
 color: #000;
}

#services a:hover{
 text-decoration: underline;
}

.sitemap{
 list-style: none;
}

.sitemap li{
 line-height: 25px;
}

.home {
 line-height: 40px;
 font-weight: bold;
}
.page{
margin-left: 20px;
}

.sub{
 margin-left: 40px;
}

#footer{
 height:25px; 
 width: 780px;
 background:#fff;
 margin:0 auto;
 clear:both;
 text-align: center;
 font-size: 14px;
} 

#footer ul{
 margin: 0;
 padding: 0;
 list-style: none;
 width: 780px;
} 

#footer li{
 display: block;
 float: left;
 width: 195px;
}

#footer a{
 text-decoration: none;
 color: #000;
}

#footer a:hover{
 text-decoration: underline;
}

#copyright{
 width:800px;
 margin: 0 auto;
 background-image: url(images/footer_bg.png);
 background-repeat: no-repeat;
 padding-top: 35px;
 color: #666;
 font-size: 12px;
}

#copyright a{
 color: #666;
 text-decoration: none;
}

#copyright a:hover{
 text-decoration: underline;
}

 /* *** 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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

