@charset "utf-8";
/* CSS Document */

/***** Global Settings *****/
 
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic|Lora:400,400italic); 
@import url(http://fonts.googleapis.com/css?family=Alex+Brush);
 
html, body {
	border:0;
	margin:0;
	padding:0;
	background: url(images/main-bg.jpg) repeat;
}
 
body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-size: 90%;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

img {
	border: none; 
 }
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	color: #bf1e2e;
	font-family: 'Lora', serif;
}
 
h1 {
	font-size: 200%;
	border-bottom: 1px dashed #9c7352;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 60%;
	margin: 25px auto 0px;

}
 
h2 {
	fontsize: 110%;
}
 
h3 {
	font-size: 100%;
}

/***** Links *****/
 
a,
a:link,
a:visited {
	text-decoration:none;
	background: transparent;
	font-weight: 700;
}

a:hover {
	text-decoration:none;
}

/***** HTML5 *****/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

header {
	height: 96px;
	width: 100%;
	background: url(images/wood.jpg) repeat-x;
	float: left;
	box-shadow: 0px 0px 20px #000;
	position: relative;
}

nav {
	float: right;
	margin-left: 10px;
	text-align: right;
	margin-top: 35px;
}

nav ul {
	padding: 0px; 
	margin: 0px;
	float: right;	
}

nav ul li{
	padding: 0px; 
	margin: 0px;
	text-transform: uppercase;	
	list-style-type: none;
	display: inline;
	margin-right: 20px;
}

nav ul li a{
	text-decoration:none;
	background: transparent;
	color: #fff;
	font-weight: 700;
	font-family: 'Lora', serif;
	text-shadow: 0px 0px 10px #000;
}

nav ul li a:hover{
		color: #bf1e2e;
}

footer {
	background-color: #28160c;
	width: 100%;
	height: 200px;
	height: auto;
	padding-bottom: 20px;
	float: left;
	box-shadow: 0px 0px 10px #6A6A6A;
	margin-top:40px;
	padding-top: 30px;
	color: #fff;
	font-size: 80%;
}

footer a{
	color: #fff;
}

footer .col {
	width: 	150px;
	height: 150px;
	text-align: left;
	border-right: 1px dashed #9c7352;
	padding-right: 20px;
	float: left;
	margin-right: 25px;
}

footer .col nav {
	margin-top: 0px;	
}

footer .col nav a{
	float: left;
	text-transform: uppercase;
}

footer .col nav ul{
	padding: 0px;
	margin: 0px;
}

footer .col nav ul li{
	list-style-type: none;
	display: block;
	text-align: left;
	width: 100%;
}
 
footer .links {
	float: left;
    height: auto;
    margin-left: 50px;
    width: auto;
}

footer .links ul{
	padding: 0px;
	margin: 20px 0px 0px;
}

footer .links ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

footer .links ul li a{
	margin-right: 10px;
}

footer .links ul li:after{
	content: '|'
}

footer .links ul li:last-child:after{
	content: ''
}

 
/***** Classes *****/
 
.wrap {
max-width: 980px;
width: 100%;
padding: 0px 10px;
margin:0 auto;
}

.logo {
	width: 321px;
	height: 125px;
	float: left;	
	 position: relative;
    z-index: 999999;
}

.logo img{
	width: 100%;
	height: auto;	
}

