@charset "utf-8";
/* CSS Document */
img, div, input, span, a { behavior: url("css/iepngfix.htc"); outline:none; }
html,body{
	padding:0px;
	margin:0px;
	background:#6d6d6d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	height:100%;
}
table,td{ vertical-align:top; border:none; }
p { margin:0px; }
a:link{
	color:#fb1e01;
}
a:visited{
	color:#fb1e01;
}
a:hover{
	color:#6d6d6d;
}
#header{
	background:url(../images/topBg.gif) repeat-x;
	width:100%;
	min-width:1024px;
}
#header div.head{
	height:155px;
	width:1024px;
	margin:auto;
}
#header span.logo{
	float:left;
	margin-top:27px;
	margin-left:40px;
}
#header span.slogan{
	margin-left:120px;
	float:left;
}
#header span.phone{
	margin-right:74px;
	float:right;
}
/*Header navigation*/
#header div.nav{
	height:35px;
	float:right;
	margin-top:34px;
	padding-right:74px;
	width:638px;
	overflow:hidden;
}
#header div.nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#header div.nav li{
	display:inline;
	margin:0;
	padding:0;
	white-space:nowrap;
}
#header div.nav a{
	float:left;
	background:url(../images/navleft.gif) no-repeat left top;
	margin-right: 3px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
	font-size:14px;
}
#header div.nav a span{
	float:left;
	display:block;
	background:url(../images/navback.gif) no-repeat right top;
	padding: 10px 20px 10px 11px;
	font-weight:bold;
	color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header div.nav a span {float:none;}
/* End IE5-Mac hack */
#header div.nav a:hover span {
	color:#000;
}
#header div.nav a.current{
	background-position:0 -35px;
}
#header div.nav a.current span{
	background-position:100% -35px;
	color:#000;
}
#header div.nav a:hover{
	background-position:0% -35px;
}
#header div.nav a:hover span{
	background-position:100% -35px;
}
/*End header nav*/

/*Nav sub menu*/
#header div.nav dl{
	position:absolute;
	top:155px;
	overflow:hidden; 
	width:225px;
	display:none; 
	background:#fb1f02;
	z-index:200;
	opacity:0;
	padding:0;
	margin:0;
}
#header div.nav dl ul{
	width:208px;
	list-style:none;
	border-top:none;
}
#header div.nav dl li{
	display:inline;	
}
#header div.nav dl a{
	display:block; 
	padding:5px; 
	color:#FFF; 
	text-decoration:none;
	background:#fb1f02;
	width:208px	
}
#header div.nav dl a:hover{
	color:#000;
}
/*End nav sub menu*/
#body{	
	width:1024px;
	height:auto;
	margin:0px auto;
	overflow:auto;
}
#body div.redslogan{
	margin-top:1px;
	background:url(../images/redslogan.gif) no-repeat right top;
	width:535px;
	height:21px;
	float:right;
	color:#FFF;
	padding-top:5px;
	padding-right:10px;
	text-align:right;
}
#body div.content{
	float:left;
	padding:25px 0px 20px 40px;
	width:640px;	
	position:relative;
}
#body div.content img.calltoday{
	margin-top:60px;
	margin-left:115px;
}
#body div.content .readmore{
	font-size:14px;
	text-decoration:none;
	float:right;
}
#body div.leftcont{	
	margin-top:25px;
	float:right;
	width:315px;
	height:auto;
	background:url(../images/liney.gif) left top repeat-y #FFF;
}
#body div.leftcont .linex{
	background:url(../images/linex.gif) repeat-x;
	height:2px;	
}
#body h1.title{
	margin:0px;
	margin-bottom:15px;
	font-size:20px;
	color:#fb1e01;
	font-weight:bold;	
}
#body h1.title3{
	margin:0px;
	margin-bottom:15px;
	font-size:18px;
	color:#fb1e01;
	font-weight:bold;
}
#body div.title2{
	margin-bottom:8px;
}
#body div.leftcont .lists{
	font-size:14px;
	padding-left:20px;
	padding-bottom:40px;
}
#body div.leftcont .lists ul{
	list-style:none;
	padding-left:20px;
	margin:0px;	
}
#body div.leftcont .lists li{

	display:list-item;

	padding-bottom:4px;

}

