/***** SWATCHES
#E49971 - light tannish (borders in body)
#630 - main dark brown
#FFC - creamy yellowish thing
*****/

/***** GROUND RULES *****/
html,body {margin: 0; padding: 0;}
body {
	background: #630 url(images/bg_tile.gif) repeat-y;
	font-family: Lucinda, Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller; /* For IE 5.x */
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small; /* For compliant browsers */
}
html>body {font-size: small} /* Be nice to Opera, and break from hack */

/*
The above commented rules are using
the Tantek Box Model hack. Explanations
of the hows and why can be found here:
http://tantek.com/CSS/Examples/boxmodelhack.html
The same format applies in any following rules where
you see the 'voice-family' property.
*/

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,form,fieldset,form div,table {margin: 0 0 1em 0}

address {font-style: normal}

/* HEADINGS */
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	text-align: center;
	border-bottom: 1px solid #E49971;
	margin: 0 -10px 1em -10px;
}
h3 {
	padding-left: 10px;
	background: transparent url(images/h3_bg.gif) left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E49971;
}

/* LISTS */
ul {
	list-style: circle;
	margin-left: 1em;
	padding-left: 1em;
}
dl dt {
	font-weight: bold;
	margin: 1em 0 0 0;
}
dd {margin: 0}


/* LINKS */
a {
	font-weight: bold;
	text-decoration: none;
	color: #C30;
}
a:visited {
	border-bottom: 1px solid #CC9;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #630;
}
a.action {
	padding-left: 15px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	background: url(images/bullet.gif) left no-repeat;
}
html>a.action {background: url(images/bullet.gif) left no-repeat}


/* TABLES */
table {border: none}
th {
	text-align: left;
	padding: 2px 3px;
	border: 1px solid #E49971;
	background: #FFF;
}

/* FORMS */
form,fieldset {
	border: none;
	padding: 0;
}
form p {margin-bottom: 0}
input,textarea {
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;
}
input:focus,textarea:focus {border: 1px solid #000}
input.button {
	border: 3px double #FFC;
	background: #630 !important;
	color: #FFC;
	width: auto !important;
}
input.button:hover {
	color: #FFF;
	cursor: pointer;
}
input[type=file] {width: auto} /* Breaks in IE, which is okay since it doesn't apply form styles to file fields very well */
input.inline { /* for radio and checkboxes */
	width: auto !important;
	border: none !important;
}

textarea {
	font-family: Lucinda, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #E49971;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 125%;
}

label {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0.25em;
}
label.inline {display: inline}

/* General Stuff */
.clearRight {clear: right}
.clearLeft {clear: left}
.clearBoth {clear: both}


/***** LAYOUT *****/

/*** MAIN CONTENT AREA ***/
div#contentContainer {
	position: absolute;
	top: 17px;
	left: 235px;
	width: 520px;
	padding-top: 87px;
	background: url(images/content_collage.jpg) top no-repeat;
}
/* Actual Body Content requires padding */
div#content {padding: 0 10px}

/* Featured Item on Home Page */
div#homeFeature {
	float: right;
	width: 150px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #CCC;
	margin: 0 0 1em 1em;
	padding: 0 10px 10px 10px;
	background: #FFF;
}
* html #homeFeature {font-size: 0.9em} /* fix IE */
div#homeFeature h2 {
	background: #630;
	border-bottom: 1px solid #666;
	color: #FFF;
}
div#homeFeature h3 {
	padding: 10px 0 0 0;
	background: url(images/featured_h3_bg.gif) top no-repeat;
	text-align: center;
	border-top: 1px solid #999;
}
div#homeFeature h4 {text-align: center; margin-bottom: 0.25em;}
div#homeFeature img {
	display: block;
	margin: 0 auto 1em auto;
	border: 1px solid #000;
}
div#homeFeature ul {
	list-style: none;
	padding-left: 0;
}
ul#authorized-dealer {margin-left: 0}

/* Furniture Browsing */
ul.contents {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.contents li {
	float: left;
	width: 160px;
	height: 11.5em;
	margin: 0 2px 2em 3px;
	padding: 0 0 1em 0;
	text-align: center;
	border-bottom: 1px dotted #E49971;
	background: url(images/subcategory_footer_triangle.gif) bottom no-repeat;
}

ul.contents a.imageLink {
	display: block;
	width: 102px;
	height: auto;
	margin: 0 auto 1em auto;
	padding: 0;
	text-align: center;
	border-bottom: 2px solid #FFC;
}
ul.contents a.imageLink:hover {border-bottom: 2px solid #C30}

ul.contents img {
	border: 1px solid #000;
	margin: 0;
}

div#nextPrevControls {
	clear: both;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}
div#nextPrevControls form,
div#nextPrevControls form fieldset,
div#nextPrevControls form div {
	border: none;
	margin: 0;
	padding: 0;
}

