/* COLORS:
	purple #A70267
	red #F10C49
	orange #FB6B41
	gold #F6D86B
	teal #339194
	old-background color #E0DCD1

*/

body {
	margin: 0;
	padding: 0;
	background: #fffce9 url(../img/layout/img01a.jpg) repeat-x left top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #c30044;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	line-height: 1em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 130%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #006A8C;
}

a:hover {
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 1000px;
	height: auto;
	margin: 0;
	color: #FFFFFF;
	background: url(../img/layout/img03a.gif) no-repeat right 15px;
}

#logo h1, #logo p {
	margin: 0;
	padding-left: .5em;
	
 }

#logo h1 {
	padding-top: 25px;
	letter-spacing: -1px;
	font-size: 3.2em;
	font-weight: bold;
}

#logo p {
	margin-top: -6px;
	padding-left: 45px;
	color: #333333;
} 

#logo p a {
	color: #FF6B9D;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 35px;
	padding-top: 10px;
	background: url(../img/layout/img02a.gif) no-repeat right 16px;
}

#menu li.last {background: none;}

#menu a {
	display: block;
	padding: 0px 20px;
	border: none;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	color:#ff9c24;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}
#page img {
	padding-right: 1em;
	border: none;
	float: left;
}

#page span {
	height:250px;
}

.list li {
	height: 140px;
	width: 600px;}
	
.newlist li {
	
	width: 675px;
	height: 150px;
	}

#page-bgtop {
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 750px;
}

.post {
	margin-bottom: 8px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	background: #2C2C2C url(../img/layout/img06a.gif) no-repeat left top;
	height: 22px;
	padding: 6px 0 6px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .title a {
	color: #FFFFFF;
}

.post .meta {
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 0 20px 15px 20px;
	font-size: 13px;
	text-align: left;
	color: #333333;
}

.post .entry a {color: #FF9C24; font-size: 14px;}
.post .entry .status {
	border: solid 1px #444444; 
	padding: .01em .75em; 
	background-color: #990066; 
	background: url(../img/layout/footer.jpg) repeat-x left top;
	/*width: 16em;*/
	text-align: center;  
	font-size: 16px;
	color: #FFFFFF;
	}
.post .entry img {border: solid 1px #FF9C24; margin: 0;}
.post .entry .clear img {border: 0px;}
.post .entry .hover img {border: none;}

.post .entry .product {
	border: solid 1px #aaaaaa; 
	color:#333333;
	padding: .5em .5em; 
	background-color: #FFFFFF;
	}
.post .entry .sitemap {font-size: 10px; font-weight: normal;}
	
.post .entry ul, li {list-style: none;}
.post .entry .selected { font-weight: bold; }
.post .entry .page_title {line-height: 1.25em; font-size: 15px; color:#FF9C24; padding-top: 10px;}
.post .entry .homepage {font-size:14px;}
.post .entry .form {background-color:#FFFFFF; color:#990066; margin-top:10px; padding-left: 1em; font-size:12px;}



#dimensions {
	line-height: 15px; 
	font-size: 11px; 
	border: solid 1px #bbbbbb; 
	padding: .25em .5em; 
	background-color: #990066;
	color: #FFFFFF;
	text-align: left;
	}


/* CSS PopUp Window */
#blanket {
   background-color:#000000;
   opacity: 0.80;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0;
   left:0;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	color:#990066;
	border: solid 10px #111111;
	top:0;
	left:20%;
	width:608px;
	height:auto;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	text-align: center;
}
#popUpDiv img {
	border: solid 2px;
	color: #990066;
	padding: 2px;
	width:600px;
}

#accessories {padding: .5em; background-color: #990066; color:#FFFFFF; border: solid 1px #bbbbbb;}
#accessories ul { list-style: none; line-height: 115%;}
#accessories li.image {height: 120px;}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	background: #FF9A02;
	color: #000000;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#sidebar li {
	margin: 0;
	padding: 0;
	font-weight:bold;
	
}

#sidebar li ul {
	background: url(../img/layout/img05.jpg) no-repeat left bottom;
	padding-bottom: 15px;
}

