body {
	background: url(../images/repeatingbackground.gif) #3181BB repeat-x;
	width: 100%;
	margin:0;
	padding:0;
}
.homebody {
	width: 100%;
	margin:0;
	padding:0;
}
.wrapper {
	width: 949px;
	margin: -1px auto;
	padding:0;
	}
.headerhome {
	float:left;
	height: 183px;
	width: 953px;
	position:relative;
}
.header {
	float:left;
	height: 183px;
	width: 953px;
	position:relative;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

.topmenu {
	color:#FFF;
	margin:3px 0 0 0;
	padding:0;
}
.topmenu li {
	display:inline;
}
.topmenu li a {
	float:right;
	display:block;
	line-height:10px;
	color:#FFF;
	font-size: 12px;
	padding: 0 10px;
	text-decoration: none;
}
.rightcol h2 {
	font-size: 18px;
	color: #666;
}
.navigation{
	float:left;
	width:949px;
	height:30px;
	margin-top:15px;
}


.navigation ul{
	float:left;
	margin:-11px 0 0 5px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	list-style:none;
	position:relative;
	z-index:100;
}

.navigation ul li{
	margin:0;
	padding:0;
	display:inline;
	
}

.navigation ul li a{
	color:#fff;
	float: left;
	display:block;
	text-decoration:none;
	width:135px;
	padding: 0 2px;
	line-height: 30px;
	text-transform:uppercase;
	text-align:center;
	font-size: 20px;
	
}
.navigation ul li a:hover {
	color:#DA2F38;
}

.navigation ul li.longLi{
	text-transform:none;
}
/* style the second level background */
.navigation ul ul a.drop, .menu ul ul a.drop:visited {
	backgrond-color:# F00;
}
/* style the second level hover */
.navigation ul ul a.drop:hover{
	color:#039;
}
.navigation ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.navigation ul ul ul a, .menu ul ul ul a:visited {
backgrond-color:#F00
}
/* style the third level hover */
.navigation ul ul ul a:hover {
	color:#33C;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.navigation ul li ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:133px; 
	width:135px;
	z-index: 10;
	overflow:visible;
}
.navigation ul li ul.first {
	visibility:hidden;
	position:absolute;
	height:0;
	top:41px;
	left:143px; 
	width:200px;
	z-index: 100;
	overflow:visible;
	background-color:#595955;
	color:#F00;
}
.navigation ul li ul.first a {
	display:block;
	width:200px;
	background-color:#595955;
	height:30px;
	font-size:14px;
	text-align:left;
	padding-left:4px;
}
.maincontent {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 956px;
	margin-top:-7px;
}
.contactcontent {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 553px;
	padding:0 0 0 25px;
}
.navigation ul li ul.second {
	visibility:hidden;
	position:absolute;
	height:0;
	top:41px;
	left:288px; 
	width:170px;
	z-index: 10;
	overflow:visible;
	background-color:#595955;
	color:#Fff;
}
.navigation ul li ul.second a {
	display:block;
	width:170px;
	background-color:#595955;
	height:30px;
	font-size:14px;
	text-align:left;
	padding-left:4px;
}
.navigation ul li ul.third {
	visibility:hidden;
	position:absolute;
	height:0;
	top:41px;
	left:435px; 
	width:170px;
	z-index: 10;
	overflow:visible;
	background-color:#595955;
	color:#Fff;
}
.navigation ul li ul.third a {
	display:block;
	width:170px;
	background-color:#595955;
	height:30px;
	font-size:14px;
	text-align:left;
	padding-left:4px;
}
.navigation ul li ul.forth {
	visibility:hidden;
	position:absolute;
	height:0;
	top:41px;
	left:566px; 
	width:170px;
	z-index: 10;
	overflow:visible;
	background-color:#595955;
	color:#F00;
}
.navigation ul li ul.forth a {
	display:block;
	width:170px;
	background-color:#595955;
	height:30px;
	font-size:14px;
	text-align:left;
	padding-left:4px;
}
.navigation ul li ul.fifth {
	visibility:hidden;
	position:absolute;
	height:0;
	top:41px;
	left:696px; 
	width:200px;
	z-index: 100;
	overflow:visible;
	background-color:#595955;
	color:#F00;
}
.navigation ul li ul.fifth a {
	display:block;
	width:200px;
	background-color:#595955;
	height:30px;
	font-size:14px;
	text-align:left;
	padding-left:4px;
}

/* position the third level flyout menu */
.navigation ul li ul li ul{
	left:130px; 
	top:0;
	width:200px;
	color:#000;
}


	
}
.navigation ul ul li a {
	width: 200px;
	height: 29px;
	background-image: url(images/li-biglong.png);
	background-repeat: no-repeat;
	float:left;
	background-color:#F00;
}
/* position the third level flyout menu for a left flyout */
.navigation ul ul ul.left {
left:-155px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.navigation table {position:absolute; top:0; left:0;}
/* style the second level links */

.navigation ul ul ul a, .navigation ul ul ul a:visited {
	height:auto;
	line-height:1em;
	padding:7px 4px;
	width:200px;
	color:#0F6CAF;
}
* html .navigation ul ul a{
width:135px;
}
/* make the second level visible when hover on first level list OR link */
.navigation ul li:hover ul,.navigation ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.navigation ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.navigation ul :hover ul :hover ul{ 
visibility:visible;
}




.panels {
	float:left;
	width:951px;
	height:298px;
	background-color:#fff;
}
.redbar {
	float:left;
	background-image: url(../images/redbar.gif);
	background-repeat: no-repeat;
	margin: -9px 0 0 0px;
	padding: 0px;
	height: 91px;
	width: 956px;	
	position:relative;
}
.specials {
	background-image: url(../images/specialslong.png);
	height: 45px;
	width: 681px;
	margin-top:-47px;
	margin-left:254px !important;
	margin-left:127px;
	background-repeat: no-repeat;
	float:left;
}
.specials .dmarquee {
	color: #FFF;
	padding-top: 1px;
	padding-left: 20px;
	margin: 12px 0 0 255px;
	font-size:16px;
	width: 365px;
	height:20px;
	overflow:hidden;
	display: block;
}
.redbar .icons {
	float:left;
	width:246px;
	heigth:auto;
	margin: 14px 0 0 6px;
}
.icons img {
	border-style:none;
	padding:1px 8px 1px 5px;
}
.icons img a {
	text-decoration:none;
	border-syle:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	right: 13px;
	top: -457px;
}
.maincontent .leftcol {
	background-color: #dddcdc;
	float: left;
	width: 360px;
}
.maincontent .leftcol ul {
	float:left;
	padding:0 0 0 5px;
	margin:0;
}
.maincontent .leftcol h3 {
	text-align:center;
	font-size:30px;
}
.maincontent .leftcol li {
	list-style:none;
}
.maincontent .leftcol img {
	padding:20px 0 0 20px;
}
.maincontent .leftcol ul li a {
	display:block;
	text-decoration: none;
	list-style:none;
	color:#666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align:right;
	width:315px;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:5px;
	font-size:18px;
	margin-left:15px;
}
.maincontent .leftcol ul li a:hover {
	background-color:#FEBF10;
	color:#fff;
}
.phone .dynamic-phone-number {
	color: #000;
	font-size:34px;
}

.maincontent .rightcol {
	float: left;
	width: 540px;
	margin-top: 1px;
	padding-right: 20px;
	padding-left: 25px;
}
.rightcol h1 {
	font-size: 22px;
	color: #DE1F26;
}
.rightcol p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#666;
	text-decoration: none;
}
.footer {
	background-image: url(../images/footer.gif);
	height: 121px;
	width: 949px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#apDiv2 {
	height:269px;
	right:-46px;
	position:absolute;
	top:152px;
	width:43px;
	z-index:2;
}
#apDiv2 img {
	border-style:none;
	margin-top:-3px;
}
#apDiv9 {
	height:269px;
	right:-41px;
	position:absolute;
	top:178px;
	width:43px;
	z-index:2;
}
#apDiv9 img {
	border-style:none;
	margin-top:-3px;
}
.specials img {
	float: right;
	margin-top: -23px;
	padding-top: 1px;
	margin-right:10px;
	border-style:none;
}

