/* --------------------------------- */
/* ------------- Do It ------------- */
/* --------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 70%; 
	border: 0;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	}

form {
	display: inline
	}

p {
	margin-top: 7px;
	line-height: 1.5em;
	}

p, h1, h2, h3, h4, h5, h6 {
	}

a {
	color: #993333;
	text-decoration: underline;		
	}
	
a:hover {
	color: #993333;
	text-decoration: none;
	}
		
h1 {
	 font-size: 1.3em;
	 font-weight: bold;
	 }
 
.left {
	float: left;
	}
 
.right {
	float: right;
	}
	
#image-left {
	border: 2px solid #EFEFEF;
	padding: 3px;
	margin: 0 10px 10px 0;
	float: left;
	}
	
#image-right {
	border: 2px solid #EFEFEF;
	padding: 3px;
	margin: 10px 0 0 10px;
	float: right;
	}
	
	html>body #image-right {
		margin: 0 0 10px 10px;
		}

	*:first-child+html #image-right {
		margin: 0 0 0 10px;
		}

.border-top {
	border-top: 1px solid #999999;
	width: 770px;
	}

/* ------------------------------------- */
/* ------------- Structure ------------- */
/* ------------------------------------- */

/* ------------- Container ------------- */

#container {
	width: 770px;
	height: auto;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	background: #FFFFFF url("images/content-bg.gif") repeat-y;
	}

/* ------------- Header ------------- */

#header-wrap {
	background-color: #FFFFFF;
	}

#header {
	width: 770px;
	height: 37px;
	background: url("images/header.gif") no-repeat;
	padding-bottom: 5px;
	}
	
	#header .logo {
		float: left;
		display: inline;
		cursor: pointer;
		width: 260px;
		height: 37px;
		}
	
	#header-nav {
		float: right;
		color: #FFFFFF;
		padding-top: 11px;
		padding-right: 10px;
		}

			#header-nav a {
				font-size: 0.8em;
				color: #FFFFFF;
				text-decoration: none;		
				}
				
			#header-nav a:hover {
				color: #FFFFFF;
				text-decoration: underline;
				}

	#dateline {
		display: inline;
		font-size: 0.7em;
		text-transform: uppercase;
		font-weight: bold;
		}
		
		#dateline span {
			
			}

/* ------------- Nav ------------- */

#nav {
	width: 770px;
	height: 20px;
	clear: both;
	padding: 10px 0;
	background: url("images/search-bg.gif") right no-repeat;
	}
	
	#nav span {
		width: 475px;
		line-height: 20px;
		text-transform: uppercase;
		}
	
	#nav span a {
		float: left;
		display: block;
		text-align: center;
		color: #999999;
		background: #EFEFEF;
		text-decoration: none;
		border-right: 2px solid #FFFFFF;
		}
	
		#nav span a.home {
			width: 44px;
			}
		
		#nav span a.design {
			width: 57px;
			}
		
		#nav span a.construction {
			width: 107px;
			}
		
		#nav span a.real-estate {
			width: 93px;
			}
		
		#nav span a.property-management {
			width: 166px;
			}
	
	#nav span a:hover {
		color: #FFFFFF;
		background: #A3BED9;
		}

/* ------------- Divider ------------- */

#divider-top {
	width: 770px;
	height: 5px;
	clear: both;
	padding-bottom: 2px;
	background: url("images/top-divider.gif") no-repeat;
	}

html>body #divider-top {
	padding-bottom: 10px;
	}

/* ------------- Content ------------- */

#content {
	width: 770px;
	clear: both;
	margin: 0 auto 0 auto;
	}

/* ------------- Sidebar ------------- */

