@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #228CDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.pdq #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #FFFFFF url(../graphix/mainBackgroundA.jpg) repeat-y;	
	text-align: left;  /*this overrides the text-align: center on the body element. */
} 
/* ****** Shadow Styles ****** */
/*.wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  }

.wrap0 {
	float:left;
  background:url(/graphix/shadow.gif) right bottom no-repeat;
  }
.wrap1 {
  background:url(/graphix/shadow180.gif) no-repeat;
  }
.wrap2 {
  background:url(/graphix/corner_bl.gif) -16px 100% no-repeat;
  }
.wrap3 {
  background:url(/graphix/corner_tr.gif) 100% -16px no-repeat;
  padding:6px 8px 8px 6px;
  }
.wrap3 img {
  display:block;
  }*/
  
.pdq #header { 
	/*border-bottom: 1px solid #1EC265;*/
	padding: 0 15px;
} 
.pdq #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* ------- Top Photo Gallery ------- */
.pdq #galleryTop{
	margin: 0 auto;
	/*border-bottom: 1px solid #1EC265;*/
	text-align:center;
	height:105px;
	cursor:default;
}
.opacity {
	width:138px;
	height:88px;
	border:6px solid white;
	filter:alpha (opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	-khtml-opacity: 0.5;
}
#topBath {
	background:url(/graphix/top_bath.jpg) repeat;
	float:left;
	width:150px;
	height:100px;
	border:1px solid white;
	margin: 0 1px;
}
#topKitchen {
	background:url(/graphix/top_kitchen.jpg) repeat;
	float:left;
	width:150px;
	height:100px;
	border:1px solid white;
	margin: 0 1px;
}
#topAddition {
	background:url(/graphix/top_addition.jpg) repeat;
	float:left;
	width:150px;
	height:100px;
	border:1px solid white;
	margin: 0 1px 0 25px;
}
#topOutdoor {
	background:url(/graphix/top_outdoor.jpg) repeat;
	float:left;
	width:150px;
	height:100px;
	border:1px solid white;
	margin: 0 1px;
}
#topMisc {
	background:url(/graphix/top_misc.jpg) repeat;
	float:left;
	width:150px;
	height:100px;
	border:1px solid white;
	margin: 0 1px;
}
#topCommercial {
	background:url(/graphix/top_comm.jpg) repeat;
	float:left;
	width:150px;
	height:100px;
	border:1px solid white;
	margin: 0 1px;
}

/* -------- End Top Photo Gallery ------ */
.pdq #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 10px 15px 20px;
}

.wrapFoot {
	background:url(/graphix/outerBottomA.jpg) no-repeat bottom center;
	height:10px;
	width:189px;
	margin-bottom:10px;
}
.wrapInner {
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	padding:0 10px;
}
.wrapOuter {
	width:189px;
	background:#E8E8D8 url(/graphix/outerTopA.jpg) no-repeat top center;
	padding-top:10px;
}
.innerBack {
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	background-color:#fff;
}
.innerBack a{
	color:#DD222F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	letter-spacing:2px;
	text-decoration:none;
	margin-left:3px;
}
.innerBack a:hover{
	background-color:#E59557;
}
.innerFoot {
	background:url(/graphix/innerBottomA.jpg) no-repeat top center;
	height:8px;
}
.innerWrap {
	width:169px;
	background:url(/graphix/innerTopA.jpg) no-repeat top center;
	padding-top:8px;
}

.pdq #mainContent { 
	margin: 0 0 0 250px; 
	padding: 40px 35px 10px 25px; 
} 

.pdq #mainContent p{ 
	font-size: .9em;
}
.pdq #mainContent h1{
	margin-top: 20px;
	color:#DD222F;
	font-family:"Times New Roman", Times, serif;
}
.pdq #mainContent h2 {
	color:#E59557;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
.pdq #mainContent a{ 
	color:#DD222F;
}
.pdq #mainContent a:hover{
	background-color:#E59557;
	}
.pdq #mainContent a:hover img{
	display:block;
	background-color:#fff;
	}
.pdq #mainContent .name {
	color:#0f07a6;
	font-weight:bold;
}
.pdq #footer {
	background:url(/graphix/bottomBarA.jpg) bottom;
	background-repeat: no-repeat;
	margin-bottom:0;
	}
.pdq #footerLeft p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.7em;
	width:300px;
}
.pdq #footerRight p {
	float:right;
	width:300px;
	text-align:right;
	padding: 20px;
	font-size:.7em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.costvalueTable {
	font-size: .8em;
}
.costvalueTable img{
	border:none;
}
.costvalueHeader {
	font-size:1.1em;
	background-color:#999999;
	color:#fff;
	font-weight:bold;
	}
.smaller {
	font-size: .8em;
}

#links {
	width:550px;
	}
#links img {
	margin-bottom:10px;
	border: none;
	}
#links img a:hover {
	background-color:#fff;
}
#quote {
	margin:40px 50px 0 50px;
	color:#444;
	font-size:1.2em;
	font-style:italic;
	border:1px dashed #888;
	padding:10px;
	text-align:center;
	}