@charset "UTF-8";
/* CSS Document */

/* Furniture Barn colors
	#FEF2D6 > Background Tan
	#EEE3CA > Dark Tan
	#A8A98C > Green
	#7C3932 > Marron 
	#3D2914 > Brown
	#FFC   > Yellow > Form Field input:focus, textarea:focus
===================================== */

body {
	padding: 10px 0px 0px 0px;
	margin: 0px; 
	background-color: #FEF2D6;
	background: url(../images/Lace.png);
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #3D2914;
}
.cursive { font-family: cursive  ;font-size: 1.2em;}
p, h1, h2, h3, h4, h5{
	color: #3D2914;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
	text-align: center !important;
}
p {
	padding: 5px;
}
a:link {
	color: #3D2914;
	text-decoration: none;
}
a:visited {
	color: #3D2914;
	text-decoration: none;
}
a:hover {
	 color: #3D2914;
	 text-decoration:underline;
}
.underline {
	text-decoration: underline;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.title {
	font-size: 1.3em;
	font-weight: bold;
	text-indent: 10px;
}
.picture_frame{ /* Ads a border to an image to give a picture frame look */
	border: 2px solid #FFF;
	margin: 15px 0 5px 12px;
 
}
img {
	border: 0;
}
.border {
	border:1px solid #7C3932;
}
.float{
	float: left;
	width: 400px;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 915px;
	background-color: #FEF2D6;
	border: 1px solid #CCC;
}

.box {
	border: 1px solid #CCC;
	width: 220px;
	height: 240px;
}
.font_size_15em {
	font-size: 1.4em;
}
.required {
	color: #FF0000; 
	font-size: 9px;
}
.text-red{
	color:#F00;
}
.small_font {
	font-size: .9em;
}

/* !Masthead
===================================== */
#masthead_print {display: none; }
#masthead {
	margin: 0 auto;
	width: 900px;
	background-color: #A8A98C;
	 position: relative;
}
#masthead_top {
	height: 43px;
	background: url(../images/header_top.png) no-repeat left top;
 
}
#masthead_top h1 {
	font-size: 12px;
	text-indent: -9999px;

}
#masthead_middle {
	padding: 0px;
	
}

#masthead_bottom {
	clear: both;
	height: 11px;
	background: url(../images/header_bottom.png) no-repeat left bottom;
 
}
.header_content{
	float: left;
	width: 270px;
 
 
}
#logo{
	padding: 5px 0 0 0;
	width: 350px;
	text-align: center;
	/*border: 2px solid #666;*/
 
}
hr{
	color:#3D2914;
	width: 220px;
}

#vendor_about hr{
	width: 700px;
	color: #7C3932;
}

/* !Have A Question 
===================================== */
#have_a_question {
	margin: 0 auto;
	border: 3px double #3D2914;
	background-color:#FF9;
	width: 200px;
	height: 20px;
	text-align: center;
	line-height: 1.7em;
	font-size: .9em;
}
#have_a_question a:link, a:active{
	color:#3D2914;
}
#have_a_question a:visited{
	color:#3D2914;
}
#have_a_question a{
	text-decoration: none;
}
#have_a_question a:hover{
	color: #060;
}

/* !MAIN MENU 
===================================== */
#main_menu {
	position: absolute;
	top: 45px; left: 728px;
}
#main_menu_frame {float: right; margin:0; padding:0; }
#main_menu ul{
	float:right;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 150px;
	text-align: center;
}

#main_menu li a{
	display: block;
	text-decoration: none;
	margin: 0px;
	height: 20px;
	background: #7C3932;
	padding: 3px 5px;
	border: 1px solid #FEF2D6;
	font-size: .9em;
	color: #FEF2D6;
	letter-spacing: .1em;
	line-height: 1.5em;
}

#main_menu a {
	text-decoration: none;
}
#main_menu li a:link, #main_menu a:visited {
	color: #FEF2D6;
}
#main_menu li a:hover{
	color: #7C3932;
	background-color: #FEF2D6;
	font-weight: bold;
}

