@charset "UTF-8";
body  {
	font: .85em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #E3E6F7;
	color: #5C5C5C;
}

h1 {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#C00;
	padding: 10px 0px 10px 0px;
}

h2 {
	font-size:1em;
	font-weight:bold;
	color:#C00;
}

h3 {
	font-size:1em;
	font-weight:bold;
	color:#C00;
}

a:link {
	color:#3158C3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color:#3158C3;
	text-decoration: none;
}
img {
	border: none;
}

#Sale1 {
	background-color:#3158C3;
	text-shadow: #000 2px 2px 2px;
	font:16px Arial, Helvetica, sans-serif;
	color:#FC9;
	font-style:italic;
	font-weight:bold;
	padding: 5px 0 5px 10px;
	letter-spacing: 3px;
	margin-right: 30px;
	position:absolute;
	width:520px;
	z-index:0;
	left: 170px;
	top: 168px;

}

#Sale2 {
	text-shadow: #999 1px 1px 1px;
	background-color:#E1E6F4;
	color:#039;
	font:14px Arial, Helvetica, sans-serif;
	text-align:center;
	position:absolute;
	width:325px;
	z-index:1;
	left: 344px;
	top: 150px;
	padding: 10px;
	line-height: 1.2;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #AFAECB;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 110px;
	padding: 0 10px 0 20px;
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	background-position: 0px -3px;
} 
#header table {
	border-collapse:collapse;
	padding:0;
	margin:0;
}
#header img  {
	float: left;
}
/* navigation for top of page */

#header ul {
	font-size: 11px;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position:outside;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
#header ul li {
	display: inline;
	margin: 0;
}
#header ul a {
	padding: 0px 0px 0px 10px;
	margin-right: 0px;
	text-decoration: none;
	margin: 0;
}
#header .trial:link {
	color: #3158C3;
	text-decoration: none;
}
#header .trial:hover {
	color: #03C;
	text-decoration: none;
}

#header a:link {
	color: #3158C3;
	text-decoration: none;
}
#header a:visited {
	color: #3158C3;
	text-decoration: none;
}
#header a:hover {
	color: #C00;
	text-decoration: none;
}

.thrColAbsHdr #sidebar1 {
	background-color:#F6F6FC;
	position: absolute;
	top: 111px;
	left: 0;
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 15px 5px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 p {
	margin:0;
	padding:0;
}

/*Left Colomn Navigation*/

#sidebar1 ul {
	list-style:none;
	margin: 0;
	padding: 0;
} 
#sidebar1 li {
	border-bottom: none;
} 
#sidebar1 li a:link, #sidebar1 li a:visited  {
	display: block;
	padding: 8px 0px 3px 0px;
	border-right: none;
	text-decoration: none;
	border-top: solid #03C thin;
} 
#sidebar1  li.firstNav a {
	border-top: none;
} 

#sidebar1 li a:hover {
	color: #C00;
} 
#sidebar1 ul ul {
	margin-left: 3px;
} 
#sidebar1 ul ul li {
	margin:0;
	background-image: url(images/redDot.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 8px;
} 
#sidebar1 ul ul a:link, #sidebar1 ul ul a:visited {
	display: block;
	color: #03C;
	font-size: 12px;
	font-weight: normal;
	border-top: none;
	padding: 4px 0px 4px 0px;
} 
#sidebar1 ul ul a:hover {
	color: #C00;
}

.lastNav {
	padding-bottom: 6px;
}

.thrColAbsHdr #sidebar2 {
	background-color:#F6F6FC;
	position: absolute;
	top: 110px;
	right: 0;
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
}

#sidebar2 a {
	font-size:.8em;
}

.thrColAbsHdr #mainContent {
	margin: 0 185px 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #footer {
	font-size:0.75em;
	padding: 0 10px 0 20px;
	background-color: #FFF;
} 
.thrColAbsHdr #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 */
}
#footer a:link {
	color: #03C;
	text-decoration: none;
}
#footer a:visited {
	color: #03C;
	text-decoration: none;
}
#footer a:hover {
	color: #C00;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 0px;
}
.fltrt p{
	float: right;
	margin-left: 8px;
	margin-top: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

div.Boxtext {
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	padding-top: 135px;
}

div.box01 {
	background-image: url(images/block01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top:20px;
	position: relative;
	height: 155px;
	width: 155px;
}

div.box02 {
	background-image: url(images/block02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top:20px;
	position: relative;
	height: 155px;
	width: 155px;
}

div.box03 {
	background-image: url(images/block03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top:20px;
	position: relative;
	height: 155px;
	width: 155px;
}
div.box04 {
	background-image: url(images/block04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top:20px;
	position: relative;
	height: 155px;
	width: 155px;
}
div.box05 {
	background-image: url(images/block05.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top:20px;
	position: relative;
	height: 155px;
	width: 155px;
}
div.boxTall01 {
	border-color: #AFAECB;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	height: 100px;
	background-image: url(images/bedDetail-celestial.jpg);
	width: 124px;
	background-repeat: no-repeat;
	padding: 0 2px 0 2px;
	background-position: -12px 0px;
	text-align:center;
}
div.boxTall02 {
	border-color: #AFAECB;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	height: 100px;
	background-image: url(images/bedDetail-serenity.jpg);
	width: 124px;
	background-repeat: no-repeat;
	padding: 0 2px 0 2px;
	background-position: -12px 0px;
}
div.boxTall03 {
	border-color: #AFAECB;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	height: 100px;
	background-image: url(images/bedDetail-comfort.jpg);
	width: 124px;
	background-repeat: no-repeat;
	padding: 0 2px 0 2px;
	background-position: -12px 0px;
}
div.boxTall04 {
	border-color: #AFAECB;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	height: 100px;
	background-image: url(images/bedDetail-supreme.jpg);
	width: 124px;
	background-repeat: no-repeat;
	padding: 0 2px 0 2px;
	background-position: -12px 0px;
}
div.boxTalla {
	border-color: #AFAECB;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	padding: 0px 3px 0px 3px;
	width: 122px;
	margin: 0;
	font-size: 10px;
}
div.boxTalla p {
	padding: 4px 3px 4px 3px;
	margin: 0;
}
div.boxTalla .red12BI {
	font-style:italic;
	font-weight:bold;
	color:#C00;
	text-align:center;
	font-size: 12px;
}
div.boxTallb {
	border-color: #AFAECB;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 4px 3px 4px 3px;
	width: 122px;
	background-color: #E3E6F7;
	text-align: center;
	font-weight: bold;
}
div.boxTallc {
	border-color: #AFAECB;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	padding: 4px 3px 4px 3px;
	width: 122px;
	text-align: center;
	font-weight: bold;
}

.red12BI {
	font-style:italic;
	font-weight:bold;
	color:#C00;
}
.body10 {
	font-size: 10px;
}

.body9 {
	font-size: .75em;
}

.11pxLink {
	font-size: .75em; 
	text-decoration: none;
 }
.head3 {
	font-size: 1em;
	font-weight: bold;
}
.head1 {
	font-weight:bold;
}
.14BIwhite {
	color:#E3E6F7;
	font-style:italic;
	font-weight:bold;
}
