/*
Michael Colca
Author: Willard Interactive
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html, body {height: 100%;}
#wrap {min-height: 100%;}

body {
	line-height: 1;
	background: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Layout
-------------------------------------------------------------- */

#container {
	float: left;
	width: 100%;
}
#content {
	width: 100%;
	margin-bottom: 15px;
}
.col-1 {
	width: 230px;
	float: left;
}
.col-2 {
	float: left;
	width: 340px;
	margin: 15px 60px 0 30px;
}
.col-3 {
	float: left;
	width: 300px;
	margin-top: 15px;
}
.main-col {
	float: left;
	width: 610px;
	margin-right: 50px;
}
.second-col {
	float: left;
	width: 300px;
}
.product-col {
	float: left;
	width: 640px;
}
.vertical .product-col {
	float: left;
	width: 960px;
}
.product-desc {
	float: left;
	width: 270px;
	margin-left: 10px;
	margin-right: 40px;
}
.vertical .product-desc {
	width: 500px;
	margin: 10px 0 50px 30px;
}
.product {
	float: left;
	width: 280px;
	margin: 0px 0px 25px 40px;
}
.vertical .product {
	margin: 0px 0px 40px 60px;
}
.vertical .product.first {
	margin-left: 0px;
}

.more-furniture .col a { border: 3px single #000; }
.more-furniture .col a {
	float: left;
	margin-right: 28px;
	margin-bottom: 30px;
	position: relative;
	display: block;
	width: 219px;
	text-decoration: none;
}
.more-furniture .last a {
	margin-right: 0;
}
/* =Fonts
-------------------------------------------------------------- */
body, input, textarea, #access .menu, input[type=submit] {
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#main, .wrapper, .menu {
	margin: 0 auto;
	width: 960px;
}
.wrapper {
	position: relative;
	padding: 0px;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body, input, textarea {
	color: #666;
	font-size: 12px;
	line-height: 1;
}
/* =Header
-------------------------------------------------------------- */
#header {
	background: url('/images/uploads/template-assets/header-bg.jpg') repeat-x center bottom #fff;
	height: 81px;
	width: 100%; margin-bottom: 20px;
}
#logo {
	float: left; margin: 6px 0px;
}
#nav {
	display: block;
	float: left;
	margin: 40px 0 0 10px;
	font-size: 15px;
}
#nav ul li {
	list-style: none;
	float: left;
}
#nav ul li a {
	float: left;
	color: #fff;
	margin-left: 25px;
	padding-left: 20px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
#nav ul li.selected a {
	background: url('/images/uploads/template-assets/nav-on-bg.png') left 3px no-repeat transparent;
}
#nav ul li a:hover, #nav ul li.selected a, #furniture-nav li.selected a {
	color: #fff799 !important;
}
/* =Menu
-------------------------------------------------------------- */

#furniture-nav {
	background: url('/images/uploads/template-assets/nav-bg.gif') repeat-x center center #98a37d;
	float: left;
	width: 100%;
	height: 40px; margin-bottom: 15px;
}
.menu {
	font-size: 16px;
	height: 40px;
}
.menu ul li {
	background: url('/images/uploads/template-assets/nav-bg.gif') repeat-x center center #afbb8f;
	list-style: none;
	height: 40px;
	float: left;
	position: relative;
}
.menu ul li.selected {
	color: #fff799;
	background: url('/images/uploads/template-assets/nav-bg-on.gif') repeat-x center center #764834 !important;
}
.menu ul li.selected a { color: #fff799; }
.menu ul li:hover {
	background: url('/images/uploads/template-assets/nav-bg-on.gif') repeat-x center center #764834 !important;
}
.menu ul li a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	display: block;
	text-decoration: none;
	border-left: 1px solid #98a37d;
	text-align: center;
	padding: 12px 0;
}
.menu ul #bedroom {
	width: 190px;
}
.menu ul #dining {
	width: 210px;
}
.menu ul #living {
	width: 200px;
}
.menu ul #office {
	width: 165px;
}
.menu ul #specialty {
	width: 195px;
}
.menu ul #specialty a {
	border-right: 1px solid #98a37d;
}
#gallery {
	width: 960px;
	margin: 0px auto 15px auto;
}
#feature {
	margin: 0px auto 25px;
	width: 960px;
}
#feature img {
	max-width: 960px; vertical-align: bottom;
}
.vertical #feature {
	float: left;
	width: 430px;;
}
.feature-overlay {
	background: #98a37d; padding: 15px;
}
#feature h2{
	font-size: 20px;
	color: #fff;
	padding: 0px 20px 8px 0px;
	z-index: 100;
}
#feature p { color: #ffffff; font-size: 16px; padding: 0px 20px 0px 0px; line-height: 1.4; }
#tagline {
	background: url('/images/uploads/template-assets/tagline.png') center center no-repeat #98a37d;
	width: 960px;
	height: 50px;
	margin-bottom: 15px;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0 0 195px;
	background: none repeat scroll 0 0 #fff;
}
#content, #content input, #content textarea {
	color: #363636;
	font-size: 14px;
	line-height: 1.3;
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin-bottom: 15px;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
#content h1 { color: #983623; font-size: 18px; margin-bottom: 10px; line-height: 1; }
#content h2 {
	color: #799236;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1;
}
#content h3 {
	color: #464e59;
	font-size: 14px;
	text-transform: uppercase;
}
#content h3.date { text-transform: none; font-size: 12px; color:#999999; margin-bottom: 10px; }
.product #content {
	margin-top: 20px;
}
.product-desc h2 {
	font-weight: bold;
}
.product-desc {
	color: #363636;
	font-size: 14px;
}
.product-desc p {
	margin-top: 20px;
	line-height: 1.4;

}
.dimensions {
	font-size: 12px;
	margin: 10px 0 !important;
}
#furniture-price {
	width: 250px;
}
.price {
	font-weight: bold;
	font-size: 14px;
}
.options {
	font-size: 14px;
	margin: 0 !important;
}
.more-information {
	font-weight: bold;
	font-size: 14px;
	margin: 0 !important;
}
.number {
	font-size: 19px;
	margin: 0 !important;
}
.product h3 {
	color: #799236 !important;
	font-weight: bold;
	text-transform: none !important;
}
.product p {
	font-style: italic;
	font-size: 13px;
	line-height: 1.4;
}
.more-furniture h2 {
	font-size: 16px !important;
	font-weight: bold;
}
#content a {
	color: #764834;
}
#content a.more {
	background: url('/images/uploads/template-assets/more-bg.gif') left center no-repeat transparent;
	color: #799236;
	padding-left: 20px;
	text-decoration: underline;
}
#content .quote {
	font-style: italic;
	font-size: 16px;
	line-height: 1.3;
}
#content .source {
	font-size: 12px;
}
.zoom {
	width: 280px;
	position: relative;
	display: block;
}
.zoom-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.more-furniture .col .furniture-overlay {
	visibility:hidden;
	position:absolute;
	left:0;
	bottom: 4px;
	width: 200px;
	height: 56px;
	opacity: 0.55;
	background: #000;
	padding: 10px;
}
.more-furniture .col .furniture-caption {
	visibility:hidden;
	position:absolute;
	left:0;
	bottom: 4px;
	width: 200px;
	padding: 10px;
}
.more-furniture .col h2 {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: bold !important;
	line-height: 1.1 !important;
	height: 30px;
	margin-bottom: 7px !important;
	text-shadow: 1px 1px 1px #000;
}
.more-furniture .col a {
	color: #fff !important;
	font-size: 14px !important;
	text-shadow: 1px 1px 1px #000;
}
.more-furniture .col:hover .furniture-overlay, .more-furniture .col:hover .furniture-caption {
	visibility:visible;
}

