/* Mazda Structure CSS Document */

body,html{
	margin:0;
	padding:0;}
	
body{
	background:#6f655c url(images/background-main01.jpg) center top no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#d0cac1;}
	
#clear{
	clear:both;}
	
/* ---------------------------------------------------------------------------------------------- MAIN CONTAINER ---*/
#mainContainer{
	width:980px;
	margin:0 auto;
	background:#020202;
	border-left:2px solid #d0cac1;
	border-right:2px solid #d0cac1;}
	
/* ---------------------------------------------------------------------------------------------- HEADER ---*/
#header{
	width:980px;
	height:150px;
	margin:0 auto 0 auto;}
	
/* ---------------------------------------------------------------------------------------------- FLASH ---*/
#flash{
	width:980px;
	margin:0 auto;
	height:300px;
	background:#6f655c;
	border-bottom:3px solid #0088d0; /* BLUE */
	text-align:center;
	z-index:1;
	padding:0;}
	
/* ---------------------------------------------------------------------------------------------- jQuery Banner ---*/
#jqBanner{
	width:980px;
	margin:0 auto;
	height:330px;
	background:#0088d0;
	/*border-bottom:3px solid #0088d0;*/ /* BLUE */
	text-align:center;
	z-index:-1;
	padding:0;}
	
/* ---------------------------------------------------------------------------------------------- CONTENT ---*/
#contentContainer{
	width:980px;
	margin:0 auto;
	background:#242424;}

/* ------------------------------------------------------------------------- Floats --- */
#leftFloatHome{
	width:260px;
	float:left;
	margin:0 auto;
	padding:5px;}
	
#rightFloatHome{
	width:260px;
	float:right;
	margin:0 auto;
	padding:5px;}
	
#middleFloatHome{
	width:420px;
	float:none;
	margin:0 auto;
	padding:5px;
	background:#242424 url(images/background-home-watermark01.jpg) center top no-repeat;
	border-left:1px solid #403e3c;
	border-right:1px solid #403e3c;
	border-bottom:1px solid #403e3c;}
	
#middleFloatOther{
	width:420px;
	float:none;
	margin:0 auto;
	padding:5px;
	background:#242424;
	border-left:1px solid #403e3c;
	border-right:1px solid #403e3c;
	border-bottom:1px solid #403e3c;}
	
#wideFloatHome{
	width:970px;
	float:none;
	margin:0 auto;
	padding:5px;
	border-bottom:1px solid #403e3c;}
	
#wideFloatHome02{
	width:980px;
	float:none;
	margin:0 auto;
	border-bottom:1px solid #403e3c;}
	
#leftFloat{
	width:260px;
	float:left;
	margin:0 auto;
	padding:5px;}
	
#rightFloat{
	width:694px;
	float:right;
	margin:0 auto;
	padding:5px;
	border-left:1px solid #403e3c;}
	
#rightFloatOther{
	width:260px;
	float:right;
	margin:0 auto;
	padding:5px;}
	
#wideFloat{
	width:970px;
	float:none;
	margin:0 auto;
	padding:5px;}

/* ---------------------------------------------------------------------------------------------- FOOTER ---*/
/* #footer{ ----------------- Christmas 2010, change out the image
	width:980px;
	margin:0 auto;
	background:#020202 url(images/footer-line01.jpg) center top no-repeat;
	padding:10px 0 10px 0;
	text-align:center;
	line-height:14pt;
	color:#fff;} */
	
#footer{
	width:980px;
	margin:0 auto;
	background:#020202 url(images/footer-line01.jpg) center top no-repeat;
	padding:10px 0 10px 0;
	text-align:center;
	line-height:12pt;
	color:#fff;}
	
#footer strong{
	color:#dfaf7e;}
