* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
}

img {outline: none;}

html {
height: 100%;
}

body {
height: 100%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background: #060401 url(../img/bkg_Body_Top.gif) top center repeat-x;
color: #FFF;
}

#Sub {
	background: #edc995 url(../img/bkg_Body_Top2.gif) top center repeat-x;
	color: #000;
}


/**************************
STICKY FOOTER
**************************/
#wrapper {
width: 960px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -84px auto;
}

#footer, .push {
height: 42px;
clear: both;
}

#footer {
	background: url(../img/bkg_Body_Base.gif) top left repeat-x;
}

#footer p{
font-size: 11px;
font-family:"Courier New", Courier, monospace;
}

.footerwrap {
	width: 960px;
	margin: 0 auto;
}

.footerwrap p {
	text-align: center;
	padding-top: 12px;
}

#Sub .footerwrap p {
	color: #fff;
}

/**************************
HEADER
**************************/
h1 a {
	display: block;
	width: 167px;
	height: 174px;
	text-indent: -9999px;
	background: url(../img/header_logo.png) bottom no-repeat;
	padding-top: 15px;
	margin: 0;
	position: absolute;
	z-index: 100;
	}
	
#header {
	height: 120px;
	background: url(../img/bkg_header.jpg) top no-repeat;
}
	

.clearfix {
	width: 100%;
	clear: both;
}

/**************************
NAV
**************************/
#topNav {
	margin-right: 85px;
}

#topNav ul {
	font-size: 14px;
}
	
#topNav li {
	list-style-type: none;
	display: block;
	float: right;
	margin: 50px 20px 0 0;
	text-transform: uppercase;
	font-size: 16px;
}

#topNav li a {
	display: block;
	text-decoration: none;
	height: 27px;
	font-family: "burnaby-stencil",sans-serif;
	font-style: normal;
	font-weight: 400;
}

#topNav li a:hover {
	color: #f0dac9;
}

/* ######### Drop Down Menu Style ######### */

#navBar1, #navBar2, #navBar3{
position: absolute;
top: 0;
border-top: 1px dotted #fff; /*THEME CHANGE HERE*/
border-width: 0 0px;
text-align: center;
line-height:9px;
z-index:1000;
background-color: #000;
visibility: hidden;
margin: 0 0 0 -25px;
	font-family: "burnaby-stencil",sans-serif;
	font-style: normal;
	font-weight: 400;
}


#navBar1 a, #navBar2 a, #navBar3 a{
display: block;
text-indent: 0;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
width: 120px;
padding: 10px 0 0 0;
font-size: 13px;
text-decoration: none;
color: #FFF;
height: 20px;
}


* html #navBar1 a, * html #navBar2 a, * html #navBar3 a { /*IE only hack*/
width: 100%;
}

#navBar1 a:hover, #navBar2 a:hover, #navBar3 a:hover{ /*THEME CHANGE HERE*/
color: #FFF;
background-color: #7B2324 ;
}



/**************************
CONTENT AND COLUMNS
**************************/
#bodyMain {
	width: 960px;
}

#columnWrap {
	background:url(../img/bkg_columns.jpg) top no-repeat;
	width: 960px;
}

#columnA {
width: 615px;
float: left;}

#columnB {
width: 315px;
height: auto;
float: right;}

#columnA .blockInside {
	padding: 50px 80px 50px 50px;
}
#columnB .blockInside {
	padding: 50px 0 30px 30px;
}

#slideshow {
width: 960px;
height: 330px;
}

.divider {
	clear: both;
	border-top: 1px dotted #f5f7e4;
	margin: 20px 0 20px 0
}
.dividerDark {
	clear: both;
	border-top: 5px solid #b09361;
	margin: 20px 0 20px 0
}

/**************************
TEXT & LINK STYLES
**************************/

p {
	font-size: 12px;
	line-height: 18px;
	color: #f7f3de;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.menu li {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}

.italic {font-style: italic; }

h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	color: #edc995;
	font-family: "burnaby-stencil","Courier New", Courier, monospace;
	font-style: normal;
	font-weight: 400;
}

h2 {
	font-size: 30px;
}

h2.authentic {
	display: block;
	height: 61px;
	width: 325px;
	background: url(../img/h2_authentic.png) top left no-repeat;
	text-indent: -9999px;
	margin-bottom: 30px;
	}

#Sub p, #Sub h1, #Sub h2, #Sub h3, #Sub h4 {
	color: #694b36;
}

#Sub h4 {
	text-transform: uppercase;
}

#Sub p {
	color: #333;
}
	
	
a {
	color: #e3c190;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.column {
	width: 26%;
	float: left;
	border-right: 1px dotted #663;
	margin-right: 20px;
	padding-right: 25px;

}

a img {
	border: none;
	outline: none;
}


/**************************
CONTACT FORM
**************************/
#ContactBox {
	background-color: #000;
}

#contactForm {
	width: 400px; 
	padding: 10px;
}

#contactForm p {margin: 0 15px 0 15px;}

label { display: none; }

input {
	width: 300px; height: 30px; padding: 5px 20px 0px 20px; margin: 15px 12px 0 12px; 
	background: #fff;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	#color: #000;
}

#ContactBox input {width: 300px;}

	input::-webkit-input-placeholder  {
    	color: #000;
	}
	input:-moz-placeholder {
	    color: #000; 
	}

textarea {
	width: 300px; height: 100px; padding: 10px 20px 0px 20px; margin: 15px 12px 0 12px; 
	background: #fff;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
	textarea::-webkit-input-placeholder  {
    	color: #000;
	}
	textarea:-moz-placeholder {
    	color: #000;
	}
	
input:focus, textarea:focus {
	background: #CCC; color: #000;
}

input[type=submit] {
	width: 270px; height: 30px; padding: 0; margin: 15px 12px 0 12px;
	background-color: #edc995; color: #fff;
	cursor: pointer;
	margin-bottom: 40px;
	font-size: 16px;
}

#subContactBox input[type=submit]  {width: 240px; font-size: 13px;}

.submitButton:hover{ background-color: #316fa9;}

select { width: 270px; margin: 15px 12px 0 12px;}
#subContactBox select {width: 240px;}

/**************************
RESPONSIVE SLIDES
**************************/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: #EA2528 url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(255,255,255, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(255,255,255, .8);
  }
