html
{
	height: 100%;
	font-family: Arial, Sans, sans-serif;
}

body
{
    margin: 0px;
	background-color: #1a1612;
	height: 100%;
	font-size: 14px;
}

#header
{
    z-index: 0;
	height: 360px;
	background-color: #000;
	background-image: url('/images/bg1.png?t=090828');
	position: relative;
}

.header-low {
    height: 190px !important;
}

#header-inner {
    width: 880px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

#clouds {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-image: url('/images/clouds.png?t=090828');
    background-position: top center;
    opacity: 0.5;
}

#fish {
    z-index: 3;
    position: absolute;
    left: 10px;
    top: 70px;
    height: 100%;
    width: 100%;
    background-image: url('/images/fish.png?t=090828');
    background-repeat: no-repeat;
    opacity: 0;
}

#moto {
    position: absolute;
    right: 0px;
    top: 30px;
    height: 66px;
    width: 570px;
    background-image: url('/images/moto.png?t=090828');
    background-repeat: no-repeat;
}

#plainsun {
    z-index: 4;
    position: absolute;
    left: 220px;
    top: 20px;
    height: 100%;
    width: 511px;
    background-image: url('/images/plainsun.png?t=090828');
    background-repeat: no-repeat;
}

#serrated {
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-image: url('/images/serrated.png?t=090828');
    background-repeat: repeat-x;
    background-position: bottom center;
}

#menubar {
    z-index: 10;
    display: block;
    position: absolute;
    left: 110px;
    bottom: 8px;
}

#menu
{
    padding-left: 0px;
}

#menu li
{
    display: inline;
    list-style-type: none;
}

#menu a
{
    color: #000;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#menu a.selected, #menu a:hover
{
    background-color: #578a38;
    color: #fff;
    text-decoration: none;
}

a, a:hover
{
	text-decoration: none;
    color: #5287bb;
}

a:hover, div.box a:hover
{
    text-decoration: underline;
}

.big
{
    font-size: 18px;
}

a#logo
{
    z-index: 4;
    display: block;
    height: 100px;
    width: 100px;
    background-image: url('/images/logo.png?t=090828');
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 40px;
    border: none;
    margin: 0px;
}

a img
{
    border: none;
    margin: 0px;
}

#content-inner {
    width: 860px;
    margin: 0 auto;
    height: 100%;
    position: relative;
	padding-top: 50px;
}

.content-ad
{
    padding: 0px !important;
}

h1.title
{
    font-size: 36px;
    margin-top: 0px;
    color: #c8643d;
}

h1.subtitle
{
    font-size: 20px;
    margin-top: -15px;
    margin-bottom: 30px;
    color: #fff;
}

h2
{
    margin-top: 30px;
    color: #dcb47c;
    font-size: 20px;
}

#content p, #content li, #box li
{
    font-size: 15px;
    color: #aaa;
    line-height: 22px;
}

p.light {
    background-color: #333;
    padding: 10px;
}

#boxes
{
	width: 900px;
	margin: 50px auto;
	border-top: 5px dotted #333;
	border-bottom: 5px dotted #333;
	height: 220px;
}

.box
{
	width: 190px;
	height: 190px;
	float: left;
    color: #aaa;
	margin: 10px 0px 10px 10px;
	padding: 10px;
    border-right: 5px dotted #333;
}

.box:last-child
{
    border-right: none;
}

.box h1
{
	font-weight: normal;
	margin-top: 0px;
	font-size: 20px;
	color: #fff;
}

.box li
{
    padding: 3px 0px 3px 0px;
}

.box ul
{
	margin: 0px;
	padding-left: 16px;
}

#footer
{
	text-align: center;
	font-size: 12px;
	color: #aaa;
	padding: 5px;
	clear: both;
	margin: 20px;
}

.blog-post .post-title
{
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
    color: #eee;
}

.blog-post .title {
    color: #5287bb;
}

.blog-post
{
    margin-bottom: 30px;
}

.blog-post .author {
    color: #528834;
    white-space: nowrap;
}

.blog-post .date
{
    color: #bbb;
    white-space: nowrap;
}

pre {
    border: 1px solid #555;
    background-color: #333;
    color: #fff;
    padding: 5px;
}

th {
    vertical-align: top;
}

p.testimonial-text {
    font-size: 14px;
}
