* {
	padding: 0;
	margin: 0;
}
html, body {
	color: #4B2A16;
	font-size: 0.96em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	background: #220605 url(../graphics/global/page_ground.jpg) center 0;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.1em;
	text-align: left;
	margin: 0 0 0.33em;
	color: #4B2A16;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	color: #4B2A16;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.33em;
	margin-left: 0em;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 0.2em;
	color: #4B2A16;
}
/*------------- SMALLER TEXT -------------*/
.smaller_text {
	font-size: 0.8em;
}
.smaller_text_left {
	font-size: 0.8em;
	text-align: left;
	line-height: 1.4em;
}
.smaller_text_right {
	font-size: 0.8em;
	text-align: right;
}
.smaller_text_center {
	font-size: 0.8em;
	text-align: center;
}
.smaller_text_just {
	font-size: 0.8em;
	text-align: justify;
}
/*------------- LARGER TEXT -------------*/
.larger_text {
	font-size: larger;
	margin-bottom: 1em;
}
.larger_text_center {
	font-size: larger;
	text-align: center;
	margin-bottom: 1em;
}
.larger_text_just {
	font-size: larger;
	text-align: justify;
	margin-bottom: 1em;
}
/*------------- TEXT ALIGNMENT -------------*/
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/*------------- HORIZONTAL RULE -------------*/
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #47530e transparent transparent;
	border-style: solid;
	border-width: 1px;
}
/*------------- CLEAR -------------*/
.clear {
	clear: both;
}
/*------------- FORMS -------------*/
.contact_input {
	color: #3F5924;
	background-color: #FFFBEF;
	padding: 6px;
	border: solid 1px #47530e;
	width: auto;
	margin-bottom: 4px;
}
.contact_text_area {
	color: #3F5924;
	background-color: #FFFBEF;
	padding: 4px;
	border: solid 1px #47530e;
	width: 95%;
	margin-bottom: 4px;
}
.submit-button {
	color: #A04003;
	background-color: #d5d0bb;
	text-align: center;
	width: auto;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bold;
	margin: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFBEF;
	border-right-color: #AF925C;
	border-bottom-color: #AF925C;
	border-left-color: #FFFBEF;
}
/*------------- TABLES -------------*/
.table_td {
	font-size: 0.9em;
	padding: 3px;
}
/*------------- LISTS -------------*/
ul {
	line-height: 1.1em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0.5em;
	padding-left: 1em;
	list-style-type: square;
}
li {
	line-height: 1.3em;
	text-align: left;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
ol {
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: 0.75em;
}
/*-------------- LINKS --------------*/
a:link {
	color: #a24001;
	text-decoration: none;
}
a:visited {
	color: #a24001;
	text-decoration: none;
}
a:hover {
	color: #2e4f0f;
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: none;
}
/*--------------- IMAGES ---------------*/
img {
	border-width: 0;
}
.img_border {
	border-style: solid;
	border-width: 1px;
}
.img_float_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.img_float_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
}
/*--------------- HEADER ---------------*/
#header {
	background: #7a4301 url(../graphics/global/header.jpg) no-repeat left top;
	width: 1000px;
	height: 310px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header h1 {
	display: none;
}
#header h2 {
	display: none;
}
#header p {
	display: none;
}
/*--------------- MAIN NAV BAR ---------------*/
#main_nav_bar {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	background-color: #6E380D;
}
/*-------------- see nav_main.css --------------*/


/*-------------- NAV PRODUCTS --------------*/
#nav_products_wrap {
	width:auto
}
/*-------------- see nav_products.css --------------*/


