@charset "utf-8";
body  {
	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;
	background-image: url(images/wdu_blind_back.gif);
	font-family: calibri, Helvetica, arial, sans-serif;
	font-size: 85%;
}

#container  {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/wdu_drape_aug09.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
} 
#header p {
	font-size: 1.2em;
	text-align: center;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: 1.5;
	font-size: 1.5em;
	color: #587334;
	text-align: center;
	font-weight: bold;
	padding: 0px;
}
#header img {
	float: left;
}
#headerlocation {
	text-align: center;
	width: 350px;
	padding-top: 5px;
	background-image: url(images/wdu_location_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-right: 210px;
	clear: right;
}
#headerlocation h1 {
	font-weight: bold;
	color: #587334;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
}

#footer p {
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin-left: 6px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/wdu_drop_shadow.gif);
}
#namebrands h1 {
	font-size: 1em;
	line-height: 1.2;
	color: #FFF;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
} 



#mainContent h1 {
	font-size: 2.2em;
	color: #587334;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: .9;
}
#mainContent h3 {
	font-size: 2.2em;
	line-height: 1;
	color: #587334;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h4 {
	font-size: 1.3em;
	margin: 0px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: italic;
	font-weight: normal;
}


#mainContent p {
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent h2 {
	font-size: 1.5em;
	line-height: 1;
	margin: 0px;
	color: #587334;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent ul {
	list-style-type: disc;
	padding-top: 0px;
	margin-top: 0px;
}

#mainContent p ul li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: circle;
}
#mainContent p ul li ul li{
	list-style-type: circle;
}


#mainContent a {
	color: #9E6124;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	color: #587334;
	text-decoration: underline;
}
#mainContent strong {
	font-weight: normal;
}
#mainContent p .price {
	font-size: 1.3em;
	font-weight: bold;
	color: #C00;
}
#mainContent p.fineprint {
	font-size: .9em;
	font-style: italic;
}

#container #mainContent .hdsalebox h1 {
	font-size: 1.4em;
	color: #587334;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}
#container #mainContent .hdsalebox h3 {
	font-size: 1.9em;
	color: #587334;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

#container #mainContent .hdsalebox p {
	font-size: 1em;
}
#container #mainContent .hdsalebox img {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#container #mainContent .hdsalebox h2 {
	font-size: 1.2em;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent .couponpromo   {
	font-size: 1.2em;
	text-align: center;
}
.center {
	text-align: center;
}

#mainContent .couponpromo a  {
	color: #F00;
	text-decoration: underline;
}




#namebrands {
	width: 140px;
	text-align: center;
}
#breadcrumb {
	margin: 0px;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#breadcrumb a {
	font-weight: bold;
	color: #9C6125;
	text-decoration: none;
}
#breadcrumb p a:hover {
	color: #587334;
	text-decoration: underline;
}
#breadcrumb .current {
	font-weight: bold;
	color: #587334;
}

#breadcrumb p {
	padding-top: 25px;
	font-size: 1em;
	color: #9C6125;
	padding-bottom: 15px;
}





#footer  {
	padding: 0 10px 0 20px;
	background-color: #9E6124;
} 
#footer a {
	color: #C7A27A;
	text-decoration: none;
}
#footer a:hover {
	color: #587334;
	text-decoration: underline;
}
#footer .copyright {
	font-size: .9em;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 1.5;
}

#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1.2em;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer h1 {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.tagline {
	width: 500px;
	margin: 0px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.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;
	padding-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.tagline {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.shadow {
	height: 200px;
	width: 300px;
	float: right;
	background-image: url(images/wdu_drop_shadow_wh.gif);
	background-repeat: repeat;
	background-position: right bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.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;
}


.servboxes {
	text-align: center;
	font-size: 1em;
	width: 250px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 6px;
	margin-left: 16px;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-top: 0px;
	background-color: #E9DBCE;
	border: thin solid #DBC7B1;
}

.namebold {
	font-weight: bold;
}


#specials {
	background-color: #E9DBCE;
	float: left;
	height: 70px;
	width: 275px;
	background-image: url(images/home_top_block-hunter-douglas-showcase.jpg);
	text-align: center;
	padding-top: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#specials h1 {
	font-size: 1em;
	color: #FFF;
	margin: 0px;
	padding-top: 30px;
	padding-right: 125px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 1;
}
#specials a {
	color: #587334;
	text-decoration: none;
}
#specials a:hover {
	color: #D1B699;
	text-decoration: underline;
}

