/* CSS Document */

body{
	text-align:center;
	background:000000;
	background-image:url(images/bg.jpg);

	}
	
	
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	}
	
a{
	font-size:12px;
	color:#999999;
	text-decoration:none;
	}
	
a:hover{
	text-decoration: underline;
	color:#666666;
	}
	
	
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#999999;
	}
	
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	}	
	
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0099CC;
	font-weight:bold;
	}	
	
	
#wrapper{
	width:970px;
	margin:0 auto;
	text-align:left;
	border:1px silver solid;
	border-bottom:7px #363636 solid;
	background-color:#FFFFFF;
	}
	
/******          Top Navigation        ************************/

#chromemenu{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	
	}

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-bottom: 1px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none!important;
border-right: 1px solid #DADADA;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #ede9f1;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/***** homepage*********/

#homepageimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_homepage3.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#aboutusimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_aboutus.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#brochureimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_brochure.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#contactusimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_contactus.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#diagnosticsimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_diagnostics.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#exhaustimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_serviceexhaust.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
	
#faqimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_faq.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
	
#motimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_mot.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}	
	
#partsimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_wheel.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
	
#additionalimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image: url(images/merc_additional.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#repairsimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_partsordering.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#commercialimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_commercial.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#servicesimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_services.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#usedcarimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_usedcar.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
	
#codeimg{
	width:970px;
	height:466px;
	z-index:-1;
	background-image:url(images/merc_codecar.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#box{
	width:245px;
	height:auto;
	margin:10px 0px 0px 5px;
	float:left;
	padding:2px;
	background-image:url(images/boxbg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#box1{
	width:245px;
	height:auto;
	margin:10px 0px 0px 5px;
	float:left;
	padding:2px;
	background-image:url(images/boxbg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}

#box2{
	width:245px;
	height:auto;
	margin:10px 0px 0px 5px;
	float:left;
	padding:2px;
	background-image:url(images/boxbg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}	
	
#box p{
	color:#000000!important;
	}
	
#box1 p{
	color:#000000!important;
	}	
	
#box2 p{
	color:#000000!important;
	}	
	
#box_news{

	margin:10px 0px 0px 5px;
	height:auto;
	padding:5px;
	background: #333333;
	
	}
	
#btn_enter{
	float:right;
	margin-right:20px;
	}
	
#btn_enter1{
	float:right;
	margin-right:20px;
	}
	
#btn_enter2{
	float:right;
	margin-right:20px;
	}
	
#box_white{
	width:95%;
	height:auto;
	padding:5px;
	text-align:left;
	background:#FFFFFF
	}
	
#welcome{
	width:280px;
	padding:5px;
	float:left;
	margin-left:8px;
	margin-top:250px;
	text-align:left;
	}
	
#welcome p,h1{
	color: #FFF!important;
	}
	
#mbccare{
	width:260px;
	height:150px;
	padding:5px;
	float:left;
	margin-left:8px;
	margin-top:395px;
	border:1px black solid; 
	background-color:#FFFFFF;
	text-align:left;
	color:#000000;
	}
	
#mbbrochure{
	width:260px;
	height:150px;
	padding:5px;
	float:left;
	margin-left:8px;
	margin-top:395px;
	border:1px black solid; 
	background-color:#FFFFFF;
	}
	
	
/********* General layout **************/


#textholder{
	width:98%;
	height: 0 auto;
	padding:10px;
	text-align:left;
	font-size:12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#textholder2{
	width:100%;
	height: 279px;
	text-align:left;
	}
	
#textholder p{
	font-size:12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#paragraph{
	width:97%;
	margin-top:10px;

	}
	

#col1{
	width:460px;
	height:260px;
	float:left;
	margin-top:460px;
	margin-left:-290px;
	}
	
#col2{
	width:460px;
	height:260px;
	float:left;
	margin-left:8px;
	margin-top:460px;
	}
	
	
#col_1_lg{
	width:420px;
	float:left;
	margin-left:20px;
	}	
	
	
#col_2_lg{
	width:440px;
	margin-left:30px;
	}

#form{
	width:330px;
	padding:10px;
	border:1px #000000 solid;
	}
	
input{
	width:300px;
	}
	
textarea{
	width:300px;
	}
	
#button{
	width:100px;
	}
	
#news{
	width:200px;
	height:260px; 
	background-image: url(images/winter.jpg); 
	background-position:top right; 
	background-repeat:no-repeat; 
	float:right; 
	color:#000000;
	margin-top:7px;
	margin-right:3px;
	}
	
#news p{color:#000000;}
	
/******* Footer **************/

#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:98%;
	text-align:center;
	color:#FFFFFF;
	margin-top:10px;
	}
	
	
/**** Classes  *****/

.margin{
	margin-top:20px;
	}
	
	
#marqueecontainer{
position: relative;
width: 196px; /*marquee width */
height: 235px; /*marquee height */
margin-top:25px;
background-color: white;
border:1px solid black;
overflow: hidden;
padding-left: 2px;
}

#textholder h1{
	color:#000!important;
}