@charset "utf-8";

* { 
	padding:0;
	margin:0;
	}
html {scrollbar-base-color:#3a2f48;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align:center;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	background: #08030b url(../homedecor/images/bg_honeycomb.jpg) repeat-x fixed;
		}
ul {
	padding: 0 10px 12px 30px;
	list-style: url(../homedecor/images/bullet.gif) outside;
		}

#mainContainer {
	color: #000000;
	text-decoration: none;
	margin: 10px auto 5px;
	position:relative;
	text-align: left;
	width: 964px;
}

#secondContainer {
	width: 964px;
	background: #dee4e9 url(../homedecor/images/bg_repeat_col.jpg) repeat-y;
	float: left;
}
#allDivs {
	width: 910px;
	margin:0 auto;
	}

.homeDecorDiv {
	width:215px;
	height:245px;
	float:left;
	border: 1px solid #e97554;
	background: #e97554;
	margin: 7px 5px 5px;
}
.homeDecorDiv p {
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 14px;
	width: 215px;
}

#shopHomeDecor {
	width:881px;
	background-color:#e9ebf6;
	margin: 20px auto 10px;
	padding: 5px 5px 15px 10px;
	border-top: 1px solid #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: #FFFFFF;
}
#header {
	background: url(../homedecor/images/header.png);
	position:relative;
	float: left;
	height: 152px;
	width: 964px;
}

#header p {
	margin-left:-3050px;
	font-size:10px;
	font-weight:bold;
}

h1.orangeTitles {
	font-size: 18px;
	color:#f55e33;
	text-transform: uppercase;
	font-weight:normal;
	margin-top:8px;
	}
	
.homeDecorDiv img {
	border-style: none;
}

.specialpHomeDecor {
	font-size:17px;
	color: #333;
}
#shoppingcart {
	width:98px;
	height:26px;
	float:right;
	clear:both;
	background-color:#e9ebf6;
	border: 1px solid #FFFFFF;
}
form {
	width:100px;
	float:right;
	clear:both;
	margin-right: 35px;
	height: 28px;
}
div.clear {
	width:900px;
	clear:both;
}

#footer {
	background: url(../homedecor/images/footer.png) no-repeat;
	clear: both;
	height: 46px;
	width: 964px;
	font-size: 9px;
	float: left;
}

#footer p {
	padding-left:57px;
	line-height:40px;
}
#footer span {
	color: #FF6600;
	margin-right:1px;
}

#copywrite {
	width: 964px;
	color:#7c8287;
	font-size: 6pt;
	margin:0 auto;
	text-align:center;
	clear: both;
}

