/* *****************************************
/*+  clearfix  +****************************
/***************************************** */
.clear {
	clear:both;
}
div.mainteBox:after,
.clearfix:after { /* for New Browser */
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block; /* for IE */
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */

/* *****************************************
/*+  iepngfix  +****************************
/***************************************** */
* html #headerWrap div#titleImage,
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* *****************************************
/*+  ServicePage  +**************************
/***************************************** */
#headerWrap div#titleImage {
	background:url(../img/titleimage.jpg) no-repeat;
	}
ul.serviceLink {
	margin:0 auto 30px;
	width:800px;
	}
ul.serviceLink li {
	margin:0 0 20px;
	}
ul.serviceLink li a {
	display:block;
	width:800px;
	height:150px;
	text-indent:-99999px;
	overflow:hidden;
	}
li.serMainte a {background:url(../img/bt_maintenance.jpg) no-repeat top;}
li.serBody a {background:url(../img/bt_bodyrepair.jpg) no-repeat top;}
li.serGuarantee a {background:url(../img/bt_guarantee.jpg) no-repeat top;}
li.serParts a {background:url(../img/bt_parts.jpg) no-repeat top;}
li.serLoan a {background:url(../img/bt_loan.jpg) no-repeat top;}
li.serInsura a {background:url(../img/bt_insurance.jpg) no-repeat top;}
li.serMainte a:hover,
li.serBody a:hover,
li.serGuarantee a:hover,
li.serParts a:hover,
li.serLoan a:hover,
li.serInsura a:hover {
	background-position:0 -150px;
	}
/* *****************************************
/*+  MaintenancePage  +*********************
/***************************************** */
div.mainteBox {
	margin:20px 0 30px;
	padding:0 0 20px;
	width:800px;
	background:url(../../common/img/dotline.gif) repeat-x left bottom;
	}
div.mainteBox p {
	margin:0 5px 10px 5px;
	}
div.mainteBox div.mainteTxt {
	float:left;
	margin-right:10px;
	width:430px;
	}
div.mainteBox p.mainteImage {
	float:left;
	width:345px;
	}
div.maintePhoto {
	width:790px;
	hegith:200px;
	}
div.maintePhoto p {
	padding:5px 0;
	text-align:right;
	}
