@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
} 

html, body, #wrap {
	height: 100%;
}

body {
	background-color: #231f20;
	background-image: url('../img/background.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

p {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

#footer p {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #FFF;
}

h1 {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}

h2 {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #202020;
}

h3 {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #202020;
	line-height: 40px;
}

h4 {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #FFF;
}

#top-nav a:link {color: #FFF; text-decoration: none;}
#top-nav a:visited {color: #FFF; text-decoration: none;}
#top-nav a:hover {color: #FFF; text-decoration: underline;}
#top-nav a:active {color: #FFF; text-decoration: underline;}

#main-nav a:link {color: #FFF; text-decoration: none;}
#main-nav a:visited {color: #FFF; text-decoration: none;}
#main-nav a:hover {color: #FFF; text-decoration: underline;}
#main-nav a:active {color: #FFF; text-decoration: underline;}

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #820024; text-decoration: underline;}
a:active {color: #000; text-decoration: underline;}

#wrap {
	background-image: url('../img/body-background.png');
	background-position: center;
	background-repeat: repeat-y;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

#main {
	padding-bottom: 100px;
}

#footer {
	background-image: url('../img/footer-background.jpg');
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: -100px; 
	height: 100px;
	clear: both;
} 

#footer .footer-content {
	width: 900px;
	padding: 5px;
	margin: 0 auto;
	bottom: 0px;
}

#header {
	background-image: url('../img/header-background.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 175px;
	width: 1000px;
	margin: 0 auto;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

#header #logo {
	width: 231px;
	height: 112px;
	margin-left: 65px;
	margin-top: 36px;
	float: left;
}

#header #main-nav {
	background-image: url('../img/navigation.png');
	background-repeat: no-repeat;
	height: 61px;
	width: 585px;
	margin-right: 40px;
	margin-top: 70px;
	float: right;
}

#left-nav-cap, #right-nav-cap {
	width: 20px;
	height: 50px;
	display: inline;
}

#header #main-nav span {
	display: inline-block;
	height: 50px;
	padding: 18px 15px 10px 10px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	float: right;
}

#header #top-nav {
	float: right;
	display: inline;
	margin-top: 10px;
	margin-right: 40px;
}

#top-nav ul {
	font-family: Arial, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-nav ul li {
	display: block;
	position: relative;
	float: left;
	width: 150px;
}

#top-nav li ul { display: none; }

#top-nav ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	padding: 10px 15px 10px 15px;
	background: #231f20;
	margin-left: 1px;
	white-space: nowrap;
}

#top-nav ul li a:hover { background: #162a43; }

#top-nav li:hover ul { 
	display: block; 
	position: absolute;
}

#top-nav li:hover li { 
	float: none;
	font-size: 11px;
}

#top-nav li:hover a { background: #162a43; }

#top-nav li:hover li a:hover { background: #334c68; }

#header #top-nav ul {
	list-style-type: none;
}

#header #top-nav li {
	display: inline;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}

#main #welcome {
	background-image: url('../img/welcome-background.png');
	background-repeat: no-repeat;
	width: 900px;
	height: 300px;
	margin: 0 auto;
}

#main #about {
	background-image: url('../img/about-background.png');
	background-repeat: no-repeat;
	width: 900px;
	height: 300px;
	margin: 0 auto;
}

#main #quote {
	background-image: url('../img/quote-background.png');
	background-repeat: no-repeat;
	width: 900px;
	height: 300px;
	margin: 0 auto;
}

#main #message {
	width: 450px;
	height: 225px;
	margin: auto auto 25px 25px;
}

.fp-content-container {
	width: 900px;
	margin: 0 auto;
	padding: 25px 0 25px 0;
	clear: both;
}

.fp-content {
	background-image: url('../img/content-background.png');
	background-repeat: repeat-y;
	width: 900px;
}

.fp-content p {
	padding: 0 10px;
}

.fp-content-container .fp-content img {
	float: left;
	margin: 0 10px 0 10px;
}

.fp-content-container ul {
	padding-top: 10px;
}

.fp-content-container li {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 25px;
	list-style-type: circle;
	margin-left: 20px;
}

#two-column-left {
	background-image: url('../img/subpage-nav-bg.png');
	background-repeat: repeat-y;
	width: 425px;
	float: left;
}	

#two-column-right {
	background-image: url('../img/subpage-nav-bg.png');
	background-repeat: repeat-y;
	width: 425px;
	float: right;
}

#two-column-left, #two-column-right {
	margin: 25px 0 25px 0;
}

.column-content {
	padding: 0px 10px;	
}

.column-content p {
	line-height: 32px;
	text-indent: 15px;
}

.three-column {
	width: 290px;
	margin: 0 5px 0 5px;
	float: left;
}

/* Page Form Elements */

.cleanform {
	font-size:1em;
	width:575px;
	color:#1b1b1b;
	text-align:left;
	margin:1em auto;
	background-color: #FFF;
}

.cleanform legend { 
	color: #1b1b1b;
	letter-spacing: 3px;
	font-size: 22px;
	font-weight: bold;
}

.cleanform  label, .cleanform legend {
	padding:0;
	margin:0.3em 0
}

.cleanform fieldset {
	padding:0.7em;
	border:1px solid #666;
	margin:0 0 0.5em 0
}

.cleanform label {
    font-weight:bold;
}

.cleanform fieldset input {
    width:70%;
    line-height:1.5em;
	padding:0.15em
}

.cleanform input, .cleanform textarea, .cleanform select {
    display:block;
    margin-bottom:1em;
    font-size:1em;
    border:1px solid #bbb;
    padding:0.15em;
    margin-right:1em
 }

.cleanform button {
	margin:0.3em 0;
	border:1px solid #ccc;
	background-color:#eee;
	font-size:1em;
	cursor:pointer;
	padding:0.5em
}

.cleanform button:hover {
	background-color:#dda6a6;
	border:1px solid #cf6c6c;
	color:#921414
}

.cleanform button:active {
	background-color:#333;
	color:white;
	border:1px solid #000
}

.cleanform .formInfo {
    margin-bottom:1em;
    padding-bottom:0.5em;
    border-bottom:0.1em solid #ddd
}

.cleanform .formInfo h2 {
	color:#00889e;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em
}

.cleanform .formInfo p{
	text-align:justify
}

.cleanform .quantity {
	border:1px solid #bbb;
	display: inline;
}