#sidebar li li {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 25px;
	
}

#sidebar li li span {
	display: block;
	margin: -2px 0 0 4px;
	padding: 0;
	line-height: 15px;
	font-size: 11px;
	font-style: italic;
	font-weight:normal;
	color: #dddddd;
}

#sidebar li li span a {
	color: #ffffff;
}

#sidebar h2 {
	background: #2C2C2C url(../img/layout/img04a.jpg) no-repeat left top;
	height: 27px;
	padding: 9px 0 0 28px;
	font-size: 14px;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 15px;
	padding: 20px 0px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	color:#990066;
}

/* Gallery */
#gallery {width:650px;}
#gallery h3 {font-family: Verdana, Helvetica, sans-serif; color: #990066; font-size: 14px; font-weight: bold; padding: .25em;}
#gallery ul {list-style:none; padding:0; margin:0; width:350px; position:relative; float:left;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px; }
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #990066; }
#gallery ul li a img {display:block; width:50px; height:50px; border: 0;}
#gallery ul li a:hover { white-space:normal; border: solid 0px #990066;}
#gallery ul li a:hover img {position:absolute; left:365px; top:0; width:auto; height:auto; border:3px solid #990066;}
#gallery ul li a span {display:none;}
#gallery ul li a:hover span {display:block; line-height: 110%; font-size: 10px; color: #990066;}
#gallery ul li a:hover img.full {top:-143px;}
#gallery ul li a:hover img.full2 {top:-85px;}

/* Gallery */
#sale {width:650px; font-size: 11px;}
#sale h2 {font-family: Verdana, Helvetica, sans-serif; color: #990066; font-size: 18px; font-weight: bold; }
#sale ul {list-style:none; padding:0; margin:0; width:300px; position:relative; float:left;}
#sale ul li {display:inline; width:92px; height:92px; float:left; margin:0 0 5px 5px; }
#sale ul li a {display:block; width:90px; height:90px; text-decoration:none; border:1px solid #990066; }
#sale ul li a img {display:block; width:90px; height:90px; border: 0;}
#sale ul li a:hover { white-space:normal; border: solid 0px #990066;}
#sale ul li a:hover img {position:absolute; left:365px; top:-120px; width:auto; height:250px; border:3px solid #990066;}
#sale ul li a span {display:none;}
#sale ul li a:hover span {display:block; line-height: 110%; font-size: 12px; color: #990066;}
#sale ul li a:hover img.full {top:-143px;}
#sale ul li a:hover img.full2 {top:-85px;}
#sale img.hover {border: none;}

#homepagesale {width:725px; font-size:12px; color: #222222; }
#homepagesale h3 {font-family: Verdana, Helvetica, sans-serif; color: #333333; font-size: 14px; font-weight: bold; padding: .25em;}
#homepagesale ul {list-style:none; padding:0; margin:0; width:800px; position:relative; float:left;}
#homepagesale ul li {display:inline; width:352px; height: 180px; float:left; margin:0; padding:.5em; border-top: dashed 1px #8D0D19;}
#homepagesale ul li a {text-decoration:none; font-weight:bold; color:#8D0D19; }
#homepagesale ul li a:hover { color:#1A446C;}
#homepagesale ul li img {padding-right: .5em; border: none;}
#homepagesale td {padding-right: 1em;}
#homepagesale a {color:#990066;}
#homepagesale a:hover {color:#1A446C;}

.testimonials td {border-top: solid 1px #444444; padding: .5em; color: #222222; }

#bedlist {
	font-size: 10px; float:left; margin-left: 1em;
}
#bedlist ul {list-style:none; }
#bedlist ul li {display: inline; padding-right: 5px; border-right: solid 1px #cccccc; }
/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

#assembly p {
	text-align:center;
}

#hover {padding-top:2em;}

/* Footer */

#footer {
	width: 100%;
	background: url(../img/layout/footer.jpg) repeat-x left top;
	/*background: #2C2C2C;*/
	height: 27px;
	margin: 0 auto;
	padding: 0px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding-top: 4px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}