.link{
	color: #FEF2D6;
	font-style: normal;
}
/* !Home Page  Divs
===================================== */
.home_content {
	margin: 20px 0 10px 20px;
	width: 650px;
	/*border: 1px solid #CCC;*/
	float:left;
}
.home_content_right {
	margin: 20px 10px 0 0;
	float: right;
	width: 200px;
	/*border: 1px solid #CCC;*/
 
}

/* !Sale Content Divs
===================================== */
.sale_content {
	margin: 20px 0 10px 10px;
	width: 550px;
	min-height: 800px;
	float:left;
	text-align: center;
}
.sale_content_right {
	margin: 20px 10px 0 0;
	float: right;
	width: 300px;
	padding: 5px;
	border: 1px solid #CCC;
	min-height: 200px;
	}


/* !Content Divs 
===================================== */
.content{
	margin: 10px 0 0 0;
	padding: 10px;
	width: 900px;
	height: auto;
}
.content a:visited {
	color: #3D2914;
 
}

/* !Footer Square Divs 
===================================== */
.footer_squares {
	margin: 0 0 10px 10px;
	padding: 5px;
	float: left;
	width: 275px;
	height: 500px;
	border: 1px solid #CCC;
}
.footer_squares a:visited{
	color: #3D2914;
}
.footer-copy {
	font-size: .9em;
}
/* !Site Map Square Divs 
===================================== */
.site_map_squares {
	margin: 0 10px 0 6px;
	padding: 5px;
	float: left;
	width: 120px;
	height: 120px;
	border: 1px solid #CCC;
}
.site_map_squares a:visited{
	color: #3D2914;
}
.site_map {
	margin: 10px auto;
	width: 915px;
	font-size: .8em;
	background-color: #FEF2D6;
	border: 1px solid #CCC;
	line-height: 1.5em;
}
.site_map ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}
.site_map legend {
	color: #3D2914;
	border-color: #3D2914;
}
fieldset {
	border-color: #FFF;
}

/* Map Locations 
=====================================*/
.map_loactions ul {
	list-style-type: none;
}
.map_locations li {
	float: left;
	margin-right: 5px;
	border-right: 1px solid #999;
	padding-right: 5px;
}

/* !Contact Us Div
===================================== */
.contact_us_content {
	margin: 30px 10px 10px 10px;
	float: left;
	width: 430px;
	padding: 0 5px 0 0 ;
}
/* !Cleaning Code Table 
===================================== */

#cleaing_codes{
	border: 1px solid #999;
	text-align: center;
}

#sales_header {
	text-indent: -9999px;
	background: url(../images/HelpWanted_Sales.png) no-repeat left top                ;
	height: 80px;
}
.contact_us_content a:visited {
	color: #3D2914;
}

.sealy_squares {
	margin: 0 10px 10px 10px;
	padding: 5px;
	float: left;
	width: 260px;
}
#center{
	margin: 0 auto;
	width: 800px;
}
.vendor_squares {
	margin: 5px;
	padding: 2px;
	float: left;
	width: 140px;
	height: 160px;
	border: 1px solid #CCC;
}

.vendor_squares_header {
	background-color: #EEE3CA;
	text-align: center;
	border: 1px solid #999;
	font-size: .8em;
}

.survey {
	float: left;
	width: 230px;
	margin: 40px 0 40px 40px;
	padding: 10px;
}
.new_arrival_home_page {
	float:left;
	width:200px;
	height: 225px;
	margin: 3px;
	padding: 5px;
	/*border: 1px solid #CCC;*/
	overflow: hidden;
	font-size: 14px;
	text-align:center
}
.new_arrival_home_small{
	min-height: 205px;
}
.furniture_block{
	float:left;
	width:200px;
	height: 340px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCC;
	overflow: hidden;
	font-size: 14px;
}
.furniture_block a:visited{
	color:#3D2914;
}
.furniture_image_block{
	height: 150px;
	vertical-align: middle;
	overflow: hidden;
}

.fabric_finish_change_box {
	border: 3px double #CCC;
	margin: 0 auto;
	padding: 2px;
	width: 150px;
	text-align: center;
}
.fabric_finish_change_box_empty {
	margin: 0 auto;
	padding: 5px;
	width: 150px;
	text-align: center;
}
.clearance_box {
	border: 3px double #CCC;
	margin: 0 auto;
	padding: 2px;
	width: 150px;
	text-align: center;
}