.leftcol img {
	padding-left: 10px;
}
#apDiv3 {
	position:absolute;
	width:157px;
	height:115px;
	z-index:3;
	right: -30px;
	top: 27px;
}

.rightcol ul li {
	color: #666;
}
.rightcol ol li {
	color: #666;
}
.header .boxes {
	color:#fff;
	margin-top:-115px; 
	width:565px;
	float: left;
	height: 79px;
	padding:40px 0 0 345px;
}
.header .boxes .phone {
	float:left;
	width:200px;
	font-size:19px;
	padding:0 80px 0 0;
}
.header .boxes .phone .number {
	color:#000;
	font-size:34px;
	
}
.header .boxes .phone p {
	margin:0;
	padding-left:29px;
}
.header .boxes .phone .bigNumber {
	font-size:22px;
}
.headerhome .boxes {
	color:#fff;
	margin-top:-115px; 
	width:565px;
	float: left;
	height: 79px;
	padding:40px 0 0 345px;
}
.headerhome .boxes .phone {
	float:left;
	width:200px;
	font-size:19px;
	padding:0 80px 0 0;
}
.headerhome .boxes .phone .number {
	color:#000;
	font-size:34px;
	
}
.headerhome .boxes .phone p {
	margin:0;
	padding-left:29px;
}
.headerhome .boxes .phone .bigNumber {
	font-size:22px;
}
#layer1 {
       position: absolute;
       visibility: hidden;
       width: 400px;
       height: 300px;
       left: 20px;
       top: 300px;
       background-color: #ccc;
       border: 1px solid #000;
       padding: 10px;
}

