
@import url("module_header.css");
@import url("module_homepage.css");
@import url("module_maincontent.css");
@import url("module_sidebar.css");
@import url("module_subpage.css");
@import url("module_footer.css");
@import url("module_lightbox.css");

* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5 { font-size: 1.0em; }
table, th, td { font-size: 1.0em; text-align: left; }
img { border: 0; }  
input { font-size: 1.0em; }

body { 
	font: 62.5% Arial, sans-serif; text-align: center;
	background: url("../images/bg_body.gif") #d2d2d2 0% 0% repeat-x; 
}
* html /* IE6 Fixed Position Jitter Fix */{background-image:url(about:blank);background-attachment:fixed;}
 
.clearer { clear: both; display: block; height: 0; line-height: 0px; font-size: 0px; overflow: hidden; }

#wrapper { font-size: 1.1em; background: #fff; width: 730px; margin: 0 auto; text-align: left; }

.w_half { width: 50% !important; }
.w_full { width: 100% !important; }
.w_15 { width: 15px !important; }
.w_25 { width: 25px !important; }
.w_30 { width: 30px !important; }
.w_50 { width: 50px !important; }
.w_100 { width: 100px !important; }
.w_150 { width: 150px !important; }
.w_200 { width: 200px !important; }
.w_250 { width: 250px !important; }
.w_295 { width: 295px !important; }
.w_300 { width: 300px !important; }
.w_350 { width: 350px !important; }
.w_400 { width: 400px !important; }
.w_450 { width: 450px !important; }
.w_475 { width: 475px !important; }
.w_500 { width: 500px !important; }
.w_550 { width: 550px !important; }

.h_25 { height: 25px !important; }
.h_50 { height: 50px !important; }
.h_75 { height: 75px !important; }
.h_100 { height: 100px !important; }
.h_150 { height: 150px !important; }
.h_200 { height: 200px !important; }
.h_250 { height: 250px !important; }
.h_300 { height: 300px !important; }
.h_350 { height: 350px !important; }

.float_right { float: right; }
.float_left  { float: left; }

.float_followUs_wrapper {
	position: fixed; top: 135px; right: 0; 
	width: 100px; height: 259px; overflow: hidden;
}
/* IE6 position fixed right      */
* html .float_followUs_wrapper {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop) + 135);
	right: expression(eval(document.documentElement.scrollRight));
}

.float_followUs { 
	position: relative; left: 70px;
	width: 90px; height: 259px; padding: 0 10px 0 0;
	background: url("/images/bg_followUs.gif") 0% 0% no-repeat;
	text-align: right; cursor: pointer;
}

.float_followUs ul.followUs_lst1 { list-style: none; padding: 0 0 5px 0; background: url("/images/bg_followUs_dots.gif") 100% 100% no-repeat; }
.float_followUs ul.followUs_lst1 li { padding: 10px 0 0 0; }

.float_followUs ul.followUs_lst2 { list-style: none; }
.float_followUs ul.followUs_lst2 li { padding: 10px 0 0 0; }




