/*******************************************************************************
	Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

body {
	color: #646464;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
}

div.wrap {
	margin: 0 auto;
	width: 960px;
}

img {
	border: none;
}

/*******************************************************************************
	Top Bar
*******************************************************************************/
div#top-bar {
	padding-top: 6px;
	width: 100%;
	height: 28px;
	background: url(/images/bgs/top-bar-bg.gif) top center repeat-x;
}

div#top-bar p {
	color: #decdbb;
	font-family: 'Signika Negative', sans-serif;
	font-size: 14px;
	float: right;
}

div#top-bar a.sm-icon {
	margin-left: 5px;
	padding-top: 1px;
	width: 16px;
	height: 16px;
	display: block;
	float: right;
}

/*******************************************************************************
	Header
*******************************************************************************/
div#header {
	width: 100%;
	height: 316px;
	background: #77c4bd url(/images/bgs/header-bg.jpg) top center no-repeat;
}

div#logo-nav {
	height: 116px;
}

div#logo {
	padding-top: 35px;
	width: 316px;
	height: 59px;
	float: left;
}

/*******************************************************************************
	Nav
*******************************************************************************/
div#nav {
	padding-top: 75px;
	width: 630px;
	text-align: right;
	float: right;
}

div#nav ul li {
	padding-right: 15px;
	color: #fff;
	font-family: 'Signika Negative', sans-serif;
	font-size: 16px;
	text-transform: lowercase;
	display: inline;
	list-style: none;
}

div#nav ul li.last {
	padding-right: none;
}

div#nav a {
	color: #fff;
	text-decoration: none;
}

div#nav a:hover {
	border-top: 1px solid #fff;
}

/*******************************************************************************
	Banners
*******************************************************************************/
div#banner {
	width: 960px;
	height: 200px;
}

div.banner-a { background: url(/images/banners/banner-a.jpg) top center no-repeat; }
div.banner-b { background: url(/images/banners/banner-b.jpg) top center no-repeat; }
div.banner-c { background: url(/images/banners/banner-c.jpg) top center no-repeat; }
div.banner-d { background: url(/images/banners/banner-d.jpg) top center no-repeat; }
div.banner-e { background: url(/images/banners/banner-e.jpg) top center no-repeat; }

div#banner h1 {
	margin-bottom: 5px;
	padding: 60px 0 0 55px;
	width: 400px;
	color: #5b4633;
	font-family: 'Signika Negative', sans-serif;
	font-size: 35px;
	font-weight: lighter;
}

div#banner p {
	padding: 0 0 0 90px;
	width: 400px;
	color: #5b4633;
	font-family: 'Signika Negative', sans-serif;
	font-size: 15px;
}

/*******************************************************************************
	Content
*******************************************************************************/
div#content {
	padding: 30px 0 30px 0;
	width: 100%;
}

div#sidebar {
	width: 290px;
	float: left;
}

div#main {
	width: 630px;
	float: right;
}

/*******************************************************************************
	Footer
*******************************************************************************/
div#footer {
	padding-top: 35px;
	width: 100%;
	height: 239px;
	background: #f8f4ee url(/images/bgs/footer-bg.jpg) top center no-repeat;
}

div#footer-content {
	width: 490px;
	float: left;
}

div#footer-form {
	width: 430px;
	float: right;
}

div#footer h1 {
	color: #413224;
	font-family: 'Signika Negative', sans-serif;
	font-size: 24px;
	font-weight: lighter;
}

div#footer p {
	margin-bottom: 15px;
	color: #413224;
	font-size: 12px;
	line-height: 18px;
}

div#footer-form-hdr {
	margin-bottom: 13px;
	padding-bottom: 5px;
	border-bottom: 5px solid #dad3ca;
}

div#footer-form-hdr h1.contact-hdr {
	float: left;
}

div#footer-form-hdr h1.phone-no {
	float: right;
}

div#footer-form-hdr a.sm-icon {
	margin-left: 10px;
	width: 26px;
	height: 25px;
	display: block;
	float: right;
}

form#footer-contact-form input#full-name {
	margin-bottom: 12px;
	padding: 0 5px 0 5px;
	width: 198px;
	height: 23px;
	color: #413224;
	font-size: 11px;
	background: transparent;
	border: 1px solid #a89c8f;
	float: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form#footer-contact-form input#email {
	margin-bottom: 12px;
	padding: 0 5px 0 5px;
	width: 198px;
	height: 23px;
	color: #413224;
	font-size: 11px;
	background: transparent;
	border: 1px solid #a89c8f;
	float: right;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form#footer-contact-form textarea#comments {
	margin-bottom: 20px;
	padding: 2px 0 0 5px;
	width: 423px;
	height: 73px;
	color: #413224;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: transparent;
	border: 1px solid #a89c8f;
	float: right;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form#footer-contact-form input#send-message {
	float: right;
}

form#footer-contact-form #error {
	color: #cc0000;
	display: none;
}
		
form#footer-contact-form input.needsfilled,
form#footer-contact-form textarea.needsfilled {
	border: 1px solid #cc0000 !important;
	color: #cc0000 !important;
}

.no-thank-you {
	display: none;
}

/*******************************************************************************
	Sign-Up
*******************************************************************************/
div#sign-up {
	padding-top: 14px;
	width: 100%;
	height: 36px;
	background: url(/images/bgs/footer-e-sign-up-bg.gif) top center repeat-x;
	text-align: center;
}

div#sign-up p {
	color: #decdbb;
	font-family: 'Signika Negative', sans-serif;
	font-size: 17px;
	position: relative;
}

form#e-sign-up-form input.cm-text {
	padding: 0 5px 0 5px;
	width: 213px;
	height: 20px;
	color: #decdbb;
	font-size: 11px;
	background: transparent;
	border: 1px solid #decebb;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form#e-sign-up-form input#sign-up-btn {
	position: absolute;
	bottom: 0;
}

/*******************************************************************************
	Copyright
*******************************************************************************/
div#copyright {
	padding-top: 10px;
	width: 100%;
	height: 25px;
	background: url(/images/bgs/footer-copyright-bg.gif) top center repeat-x;
	text-align: center;
}

div#copyright a {
	color: #decdbb;
	text-decoration: none;
}

div#copyright a:hover {
	text-decoration: underline;
}

div#copyright p {
	color: #decdbb;
	font-family: 'Signika Negative', sans-serif;
	font-size: 11px;
}

div#copyright p.copy {
	float: left;
}

div#copyright p.curious {
	float: right;
}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
}