
/* --------------------------------------------------------------------------------------------------------------------------------------- 

GLOBAL STYLES

--------------------------------------------------------------------------------------------------------------------------------------- */

@import url("module_reset.css");
@import url("module_header.css");
@import url("module_primaryNav.css");
@import url("module_colleft.css");
@import url("module_colright.css");
@import url("module_maincontent.css");
@import url("module_products.css");
@import url("module_bvcommerce.css");
@import url("module_lightbox.css");
@import url("module_shipping.css");
@import url("module_footer.css");

* { margin: 0; padding: 0; }

body { 
	width: 100%; font: 62.5% "Trebuchet MS", Arial, sans-serif; color: #333; text-align: center;
	background: #fff url("../images/bg.jpg") no-repeat center top; display: block;
}

img { border: 0; }
table, th, td { font-size: 1.0em; }
h1, h2, h3, h4, h5, h6 { font-size: 1.0em; } 
input, textarea, select { font-size: 1.0em; }
a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ul li { list-style: none; }

.clearer { clear: both; height: 0; line-height: 0px; }
.opacity img, .opacity:visited img { filter: alpha(opacity=100); opacity: 1.0; -moz-opacity: 1.0; }
.opacity:hover img { filter: alpha(opacity=60); opacity: 0.6; -moz-opacity: 0.6; }
.float_left { float: left !important; text-align: left !important; }
.float_right { float: right !important; text-align: right !important; }
.align_left { text-align: left !important; }
.align_right { text-align: right !important; }
.align_center { text-align: center !important; }

.w50 { width: 50px; } 
.w100 { width: 100px; }
.w150 { width: 150px; } 
.w200 { width: 200px; } 
.w250 { width: 250px; } 
.w300 { width: 300px; } 
.w350 { width: 350px; } 
.w400 { width: 400px; } 
.w450 { width: 450px; } 
.w500 { width: 500px; } 
.w550 { width: 550px; } 
.w600 { width: 600px; } 
.w650 { width: 650px; } 
.w700 { width: 700px; } 

#wrapper { margin: 0 auto; width: 960px; text-align: left; } 

.mainWrapper { padding: 10px 0 0 0; width: 960px; min-height: 100px; background: #fff url("../images/bg_mainwrapper.gif") no-repeat top left; }
* html .mainWrapper { height: 100px; display: block; }