.separator {
	height:1px;
	border-bottom:1px solid #b7b7b7;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog-entry { padding-bottom: 5px; margin-bottom: 15px; border-bottom: 3px double #cad3b3; }
#content .blog-entry h2 a { color: #799236; text-decoration: none; }

.site-map .col { width: 320px; float: left; }
.site-map h1 { margin: 20px 0 !important}
.site-map h1 a { color: #983623 !important; text-decoration: none !important; }
.site-map ul li a { text-decoration: underline; }
.site-map ul li { padding: 0 0 7px; }

/* =Footer
-------------------------------------------------------------- */

#footer {
	color: #fff;
	position: relative;
	text-shadow: 1px 1px 1px #000;
	background: url('/images/uploads/template-assets/footer-bg.jpg') repeat center top #fff;
	margin-top: -195px;
	height: 195px;
	z-index: 0;
	clear: both;
}
#footer h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#footer p {
	margin-top: 5px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul li {
	list-style: none;
	font-size: 12px;
	margin-bottom: 5px;
}
#footer ul li.phone {
	margin: 11px 0;
}
#catalog-bg {
	position: absolute;
	width: 230px;
	height:195px;
	background: #000;
	opacity: 0.62;
	top: 0;
	left: 0;
	z-index: -1;
}
#catalog {
	width: 230px;
	margin-right: 30px;
	float: left;
	padding-top: 40px;
}
#catalog h3 {
	margin-left: 15px;
}
#catalog .thumb {
	float: left;
	display: block;
	padding: 5px 5px 0 15px;
}
#catalog img {
	float: left;
}
#catalog p {
	font-size: 12px;
	margin-right: 15px;
	line-height: 1.4;
}
#catalog a {
	text-decoration: underline;
}
#footer .col {
	float: left;
	margin-top: 40px;
	margin-right: 40px;
}
#footer #contact {
	float: left;
	width: 180px;
	margin-top: 40px;
	margin-bottom: 35px;
}
#footer #copyright {
	float: left;
	font-size: 11px;
}
#footer #contact p {
	margin: 10px 0;
}
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom: 15px;
	z-index:9;
	cursor:pointer;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
}
.nivo-prevNav {
	left:18px;
	background: url('/images/uploads/template-assets/prevNav.png') center center no-repeat transparent;
}
.nivo-nextNav {
	left:51px;
	background: url('/images/uploads/template-assets/nextNav.png') center center no-repeat transparent;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:9;
	width:100%;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* Nivo Slider */
.nivoSlider {
	position:relative;
	width:984px; /* Change this to your images width */
	height:468px; /* Change this to your images height */
	background:url('/images/uploads/template-assets/loading.gif') no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
}
/*! fancyBox v2.0.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}
.fancybox-outer {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 1003;
}
.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 10px;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/uploads/template-assets/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/uploads/template-assets/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;

	height: 36px;
	cursor: pointer;
	z-index: 1004;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/images/uploads/template-assets/blank.gif'); /* helps IE */
	z-index: 1003;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
	visibility: hidden;
}
.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}
/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	margin-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


#content ul.subnav { margin: 0px; padding: 0px; border-top: 1px solid #cccccc; }
#content ul.subnav li { list-style: none; margin: 0px; padding: 8px 0px 8px 0px; border-bottom: 1px solid #cccccc; }
#content ul.subnav li a { color: #983623; text-decoration: none; }
#content ul.subnav li.active a { font-weight: bold; }