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

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
	margin:0px;
	padding:0px;
	background: #000 url(../images/main_background.jpg) repeat-x;
	background-position:top center;
}

#wrapper {
    width: 960px;
	position:relative;
    margin: 0 auto;
}

#container {overflow:hidden;}

/* ===========================
   ========= Headings ======== 
   =========================== */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {
	outline: 0;
	}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	color: #fff;
	padding: 0 1px;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

/* ===========================
   ===== Main Navigation ===== 
   =========================== */
 


.mainHeader nav { 
	float: left;
	width: 224px;
	border: solid 6px #c5851d;
	outline: solid 1px #000;
	position:relative;
	top:-10px;
	background-color:#000;
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
 	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
  	box-shadow:         3px 3px 5px 6px #ccc;
	padding-bottom: 30px;
}

.mainHeader nav ul {
	list-style: none; 
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left; 
	display: inline; 
	width: 94%;
	text-align:right;
	text-transform:uppercase;
}
	
.mainHeader nav a:link, .mainHeader nav a:visited {
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 3px 23px;
	text-decoration: none;
}
.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	color: #c5851d;
}
	

/* ===========================
   ======= Content Area ====== 
   =========================== */

#content {
	float:left;
}

.mainImage { 
	padding: 76px 10px 0px 20px;	
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
	float: left;
	margin-top: 0%;
	padding-left: 0;
	background-color: #c5851d;
	border-radius: 0px 0px 40px 40px; 
	-moz-border-radius: 0px 0px 40px 40px; 
	-webkit-border-radius: 0px 0px 40px 40px; 
	border: 1px solid #000000;
	color: #fff;
	position:absolute;
	top: 724px;
	box-shadow:inset 1px 8px 20px -6px #000;
    -moz-box-shadow:inset 1px 8px 20px -6px #000;
    -webkit-box-shadow:inset 1px 8px 20px -6px #000;
}

.mainFooter img {
	float: left;
	padding: 15px 6px 15px 35px;
}

.mainFooter form {
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	float:left;
	text-decoration: none;
	padding: 20px 2px 8px 35px;
	height: 30px;
}

.enteremail {
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	height:23px;
	border:1px solid #666666;
	margin-left:6px;
}

.submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#c5851d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #666666;
	display:inline-block;
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	width:58px;
	height:27px;
	}

.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.submit:active {
	position:relative;
	top:1px;
}

.newsletter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	padding: 20px 8px 8px 2px;
	width: 186px;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	padding: 25px 12px 8px 10px;	
}




