

html, body {
	height: 100%;
	margin: auto;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	margin: auto;
}

body{
  display: table-cell;
    vertical-align: middle;
	margin: auto;
	background-image: url('bg.jpg');
	background-repeat: repeat;
	color:#666;
	font-weight:300;
	font-size:16px;

	line-height:28px;
}


a{
	color:#FDF5E6;
	text-decoration: none;
	background:#94704D;
	cursor: pointer;

	font-size:15px;
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	padding-left:15px ;
	padding-right:15px ;
	padding-top:5px;
	padding-bottom:5px;
	margin:10px;
    border-style: solid;
     border-width: 5px;
	

}

a:hover,
a:active,
a:focus{
color:#FDF5E6;
	outline: 0;
	background:#94704D;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

p {

	margin: 0 0 30px;
}

hr {
	border-style: solid;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

td{
border:1px solid #bbb;
}



/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;

	font-weight:300;
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	line-height:1.5em;
}

p{
font-family: Garamond,Big Caslon,Times New Roman,serif;
text-align:left;
line-height:1.25em;
font-size:20px;
font-weight: 520;
}
h8 {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #000;
   line-height: 0.1em;
   margin: 10px 0 20px;
}

h8 span {
    background:#fff;
    padding:0 10px;
}

h7,
h10,
h9 {
    font-size:22px;
    overflow: hidden;
    text-align: center;
    font-family: Palatino, 'Palatino Linotype',  'Book Antiqua', Georgia, serif;

}
h7:before,
h7:after {
    background-color: #AD855C;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 46%;
}
h7:before {
    right: 0.5em;
    margin-left: -50%;
}
h7:after {
    left: 0.5em;
    margin-right: -50%;
}


h9:before,
h9:after {
    background-color: #AD855C;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 44%;
}
h9:before {
    right: 0.5em;
    margin-left: -50%;
}
h9:after {
    left: 0.5em;
    margin-right: -50%;
}


h10:before,
h10:after {
    background-color: #AD855C;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 41%;
}
h10:before {
    right: 0.5em;
    margin-left: -50%;
}
h10:after {
    left: 0.5em;
    margin-right: -50%;
}

h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:24px;

}

h4{
	font-size:20px;
	font-style: italic;

	color:#736F6E;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {

    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}



/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;

}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background: #26292E;
	z-index: 1001;

	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #FFFFFF;
	float: left;
	padding: 15px 0;
	margin-left: 20px;
}

header #logo a {
	background: url(../img/logo.png) no-repeat;
	width: 96px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

#title_label {
	float: left;
	color: #EfEfEf;
	font: normal normal normal 28px/1.1em 'Titillium Web', sans-serif;
	margin-left: 10px;
	margin-top: 10px;
}

#thumb_label {
  background: #26292E;
  color: #CfCfCf;
  font-weight: 300;
  font-size: 18px;
  padding: 15px;
  font-family: 'Titillium Web', sans-serif;
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

nav#menu {
	float: right;
	margin-right: 20px;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 50px;	
	display: inline;
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #DE5E60;
}




/* ==================================================
   Section Page
================================================== */

.page {
	background: #2F3238;
	padding: 30px 0;
	position: relative;
	z-index: 99;
}

.page-alternate {
	background: #26292E;
	padding: 100px 0;
	position: relative;
	z-index: 99;
}

.title-page {
	color:#000;
	text-align: center;
	margin-bottom: 50px;
}

.title-page .title {
	font-size: 48px;
	margin: 0 0 10px 0
}

.title-page .title-description {
	font-size: 32px;
	font-weight: 300;
	margin: 0;
}




