
/* --------------------------------------------------------------------------------------------------------------------------------------- 

GLOBAL STYLES

--------------------------------------------------------------------------------------------------------------------------------------- */

@import url("module_reset.css");
@import url("module_header.css");
@import url("module_footer.css");
@import url("module_homepage.css");
@import url("module_slideshow.css");
@import url("module_maincontent.css");
@import url("module_sidebar.css");
@import url("module_lightbox.css");
@import url("module_tooltip.css");

* { margin: 0; padding: 0; }

body { 
	width: 100%; font: 62.5% Arial, sans-serif; color: #343434; text-align: center;
	background: #343434;
}

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; color: #343434; font-family: Arial, Helvetica, sans-serif; }
a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ul li { list-style: none; }
.float_right { float: right !important; }
.float_left { float: left !important; }

.clearer { clear: both; height: 0; line-height: 0; font-size: 0; overflow: hidden; }

.w50 { width: 50px; } 
.w100 { width: 100px; }
.w150 { width: 150px; } 
.w200 { width: 200px; } 
.w250 { width: 250px; } 
.w300 { width: 300px; } 
.w350 { width: 350px; } 
.w380 { width: 380px; }
.w400 { width: 400px; } 
.w450 { width: 450px; } 
.w500 { width: 500px; } 
.w550 { width: 550px; } 
.w600 { width: 600px; } 
.w650 { width: 650px; } 
.w700 { width: 700px; } 

#wrapper { padding: 0 0 15px 0; width: 100%; background: #cac6c3 url("../images/bg_wrapper.jpg") repeat-x center top; display: block; }
#innerwrapper { margin: 0 auto; width: 966px; text-align: left; font-size: 1.1em; background: #cac6c3 url("../images/bg_innerwrapper.jpg") no-repeat center top; }




