
body {
	margin:0px;
	padding:0px;
	background-image:url(../images/content_bkg_big.png);
	background-position:center;
	background-repeat:repeat;
}
img {
	border:none;
}
.container {
	width:950px;
	margin:0 auto;
	overflow:visible;	
}
.header {
	width:950px;
	height:373px;
	overflow:hidden;
	
}
/* Navigation Elements */

.mainNav{
	width:950px;
	height:130px;
	background-image:url(../images/menu_bkg.png);
	overflow:hidden;	
}
.mainNav ol {
	margin:0px;
	padding:0px;
}
.mainNav ol li{
	margin:0px;
	padding:0px;
	height:130px;
	display:inline;
	float:left;
	list-style:none;
	overflow:hidden;
}
.mainNav ol li a{
	cursor:pointer;
}
.mainNav ol li a:hover{
	cursor:pointer;
}
#bedding {
		display:block;
		background-image:url(../images/nav/bedding.png);
		width:206px;	
		height:130px;
}
#bedding:hover {
		background-image:url(../images/nav/bedding1.png);
}
#bath {
		display:block;
		background-image:url(../images/nav/bath.png);
		width:327px;	
		height:130px;
}
#bath:hover {
		background-image:url(../images/nav/bath1.png);
}
#kitchen {
		display:block;
		background-image:url(../images/nav/kitchen.png);
		width:417px;	
		height:130px;
}
#kitchen:hover {
		background-image:url(../images/nav/kitchen1.png);
}

/* Navigation Elements */

.contentArea{
	width:950px;
	min-height:100px;
	overflow:visible;
}
.content {
	width:950px;
	overflow:visible;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	float:left;
}
.footer{
	width:950px;
	height:219px;
	float:left;
}
/* textual Styles */

h1 {
	font-size: 30px !Important;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
h2, h3, h4, h5, h6 {
	font-family:Courier, monospace;
	font-size:17px;
	color:#000;
}
p , a {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size:18px;
	color:#000;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.border {
	border:2px solid #5a141e;
	margin-right:15px;
}

/* textual Styles */
