
@import url("module_colleft.css");
@import url("module_colright.css");
@import url("module_header.css");
@import url("module_homepage.css");
@import url("module_homepageBusiness.css");
@import url("module_footer.css");
@import url("module_maincontent.css");
@import url("module_cma.css");
@import url("module_wizard.css");

@import url("module_lightbox.css");


* { margin: 0; padding: 0;  }

body {
	font: 62.5% Arial, sans-serif; color: #333; text-align: center;
	background: url("/includes/images/bg_body.gif") 0% 0% repeat-x;
}

/* IE7 CSS hack - handy to know */
*:first-child+html body {  }

table, th, td { font-size: 1.0em; border-spacing: 0 !important; border-collapse: collapse !important; vertical-align: top; text-align: left; }
h1, h2, h3, h4, h5, h6 { font: 1.0em Tahoma, Arial, sans-serif; }
img { border: 0; }
form { margin: 0; padding: 0;  }
input, textarea, select { font: 1.0em Arial, sans-serif; }  

.wrapper { width: 960px; margin: 0 auto; text-align: left; font-size: 1.1em; }

.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_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_left { float: left; }
img.left { float: left; }
p.left { text-align: left; }

.float_right { float: right; }
img.right { float: right; }
p.right { text-align: right; }

img.centre, img.center { margin-left: auto; margin-right: auto; }
p.center { text-align: center; }

.text_left { text-align: left; }
.text_right { text-align: right; }
.text_centre { text-align: center; }

.clearer { clear: both; height: 0; line-height: 0px; font-size: 0; }
