*{ padding:0; margin:0; }
body{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	background-color:#751B1B;
	margin-top:10px;
	color:#595959;
}
#container{
	width:900px;
	height:inherit;
	background-color:#fff;
	padding-top:25px;
}
#header{
	width:850px;
	height:236px;
	background:url(../images/logo.png) no-repeat center top;
}
#headerTop{
	width:850px;
	height:192px;
}
#menu{
	width:850px;
	height:44px;
}
#menu ul{
	width:850px;
	height:44px;
}
#menu li{
	list-style-type:none;
	float:left;
}
#menu a{
	height:44px;
	display:block;
	text-indent:-9999px;
}
#menu a.home{
	width:108px;
	background:url(../images/menu.png) 0 0;
}
#menu a.emergency{
	width:141px;
	background:url(../images/menu.png) -108px 0;
}
#menu a.residential{
	width:145px;
	background:url(../images/menu.png) -249px 0;
}
#menu a.automotive{
	width:151px;
	background:url(../images/menu.png) -394px 0;
}
#menu a.commercial{
	width:153px;
	background:url(../images/menu.png) -545px 0;
}
#menu a.estimate{
	width:152px;
	background:url(../images/menu.png) -698px 0;
}
#menu a.home:hover{
	width:108px;
	background:url(../images/menu.png) 0 44px;
}
#menu a.emergency:hover{
	width:141px;
	background:url(../images/menu.png) -108px 44px;
}
#menu a.residential:hover{
	width:145px;
	background:url(../images/menu.png) -249px 44px;
}
#menu a.automotive:hover{
	width:151px;
	background:url(../images/menu.png) -394px 44px;
}
#menu a.commercial:hover{
	width:153px;
	background:url(../images/menu.png) -545px 44px;
}
#menu a.estimate:hover{
	width:152px;
	background:url(../images/menu.png) -698px 44px;
}
#greenSep{
	width:850px;
	height:15px;
	background:url(../images/greenSeparator.png) no-repeat center top;	
}
#content{
	width:850px;
	height:inherit;
}
#contentTop{
	width:850px;
	height:180px;
}
#contentLeft{
	width:200px;
	height:inherit;
	float:left;
}
#contentLeft form{
	padding:0;
	margin:0;
}
#contentLeft .box{
	width:198px;
	height:inherit;
	background-color:#424242;
	border:#fff 1px solid;
}
#contentLeft .box h1{
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
}
#contentLeft .box p,{
	padding:3px 5px;
	line-height:150%;
	color:#999;
}
#contentLeft .box td{
	color:#999;
}
#contentLeft .box input, #contentLeft .box textarea{
	margin:3px;
	background-color:#181818;
	border:none;
}
#contentRight{
	width:650px;
	height:inherit;
	float:right;
}
#contentRight .main{
	width:647px;
	height:inherit;
	float:left;
	border:#595959 1px solid;
	margin-bottom:2px;
	background:url(../images/header.png) repeat-x left top;
}
#contentRight .main h1{
	font-family:Arial, Helvetica, sans-serif;
	width:647px;
	height:40px;
	font-size:32px;
	color:#FDAE09;
	text-align:left;
	line-height:120%;
	text-indent:10px;
}
#contentRight .main h2{
	font-size:18px;
	margin:3px 10px;
	color:#14679D;
	text-align:left;
}
#contentRight .main strong{
	color:#14679D;
}
#contentRight .main .phone{
	font-size:18px;
	color:#14679D;
}
#contentRight .main p{
	padding:5px 10px;
	line-height:150%;
	text-align:left;
}
#contentRight .main ul{
	margin:3px 10px 3px 35px;
	text-align:left;
}
#contentRight .main li{
	line-height:150%;
}
.leftBox{
	padding:0;
	margin:0;
	list-style-type: none; 
    list-style-image: none;
	text-align:left;
	float:left;
}
.rightBox{
	padding:0;
	margin:0 0 1px 0;
	list-style-type: none; 
    list-style-image: none;
	text-align:left;
	float:right;
}
.btn{
	width:63px;
	height:21px;
	border:none;
	background:url(../images/submitBut.png);
	cursor:pointer;
}
#footer{
	width:850px;
	height:44px;
	background:url(../images/footer.png) repeat-x left top;
	clear:both;
}
#footer p{
	line-height:150%;
	font-size:10px;
	color:#000;
	padding:3px 0 0 0;
}
#footer a{
	color:#000;
	text-decoration:none;
}
#footer a:hover{
	color:#595959;
	text-decoration:none;
}

.aloa{
	float:right; clear:right; margin:0 0 1px 0; 
}


/*For tabs*/
.tab {	
	height:41px;
	width:auto;
	float:left;}
.tab ul {
	margin:0px; 
	padding:0px; 
	list-style:none; 
	float: left;
	text-align:center;}
.tab li {
	display: inline;
	float: left; 
	margin: 5px 3px;
	padding: 0px; }
.tab li a {
	display:block;
	width:auto;
	height:20px;
	color:#fff;
	text-decoration:none;	
	margin: 3px;
	padding:3px;
	text-align:left;
	font-size: 16px;}
.tab li a.tabactive {
	background:#146A90 url(../images/tabActive.html) repeat-x left top;
	border-top:#222223 1px inset;
	border-right:#222223 1px inset;
	border-left:#222223 1px inset;}
.tab li a:hover {color: #000;}

#tabCon {
	width:647px;
	}
#tabCon h1{
	clear:both;
}
#tabCon ul{
	padding:5px 20px 5px 35px;
	text-align:left;
}
#tabCon li{
	line-height:150%;
}
/*tabs end*/
