@font-face {
  font-family: 'Museo500';
  src: url('fonts/museo500-regular-webfont.eot');
  src: local('☺'), url('fonts/museo500-regular-webfont.woff') format('woff'), url('fonts/museo500-regular-webfont.ttf') format('truetype'), url('fonts/museo500-regular-webfont.svg#webfontz5K9Prp9') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
  background: #a88959 url(images/chipboard_back.jpg);
  min-width: 700px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fafafa;
}
h1, h2, h3, h4, h5, h6 {Helvetica, Arial, sans-serif;  font-weight: bolder;}
h1 {font-size: 27px; margin-bottom: 22.0px;}
h2 {font-size: 22px; margin-bottom: 22.0px;}
h3 {font-size: 19px; margin-bottom: 22.0px;}
h4,h5,h6 {font-size: 16px; margin-bottom: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

p {margin-bottom: 22.0px;}
blockquote { margin-left: 40px; margin-right: 40px }

p, ul, ol {font-size: 16px; line-height: 22.0px; margin-bottom: 22.0px;}
ol, ul, dd {margin-left: 40px}
ol ul, ul ol,
ul ul, ol ol {margin-top: 0; margin-bottom: 0}

a, a:visited {color: #fff; text-decoration: none;}
a:hover {color: #fff; text-decoration: underline;}
a.contact {color: #fff; text-decoration: underline;}

hr {margin-bottom: 22px; line-height: 22px; border-color: #393939;}

header {width: 85%; max-width: 1100px; margin: 0 auto; padding: 4% 10px 0;}

h1#logo a {
  background: transparent url(images/white_beveled_logo.png) no-repeat;
  display: block;
  height: 39px;
  width: 232px;
  margin-bottom: 50px;
}
#feature-wrap {
  background: #8a9457 url(images/feature_bg.png);
  -webkit-box-shadow: 	0px 1px 5px 0px #333;
  -moz-box-shadow:   	0px 1px 5px 0px #333;
  box-shadow:     		0px 1px 5px 0px #333; 
}
#feature {
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0 10px;
}
#feature h1, h1#pagetitle {
  font-family: "Museo500", "Lucida Grande", Helvetica, Arial, sans-serif; 
  font-size: 27px; 
  font-weight: 500; 
  margin-bottom: 20px;
}
h1#pagetitle {
  font-size: 30px; 
  background-color: #8a9457;
  padding: 10px;
  -webkit-border-radius:   10px;
  -moz-border-radius:   10px;
  border-radius:       10px;
  -webkit-box-shadow: 0px 1px 4px #333;
  -moz-box-shadow:   0px 1px 4px #333;
  box-shadow:     0px 1px 4px #333; 
  display: inline;
}
#feature p {
  line-height: 26px; 
  margin-bottom: 20px;
}
#plane {
  float: right; 
  margin: -12% 0 0 25px;
}
#main {
  width: 85%;
  max-width: 1100px;
  margin: 60px auto 40px;
}
#content {
  background: transparent url(images/black_trans.png);
  padding: 10px;
  -webkit-border-radius:   10px;
  -moz-border-radius:   10px;
  border-radius:       10px;
  color: #eee;
}
footer {
  width: 85%; 
  max-width: 1100px; 
  margin: 30px auto;
}
footer p {
  font-size: 12px; 
  background: transparent url(images/black_trans.png); 
  display: inline;
  padding: 3px 10px; 
  -webkit-border-radius:   10px;
  -moz-border-radius:   10px;
  border-radius:       10px;
  color: #eee;
}
/* FORMS */
form#contact {width: 406px;}
label {width: 200px; margin-bottom: 10px; clear: both; float: left;}
input[type=text] {width: 200px; margin-bottom: 10px;}
textarea {width: 100%;}

/* HELLOBAR */
a#hellobar-logo,a#hellobar-logo:link,a#hellobar-logo:visited {display: none;}

/* STICK FOOTER TO BOTTOM OF PAGE */
html, body {height: 100%;}
#wrapper {display: block; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -88px;}
.push {height: 88px; visibility: hidden;}