/* Item View */
ul#itemPieces {
	margin-left: 1em;
	padding-left: 1em;
}
ul#buttonLinks {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul#buttonLinks li {
	float: left;
	width: 220px;
	margin: 0.5em 10px 0 0;
}
ul#buttonLinks a {
	border: 1px solid #F90;
	display: block;
	text-decoration: none;
	padding: 2px 0 2px 27px;
	background-color: transparent;
	background-position: 5px 50%;
	background-repeat: no-repeat;
}
ul#buttonLinks a:hover {
	background-color: #FFF;
	border-top-color: #996;
	border-right-color: #630;
	border-bottom-color: #630;
	border-left-color: #996;
}
a#find {background-image: url(images/find_icon.gif)}
a#print {background-image: url(images/print_icon.gif)}

div#itemImage {text-align: center}
div#itemImage img {border: 3px double #000}
div#itemImage h4 {margin: 1em 0 0 0}

/* Featured Items Page */
ul#featuredItems {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#featuredItems a.imageLink {
	float: left;
	width: 110px;
	margin: 0 1em 1em 0;
}
ul#featuredItems a.imageLink:hover {border: none}
ul#featuredItems li {
	clear: left;
}


/* Breadcrumbs */
div#breadcrumbs {
	font-size: 75%;
}
div#breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	top: -0.5em;
}
div#breadcrumbs li {
	display: inline;
	margin: 0;
	padding: 0;
}


/* Dealer Directory */
form#dealerSearch {text-align: center}
form#dealerSearch legend {
	display: block;
	text-align: center;
}
dl#dealers {text-transform: capitalize}
dl#dealers dt {margin-top: 1em}
dl#dealers dd {margin-bottom: 0}
.alternateRow {background: #FFF}


/* Search */
form#dealerSearchResults {
	border-top: 1px solid #E49971;
	padding-top: 1em;
}


/* About Us */
img.about {
	display: block;
	margin: 1em auto;
	border: 1px solid #000;
}


/* Contact */
form#contact {
	float: right;
	width: 250px;
	margin-left: 2em;
	padding: 1em 1em 0 1em;
	background: #FFF;
	border-top: 1px solid #EEE;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #EEE;
}
form#contact input,form#contact textarea {
	width: 100%;
	background: #EEE;
}
form#contact h3 {margin-bottom: 0}
form#contact p {margin: 0 0 1em 10px}

/*** FOOTER ***/
div#footer {
	clear: both;
	/* border-top: 1px solid #E49971; */
	font-size: 85%;
}

/*** BANNER ***/
p#contactInfo {
	text-align: center;
	font-size: 9px;
	margin: 0 0 13px 0;
	padding: 3px 0;
	border-bottom: 1px solid #630;
}
/* Main Navigation List */
ul#mainNav {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	border-top: 1px solid #630;
	border-bottom: 1px solid #630;
	position: relative;
	
	height: 29px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 27px;
}
html>ul#mainNav {height: 27px} 

ul#mainNav li {
	height: 27px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
}

/* Nav Buttons */
ul#mainNav li a { 
	display: block;
	margin: 0;
	padding: 27px 0 0 0;
	overflow: hidden;
	
	height: 27px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0; 
}
html>ul#mainNav li a {height: 0} 
ul#mainNav li a:visited {border-bottom: none}

/* Home Button */
li#homeButton {left: 0; width: 50px}
li#homeButton a {background: url(images/nav_home.gif) 0 0 no-repeat}
/* About Us button */
li#aboutButton {left: 70px; width: 74px}
li#aboutButton a {background: url(images/nav_about.gif) 0 0 no-repeat}
/* Retail Dealers button */
li#retailButton {left: 165px; width: 109px}
li#retailButton a {background: url(images/nav_retail.gif) 0 0 no-repeat}
/* Contact Us button */
li#contactButton {left: 295px; width: 88px}
li#contactButton a {background: url(images/nav_contact.gif) 0 0 no-repeat}
/* Featured Items button */
li#featuredButton {
	left: 403px; 
	width: 117px;
	margin-right: 0; /* Last, far-right button */
}
li#featuredButton a {background: url(images/nav_featured.gif) 0 0 no-repeat}
/* Nav Hover States */
ul#mainNav li a:hover {background-position: 0 -27px}

/*** SIDEBAR ***/
h1 { /* Main logo in corner */
	margin: 0;
	width: 188px;
	padding: 0;	
	height: 155px;
}
h1#print {display: none}

div#sidebar {
	position: absolute;
	top: 17px;
	left: 26px;
	width: 188px;
}

div#sidebar h2 {margin: 0 0 1em 0}

/* Sidebar Menu */
div#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sidebar a img {border: none}
div#sidebar a:hover {border-bottom: none}
div#sidebar a:visited {border-bottom: none}