body {
	margin: 0;
	padding: 0;
	color: #565656;
	font: 14px/22px "Helvetica Neue", Helvetica, Arial;
	background: url(images/background.png) repeat;
}

h1 {
	font-size: 22px;
	text-shadow: 1px 1px 1px #FFF;
	color: #522613;
	margin: 10px;
	line-height: 30px;
	background: url(images/border.png) repeat-x left bottom;
	padding: 0px;
}

h1 span {
	float: right;
	width: 104px;
	margin-top: 4px;
}

h2 {
	font-size: 18px;
	color: #582A17;
	text-shadow: 1px 1px 1px #FFF;
} 

h3 {
	font-weight: bold;
	color: #444;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-shadow: 1px 1px 1px #FFF;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #868171;
	font-style: italic;
	background: #FFF;
	padding: 2px 4px;
	border-top: 1px dotted #868171;
	border-bottom: 1px dotted #868171;
	text-shadow: 1px 1px 1px #FFF;
}

h5 {
	font-size: 16px;
	color: #582A17;
	text-shadow: 1px 1px 1px #FFF;
	margin-bottom: 0px;
	padding-left: 10px;
} 

.brown {
	color: #582A17;
	font-weight: bold;
}

a:focus {
	outline: none;
}

a {
	color: #582A17;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.thumb-left {
	background: #000;
	padding: 2px;
	float: left;
	margin-right: 15px;
	border: 8px solid #FFF;
}

.thumb-right {
	background: #000;
	padding: 2px;
	float: right;
	margin-left: 15px;
	border: 8px solid #FFF;
}

.gallery-thumb {
	background: #000;
	padding: 2px;
	float: left;
	margin-right: 10px;
	border: 8px solid #FFF;
	margin-left: 10px;
	margin-bottom: 30px;
}

.thumb-no-float {
	background: #000;
	padding: 2px;
	border: 8px solid #FFF;
}

.small-text {
	font-size: 12px;
	font-style: italic;
}

.button a {
	background: #33180D url(images/button-a.png) repeat-x left top;
	padding: 7px 12px 9px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	text-decoration: none;
	border: 1px solid #FFF;
}

.button a:hover {
	background: #000 url(images/button-hover.png) repeat-x left top;
	text-decoration: none;
	border: 1px solid #FFF;
}

/* Breadcrumbs */

#breadcrumb {
	font: 12px Arial, Helvetica, sans-serif;
	height:30px;
	width:944px;
	overflow:hidden;
	margin:15px 0px 10px;
	padding:0px;
}

#breadcrumb li {
	list-style-type:none;
	float:left;
	padding-left:10px;
	background: url(none);
}

#breadcrumb a {
	height:30px;
	display:block;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}


#header-wrapper {
	background: url(images/header-wrapper.png) repeat-x;
	height: 240px;
}

#header {
	width: 960px;
	height: 160px;
	margin: 0px auto;
}

#header .logo {
	float: left;
}

#header h2 {
	color: #522613;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	text-shadow: 1px 1px 1px #FFF;
}

#header .numbers {
	float: right;
	background: url(images/numbers-background.png) repeat-x;
	height: 34px;
	line-height: 0px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	padding-top: 4px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.phone {
	background: url(images/phone.png) no-repeat left center;
	padding-left: 18px;
}

.fax {
	background: url(images/fax.png) no-repeat left center;
	padding-left: 20px;
}

#wrapper {
	background: #D2C3AB;
}

/* Home page slider */

#action {
	background: #EBE9E0;
	height: 288px;
	width: 958px;
	border: 1px solid #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
}

#action .intro {
	width: 330px;
	float: left;
	padding: 10px;
}

#action h2 {
	margin: 0px;
}

#action .small {
	font-size: 11px;
	color: #582A17;
	position: absolute;
	bottom: 0px;
	line-height: normal;
}

#action ul {
	margin: 0px;
	padding: 18px 0px 4px 10px;
}

#action li {
	color: #582A17;
	font-size: 16px;
	margin-bottom: 8px;
	background: url(images/action-bullet.png) no-repeat left center;
	list-style: none;
	padding-left: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFF;
}
#action li.last {
	color: #582A17;
	font-size: 16px;
	margin-bottom: 8px;
	background: url(none);
	list-style: none;
	padding-left: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFF;
	font-style: italic;
}


#slider-wrapper {
	float: right;
	margin: 0px;
	padding: 10px;
	width: 580px;
	position: relative;
	z-index: 1;
}

.slider {
	float: left;
	width: 580px;
	height: 270px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.sliderPrev {
	background: url(images/slides/left.png) no-repeat left center;
	width: 50px;
	height: 270px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 10;
}

.sliderNext {
	background: url(images/slides/right.png) no-repeat right center;
	width: 50px;
	height: 270px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	z-index: 10;
}

#shadow {
	height: 20px;
	width: 960px;
	background: url(images/shadow.png);
	margin-bottom: 30px;
}

/* Menu */

#menu {
	width: 960px;
	padding: 0px;
	height: 80px;
	margin: 0px auto;
	background: url(images/menu.png) no-repeat;
}

ul#topnav {
	margin: 0px;
	padding: 0px;
	float:right;
	width: 960px;
	list-style: none;
	position: relative;
	z-index: 100;
}

ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#topnav li a {
	float: left;
	height: 54px;
	color: #EBE9DF;
	text-decoration: none;
	padding-top: 26px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 16px;
	font-style: normal;
	width: 120px;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
}

ul#topnav li a:hover {
	background: url(images/menu-hover.png) no-repeat;
}

#topnav .active a {
	background: url(images/menu-active.png) no-repeat;
}

#topnav a:hover .active {
	background: url(images/menu-active.png) no-repeat;
}

