/*CSS*/
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) top center repeat-x #FFF;
	}

/*  *********************************************  WRAPPER   *********************************************** */

div#mn-wrapper {
	margin: 0 auto;
	width: 975px;
	padding: 0;
	}
	

/*  *********************************************  STRUCTURE   *********************************************** */

div#mn-tel {
	float: left;
	width: 975px;
	height: 61px;
	margin: 0px;
	padding: 0px;
	background:url(../images/tel.jpg) no-repeat #FFF;
	overflow: hidden;
	}

div#mn-banner {
	float: left;
	width: 975px;
	height: 313px;
	margin: 0px;
	padding: 0px;
	background:url(../images/banner.jpg) no-repeat #FFF;
	overflow: hidden;
	}

div#mn-flash {
	float:left;
	background: url(../images/flash.jpg) no-repeat #AAA;
	width: 975px;
	height: 223px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 975px;
	height: 48px;
	margin:0;
	padding:0;
	}	

div#mn-qcontact {
	float:left;
	background: url(../images/qcontact.jpg) no-repeat #888;
	width: 289px;
	height: 313px;
	margin:0;
	padding:0 0 0 40px;
	}	

div#mn-icons {
	float:left;
	background: url(../images/icons.jpg) no-repeat #888;
	width: 646px;
	height: 313px;
	margin:0;
	padding:0;
	}	

div#mn-main {
	float: left;
	width: 975px;
	background:url(../images/main.jpg) repeat-y #CCC;
	}

div#mn-content {
	float: left;
	width: 697px;
	overflow: hidden;
	margin:0;
	padding:0 25px 10px 40px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-sidebar {
	float: right;
	width: 183px;
	overflow: hidden;
	margin:0;
	padding:0 15px 0 15px;
	background: url(../images/sidebar.jpg) no-repeat;
	}
	
div#mn-clear {
	clear: both;
	float: left;
	width: 975px;
	overflow: hidden;
	}		

div#mn-footer {
	clear: both;
	float: left;
	width: 909px;
	padding:15px 25px 15px 40px;
	margin: 0 auto;
	background: #1275B0;
	}
	
	
/*  *********************************************  IE6 ALERT   *********************************************** */

#ie6alert {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000;
	  filter:alpha(opacity=80);
	  opacity:0.8;
	border-top: 4px solid #000;
	line-height: 30px;
	font-size: 14px;
	padding: 40px 0 10px 0;
	}
 
#ie6alert p {
	width: 850px;
	padding: 5px 10px;
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	}

#ie6alert a {
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	color: #FFF;
	}
	#ie6alert a:hover {
		background-color: #182126;
		}