#sidebar {
	float: left;
	width: 180px;
	height: auto;
	margin-right: 2px;
	}

	#sidebar #goo-top {
		width: 180px;
		height: 5px;
		margin-bottom: -8px;
		background: url("images/goo-cont-top.gif") no-repeat;	
		}

		html>body #sidebar #goo-top {
			margin-bottom: 0;
			}

	#sidebar #goo-body {
		width: 180px;
		height: auto;
		text-align: center;
		background: url("images/goo-cont-bg.gif") repeat-y;		
		}

		#sidebar #goo-body-clean {
			width: 180px;
			height: auto;
			padding: 5px 0;
			text-align: center;
			}

	#sidebar #goo-bottom {
		width: 180px;
		height: 5px;
		margin-bottom: -8px;
		background: url("images/goo-cont-bottom.gif") no-repeat;
		}

		html>body #sidebar #goo-bottom {
			margin-bottom: 0;
			}

/* ------------- Main ------------- */

#main {
	float: left;
	width: 588px;
	height: auto;
	padding-bottom: 10px;
	}
	
	#main #feature {
		float: left;
		width: 125px;
		height: 75px;
		background: url("images/featured-products.gif") no-repeat;
		margin: 5px 0 10px 10px;
		display: inline;
		}
	
	#main #feature-right {
		float: right;
		width: 400px;
		height: auto;
		text-align: right;
		margin: 0 10px 10px 0;
		display: inline;
		}
	
		#main #feature-right img.amzn {
			width: 56px;
			height: 75px;
			}
	
			#image-right-amzn {
				border: 2px solid #EFEFEF;
				padding: 3px;
				margin-left: 10px;
				float: right;
				}

	#main #headline {
		width: 588px;
		height: 20px;
		background: url("images/headline-bg.gif") top no-repeat;
		clear: both;
		}
		
		#main #headline span {
			line-height: 20px;
			color: #FFFFFF;
			padding-left: 10px;
			text-transform: uppercase;
			}
		
		#main #headline span.headline-space {
			color: #993333;
			padding-left: 0;
			padding-right: 10px;
			}

	#main #lead-text {
		padding: 10px;
		}

	#main #lead-inside {
		width: 568px;
		margin: 10px 10px 0 10px;
		}

	#main #lead-inside-2 {
		width: 568px;
		margin: 10px 10px 0 10px;
		}

		html>body #main #lead-inside-2 {
			margin: 10px;
			}

		#main #green-top-design {
			width: 568px;
			height: 100px;
			background: url("images/design-wide.gif") no-repeat;
			}

		#main #green-top-construction {
			width: 568px;
			height: 100px;
			background: url("images/construction-wide.gif") no-repeat;
			}

		#main #green-top-real-estate {
			width: 568px;
			height: 100px;
			background: url("images/real-estate-wide.gif") no-repeat;
			}

		#main #green-top-property-management {
			width: 568px;
			height: 100px;
			background: url("images/property-management-wide.gif") no-repeat;
			}

		#main #green-top-privacy-policy {
			width: 568px;
			height: 100px;
			background: url("images/privacy-policy.gif") no-repeat;
			}

		#main #green-top-terms-and-conditions {
			width: 568px;
			height: 100px;
			background: url("images/terms-and-conditions.gif") no-repeat;
			}

		#main #green-top-sitemap {
			width: 568px;
			height: 100px;
			background: url("images/sitemap.gif") no-repeat;
			}

		#main #green-top-contact {
			width: 568px;
			height: 100px;
			background: url("images/contact.gif") no-repeat;
			}

		#main #green-text {
			width: 568px;
			text-align: center;
			line-height: 2.0em;
			color: #FFFFFF;
			background: url("images/green-bottom-bg.gif") repeat-y;
			}

			#main #green-text a {
				color: #FFFFFF;
				text-decoration: none;
				}

			#main #green-text a:hover {
				color: #FFFFFF;
				text-decoration: underline;
				}

		#main #green-bottom {
			width: 568px;
			height: 5px;
			margin-bottom: -8px;
			background: url("images/green-bottom.gif") no-repeat;
			}

			html>body #main #green-bottom {
				margin-bottom: 0;
				}

	#main #secondary {
		width: 568px;
		margin-top: -11px;
		padding-bottom: 0px;
		text-align: center;
		color: #999999;
		border-bottom: 2px solid #EFEFEF;
		clear: both;
		}

		html>body #main #secondary {
			margin-top: 0;
			padding-top: 10px;
			}

		#main #secondary a {
			color: #999999;
			text-decoration: none;
			}

		#main #secondary a:hover {
			color: #999999;
			text-decoration: underline;
			}

	#main #sub-sub-nav {
		width: 568px;
		padding-bottom: 10px;
		text-align: center;
		line-height: 1.5em;
		color: #999999;
		}

		html>body #main #sub-sub-nav {
			padding-top: 0px;
			}

		#main #sub-sub-nav a {
			color: #999999;
			text-decoration: underline;
			}

		#main #sub-sub-nav a:hover {
			color: #999999;
			text-decoration: none;
			}

	#main #sub-sub-sub-nav {
		width: 568px;
		padding-bottom: 0px;
		text-align: left;
		line-height: 1.5em;
		color: #999999;
		}

		html>body #main #sub-sub-sub-nav {
			padding-top: 0px;
			}

		#main #sub-sub-sub-nav a {
			color: #A3BED9;
			text-decoration: none;
			}

		#main #sub-sub-sub-nav a:hover {
			color: #A3BED9;
			text-decoration: underline;
			}

	#main #sub-sub-sub-nav ul {
		margin-left: 50px;
		}

	#main #copy {
		width: 568px;
		margin: 0 10px;
		}
		
		#main #home-copy {
			width: 568px;
			margin: 10px 10px 0 10px;
			border-top: 2px solid #EFEFEF;
			}

		html>body #main #home-copy {
			float: left;
			}
		
		#main #copy h1 {
			font-size: 1.3em;
			font-weight: bold;
			color: #993333;
			width: 568px;
			background: url("images/hdr-bg.gif") repeat-x;
			margin-top: 10px;
			margin-bottom: 10px;
			padding-top: 4px;
			padding-bottom: 3px;
			border-bottom: 2px solid #EFEFEF;
			}
		
			html>body #main #copy h1 {
				margin-top: 0px;
				}
		
		#main #copy h2 {
			font-size: 1.2em;
			font-weight: bold;
			color: #993333;
			width: 568px;
			background: url("images/hdr-bg.gif") repeat-x;
			margin-top: 10px;
			margin-bottom: 10px;
			padding-top: 6px;
			padding-bottom: 3px;
			border-bottom: 2px solid #EFEFEF;
			}
		
		#main #copy .smartzone-1 {
			display: inline;
			padding-right: 10px;
			}

	#divider {
		width: 568px;
		height: 2px;
		background: url("images/h4h-divider.gif") no-repeat;
		margin-top: 10px;
		margin-bottom: -10px;
		clear: both;
		}

		html>body #divider {
			margin: 10px 0;
			}
			
	#divider-home {
		width: 568px;
		height: 2px;
		background: url("images/h4h-divider.gif") no-repeat;
		margin-left: 10px;
		clear: both;
		}

		html>body #divider-home {
			margin-bottom: 0;
			padding-bottom: 10px;
			}

	#main #nav-blocks-top {
		float: left;
		padding-left: 10px;
		}

		#main #nav-blocks-top #home-design {
			float: left;
			width: 283px;
			height: 200px;
			cursor: pointer;
			padding-right: 2px;
			background: url("images/design.gif") no-repeat;
			}

		#main #nav-blocks-top #home-construction {
			float: left;
			width: 283px;
			height: 200px;
			cursor: pointer;
			background: url("images/construction.gif") no-repeat;
			}

			#main #nav-blocks-top #home-design p, #main #nav-blocks-top #home-construction p {
				line-height: 1.2em;
				margin: 50px 20px 30px 20px;
				}

				#main #nav-blocks-top #home-design ul, #main #nav-blocks-top #home-construction ul {
					line-height: 1.2em;
					margin: 50px 20px 30px 20px;
					}

					#main #nav-blocks-top #home-design li, #main #nav-blocks-top #home-construction li {
						line-height: 1.2em;
						margin-left: 14px;
						}

						html>body #main #nav-blocks-top #home-design li, html>body #main #nav-blocks-top #home-construction li {
							margin-left: 11px;
							}

	#main #nav-blocks-bottom {
		float: left;
		padding-top: 2px;
		padding-left: 10px;
		}

		#main #nav-blocks-bottom #home-property-management {
			float: left;
			width: 283px;
			height: 200px;
			cursor: pointer;
			padding-right: 2px;
			background: url("images/property-management.gif") no-repeat;
			}

		#main #nav-blocks-bottom #home-real-estate {
			float: left;
			width: 283px;
			height: 200px;
			cursor: pointer;
			background: url("images/real-estate.gif") no-repeat;
			}

			#main #nav-blocks-bottom #home-property-management p, #main #nav-blocks-bottom #home-real-estate p {
				line-height: 1.2em;
				margin: 50px 20px 30px 20px;
				}

				#main #nav-blocks-bottom #home-property-management ul, #main #nav-blocks-bottom #home-real-estate ul {
					line-height: 1.2em;
					margin: 50px 20px 30px 20px;
					}

					#main #nav-blocks-bottom #home-property-management li, #main #nav-blocks-bottom #home-real-estate li {
						line-height: 1.2em;
						margin-left: 14px;
						}

						html>body #main #nav-blocks-bottom #home-property-management li, html>body #main #nav-blocks-bottom #home-real-estate li {
							margin-left: 11px;
							}

	a.back-to-top {
		color: #CCCCCC;
		text-decoration: underline;		
		}
		
	a.back-to-top:hover {
		color: #CCCCCC;
		text-decoration: none;
		}

