/* CSS Document */

body, form{
	margin: 0px;
	padding: 0px;
	background-color:#B7B7B7;
}

/* FONT STYLE */

.font1{
	margin:0;
	padding:0;
	margin-left:30px;
	margin-top:5px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#000000;
	text-decoration:underline;
	text-align:justify;
}

.font2{
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left
}

/* HEADER STYLE */

#headerbg{
	background:url(../images/headerbg.jpg) repeat-x; 
	width:765px; 
	height:112px;
}

#logo{
	background:url(../images/logo.jpg) no-repeat;
	width:362px; 
	height:112px;
}

#right_headerbg{
	background:url(../images/right_headerbg.jpg) no-repeat; 
	width:403px; 
	height:112px;
}

#header_font h1{
	margin:0;
	padding:0;
	margin-left:50px;
	padding-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
}

#header_font p{
	margin:0;
	padding:0;
	padding-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
}

/* MENU STYLE */

#navimenu_container{
	margin-left:28px; 
	width:546px; 
	height:39px;
	text-align:center;
}

#navimenu{
	width:546px; 
	padding: 0px;
}

#navimenu ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#navimenu ul li{
	width:182px;
	float:left;
}

#navimenu ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:182px;
	line-height:39px;
	background:url(../images/navimenu.jpg);
}

#navimenu a:hover{
	font-size:11px;
	font-weight:bolder;
	color:#000000;
	text-decoration:none;
	background-position:0px -39px;
}

#navimenu a.active{
	font-size:11px;
	font-weight:bolder;
	color:#000000;
	text-decoration:none;
	background-position:0px -39px;
}


/* MAINBANNER STYLE */

#bannerbg{
	background:url(../images/bannerbg.jpg) repeat-x; 
	width:765px; 
	height:235px;
}

.emergency{
	background:url(../images/emergency.jpg) no-repeat; 
	width:202px; 
	height:224px;
}

.commercial{
	background:url(../images/commercial.jpg) no-repeat; 
	width:180px; 
	height:224px;
}

.residential{
	background:url(../images/residential.jpg) no-repeat; 
	width:179px; 
	height:224px;
}

.automotive{
	background:url(../images/automotive.jpg) no-repeat; 
	width:204px; 
	height:224px;
}

.submenu1{
	margin-left:35px; 
	margin-top:150px; 
	width:155px; 
	height:31px;
}

.submenu1 a{
	display:block; 
	height:31px; 
	width:155px;
	background:url(../images/sub1.jpg) 0 0 no-repeat;
}

.submenu1 a:hover{
	background-position: 0 -31px;

}

.submenu2{
	margin-left:13px;
	margin-top:150px; 
	width:155px; 
	height:31px;
}

.submenu2 a{
	display:block; 
	height:31px; 
	width:155px;
	background:url(../images/sub2.jpg) 0 0 no-repeat;
}

.submenu2 a:hover{
	background-position: 0 -31px;

}

.submenu3{
	margin-left:13px;
	margin-top:150px; 
	width:155px; 
	height:31px;
}

.submenu3 a{
	display:block; 
	height:31px; 
	width:155px;
	background:url(../images/sub3.jpg) 0 0 no-repeat;
}

.submenu3 a:hover{
	background-position: 0 -31px;

}

.submenu4{
	margin-left:13px;
	margin-top:150px; 
	width:155px; 
	height:31px;
}

.submenu4 a{
	display:block; 
	height:31px; 
	width:155px;
	background:url(../images/sub4.jpg) 0 0 no-repeat;
}

.submenu4 a:hover{
	background-position: 0 -31px;

}


/* CONTENT STYLE */

#welcome_note h1{
	margin:0;
	padding:0;
	padding-left:22px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bolder;
	color:#B57E00;
	text-decoration:none;
	text-align:justify;
}

#welcome_note p{
	margin:0;
	padding:0;
	padding-left:22px;
	padding-right:22px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#000000;
	text-decoration:none;
	text-align:justify;
}

.detail_title h1{
	margin:0;
	padding:0;
	padding-left:22px;
	padding-top:5px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bolder;
	color:#B57E00;
	text-decoration:none;
	text-align:justify;
}

.service_note p{
	margin:0;
	padding:0;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#000000;
	text-decoration:none;
	text-align:justify;
}

.black {

	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#000000;
	text-decoration:none;
	text-align:justify;
}
.service_note a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#999999;
	text-decoration:underline;
}

.detail_bottom p{
	margin:0;
	padding:0;
	padding-left:22px;
	padding-right:22px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#000000;
	text-decoration:none;
	text-align:justify;
}

#call{
	background:url(../images/call.jpg) no-repeat; 
	width:545px; 
	height:69px;
}

#call h1{
	margin:0;
	padding:0;
	padding-left:90px;
	padding-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bolder;
	color:#000000;
	text-decoration:none;
	text-align:justify;
}

#credits{
	background:url(../images/credits.jpg) no-repeat; 
	width:220px; 
	height:69px;
}

#credits p{
	margin:0;
	padding:0;
	padding-left:18px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	text-align:justify;
}

/* FOOTER STYLE */

#footer_font{
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
}

#footer_font a{
font-size:11px;
color:#FFFFFF;
text-decoration: none;
}

#footer_font a:hover{
	text-decoration:underline;
}
