/*  File: layout.css        */
/*  Ver:  2010-04-12        */


/* begin reset elements */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, td, th, var {
	font-style:normal;
	font-weight:normal;
}
caption, th, td {
	text-align: left;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
ol,ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #d3d3d3;
	margin:.5em 0 1.5em 0;
	padding:0;
}
input, textarea, button {
	margin:0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
:focus {
	outline: 0;
}
b { font-weight: normal; }
i { font-style: normal; }


/* begin common layout elements */

body {
	background: #000 url('/img/body_bg.jpg') repeat 0 0;
	color: #fff;
	font: normal 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: center;
}

a:link,
a:visited {
	color: #885126;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #ac6d3b;
	text-decoration: underline;
}

p {
	margin: 1.5em 0;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}

.furniture_styles {
	color: #885126;
	font-size: 14px;
	margin: 0 0 1em;
	text-align: center;
}
.furniture_styles span.sep {
	color: #60391a;
	font-size: 18px;
}

.img_mast {
	margin: 0 0 1.5em 0;
	text-align: center;
}
.img_mast img {
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}


/* begin layout elements */

#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
}


/* begin header elements */

#header {
	height: 150px;
}
#header_logo {
	float: left;
	height: 70px;
	padding: 50px 0 30px 15px;
	width: 600px;
}
#header_logo a {
	background: transparent url("/img/logo.png") no-repeat 0 0;
	display: block;
	height: 70px;
	text-indent: -999em;
	width: 600px;
}
#header_info {
	float: left;
	width: 285px;
}
#header_info .header_phone {
	color: #f7f1ec;
	font-family: 'Georgia', serif;
	font-size: 30px;
	padding: 80px 20px 0;
	text-align: right;
}


/* begin layout elements */

#frame {
	background: transparent url("/img/main_bg.png") repeat 0 0;
	border-top: 1px solid #000;
	padding: 15px 15px 0 15px;
	width: 870px;
}

#tagline {
	color: #60391a;
	font-size: 11px;
	letter-spacing: 1px;
	height: 15px;
	letter-spacing: 1px;
	line-height: 15px;
	padding: 0 15px 15px 15px;
	text-align: center;
	width: 840px;
}
#tagline strong {
	color: #885126;
	font-weight: normal;
	text-transform: uppercase;
}

#main_left {
	float: left;
	padding: 0 15px 0 0;
	width: 215px;
}
#main_right {
	float: left;
	width: 640px;
}


/* begin nav elements */

#nav {
	background: transparent url("/img/nav_bg.png") repeat 0 0;
	border: 1px solid #2c1e14;
	min-height: 600px;
	padding: 8px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	color: #fff;
	text-decoration: none;
}

#nav_pri li {
	padding: 0 0 8px 0;
}
#nav_pri a {
	background: transparent url("/img/nav_pri_bg.png") repeat 0 0;
	display: block;
	height: 25px;
	letter-spacing: 1px;
	line-height: 25px;
	padding: 0 10px;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#nav_pri .active a,
#nav_pri a:hover,
#nav_pri a:active {
	background: #563a23;
}

#nav_sec li {
	padding: 0 16px;
}
#nav_sec a {
	background: none;
	border-bottom: 1px dotted #493220;
	display: block;
	height: 15px;
	letter-spacing: 0;
	line-height: 15px;
	padding: 8px 0;
	text-transform: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#nav_sec .first a {
	padding: 16px 0 8px 0;
}
#nav_sec .last a {
	border-bottom: none;
}

#nav_sec a:link,
#nav_sec a:visited {
	background: none;
	color: #805b3e;
	text-decoration: none;
}
#nav_sec .active a,
#nav_sec a:hover,
#nav_sec a:active {
	background: none;
	color: #fff;
	text-decoration: none;
}


/* begin footer elements */

#footer {
	border-bottom: 1px solid #1f150c;
	border-top: 1px solid #1f150c;
	color: #60391a;
	font-size: 11px;
	line-height: 20px;
	margin: 30px 0 0 0;
	padding: 5px 10px;
}
#footer_copy {
	float: left;
	width: 425px;
}
#footer_addr {
	float: left;
	text-align: right;
	width: 425px;
}


/* begin homepage elements */

body.home .container {
	height: 550px;
	margin: 0 0 1.5em;
	position: relative;
}
body.home .slideshow {
	height: 550px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 870px;
}
body.home .slides {
	overflow: hidden;
	position: absolute;
	width: 20000em;
	z-index: 1;
}
body.home .slide {
	float: left;
	height: 550px;
	position: relative;
	width: 870px;
}
body.home .slide img {
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

body.home .container a.prev,
body.home .container a.next {
	background-repeat: no-repeat;
	bottom: 30px;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 20px;
	line-height: 20px;
	position: absolute;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.5) 1px 1px;
	text-transform: uppercase;
	z-index: 2;
	opacity: 0;
}
body.home .container a.prev {
	background-position: 0 -639px;
	left: -30px;
	padding: 0 0 0 25px;
	-webkit-transition: opacity .5s, left .3s;
}
body.home .container a.next {
	background-position: 100% -599px;
	padding: 0 25px 0 0;
	right: -30px;
	-webkit-transition: opacity .5s, right .3s;
}
body.home .container:hover a.prev {
	left: 30px;
	opacity: 1;
}
body.home .container:hover a.next {
	right: 30px;
	opacity: 1;
}

body.home #nav {
	min-height: 200px;
}


/* begin clearing the elements */

#content:after,
#main:after,
#footer:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}