#close {
       float: right;
}

#haveAQuestion {
	background:url('images/have-a-question-ad.png') no-repeat;
	height:248px;
	width:535px;
}
#haveAQuestion .dijitDialogCloseIcon {
	background:url('images/close-button.png') no-repeat;
	height:40px;
	width:44px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:-14px;
	right:-14px;
	z-index:1000;
}
.dijitDialog {
	position: absolute;
	z-index: 999;
	padding: 1px;
}
.dijitDialogFixed div.dijitDialogTitleBar {
	cursor:default; 
}
.dijitDialogUnderlayWrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
	background: transparent !important;
}
.dijitDialogUnderlay {
	background: #000;
	opacity: 0.5;
}
.dj_ie .dijitDialogUnderlay {
	filter: alpha(opacity=50);
}
.dijit_a11y .dijitInputLayoutContainer,
.dijit_a11y .dijitDialog {
	opacity: 1 !important;
	background-color: white !important;
}
.dijitDialog .closeText {
	display:none;
	
	position:absolute;
}
.dijit_a11y .dijitDialog .closeText {
	display:inline;
}


a img {
	border:none;
}

.contactForm {
	float: left;
	width: 500px;
}
#contactForm .contactForm p img {
	float: right;
	margin-top:-193px;
}

.specialsAd {
	width:530px;
	height:144px;
	text-align:center;
	position:relative;
	z-index:1;
	margin:0 0 20px 10px;
}
.specialsAd .price {
	float:right;
	font-family:Verdana,Geneva,sans-serif;
	font-size:44px;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	width:220px;
	margin:58px 20px 0 -20px;
}
.specialRight {
	float:right;
	width:290px;
	margin:0 10px 0 0;
}
.specialRight h3 {
	font-family:Verdana,Geneva,sans-serif;
	margin:25px 0 0 0;
	padding:0;
	text-transform:uppercase;
	font-style:italic;
}
.specialRight p {
	margin:0;
	padding:4px 0;
	font-size:12px;
	color:#000;
}
.specialRight .bottomLinks a {
	padding:0 5px;
	color:#2a70b4;
}
.specialElectrical {
	background:url(images/specials/electrical-special.gif) top left no-repeat;
}
.specialPlumbing {
	background:url(images/specials/plumbing-special.gif) top left no-repeat;
}
.specialAir {
	background:url(images/specials/air-conditioning-special.gif) top left no-repeat;
}
.specialHeating {
	background:url(images/specials/heating-special.gif) top left no-repeat;
}
.specialsButtons a {
	display:block;
	width:104px;
	text-decoration:none;
	float:left;
	padding:10px 15px;
	text-align:center;
	color:#000;
}
.specialsButtons span {
	display:block;
}
.specialsIntro p {
	color:#000;
	margin:20px 0;
}
.specialsIntro strong {
	font-size:18px;
	text-transform:uppercase;
}
.clear {
	clear:both;
}.imageBorderShadow img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#apDiv2 p a img {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rightcol .deals {
	background-color: #900;
	height: 202px;
	width: 520px;
	float:left;
	margin:10px;
	padding:0;
}
.rightcol .deals .coupons {
	background-color: #FFF;
	float: left;
	height: 190px;
	width: 122px;
	border: 2px double #ccc;
	margin:3px 2px;
}
.rightcol .deals .coupons .redtype {
	font-size: 26px;
	font-style: italic;
	color: #F00;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.rightcol .deals .coupons p {
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.rightcol .deals .coupons .bigcoupon {
	font-size: 18px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	
}
.rightcol .deals .coupons .tiny {
	font-size: 9px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