ul#topnav li .sub {
	position: absolute;
	top: 80px;
	left: -60px;
	background: transparent url(images/sub-menu.png) repeat;
	padding: 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	text-align: left;
	text-transform: none;
	z-index: 200;
}

ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

ul#topnav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}

ul#topnav .sub ul li {
	width: 180px;
	color: #fff;
}

ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(images/sub-nav-arrow.png) no-repeat 5px center;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: left;
	letter-spacing: normal;
	padding: 5px 0px 5px 15px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	width: 165px;
	border: 1px solid transparent;
	line-height: 22px;
}

ul#topnav .sub ul li a:hover {
	background: #492D22 url(images/sub-nav-arrow.png) no-repeat 5px center;
	border-top: 1px solid #2D140A;
	border-right: 1px solid #6C5045;
	border-bottom: 1px solid #6C5045;
	border-left: 1px solid #2D140A;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 1px 1px 0 #000;
}


/* Page */

#page {
	width: 960px;
	margin: 0px auto;
	padding: 40px 0 10px;
}

/* Content */

#content-wide {
	float: left;
	width: 960px;
}

#content-wide blockquote {
	font-style: italic;
	background: url(images/quotes.png) no-repeat left top;
	margin: 0px 0px 30px;
	padding: 0px 20px 0px 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content-wide .author {
	color: #582A17;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: bold;
}

#content {
	float: left;
	width: 620px;
}

#content-left {
	float: left;
	width: 430px;
}

#content-right {
	float: right;
	width: 430px;
}

#indexcol1 {
	float: left;
	width: 280px;
}

#indexcol2 {
	float: left;
	width: 280px;
	margin-right: 60px;
	margin-left: 60px;
}

#indexcol3 {
	float: left;
	width: 280px;
}

.post {
	text-align: justify;
	background: #EBE9E0;
	border: 1px solid #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 40px;
	overflow: hidden;
}

.post ul {
	margin: 0px;
	padding: 15px 0px 0px 15px;
	list-style: none;
}

.post li {
	background: url(images/sidebar-bullet.png) no-repeat left 7px;
	padding-left: 12px;
	margin-bottom: 5px;
}

.post .entry {
	padding: 10px;
}

.post .product {
	padding: 10px;
	clear: both;
	border-bottom: 1px dotted #582A17;
}

.post .col {
	padding: 5px 20px 20px;
	overflow: hidden;
	float: left;
	width: 278px;
	font-size: 13px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0px;
	padding: 15px 0px 4px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 8px;
	background: url(images/sidebar-bullet.png) no-repeat left center;
	padding-left: 12px;
}

#sidebar h2 {
	font-size: 22px;
	text-shadow: 1px 1px 1px #FFF;
	color: #522613;
	margin: 10px;
	line-height: 30px;
	background: url(images/border.png) repeat-x left bottom;
	padding: 0px;
}

#sidebar h3 {
	font-size: 16px;
	color: #582A17;
	text-transform: none;
}

#sidebar blockquote {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0px 10px;
}

#sidebar .author {
	color: #582A17;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: bold;
}

/* Footer */

#footer-wrapper {
	background: url(images/footer-wrapper.png) repeat-x;
	height: 280px;
}

#footer {
	height: 280px;
	width: 960px;
	margin: 0px auto;
}

#links {
	float: left;
	font-size: 12px;
	color: #CCC;
	padding-top: 20px;
	padding-left: 20px;
	margin: 0px;
	line-height: 28px;
}

#links a {
	color: #CCC;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 8px;
	border: 1px solid transparent;
}

#links a:hover {
	background: #492D22;
	border-top: 1px solid #2D140A;
	border-right: 1px solid #6C5045;
	border-bottom: 1px solid #6C5045;
	border-left: 1px solid #2D140A;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #FFF;
}

#brochure {
	float: right;
	margin: 0px;
	padding-top: 35px;
	padding-right: 20px;
}
#brochure a img {
	background: #000;
	padding: 2px;
	border: 8px solid #FFF;
}

#brochure a:hover img {
	background: #FFF;
	padding: 2px;
	border: 8px solid #000;
}

label {
	display: block;
}

input {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	padding: 6px;
	width: 340px;
	border: 1px solid #CCC;
	color: #565656;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

textarea {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	color: #565656;
	width: 440px;
	padding: 6px;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

select {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	padding: 6px;
	width: 340px;
	border: 1px solid #CCC;
	color: #565656;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.submit {
	height: 32px;
	width: 110px;
	background: transparent;
	border-style: none;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Slidebox */

#slidebox {
	width:380px;
	height:100px;
	padding:10px;
	border-top:3px solid #582A17;
	position:fixed;
	bottom:260px;
	right:-430px;
	-moz-box-shadow:-2px 0px 5px #aaa;
	-webkit-box-shadow:-2px 0px 5px #aaa;
	box-shadow:-2px 0px 5px #aaa;
	z-index: 9999;
	background: #EBE9E0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

a.more {
	cursor:pointer;
	background: #33180D url(images/button-a.png) repeat-x left top;
	padding: 7px 12px 9px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	text-decoration: none;
	border: 1px solid #FFF;
}

a.more:hover {
    background: #000 url(images/button-hover.png) repeat-x left top;
	text-decoration: none;
	border: 1px solid #FFF;
}

#slidebox h2 {
	color:#582A17;
	font-size:16px;
	margin-bottom: 25px;
}

a.close {
	background:transparent url(images/close.png) no-repeat left top;
	width:14px;
	height:14px;
	position:absolute;
	cursor:pointer;
	top:10px;
	right:10px;
}

a.close:hover {
	background: url(images/close.png) 0px -14px;

