body {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background:url(../images/bodybg.jpg) repeat-x left top;
	font-family:"trebuchet MS";
}

/*==================================================
		Css style for Layout Structure
==================================================*/
#maintable {
	background-color:#FFFFFF;
	padding:5px;
}
#maincenterbg {
	background:url(../images/maincenterbg.jpg) repeat;
	padding:0px 0px 0px 40px;
}
#insidemaincenterbg {
	background-color:#F5F5F5;
	padding:0px 0px 0px 19px;
}
/*==================================================
		Css style for common classes
==================================================*/
h1, h2, h3, h4, p {
	margin:0px; 
	padding:0px 0px 10px 0px;
	font-weight:normal;	
}
h1 {
	font-size:28px;
	color:#000000;
	line-height:30px;
}
h2 {
	font-size:20px;
	color:#000000;
	line-height:20px;
}
h3 {
	font-size:18px;
	color:#000000;
	line-height:18px;
}
.bold {
	font-weight:bold;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-top {
	vertical-align:top;
}
.text-bottom {
	vertical-align:bottom;
}
img {
	border:0px;
}
a {
	text-decoration:none;
}
.clrred {
	color:#A61C1E;
}
/*================================*/
.fnt17 { font-size:17px; }
.fnt18 { font-size:18px; }
.fnt19 { font-size:19px; }
.fnt20 { font-size:20px; }
.fnt21 { font-size:21px; }
.fnt22 { font-size:22px; }
.fnt23 { font-size:23px; }
.fnt24 { font-size:24px; }
.fnt25 { font-size:25px; }
.fnt28 { font-size:28px; }

/*================================*/
.clrred {
	color:#A61C1E;
}
	
/*==================================================
		Css style for Header
==================================================*/
#header .logo {
	padding:25px 0px 21px 0px;
}
#header .insidelogo {
	padding:25px 0px 21px 20px;
}
#header .punchline {
	padding:15px 20px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:25px;
	color:#000000;
}
#guaranteed {
	left:75%;
	float:left;
	z-index:1000;
	width:248px;
	height:213px;
	top: 110px;
}

/*==================================================
		Css Style for Navigation
==================================================*/
#navigation {
	background:url(../images/navibg.jpg) repeat-x left top;
	line-height:40px;
	padding:0px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
ul.navi {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.navi li {
	display:inline;
	text-align:center;
	float:left;
	
}
ul.navi li a {
	color:#FFFFFF;
	text-align:center;
	display:block;
	padding:0px 12px;
}
ul.navi li a:hover, ul.navi li a.selected {
	color:#64A9EA;
	display:block;
}
ul.navi li ul {
    position: relative; /* hidding submenus */
	display:none;
	width:215px;
	padding:0px;
	font-size:13px;
	margin:0px;
	font-weight:bold;
	background-color:#333333;
	text-align:left;
}
ul.navi li:hover ul,
ul.navi li.over ul /* This is for Internet Explorer 6  */ {
    display: block;
    font-weight:bold;	
	font-size:13px;
    z-index:1;
	position:absolute;
}

ul.navi li ul li {
	display:block;
	font-size:13px;
	line-height:20px;
	padding:6px 0px;
	border-bottom:1px solid #171616;
	margin:0px;
	font-weight:bold;	
	width:215px;
}
ul.navi li:hover ul li a,
ul.navi li.over ul li a {
    display: block;
	width:205px;
    background: transparent;
    text-decoration: none;
	padding:0px 0px 0px 10px;
	color:#FFFFFF;
	margin:0px;
	font-size:13px;
	text-align:left;
}
ul.navi li ul li a:hover, ul.navi li ul li a.selected {
	color:#64A9EA;
	display:block;
}







/*==================================================
		Css Style for Banner
==================================================*/
#banner {
	padding-bottom:7px;
}
.bannerpadd {
	padding:180px 0px 40px 45px;
}
#centerbg {
	background:url(../images/centerbg.jpg) repeat-y left top;
}
#centerbottom {
	background:url(../images/centerbottombg.jpg) no-repeat left bottom;
}
#insidebanner {
	background:url(../images/insideanner.jpg) no-repeat left top;

}
#residentialbanner {
	background:url(../images/residentialbanner.jpg) no-repeat left top;
}
#commercialbanner {
	background:url(../images/commercialbanner.jpg) no-repeat left top;
}
#estimatebanner {
	background:url(../images/3destimatedeanner.jpg) no-repeat left top;
}


/*==================================================
		Css Style for teaser part
==================================================*/
.whitebxbg {
	background:url(../images/whitebxbg.jpg) repeat-y left top;
	padding:5px 22px;
	font-size:14px;
}
.whitebxbg h2 {
	color:#A61C1E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
}
.whitebxbg1 {
	background:url(../images/whitebxbg1.jpg) repeat-y left top;
	padding:5px 12px;
	font-size:14px;
}


/*==================================================
		Css Style for centerpart
==================================================*/
#centerpart {
	padding:20px 0px;
	font-size:14px;
	color:#000000;
}
.homeleft {
	padding-right:20px;
}
.homeright {
	padding:0px 10px 0px 30px;
}
.vdivider {
	background:url(../images/v_dotedline.jpg) repeat-y center top;
	width:11px;
}
.hdivider {
	background:url(../images/h_doteline.jpg) repeat-x left center;
	height:21px;
}
.redheading {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#A61C1E;
}
.quoteimg {
	background:url(../images/quoteimg.gif) no-repeat right top;
	padding-right:80px;
}
.testiquote1 {
	background:url(../images/testiquoteimg.jpg) no-repeat right top;
	padding-right:80px;
}


ul.point {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.point li {
	background:url(../images/arrow.gif) no-repeat left 5px;
	padding-left:20px;
	line-height:20px;
}
ul.point li a {
	color:#333333;
}
ul.point li a:hover {
	color:#cc0000;
}
ul.point li ul {
	margin:0px;
	padding:5px 0px 15px 20px;
	list-style:none;
}
ul.point li li {
	background:url(../images/smallbulet.jpg) no-repeat left 6px; 
	padding-left:18px;
	line-height:18px;
}


.leftpart {
	width:584px;
	padding:10px 35px 0px 0px;
	font-size:14px;
}

.rightpart {
	width:253px;
	padding:100px 12px 0px 17px;
}
.rightnavi {
	color:#000000;
}
ul.rightnavi1 {
	margin:0px; padding:0px; list-style:none;
}
ul.rightnavi1 li {
	background:url(../images/rightnavibg.png) no-repeat left top;
	line-height:26px;
	font-size:14px;
}
ul.rightnavi1 li a {
	color:#000000;
}
ul.rightnavi1 li a:hover, ul.rightnavi1 li a.selected {
	color:#A61C1E;
}
.bulet	{
	padding-left:20px;
	display:block;
	background:url(../images/arrow.gif) no-repeat left 5px;
}	
.testminialbg {
	background:url(../images/testibg.jpg) repeat-y left top;
	padding:0px 20px;
	font-size:14px;
	width:180px;
	float:left;
}
.contactboxbg {
	background:url(../images/contactbg.jpg) repeat-y left top;
	padding:10px 20px;
	font-size:20px;
}
.contactboxbg a {
	text-decoration:underline;
	color:#000000;
}
.contactboxbg a:hover {
	text-decoration:none;
	color:#A61C1E;
}


/*==================================================
		Css Style for Footerpart
==================================================*/
#footerpart {
	height:86px;
}
