@charset "utf-8";

/**
* Developed By David Tarczynski
* Online Media Group
* david@webomg.com
**/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url('../media/page_bg.jpg') repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	background-color: #fefdfb;
}

.hidden {
	display: none;
}

#frame {
	width: 980px;
	margin: 0 auto;	
}

#page {
	float: left;
	background: url('../media/header_banner_bg.jpg') no-repeat;
}

#header {
	width: 980px;
	height: 200px;
	float: left;
}

#header_left {
	width: 490px;
	height: 200px;
	float: left;
}

#header_left img {
	padding: 10px 0 0 0;
}

#header_right {
	width: 490px;
	height: 200px;
	float: left;
}

#header_right img {
	margin-top: -7px;
	padding: 0 0 0 100px; 
}

#content_body {
 	width: 980px;
 	float: left;
}

#content_top {
	width: 980px;
	height: 304px;
 	float: left;
}

#video {
	width: 332px;
	height: 277px;
	float: left;
	background: url('../media/video_bg.jpg') no-repeat;	
	margin: 0 0 0 0;
}

#prod_contomg {
	width: 980px;
	float: left;
}

.product_cont {
	width: 303px;
	height: 290px;
	float: left;
	margin: 0 10px 0 10px;
}

.product_top {
	width: 303px;
	height: 38px;
	float: left;
	background: url('../media/blue_top.jpg') no-repeat;
	margin: 0 0 5px 0;
}

.product_top_left {
	width: 173px;
	height: 38px;
	float: left;	
}

.product_top_left h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 0 10px;
	line-height: 38px;
}

.product_top_right {
	width: 130px;
	height: 38px;
	float: left;
	text-align: right;	
}

.product_top_right p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 5px 10px 0 0;
	line-height: 15px;
}

.product_middle {
	width: 303px;
	float: left;
	margin: 0 0 0 0;
}

.product_middle img {
	border: 1px solid #000;
	padding: 10px 5px 10px 5px;
	margin: 0 5px 0 0;
	background-color: white;
}

.product_middle p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 13px;
}

.product_desc {
	width: 303px;
	height: 50px;
	float: left;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 13px;
}

.product_cart {
	width: 303px;
	height: 37px;
	float: left;
	padding: 0;
	background: url('../media/checkout_bg.jpg') no-repeat;
}

.product_cart select {	
	margin: 0 0 0 5px;
}

.product_cart select:first-child {
	margin: 0;
}

input.add_cart {
	margin: 0 0 0 5px;
	position: relative;
	top: 6px;
}

#content_bottom {
	width: 980px;
 	float: left;
 	background: url('../media/content_bg.jpg') repeat-x;
 	padding-bottom: 20px;
}

#content_bottom_left {
	width: 655px;
 	float: left;
}

#content_bottom_left h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 18px;
	color: #000;
	padding: 20px 0 5px 0;
	margin-bottom: 10px;
 	background: url('../media/heading_bottom.jpg') no-repeat;
 	background-position: left bottom;
}

#content_bottom_left p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #000;
	text-align: left;
}

.blue_text {
	color: #16629d;
}

#content_bottom_right {
	width: 325px;
 	float: left;
}

#content_bottom_right img {
	padding: 20px 0 0 30px;
}

