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




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}


body{
	background:#000000 no-repeat  top center;
	text-align: center;
	min-width:990px;
	margin:0 auto;
	background: #000000 url("images/background.jpg") repeat;
}


p {
	padding:0px 15px;
	font:13px/14px Verdana;
	color:#000000;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:917px;
	margin:0 auto;
	text-align:center;
	padding:0px;
	background:#ffffff;
}

#header_wrapper {
	width:917px;
	min-height:136px;
	margin:0 auto;
	text-align:center;
	padding:0px;
	background:#ffffff url("images/background_header.jpg") repeat-x top center;
}

#logo {
	margin:0 auto;
	text-align:left;
	padding:30px 10px 10px 10px;
}
#signup_wrapper {
	width:917px;
	height:160px;
	margin:0 auto;
	text-align:center;
	padding:0px;
	background:#ffffff url("images/background_signup.jpg") no-repeat top center;
}
#signup_text {
	padding:35px 0px 0px 95px;
	text-align:left;
}
#signup {
	padding:0px 0px 0px 95px;
	text-align:left;
	margin-top:-10px;
}
input.btn {
	width:248px;
	height:48px;
	background:url("images/btn_subscribe.png") no-repeat;
	border:none;
	margin:7px 0px 0px 5px;
}
input.email {
	height:28px;
	width:386px;
	background:#ffffff;;
	border:thin solid #8ed7ff;
	font:normal 14px Verdana;
	color:#585858;
	padding:7px 0px 0px 10px;
}
#bullet_wrapper {
	width:800px;
	height:100px;
	margin:0 auto;
	padding:15px 0px 28px 0px;
	text-align:center;
	font:bold 14px Verdana;
	color:#585858;
}
#thanks_wrapper {
	width:800px;
	margin:0 auto;
	padding:15px 0px 28px 0px;
	text-align:center;
	font:bold 14px Verdana;
	color:#585858;
}
#bullet_left {
	width:390px;
	margin:0 auto;
	text-align:left;
	float:left;
}
#bullet_right {
	width:390px;
	margin:0 auto;
	padding-left:20px;
	text-align:left;
	float:right;
}

#bullet1 {
	padding:0px 0px 0px 0px;
}
#bullet2 {
	padding:20px 0px 0px 0px;
}
#bullet3 {
	padding:0px 0px 0px 0px;
}
#bullet4 {
	padding:20px 0px 0px 0px;
}
#stock_wrapper {
	width:917px;
	min-height:210px;
	margin:0 auto;
	text-align:center;
	padding:30px 0px 0px 0px;
	background:#ffffff url("images/background_stocks.jpg") no-repeat top center;
}
#stock1 {
	padding:0px 0px 0px 25px;
	float:left;
}
#stock2 {
	padding:0px 0px 0px 17px;
	float:left;
}
#stock3 {
	padding:0px 0px 0px 15px;
	float:left;
}
#stock4 {
	padding:0px 0px 0px 15px;
	float:left;
}

/* FOOTER */

#footer_wrapper {
	margin-top:6px;
	width:917px;
	height:80px;
	padding:25px 0px 0px 0px;
	font:22px Verdana;
	color:#ffffff;
	text-align: center;
	background:#ffffff url("images/background_footer.jpg") no-repeat top center;
}

#footer_wrapper a {
	color:#FFFFFF;
}

#footer_wrapper a: hover {
	color:#e5e5e5;
	text-decoration: none;
}

#footer_wrapper_links {
	padding:0px 0px 10px 0px;
	width:917px;
	font:12px Verdana;
	color:#000000;
	text-align: center;
}
#footer_wrapper_links a {
	color:#000000;
}

#footer_wrapper_links a:hover {
	color:#232323;
	text-decoration: none;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin: 5px 0px;
	font:normal 24px Verdana;
	color:#1974bd;
}
h2 {
	padding:0px 15px;
	font:bold 14px Verdana;
	color:#525252;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#525252;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 15px;
}
li {
	font:13px/18px Verdana;
	color:#525252;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
}
#contact_table {
	width: 400px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	height: 20px;
	text-align: right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 250px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}