
@import url("module_header.css");
@import url("module_homepage.css");
@import url("module_footer.css");
@import url("module_sifr.css");
@import url("module_overlay.css");
@import url("module_lightbox.css");
@import url("module_breadcrumbs.css");
@import url("module_sidebar.css");
@import url("module_maincontent.css");
@import url("module_cma.css");
@import url("module_innercontent.css");
@import url("module_newCarOverrides.css");

* { margin: 0; padding: 0; }

body {
	font:  62.5% Arial, sans-serif; text-align: center; color: #333;
	background: url("../../images/Template1/bg_body.gif") #f3f3f3 0% 0% repeat-x;
}
h1, h2, h3, h4, h5, h6 { font-size: 1.0em; }
img { border: 0; }
input, textarea, select { font: 1.0em Arial, sans-serif;  }
table, th, td { font-size: 1.0em; text-align: left; vertical-align: top; border-collapse: collapse; border-spacing: 0; }

.clearer { display: block; clear: both; line-height: 0px; font-size: 0; height: 0; } 

#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_right { float: right; }
.float_left  { float: left; }

.nomargin { margin: 0!important; }  
.nopadding { padding: 0!important; }  

.showHideToggle { display: none; }

.underConstruction_homepageBg { 
	background: url("/images/homepagePage_underConstuction_logo.gif") 50% 55px no-repeat; 
	height: 140px;
}
.underConstruction_homepageBg  p { 
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold;
	color: #6d6e71;
	margin: 12px 0 0 0;
	text-align: center;
}

.underConstruction_homepageBg  a ,
.underConstruction_homepageBg  a:visited  { color: #b3132d; text-decoration: underline }
.underConstruction_homepageBg  a:hover { text-decoration: none; }

.underConstruction_subpageBg { 
	background: url("/images/subpagePage_underConstuction_logo.gif") 280px 50% no-repeat; 
	height: auto;
	width: 700px;

}

* html .underConstruction_subpageBg {
	margin: 0 0 0 120px;
}

html>body .underConstruction_subpageBg {
	*padding: 0 0 0 120px;
}

.underConstruction_subpageBg  p {
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold;
	color: #6d6e71;
	padding: 200px 0 0 0;
	display: block;
	text-align: center;
}