/*-------------- CONTENT --------------*/
#content_wrap {
	width: 1000px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBE8D1;
	background-image: url(../graphics/global/content_head_ground.jpg);
	background-repeat: no-repeat;
}
#left_col {
	width: 260px;
	float: left;
	margin-right: 40px;
	margin-left: 0px;
	min-height: 500px;
	background-image: url(../graphics/global/left_col_ground.jpg);
	background-repeat: no-repeat;
}
.left_col_box {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
#right_col {
	width: 660px;
	float: left;
}
.furniture_box {
	width: auto;
	border: 1px solid #BFA66B;
	padding: 20px;
	background-color: #FFFFFF;
	background-image: url(../products/furniture/furniture-box-head-ground.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.furniture_box p {
}
.furniture_box h2 {
	margin-top: -12px;
	font-weight: bold;
	color: #FFFFFF;
}

.contact-box {
	width:auto;
	border: 1px solid #C3B372;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #EBE8D1;
	background-image: url(../graphics/global/content_head_ground.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-position: 0px -40px;
}




/*------------- UL FURNITURE GRID -------------*/

.ul-furniture-grid {
	margin: 0px;
	list-style-type: none;
}


.ul-furniture-grid li {
	font-weight: normal;
	background-color: #FFFFFF;
	display: block;
	margin: 10px;
	padding: 8px;
	float: left;
	width: 280px;
	border: 3px solid #D89461;
	list-style-type: none;
	height: auto;
	text-align: center;
}

.ul-furniture-grid li h2 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
	color: #4B2A16;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.33em;
	margin-left: 0em;
}

/*------------- END UL FURNITURE GRID -------------*/





#gallery_wrap {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
.gallery_photo {
	float: left;
	margin: 0 10px 20px;
	border-style: solid;
	border-width: 1px;
}
.ph_662-401-8472 {
	background-image: url(../graphics/global/662-401-8472_220px.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 0;
	width: 220px;
	height: 30px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.ph_662-401-8472 h2 {
	display: none;
}
/*------------- TAN BOX -------------*/
.tan_box_outside {
	width: 588px;
	margin: 0;
	padding: 0;
	border: solid 6px #dfd5ba;
}
.tan_box_inside {
	background: #e7e1cc url(../graphics/global/tan_reticulation_ground.jpg) left 0;
	width: 556px;
	padding: 15px 15px 5px;
	border: solid 1px #c3b078;
}
/*------------- MORE INFO BOX -------------*/
.more_info_wrap {
	background: #e7e1cc url(../graphics/global/tan_reticulation_ground.jpg) left 0;
	width: auto;
	float: left;
	margin: 0 15px 5px 0;
	padding: 0;
	border: solid 1px #4e5628;
}
.more_info_wrap p {
	margin-top: 2px;
	margin-bottom: 2px;
}
/*------------- MORE INFO NAV -------------*/
.more_info_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.more_info_nav li {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
	margin: 0;
	display: block;
}
.more_info_nav li a {
	color: #a24001;
	text-decoration: none;
	padding: 4px 10px 4px 5px;
	border-top: 1px solid #a79663;
	display:block;
	cursor: pointer;
}
.more_info_nav li a:hover {
	color: #daccaf;
	background-color: #4e5628;
}
.more_info_nav li a:active {
	background-color: black;
}
/*------------- FOOTER -------------*/
#footer {
	color: #d6c8ab;
	font-size: 0.9em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding: 15px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	background-color: #56311B;
	background-image: url(../graphics/global/footer_ground.jpg);
	background-repeat: repeat;
}
#footer a {
	color: #d6c8ab;
	text-decoration: none;
}
#footer a:visited {
	color: #d6c8ab;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}
.copyright {
	text-align: left;
	width: auto;
	float: left;
	margin-top: 10px;
}
/*------------- FOOTER NAV -------------*/
#footer_nav {
	margin-left: -5px;
}
#footer_nav li {
	list-style-image: none;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: -1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DAD0B7;
	border-left-color: #DAD0B7;
	float: left;
}
#footer_nav li a {
	color: #d6c8ab;
	padding: 1px 8px;
	cursor: pointer;
	display: block;
}
#footer_nav li a:visited {
	color: #d6c8ab;
	cursor: pointer;
	display: block;
	padding: 1px 8px;
}
#footer_nav li a:hover {
	background-color: #000000;
}