#specials p {
	font-size: 1.1em;
	line-height: 1em;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}


#showroom {
	float: right;
	height: 70px;
	width: 275px;
	background-image: url(images/home_top_block_nho.jpg);
	clear: right;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
}
#showroom h1 {
	font-size: 1em;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 125px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 1;
}
#showroom a {
	color: #587334;
	text-decoration: none;
}
#showroom a:hover {
	color: #D1B699;
	text-decoration: underline;
}

#showroom p {
	font-size: 1.1em;
	line-height: 1em;
	color: #000;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-align: center;
	margin: 0px;
}
#phototextboxhorzright {
	float: right;
	width: 300px;
	padding-left: 10px;
}
#phototextboxhorzright p {
	font-style: italic;
	color: #000;
	text-align: center;
	font-size: 1em;
	line-height: 1.2;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.phototextboxhorzright {
	float: right;
	width: 280px;
	padding-left: 0px;
	text-align: center;
}
#container #mainContent #newhomecoupon{
	border: medium solid #5C7639;
	padding: 10px;
	text-align: center;
}
#container #mainContent #newhomecoupon .off {
	font-size: 3.2em;
	color: #F00;
	text-align: center;
	font-weight: bold;
}
#container #mainContent #newhomecoupon .decription {
	font-size: 2em;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
}
#container #mainContent #newhomecoupon .visit {
	font-size: 1.6em;
	color: #5C7639;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
}



.staffbox {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 300px;
}
.formoreinfo {
	font-style: italic;
	font-weight: bold;
	color: #587334;
}
.hdsalebox {
	width: 540px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	background-color: #E9DBCE;
	border: 1px solid #9C6125;
	height: 120px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.portbox {
	width: 275px;
	float: left;
	text-align: center;
	background-color: #F2EAE1;
}
.couponbox {
	width: 525px;
}
#container #mainContent #landform {
	background-color: #E9DBCE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	float: right;
	width: 300px;
}
#container #mainContent #landform h1 {
	font-size: 2em;
	font-weight: bold;
	color: #9C6125;
	line-height: 1;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.price {
	font-size: 1.3em;
	font-weight: bold;
	color: #C30;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#mainland {
	margin-top: 0px;
	margin-right: 465px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainland p {
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainland a {
	color: #9E6124;
	text-decoration: none;
	font-weight: bold;
}
#mainland h1 {
	font-size: 2.2em;
	color: #587334;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainland h3 {
	font-size: 2.2em;
	line-height: 1;
	color: #587334;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainland h4 {
	font-size: 1.3em;
	margin: 0px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: italic;
	font-weight: normal;
}
#mainland a:hover {
	color: #587334;
	text-decoration: underline;
}
#mainland h2 {
	font-size: 1.5em;
	line-height: 1;
	margin: 0px;
	color: #587334;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#landformside {
	background-color: #E9DBCE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 400px;
	float: right;
	margin-right: 35px;
	margin-left: 20px;
	border: thin solid #666;
}
#landformside h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #9C6125;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	line-height: 1;
}
#couponprint {
	padding: 0px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#container #mainContent #sitemap{
	margin: 0px;
	padding: 0px;
	width: 400px;
}
#container #mainContent #sitemap p{
	font-size: 1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#container #mainContent #sitemap ul  {
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-position: outside;
}
#container #mainContent #sitemap ul li {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#container #mainContent #sitemap ul li ul li {
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#landphototextboxhorzright {
	width: 375px;
	padding-left: 10px;
	margin-left: 0px;
}
#landphototextboxhorzright p {
	font-style: italic;
	color: #000;
	text-align: center;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainland ul {
	list-style-type: disc;
}
#photocaptionr {
	text-align: center;
	float: right;
	width: 200px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#panelsbox {
	height: 150px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#mainContent p.panels{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #587334;
}

