@charset "UTF-8";
/************************************
CSS DOCUMENT
Designed by: The Image Distillery
Date: Aug, 7th 2008
By: Douglas Linsmeyer
Note: Hand Coded.
************************************/

/*
	GLOBAL
*/
* {
	text-shadow: #000000 0 0 0px;
	}
/*
	PAGE ELEMENTS
*/
body {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* styling */
	background-image: url(../media/bg_body.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111111;
	}
a img {
	border: none;
	}
/*
	ID ELEMENTS
*/
#page {
	/* structure */
	margin: auto;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	/* styling */
	background-image: url(../media/bg_page.png);
	background-position: top;
	background-repeat: repeat-y;
	}
#wrapper {
	/* structure */
	margin: 0px 0px 0px 97px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	/* styling */
	
	}
#header-black-bar {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
	/* styling */
	}
#header-gray-bar {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 75px;
	/* styling */
	background-image: url(../media/bg_gray_bar.png);
	background-position: top;
	background-repeat: repeat-x;
	}
#logo {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* styling */
	}
#header-main {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* styling */
	}
#header-main-menu {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	height: 200px;
	float: left;
	/* styling */
	background-image: url(../media/bg_menu.png);
	background-position: top;
	background-repeat: repeat-x;
	}
#header-main-menu ul {
	/* structure */
	margin: 20px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	/* styling */
	
	}
#header-main-menu ul li {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* styling */
	list-style: none;
	}
#header-main-right {
	/* structure */
	margin: 0px 0px 0px 250px;
	padding: 0px 0px 0px 0px;
	/* styling */
	
	}
#content {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* styling */
	background-image: url(../media/bg_content.png);
	background-repeat: repeat;
	}
#content a {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* styling */
	color: #111111;
	text-decoration: underline;
	}
#content fieldset {
	/* structure */
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	/* styling */
	border: none;
	}
#content fieldset ul {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* styling */
	}
#content fieldset ul li {
	/* structure */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	/* styling */
	list-style: none;
	}
#content fieldset ul li label {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	/* styling */
	text-transform: uppercase;
	font-size: .8em;
	color: #222222;
	}
#content fieldset ul li input {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	/* styling */
	background-image: url(../media/form_text_bg.png);
	font-size: 1.3em;
	color: #222222;
	border: #555555 solid 1px;
	}
#content textarea {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	/* styling */
	background-image: url(../media/form_textarea_bg.png);
	font-size: 1.3em;
	color: #222222;
	border: #444444 solid 1px;
	}
#content a:hover {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* styling */
	color: #cccccc;
	text-decoration: underline;
	}
#content h1 {
	/* structure */
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 5px 0px;
	/* styling */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	}
#content h2 {
	/* structure */
	margin: 0px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
	/* styling */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}
#content p {
	/* structure */
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 10px 0px;
	/* styling */
	text-indent: 0.0em;
	}
#content ul {
	/* structure */
	margin: 0px 10px 0px 25px;
	padding: 0px 0px 0px 0px;
	/* styling */
	
	}
#content ul li {
	/* structure */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	/* styling */
	}
#content-left {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	width: 425px;
	float: left;
	/* styling */
	background-image: url(../media/bg_content_left.png);
	background-repeat: repeat;
	color: #CCCCCC;
	}
#content-left h1 {
	/* structure */
	/* styling */
	color: #A5A5A5;
	}
#content-left h2 {
	/* structure */
	/* styling */
	color: #ffffff;
	}
#content-right {
	/* structure */
	margin: 0px 0px 0px 425px;
	padding: 15px 0px 15px 0px;
	/* styling */
	}
#content-right h1 {
	/* structure */
	/* styling */
	color: #444444;
	}
#content-right h2 {
	/* structure */
	/* styling */
	color: #333333;
	}
#product_content {
	margin: 0px 0px 0px 0px;
	}
#buy_now {
	position: relative;
	bottom: 30px;
	}
#product_content a:visited {
	color:#999999;
	font-style: italic;
	text-decoration: none;
	}	
#product_content a {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
	}
#product_content a:hover {
	color: #CCCCCC;
	font-style: italic;
	text-decoration: underline;
	}

#product_box {
	display: inline;
	}
#content-end {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	/* styling */
	}
#footer {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	height: 45px;
	color: #666666;
	font-size: 0.8em;
	/* styling */
	background-image: url(../media/bg_footer.png);
	background-repeat: repeat;
	}
#footer-menu {
	/* structure */
	margin: 18px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	/* styling */
	text-transform: uppercase;
	color: #777777;
	}
#footer-menu ul {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* styling */
	}
#footer-menu ul li {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	display: inline;
	/* styling */
	list-style: none;
	}
#footer-menu a {
	/* structure */
	/* styling */
	color: #555555;
	text-decoration: none;
	}
#footer-menu a:hover {
	/* structure */
	/* styling */
	color: #cccccc;
	}
#page-end {
	/* structure */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
	/* styling */
	background-image: url(../media/bg_page_end.png);
	background-position: top center;
	background-repeat: no-repeat;
	}
/*
	CLASS ELEMENTS
*/
.float_left {
	float: left;
	}
.float_right {
	float: right;
	}
.big_list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	list-style: none;
	}
.error_message {
	color: #FFFFCC;
	font-size: 1.1em;
	}
.paragraph_indented {
	text-indent: .7em;
	}
.accented_dark {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../media/bg_content_left.png);
	background-repeat: repeat;
	}
.accented_light {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../media/bg_content.png);
	background-repeat: repeat;
	}
.list_heading {
	font-size: 1.1em;
	font-weight: bold;
	}
.demo_vid {
	float: right;
	width: 450px;
	height: 375px;
	margin: 0px 0px 0px -10px;
	background-image: url(../media/video_bg.png);
	background-repeat: none;
	background-position: top right;
	}
.display_image {
	position: absolute;
	z-index: -1;
	}
.product_copy {
	float: left;
	width: 500px;
	margin-top: -15px;
	padding: 0px 10px 20px 20px;
	color: #CCCCCC;
	line-height: 1.6em;
	}
.image_text {
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color:#666666;
	text-align: center;
	}
.side_display {
	float: right;
	width: 250px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	background-image: url(../media/bg_content.png);
	background-repeat: repeat;
	font-size: 11px; 
	}
.side_display img {
	border:inset;
	border-color: #333333;
	border-width: 2px;
	}
.side_display p {
	margin-bottom: 15px;
	text-align: left;
	}