.clearance {
	color:#F00;
	font-size: 18px;
	font-weight: bold;
	font-style:normal;
}
.product_box {
	width: 880px;
	min-height: 400px;
	margin: 10px;
	padding: 5px;
	/*border: 1px dashed #CCC;*/
}

.product_box_image{
	float: left;
	min-height: 235px;
}
.product_box_text{
	float: right;
	text-align: left;
	width: 475px;
	height: 235px;
	padding: 0px;

}

.colored{
	background-color: #EEE3CA; 
}

#product_box_table {
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
}
#product_box_table td {
	padding: 5px;
	vertical-align: top;
}

.product_notes{
	float: left;
	width: 350px;
	/*border: 1px solid #CCC;*/
}

.vendor_blurb {
	float: right;
	width: 500px;
	/*border: 1px solid #CCC;*/
	margin-top: 20px;
}
.available {
	color: #090 ;
}

/* !Form Error
=================== */
.error {
	color: red;
	text-decoration: blink;
	font-weight: bold;
	text-transform: uppercase;
}
/* Sealy 
=============================== */
.sealy_header {
	background: #036;
}
.sealy_box {
	border: 1px solid #003;
}

/* Stearns and Foster 
================================ */
.stearns_header {
	background: #45362A ;
}
.stearns {
	border: 1px solid #45362A;
	padding: 20px 0 0 0;
}
.stearns-images {
	float: left;
	margin: 22px;
}
/* Tempur-Pedic
================================ */
.tempurPedic_header {
	background: #FAFAFA;
	border-bottom: 1px solid #00468C;
}
.tempurPedic_box {
	border: 1px solid #00468C;
 
}

/* Ad Material */
.ad-material-blocks {
	float: left;
	margin: 20px;
}
/* Paula Deen Home */
.paula-header {
	background: #F9F6E7;
	border: 1px solid #639390 ;
}
.paula {
	border: 1px solid #639390 ;
	padding: 20px 0 0 0;
}
.paula-image {
	float: left;
	margin: 10px;
}
.paula-text {
	width: 350px;
	float: right;
	margin: 10px;
}
.paula-left-text {
	float: left;
	margin: 10px;
	width: 350px;
}
.paula-right-image {
	float: left;
	margin: 0px;
	width: 500px;
}
.paula-images-other {
	float: left;
	margin: 10px 0 0 10px;
}

/* Nickelodeon 
============================ */
.nickelodeon {
	border: 1px solid #639390 ;
	padding: 20px 0 0 0;
}
.nickelodeon-header {
	background: #F9F6E7;
	border: 1px solid #639390 ;
}
.nickelodeon-image {
	float: left;
	margin: 10px;
}
.nickelodeon-right-image {
	float: right;
	margin: 0px;
	width: 500px;
}
.nickelodeon-right-text {
	width: 350px;
	float: right;
	padding: 20px 50px 0 0;
}
.nickelodeon-left-text {
	float: left;
	margin: 10px;
	width: 350px;
}


/* Mattress BOX
======================== */

.mattress_box {
	border: 1px solid #CCC;
	margin: 0 10px 10px 10px;
	text-indent: 20px;
	width: 875px;
}
.mattress_box h2 {
	text-align: left;
}
.mattress_box_image {
	float: right;
	padding: 15px;
}
.mattress_box_copy {
	float: left;
	width: 500px;
}
.mattress_box img{
	/*border: 2px solid #999;*/
}


/* EVENT - PREFERRED CUSTOMER 
================================ */

#preferred_customer {
	float:left;
	margin-right: 15px;
}
#RSVP legend {
	font-size: larger;
}
input:focus {background: #FFC; }
#phone {color: #999; }


#RSVP input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#RSVP label {
	float: left;
	width: 10em;
}
#RSVP label.mailing_list {
	float: none;
}
#RSVP mailing_list { font-size: smaller;}

.customer_comment_link{
	font-size:smaller;
}
/* Customer Comments
===================================== */
#customer_comments{
	border: 1px solid #CCC;
	padding: 10px;
}
