@import 'reset.css';
@import 'recycle.css';
@import 'slideshow.css';

body {
	background: #000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	color: #fff;
	padding: 8px 0;
}

h1, h2, h3, h4 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.6em;
}



.accent {
	font-weight: bold;
}

.borderBottom {
	border-bottom: 1px dotted #1e2427;
	padding: 0 0 15px 0;
	margin-bottom: 10px;
}

.borderTop {
	border-top: 1px dotted #1e2427;
	padding: 15px 0;
}

.borderTopLight {
	border-top: 1px dotted #707577;
	padding: 10px 0;
}

.noBorder {
	border: none;
}

.bigText {
	font-size: 1.2em;
}

.biggerText {
	font-size: 1.4em;
}

.clear {
	clear: both;
}
.space {
	width: 850px;
	height: 20px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #c4161c;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #397573;;
	text-decoration: none;
	background: url('../images/linkArrow.png') no-repeat right center;
	padding-right: 14px;
}

a:hover {
	color: #3da19d;
	background: url('../images/linkArrowHover.png') no-repeat right center;
}

a.close {
	float: right;
}

.error_list ul {
	color: #c4161c;
	list-style: disc;
	margin: 10px 0 10px 20px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}


/*****************************/
#fade {
	display: none;
	background: #000; 
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9996;
}
.popup_block{
	display: none;
	background: #ebebeb;
	/*float: left;*/
	position: fixed;
	top: 50%; 
	left: 50%;
	z-index: 9997;
	
}

#opt_in {
	width: 100px;
	background: #ebebeb;
	padding: 15px;
	font-size: .9em;
	/*position: relative;*/
}

/*****************************/

#header {
	width: 850px;
	height: 330px;
	margin: 0 auto;
}

#center {
	width: 940px;
	height: 857px;
	margin: 0 auto;
	background: url('../images/center-full.jpg') no-repeat;
}

p.soon {
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 12px;
}

/*****************************/


/********** MAIN NAV *******************/

#mainNav {
	text-align: center;
	padding: 12px;
}

#mainNav li {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	border-right: 1px dotted #5a5a5a;
	display: inline;
	padding: 12px 15px;
}

#mainNav li.last {
	border: none;
}

#mainNav a {
	text-decoration: none;
	border: none;
	color: #fff;
	background: none;
	padding: 0;
}

#mainNav a:hover {
	color: #397573;
	color: #818181;
}

/*****************************/

.contactLeft {
	width: 310px;
}

.contactRight {
	width: 250px;
	background: #c4161c;
	padding: 15px 15px 265px 15px;
}

.contactRight p {
	color: white;
}

.contactRight a {
	color: #fff;
	text-decoration: underline;
}

.contactRight a:hover {
	text-decoration: none;
}

/**************************************/

/********** FOOTER *******************/

.footerWrap {
	width: 100%;
	background: #1e2427;
}

.footer {
	width: 755px;
	margin: 0 auto;
	padding: 5px 0 30px 0;
	border-top: 1px solid #5d656a;
}

.footerLeft p {
	padding: 0;
	color: #686868;
	font-size: 10px;
}

.footerRight li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.footerRight li a {
	text-decoration: none;
	color: #686868;
	border: none;
}

.footerRight li a:hover {
	text-decoration: none;
	color: #fff;
}

li.last {
	border: none;
}

/********************/

.short {
	width: 65px;
}

.medium {
	width: 165px;
}

.large {
	width: 255px;
}

input {
	color: #646464;
	padding: 3px;
	font-size: 14px;
	background: #c8c8c8;
	background: #f5f6c4;
	border: 1px solid #465157;
	font-family: Arial, Helvetica, sans-serif;
}

form p {
	font-family: Arial, Helvetica, sans-serif;
	color: #1e2427;
	font-size: 13px;
	padding: 10px 0 2px 0px;
}

fieldset {
	border: 1px solid #465157;
	padding: 15px;
	width: 40%;
	margin: 20px 0 10px 0;
	background: #a8a8a8;
}

/*******************/

textarea {
	width: 215px;
	height: 90px;
	background: none;
	border: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #292929;
	padding: 0 0 0 14px;
}

/********************/

#formBtn input {
	border: none;
	background: none;
}

.checkbox p label {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #404040;
}

.checkbox input {
	
}

input[type="file"] {
	border: none;
	width: 279px;
	margin-top: 3px;
}












