@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #481807;
	
}
.homeDecor #container {
	width: 820px;
	margin: 0 auto; /* 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: #000;
}
.homeDecor #header {
	height: 135px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #661100;
	background-image:url(../home_decor/images/header.jpg)
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../home_decor/images/homedecor_header.jpg);
}
.homeDecor #container #main_menu {
	background-color: #441100;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 28px;
	padding-left: 0px;
	background-image: url(../images/menu_bg2.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}
.homeDecor #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


	

.homeDecor #container #main_content {
	background-color: #000;
	
	float: left;
	width: 820px;
	padding:0px;
	font-size:12px;
}


.homeDecor #container #main_content a {
	color:#930
}

.homeDecor #container #mainContent img {
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}
.spacer {
	clear: both;
	float: left;
}
.homeDecor #container #image_container {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	width: 780px;
	
	
}
div#blurb1 {
	float: right;
	margin-left: 20px;
	margin-top: 0px;
	font-weight: bold;
}
div#blurb2 {
	color: #FFFFFF;
	width: 141px;
	float: right;
	margin-top: 0px;
	font-size: 13px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.homeDecor #footer {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #551111;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	width: 802px;
}
#container #footer {
	
	padding-top: 45px;
}

.homeDecor #footer 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.homeDecor# div#main_content h1 {
	color: #FFFFFF;
	font-size: 24px;
}


/*Home Decor*/


#container #title {
	background-color: #660000;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
	background-image: url(../home_decor/images/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#intro {
	width:700px;
	color:#fff;
	padding-left:35px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
}
div#intro h2 {
	font-size: 30px;
	color: #751911;
	font-weight: bold;
	letter-spacing: -4px;
	float:left;
}
div#intro h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -2px;
	float:left;
	clear:none;
	line-height: 50px;
	padding-left:8px;
}
div#intro p {
	margin-top:5px;
	letter-spacing: -1px;
	font-weight: bold;
	padding-left:4px;
}
div.designer_bio {
	padding-left:0px;
	padding-right:20px;
	padding-bottom:40px;
	float:left;
	color:#fff;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:80px;
	width:640px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;*/
	background-image: url(../home_decor/images/designers/bottom_border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.designer_bio img {
	float:left;
	margin-right:50px;
	border:6px solid #333;
}
div.designer_bio div.designer_content {
	width:400px;
	float:left;
	margin-right:auto;
	margin-left:auto;
}
div.designer_bio p {
	
	
}
body#designers div#main_content {
	background-image: url(../home_decor/images/designers/flourish.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
div#home_decor_menu {
	margin-left:80px;
	margin-top:20px;
}
h2.designer_head {
	color:#fff;
	font-size:24px;
	margin-left:80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width:640px;
}