
@import url("module_header.css");
@import url("module_footer.css");
@import url("module_sidebar_left.css");
@import url("module_sidebar_right.css");
@import url("module_homepage.css");
@import url("module_bvcommerce.css");
@import url("module_lightbox.css");
@import url("module_maincontent.css");
@import url("module_shipping.css");

* { margin: 0; padding: 0; }

body {
	font: 62.5% Arial, sans-serif; text-align: center;
	background: url("../images/bg_mainbody.png") 0% 0% repeat-x #c7c7c7;
}
h1, h2, h3, h4, h5, h6 { font-size: 1.0em;  }
img { border: 0; }
input, select { font-size: 1.0em; }

.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left !important; }
.textRight { text-align: right !important; }
.clear { clear: both; height: 0; line-height: 0px;  }

.w_full { width: 100% !important; }
.w_10 { width: 10px !important; }    
.w_20 { width: 20px !important; }    
.w_30 { width: 30px !important; }    
.w_40 { width: 40px !important; }    
.w_50 { width: 50px !important; }    
.w_60 { width: 60px !important; }    
.w_70 { width: 70px !important; }    
.w_80 { width: 80px !important; }    
.w_90 { width: 90px !important; }    
.w_100 { width: 100px !important; }    
.w_140 { width: 15px !important; }    
.w_170 { width: 170px !important; }    
.w_200 { width: 200px !important; }    
.w_250 { width: 250px !important; }    
.w_300 { width: 300px !important; }    
.w_350 { width: 350px !important; }    
.w_400 { width: 400px !important; }    
.w_450 { width: 450px !important; }    
.w_500 { width: 500px !important; }    
.w_525 { width: 525px !important; }    
.w_550 { width: 550px !important; }    
.w_600 { width: 600px !important; }    

#outter_wrapper { height: 945px; background: url("../images/bg_splash_img.jpg") 50% 0% no-repeat; }
#white_wrapper { background: url("../images/bg_whiteWrapper.png") 50% 0% repeat-y; }
#inner_wrapper { width: 960px; padding: 0 0 10px 0; margin: 20px auto 0 auto; text-align: left; font-size: 1.1em; background: #fff; }


.mainWrapper { background: url("../images/bg_mainWrapper.png"); margin: 5px; padding: 5px; }
* html .mainWrapper { padding: 5px 3px 5px 5px; }


