/**********************************************
STYLEPHREAK BASE STYLESHEET | BY ANTHONY EGGERT
**********************************************/

/****************** IMPORTS ******************/
@import url(layout.css);
@import url(nav.css);
/********* GLOBAL FONT DECLARATIONS *********/
body {
	font: 13px arial, sans-serif;
}
#column {
	font: 85% arial, sans-serif;
}
#footer {
	font: 80% arial, sans-serif;
}

h1,h2,h3,h4 {
	font-family: arial, sans-serif;
}
/************* GLOBAL ELEMENTS *************/
body {
	margin: 0;
	background: #fff;
}

h1 {
	font-size: 180%;
	line-height: 20px;
	text-align: left;
	color: #000;
	padding-left: 25px;
	margin-bottom: 2px;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #888;
	padding: 7px;
	margin: 2px 0 0 10px;

}

h4 {
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #888;
	padding: 0;
	margin: 3px 0 0 0;
}
ol {
	line-height: 20px;
	text-align: left;
	color: #888;	
}
ul {	
	line-height: 20px;
	text-align: left;
	color: #333;	
	padding-left: 10px;
	margin-left: 10px;
	list-style: url(../img/li.gif) square;
}
hr {
	border: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
	color: #666;
	background: #333;
	height: 1px;
}
acronym {
	border-bottom: 1px dotted #bbb;
	cursor: help;
}

/***************** HEADER IMAGES ******************/
#home #banner {
	background: #fff url(../img/banner/home.jpg) no-repeat;
}
#beds #banner {
	background: #fff url(../img/banner/beds.jpg) no-repeat;
}
#tables #banner {
	background: #fff url(../img/banner/tables.jpg) no-repeat;
}
#couches #banner {
	background: #fff url(../img/banner/couches.jpg) no-repeat;
}
#dressers #banner {
	background: #fff url(../img/banner/dressers.jpg) no-repeat;
}
#cabinets #banner {
	background: #fff url(../img/banner/cabinets.jpg) no-repeat;
}
#mantelpieces #banner {
	background: #fff url(../img/banner/mantelpieces.jpg) no-repeat;
}
#desks #banner {
	background: #fff url(../img/banner/desks.jpg) no-repeat;
}
#misc #banner {
	background: #fff url(../img/banner/misc.jpg) no-repeat;
}
#contact #banner {
	background: #fff url(../img/banner/contact.jpg) no-repeat;
}
#faq #banner {
	background: #fff url(../img/banner/faq.jpg) no-repeat;
}
/***************** CLASSES ******************/
.small {
	font-size: 70%;
}
.c {
	text-align: center;
}
/************ LINKS PRESENTATION ************/
a:link {
	color: #50583D;
}
a:active {
	color: #333;
}
a:visited {
	color: #78845B;
}
a:hover {
	color: #333;
}
p.green a:link, p.green a:visited  {
	color: #F3EFE7;
	text-decoration: none;
	border-bottom: 1px solid #F3EFE7;
}
p.green a:active, p.green a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#footerdiv .menu a:link, #footerdiv .menu a:visited  {
	color: #F3EFE7;
	text-decoration: none;
}
#footerdiv .menu a:active, #footerdiv .menu a:hover {
	color: #fff;
	text-decoration: none;
}
/************ IMAGE PRESENTATION ************/
img {
	border: 0px;
}
img.r {
	float: right;
	clear: left;
	margin: 5px;
}
img.r {
	float: left;
	clear: right;
	margin: 5px;
}
/************ LAYOUT SPECIFIC ************/
#logo h1 {
	display: none;
}
#content p {
	padding: 20px 40px;
	color: #333;
	line-height: 1.4em;
}
#content p.intro {
	margin: 0;
	color: #675C47;
 	background: #E4DCC9;
	font-family: "lucida sans unicode", arial, sans-serif;
}
#content p.green {
	margin: 0;
	padding: 10px 40px;
 	background: #6A7651;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
h3.lgreen {
	margin: 0;
	padding: 10px 40px;
 	background: #50583D;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}
h3.green {
	margin: 0;
	padding: 10px 40px;
 	background: #6A7651;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}
#testimonial p {
	padding: 20px;
	margin: 0;
	font-style: italic;
	color: #50583D;
}
#info {
	float: right;
	margin: 20px 10px 0 0;
	background: transparent url(../img/info_box.gif) no-repeat;
	width: 237px;
	height: 66px;
	font-size: 80%;
	color: #fff;
	line-height: 11px;
	font-weight: bold;
	padding: 6px 6px 6px 10px;
}
.categories {
	height: 140px;
	margin: 0 25px;
}
.categories .thumb {
	width: 105px;
	height: 130px;
	float: left;
	clear: right;
	margin: 10px 2px 0 2px;
	text-align: center;
	color: #50583D;
	font-weight: bold;
	font-size: 85%;
}
.categories .thumb img, .categories .thumb a {
	display: block;
}
#footerdiv .menu {
	width: 420px;
	margin-left: 320px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 85%;
	line-height: 16px;
}
.product_block {
	width: 450px;
	margin: 30px 10px;	
	border: 4px solid #F3EFE7;
}
.product_block h3 {
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #50583D;
	background: #F3EFE7;
	font-size: 120%;
	font-weight: bold;
}
.product_img {
	float: right;
	clear: left;
	border: 4px solid #E4DCC9;
	background: #E4DCC9;
	margin: 10px;
	text-align: center;
	font-style: italic;
	font-size: 11px;
}
.product_block hr {
	border: 1px solid #F3EFE7;
}
.product_block ul {
	margin-left: 30px;
	font-size: 90%;
}
/************ FORMS ************/
#form {
	width: auto;
	color: #50583D;
}
fieldset {
	margin: 15px 20px;
	padding: 10px;
}
label,input,textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 2px;
}
label {
	text-align: right;
	width: 170px;
	padding-right: 10px;
}
div.opt {
	display: block;
	float: left;
	margin: 0 5px;	
}
div.opt input {
	display: inline;
	float: none;
	padding: 0;
	vertical-align: top;
}
input.b {
	float: right;
	margin: 10px 50px;
}
.clear {
	clear: both;
}
/* style */

.req {
	font-weight: bold;
}
fieldset {
	background: #F3EFE7 ;
	border: 1px solid #888;
}
legend {
	font: bold 16px arial, helvetica, sans-serif;
	color: #036;
	background: transparent;
}
.t {
	font: 12px arial, sans-serif;
	padding: 2px;
	color: #333;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
input.b {
	padding: 0 20px;
	color: #fff;
	background-color: #50583D;
	border-top: 1px solid #78845B;
	border-left: 1px solid #78845B;
	border-bottom: 1px solid #303524;
	border-right: 1px solid #303524;
}
input.b:hover {
	background-color: #6A7651;
}
.error {
	color: #c00;
	font-weight: bold;
}