.list-main {
	margin-left: 20px;
	line-height: 1.5em;
	}

	.list-sub {
		margin-left: 20px;
		line-height: 1.5em;
		}

.list-main-sm {
	margin-left: 20px;
	line-height: 2em;
	}

	.list-sub-sm {
		margin-left: 20px;
		line-height: 2em;
		}

		#product {
			width: 568px;
			}

		#product-top {
			width: 568px;
			height: 5px;
			margin-top: 9px;
			margin-bottom: -8px;
			background: url("http://www.homestyles4housing.com/design/images/product-top.gif") no-repeat;
			}

			html>body #product-top {
				margin-bottom: 0;
				margin-top: 17px;
				}
			
			*:first-child+html #product-top {
				margin-top: 9px;
				}

		#product-background {
			width: 548px;
			text-align: left;
			line-height: 2.0em;
			padding: 0 10px;
			background: url("http://www.homestyles4housing.com/design/images/product-bg.gif") repeat-y;
			}

		html>body #product-background {
			width: 568px;
			}

		#product-bottom {
			width: 568px;
			height: 5px;
			margin-bottom: -2px;
			background: url("http://www.homestyles4housing.com/design/images/product-bot.gif") no-repeat;
			}

			html>body #product-bottom {
				margin-bottom: 13px;
				}
			
			*:first-child+html #product-bottom {
				margin-bottom: 6px;
				}

	.addtocart {
		margin-bottom: 6px;
		}

	.price {
		color: #993333;
		}

	.sqft {
		color: #69A1D9;
		}

/* ------------- Footer ------------- */

#footer {
	width: 770px;
	clear: both;
	text-align: center;
	color: #999999;
	}

html>body #footer {
	}

	#footer span {
		line-height: 1.5em;
		}

#divider-bottom {
	width: 770px;
	height: 5px;
	clear: both;
	background: url("images/bottom-divider.gif") no-repeat;
	}

html>body #divider-bottom {
	margin-bottom: 8px;
	}

	#footer a {
		color: #A3BED9;
		text-decoration: none;
		}
		
	#footer a:hover {
		color: #A3BED9;
		text-decoration: underline;
		}
	
	#footer p a {
		color: #999999;
		text-decoration: none;
		}
		
	#footer p a:hover {
		color: #999999;
		text-decoration: underline;
		}
