@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}
.oneColFixCtr #container {
	width: 1214px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtr #mainContent {
	padding: 20px 80px 105px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bdrLeft {
	background-image: url(../images/background/bg_sides.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:0;
	padding:0;
}
.bdrRight {
	background-image: url(../images/background/bg_top_full.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:0;
}
.bdrBottom {
	background-image: url(../images/background/bg_bottom_full.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#logo {
	height: 153px;
	width: 300px;
	float: left;
}
#headerImage {
	height: 153px;
	width: 735px;
	float: right;
}
#header {
	height: 153px;
	margin-bottom: 20px;
	width: 1052px;
}
#wrapper_top {
	background-image: url(../images/mattresses_direct_bg%20top.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	width: 1052px;
}
#wrapper_btm {
	background-image: url(../images/mattresses_direct_bg%20bottom.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#inner {
	width: 1052px;
	position: relative;
}
#menu {
	float: left;
	width: 260px;
	height: 380px;
	margin: 20px 0;
	padding: 0 20px;
	border-right:solid 1px #000000;
}
#menu p {
	margin: 0;
	padding: 0;
}

#content {
	float: right;
	width: 725px;
	margin: 20px 0;
	padding-right: 10px;
}

.item_image {
	width:168px; 
	float:left; 
	margin:0; 
	padding:0;
}

.item_panel {
	width:187px; 
	float:left; 
	margin:0; 
	padding:0;
}

.item_desc {
	padding: 5px;
	margin:0;
	text-align:center;
	font-size:12px;
}

.item_desc_sml {
	padding: 5px;
	margin:0;
	text-align:center;
	font-size:10px;
}

div.warranty
{
	width:187px; 
	margin:0; 
	padding:0; 
	position:absolute; 
	left: 168px; 
	top: 100px;
}

p.warranty
{
	padding: 10px; 
	margin:0; 
	text-align:center; 
	font-size:9px
}

div.scale
{
	width:187px;
	margin:0;
	padding:0;
	position:absolute;
	left: 168px;
	top: 124px;
}

div.specs
{
	width:187px;
	margin:0;
	padding:0;
	position:absolute;
	left: 168px;
	top: 132px;
}
#enquiry {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width:245px;
	height:60px;
}
#menu a {
	color: #000000;
	text-decoration: none;
}
div.item_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 355px;
	position: relative;
}
div.item_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 355px;
	position: relative;
}
