@charset "utf-8";
/* CSS Document */

a{ color:#666; outline:none; }

html, body{ 
margin:0;
padding:0;
text-align:center;
background:url(images/bg.jpg) repeat-x top center #eae3db;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
} 
 
#pagewidth{ 
width:1024px;
text-align:left;
margin-left:auto;
margin-right:auto;
} 
 
#header{
position:relative;
width:100%;
} 
 
#maincol{
padding:10px;
background-color:#ebebeb;
float:left;
display:inline;
position:relative;
width:1004px;
min-height:500px
}
 
#footer{
text-align:center;
font-size:12px;
height:50px;
padding-top:10px;
clear:both;
} 
 

 
 /*Float containers fix*/ 
.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 */  

#nav{
	text-align:right;
	color:#FFF;
	font-weight:bold;
}
#nav a{ color:#FFF; text-decoration:none; cursor:pointer; }
#sub_nav{ text-align:right; font-weight:normal; margin:2px 0px 2px 0px; }
.prod_name{ font-size:16px; font-weight:bold; margin-bottom:2px; }
.cart_buttons{ height:25px; width:100px; border:#333 1px solid; background-color:#999; padding:5px; text-decoration:none; color:#CCC; }