@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 url('images/background.jpg') no-repeat fixed top center;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding:0px 15px;
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	color:#C3C3C3;
	text-align:justify;
}
a {
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:0px;
}



/* HEADER */

#header_wrapper {
	width:990px;
	height:400px;
	margin:0 auto;
}

#top_wrapper {
	width:990px;
	height:85px;
	margin:0 auto;
	background:#070607 url('images/top_bg.jpg') no-repeat fixed top center;
	position:relative;
}
#top_logo {
	float:left;
	position:absolute;
	bottom:10px;
	left:10px;
}
#top_links {
	float:right;
	position:absolute;
	bottom:10px;
	right:10px;
}
#top_links a {
	font-size:15px;
	font-family:Verdana;
	color:#BCBCBC;
	text-decoration:none;
}
#top_links a:hover {
	text-decoration:underline;
}

#products {
	width:990px;
	height:315px;
	margin:0 auto;
	background:url('images/product_bg.jpg') no-repeat top center;
}
a.buy_now {
	display:block;
	width:80px;
	height:18px;
	padding:9px 30px;
	margin:0px 15px;
	font-family:Myriad Pro;
	color:#D2BC3C;
	font-size:18px;
	background:#3A393A;
	text-decoration:none;
}
a.buy_now:hover {
	background:#727272;
}


form#BB_BuyButtonForm {
	margin:0px 0px 0px 15px;
}




/* MIDDLE */

#middle_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
}
#left_videos {
	padding: 15px 0px;
	*padding: 0px;
	width:260px;
	margin:0 auto;
	float:left;
	text-align:center;
}
#right_content {
	width:730px;
	margin:0 auto;
	float:right;
}
#video {
	float:right;
	margin:0px 20px;
}


table.order {
	font-family:Verdana;
	font-size:14px;
	color:#C3C3C3;
	font-weight:bold;
}



/* FOOTER */

#footer_wrapper {
	width:990px;
	padding:5px 0px;
	background:#070607;
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
	color:#C3C3C3;
	text-align:center;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin: 5px 0px;
	font-family:Verdana;
	font-size:24px;
	color:#C3C3C3;
	font-weight:normal;
}
h2 {
	padding:0px 15px;
	font-family:Verdana;
	font-size:18px;
	color:#C3C3C3;
	font-weight:bold;
}
h3 {
	padding:0px 15px;
	font-family:Verdana;
	font-size:14px;
	line-height:20px;
	color:#C3C3C3;
	font-weight:normal;
}
h4 {
	padding:0px 20px;
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	color:#C3C3C3;
	text-align:right;
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 15px;
}
li {
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	color:#C3C3C3;
}




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

#contact_table {
	width: 400px;
	font-family:Verdana;
	font-size:12px;
	color:#C3C3C3;
	padding-left:15px;
}
.contact_row {
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	padding-right: 5px;
	text-align: right;
	padding-top: 5px;
	height: 20px;
}
.contact_box {
	float: right;
	width: 250px;
	text-align: left;
	height: 25px;
}
input.contactinput {
	width: 250px;
	font-family:Verdana;
	font-size:11px;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.contacttext {
	font-family:Verdana;
	font-size:11px;
	color:#525252;
	background-color: #FFFFFF;
}


#contact_table2 {
	width: 470px;
	font-family:Verdana;
	font-size:12px;
	color:#C3C3C3;
	padding-left:15px;
}
.contact_row2 {
	width: 360px;
	height: 25px;
}
.contact_field2 {
	float: left;
	width: 105px;
	padding-right: 5px;
	text-align: right;
	padding-top: 5px;
	height: 20px;
}