#body div.leftcont .quote{

	padding-left:20px;

	background:url(../images/quoteBg.gif) no-repeat bottom right;

	height:201px

}

#body div.leftcont .input{
	border:solid 1px #fb1e01;
	width:140px;
	margin-bottom:8px;
	color:#fb1e01;
	background:transparent;
}

#body div.leftcont .input2{
	border:solid 1px #fb1e01;
	width:142px;
	margin-bottom:5px;
	color:#fb1e01;
	background:transparent;
}

#body div.leftcont .input2 option{
	background:#FFF;
}

#body div.leftcont .quotesubmit{

	background:url(../images/callmeBtn.png) no-repeat;

	border:none;

	width:138px;

	height:36px;

	cursor:pointer;

}

#body div.leftcont .constractor{

	padding:15px 15px 0px 20px;

	background:url(../images/constractorBg.gif) no-repeat bottom right;

	height:231px;

}

#body div.leftcont img.getstarted{

	margin-top:40px;

	border:none;

}

/*Bottom*/

#bottom{

	clear:both;

	width:980px;

	margin:auto;

	height:145px;

	padding:20px 20px 0px 20px;

	color:#FFF;	

}

#bottom a{

	color:#FFF;

	text-decoration:none;

}

#bottom a:hover{

	color:#fb1f02;

	text-decoration:none;

}

#bottom a.mailto{

	font-weight:bold;

	text-decoration:underline;

}

#bottom span.blue{

	color:#000000;

	font-weight:bold;

}



.testi{

	background:none;

}





/* jqModal base Styling courtesy of;

	Brice Burgess <bhb@iceburg.net> */



/* The Window's CSS z-index value is respected (takes priority). If none is supplied,

	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

	

.jqmWindow {

    display:none;

    position:fixed;

    top:17%;

    left:50%;    

    margin-left:-315px;

    width:630px;

	background-color:#73899e;

	padding:10px;

}



.jqmOverlay { background-color: #000; }



.jqmWindow div.close {

	margin-top:-32px;

	text-align:center;

	padding:4px 0px;

	background-image:url(../images/close-bg.png);

	background-repeat:no-repeat;

	background-position:left top;

	height:23px;

	width:70px;

	font-size:14px;

	float:right;

}



.jqmWindow div.close a{

	color:#FFF;

	text-decoration:none;

}



.jqmWindow div.video-left {

	float:left;

	width:140px;

	height:272px;

	background:#FFF;

}



.jqmWindow div.video-left ul {

	list-style-type:none;

	margin:0;

	padding:0;

}



.jqmWindow div.video-left ul li {

	height:30px;

	float: none;

	display: inline;

}



.jqmWindow div.video-left ul li a {

	display: block;

	width: auto;

	padding: 5px 10px;

	color:#76899a;	

	background-image:url(../images/shape.png);

	background-position:96% 60%;

	background-repeat:no-repeat;

	text-align:center;

	font-size:20px;

	border-top:solid 1px #7e8490;	

	text-decoration:none

}



.jqmWindow div.video-left ul li a.current {

	color:#FFF;

	background-color:#76899a;

}



.jqmWindow div.video-left ul li a:hover {

	background-position:94% 60%;

}





/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;

	width: expression(this.parentNode.offsetWidth+'px');

	height: expression(this.parentNode.offsetHeight+'px');

}



/* Fixed posistioning emulation for IE6

     Star selector used to hide definition from browsers other than IE6

     For valid CSS, use a conditional include instead */

* html .jqmWindow {

     position: absolute;

     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');

}