.supplement {width:45%; float:left; margin-right: 5%;}
.supplement img {width:100%; height: auto; border:5px solid #fff; box-shadow: 0 0 5px #707070;}

.map-bg {
	width: 100%;
	height: 364px;	
	float: left;
	background:url(images/map-bg.jpg) repeat-x;
}

.interior{
	height: 75px;
}
 
.woodstrip {
	width: 100%;
	height: 58px;
	float: left;
	background: url(images/woodstrip.jpg) repeat-x;
}

.mid-bg-top {
	width: 1019px;
	height: 130px;
	float: left;
	background: url(images/min-bg-top.png) no-repeat;
	position: relative;
	margin-top: -70px;
	z-index: 999999;
}

.mid-bg-top h1{
		font-family: 'Alex Brush', cursive;
		text-transform: none;
		font-size: 400%;
		padding-bottom: 0px;
}

.mid-bg {
	background: url("images/min-bg.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: auto;
    margin: auto;
    min-height: 453px;
    padding: 20px 70px 50px 50px;
    position: relative;
    width: 899px;
}

.mid-bg h1{
	text-align: left;
	border-bottom: 1px dashed #b37f1f;
	color: #b37f1f;
	float: left;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0;
	width: 100%;
}

.mid-bg h2{
	margin-top: 20px;
}

.mid-bg-bottom {
	width: 1019px;
	height: 82px;
	float: left;
	background: url(images/min-bg-bottom.png) no-repeat;
	position: relative;
}

.news {
	float: right;
	width: 300px;
	border-left: 1px dashed #9c7352;
	padding-left: 20px;
	color: #4e3024;
	margin-bottom: 25px;
	margin-left: 35px;
}	

.news a{
	color: #bf1e2e;
	text-decoration: none;
}

.news a:hover{
	text-decoration: none;
	color: #4e3024;
}

.news h1{
	color: #4e3024;
	font-size: 140%;
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: left;
	margin-left: 0px;
	width: auto;
	font-weight: bold;
}

 .contactform {
		width: 400px;
		height: auto; 
		float: right;
		margin-bottom: 25px;
 }
 
 
 .s1 {
	float: left; 
	width: 300px;
	height: 200px;
	margin: 20px 0;
	padding-right: 25px;
	text-align: left;
	font-size: 90%;
}

.s2 h1{
	font-size: 160%;
	text-shadow: none;
	text-align: left;
}

.s2 h2{
	text-transform: uppercase;
}

.s1 img{
	border: 8px solid #fff;
    box-shadow: 0 0 5px #707070;
    display: block;
    margin: auto;
    z-index: 0;
}

.s2 {
	float: left;
    font-size: 100%;
    height: auto;
    margin: 20px 0 20px 50px;
    min-height: 200px;
    text-align: left;
    width: 500px;
}

.s2 a{
	text-decoration: none;
	color: #B37F1F;	
}

.s2 a:hover {
	color: #333;	
}

.feature {
	font-size: 110%;
	font-weight: bold;	
}

.s1.feature {
	width: 400px;
	height: auto;	
}

.s1.feature img{
	width: 100%;
	height: auto;
}

.s2.feature{
	width: 400px;
}

.break {width: 100%; height: 20px; border-bottom: 1px dashed #b37f1f; clear: both; float: left;}

hr.style-seven { height: 30px; border-style: solid; border-color: #b37f1f; border-width: 1px 0 0 0; border-radius: 20px; width: 100%; float: left; color:#b37f1f; margin: 30px 0px;} 
hr.style-seven:before { /* Not really supposed to work, but does */ display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: #b37f1f; border-width: 0 0 1px 0; border-radius: 20px; }

hr.style-eight { height: 30px; border-style: solid; border-color: #bf1e2e; border-width: 3px 0 0 0; border-radius: 20px; width: 100%; float: left; color:#bf1e2e; margin: 30px 0px;} 
hr.style-eight:before { /* Not really supposed to work, but does */ display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: #bf1e2e; border-width: 0 0 3px 0; border-radius: 20px; }
 /* *****************forms********************/

label {
	width: 100%;
	font-size: 120%;
}

input {
	width: 96%;
	padding: 2%;	
	border: solid 1px #C0C0C0;
	margin-bottom: 10px;
}

textarea {
	width: 96%;
	padding: 2%;	
	border: solid 1px #C0C0C0;
}

.submit {
	background-color: #880a0c;	
	color: #fff;
	width: 100px;
	height: 40px;
	margin: 20px 0px;
}

a.video {
    background-color: #bf1e2e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
	font-weight: normal;
	 font-family: "Lora",serif;
    height: 20px;
    line-height: 21px;
    margin: 10px auto;
    text-align: center;
    width: 100px;
	float: left;
	padding: 3px;
	clear: both;
}

a.video:hover {
    background-color: #b37f1f;
    box-shadow: 0 0 5px #000;
    transition: all 0.05s ease-in-out 0s;
	color: #fff;
}

.photo {
	border: 8px solid #fff;
    box-shadow: 0 0 5px #707070;
    float: right;
	margin: 0px 0px 20px 20px;
}


/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 