body {
	margin: 0px 0px 0px 0px;
	padding: 0;
/*	background: #E7BD2B url(images/bg01.png) repeat; */
	background: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #454545;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;	/* was 400 18/08/13 */
	color: #222222;
	font-size: 24px;	/* 18/08/13 */
}

h2 {
	font-size: 3em;
}

p, ol, ul {
	margin-top: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 16px;	/* upped from 12px 18/08/13 */
	font-weight: normal;	/* was bold 18/08/13 */
}

p, ol {
	line-height: 180%;
}

li.indented {
	margin: 0px 20px;
}

p.benquote {
	color: #002750;
	font-size: 18px;
	line-height: 120%;
}

strong {
}

a {
	color: #5C5539;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

/*
img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}
*/

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #FFFFFF;
	border-top: 1px dashed #B69627;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 100px; /* was 150px */
}

#header {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	padding: 0px 0px;
}

/* Logo */

#logo {
	/* float: left; */
	display: inline-block;
	width: 465px;	/* was 310px, then 500px 18/08/13 */
	height: 150px;
	padding: 0px 0px 0px 40px;
}

#logo h1 {
	padding: 20px 0px 0px 0px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #99790C;
	font-size: 3.6em;
}

#logo h1 a {
	text-decoration: none;
	color: #666666;
}


/* Menu */

#menu {
/*	float: left;  was right */
	display: inline-block;
	width: 500px; /* was 810px */
	height: 80px;
	padding: 20px 40px 0px 0px;
}

#menu ul {
/*	float: left;	was right */
	display: inline-block;
	margin: 0;
	padding: 40px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline-block;
/*	float: left; */
}

#menu a {
	display: block;
	margin-left: 1px;
	padding: 10px;	/* was 20px */
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;	/* was 300 18/08/13 */
	color: #666666;	/* was ffffff */
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	border-top: 2px solid #1B5902;
	color: #666666;	/* was ffffff */
}

/* Page */

#page-wrapper {
	overflow: hidden;
	padding: 90px 0 50px 0;
	background: #F2F2F2 url(images/bg02.png) repeat;
	border-top: 1px dashed #C7C7C7;
}

#page {
	overflow: hidden;
	width: 950px;	/* was 1120px */
	margin: 0px auto;
	padding: 0 40px;
	color: #8F8F8F;
}

/** CONTENT */

#wide-content {
	overflow: hidden;
	width: 900px;	/* was 1120px */
	margin: 0px auto;
	padding: 20px 40px; /* was 50px 40px; */
	text-align: justify;
}

#wide-content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #888888; /* was #222222 */
}

#wide-content h3 {
	margin: 0px 0px 10px 0px;
}

#wide-content span.price {
	color: #002750;
	font-size: 20px;
}

li.contact {
	font-size: 20px;
}


/** CONTENT */

#content {
	float: right;
	width: 750px;
	padding: 0px 0px 0px 0px;
}

#content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

#content .subtitle {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 290px;
	padding: 0px 0px 20px 0px;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 2em;
}

/* Footer */

#footer {
	padding: 50px 0px 50px 0px;
	border-top: 1px dashed #B69627;
}

#footer p {
	text-align: center;
	color: #645316;
}

#footer a {
	color: #645316;
}

/* Three Column Footer Content */


#footer-bg {
	overflow: hidden;
	padding: 40px 0px;
	background:#E5E0DD url(images/main-bsg.png) repeat;
}

#footer-content {
	color: #67C8E3;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 200;
	color: #93776E;
}

#footer-content a {
}

#footer-content a:hover {
	text-decoration: underline;
}


#column1 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

#column1 p {
	line-height: 1;
}

#column2 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

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

#column4 {
	float: right;
	width: 260px;
}


/* Banner Style */

#banner-wrapper {
}

#banner {
	overflow: hidden;
	width: 950px;	/* was 1160px */
	margin: 20px auto 50px auto;
}

#banner .img-border {
	height: 280px;	/* was 300px */
	border: 20px solid #FFFFFF;
}

/* Button Style */

.button-style {
	display: inline-block;
	margin-top: 30px;
	padding: 7px 30px;
	background: #E2BC39;
	border: 1px solid #CEAC32;
	border-radius: 5px;
}

.button-style a {
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

/* List Style 1 */

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

ul.style1 li {
	padding: 35px 0px 35px 0px;
	border-top: 1px solid #D7D7D7;
}

ul.style1 a {
	text-decoration: none;
	color: #FFFFFF;
}

ul.style1 a:hover {
	text-decoration: underline;
	color: #6B6B6B;
}

ul.style1 h3
{
	padding-bottom: 1em;
	font-size: 28px;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/** LIST STYLE 3 */

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

ul.style3 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #D7D7D7;
}

ul.style3 a {
	text-decoration: none;
	color: #949494;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ul.style3 .date {
	width: 87px;
	background-color: #E2BC39;
	margin-top: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

ul.style3 .first .date
{
	margin-top: 0px;
}


/* Recent News */

#recent-news {
	overflow: hidden;
	width: 950px;	/* was 1120px */
	margin: 0px auto;
	padding: 50px 40px;
	background: #E2BC39;
	color: #8C8C8C;
}

#recent-news h2 {
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #EDEDED;
}

#recent-news .date {
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: normal;
	color: #E3E3E3;
}

#recent-news p {
	font-style: italic;
}

#recent-news a {
	font-style: normal;
	color: #B8B8B8;
}

#recent-news #rbox1 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox2 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox3 {
	float: left;
	width: 250px;
}

#recent-news #rbox4 {
	float: right;
	width: 250px;
}

/* Button Style */

.button-style1 {
	margin-top: 30px;
}

.button-style1 a {
	padding: 10px 25px;
	background: #EBB462;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FCE3BB;
	color: #E2BC39 !important;
}
