body, html {
	padding:0;
	margin:0;
	background-color: #8a0000; 
	background-image: url(/images/top_back.gif); 
	background-repeat: repeat-x; 
    	font: normal 12px "Lucida Grande", Verdana, sans;
	color: #999;
}

img {
	border: 0;
}

h1 {
	color: #FF0000;
	padding: 0;
	margin: 30px 0 12px 0;
	font-size: 18px;
}

h2 {
	color: #FF0000;
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 16px;
}

h3 {
	color: #FF0000;
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 14px;
}

a {
	color: #ddd;
	text-decoration: none;
}

a:hover {
	color: #eee;
	text-decoration: none;
}
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
.left {
	float: left;
	margin-right: 10px;
}

#header {
	height: 119px;
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/header_back.jpg); 
	background-repeat: no-repeat; 
	z-index: 1000;
}

#logo {
	position: absolute;
	top: 0px;
	left: 325px;
	z-index: 1001;
}

#navigation {
	position: absolute;
	top: 69px;
	width: 900px;
	z-index: 1000;
}

#navigation #b_catalog {
	background-image: url(/images/b_catalog.gif);
	float: left;
	width: 109px;
	height: 50px;
	line-height: 23px;
	text-indent: -9000px;
}

#navigation #b_media {
	background-image: url(/images/b_media.gif);
	float: left;
	width: 112px;
	height: 50px;
	line-height: 23px;
	text-indent: -9000px;
}

#navigation #b_support {
	background-image: url(/images/b_support.gif);
	float: left;
	width: 164px;
	height: 50px;
	line-height: 23px;
	text-indent: -9000px;
}

#navigation #b_teams {
	background-image: url(/images/b_teams.gif);
	float: right;
	width: 164px;
	height: 50px;
	line-height: 23px;
	text-indent: -9000px;
}

#navigation #b_dealers {
	background-image: url(/images/b_dealers.gif);
	float: right;
	width: 112px;
	height: 50px;
	line-height: 23px;
	text-indent: -9000px;
}

#navigation #b_aboutus {
	background-image: url(/images/b_aboutus.gif);
	float: right;
	width: 109px;
	height: 50px;
	line-height: 23px;
	text-indent: -9000px;
}

#navigation a:hover {
	background-position: 0px -50px;
}

#navigation .selected {
	background-position: 0px -50px;
}

#display_container {
	background-color:#000000;
	z-index: 2000;
	position: relative;
   width: 878px;
   margin-left: auto;
   margin-right: auto;
   right: 11px;
   text-align: center;
}

#display_area {
	position: relative;
	width: 100%;
   background-color: #000000;
   text-align: center;
}

.submenu_l {
	position: absolute;
	width: 100%;
	height: 29px;
	top: 0px;
	visibility: hidden;
	z-index: 1000;
}

.submenu_r {
	position: absolute;
	width: 100%;
	height: 29px;
	top: 0px;
	visibility: hidden;
	z-index: 1000;
}

.ie_sux {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/submenu_back.png');
	width: 900px;
	height: 29px;
}

html>body .ie_sux {
	background-image: url(/images/submenu_back.png);
	width: 900px;
	height: 29px;
}

.submenu_l ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.submenu_r ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.submenu_l li {
	position: relative;
	top: 6px;
	margin: 0;
	padding: 2px 23px 2px 20px;
	float: left;
	border-right: 1px Solid #333;
}

.submenu_r li {
	position: relative;
	top: 6px;
	margin: 0;
	padding: 2px 23px 2px 20px;
	float: right;
	border-left: 1px Solid #333;
}

.submenu_l li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.submenu_r li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.submenu_l li a:hover {
	color: #ff0000;
}

.submenu_r li a:hover {
	color: #ff0000;
}

#body {
	background-image: url(/images/body_top_back.gif);
	background-repeat: repeat-x;
	
}

#content {
	position: relative;
	width: 876px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1d1d1d;
	padding: 12px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#content_side {
	width: 316px;
	float: left;
}

.section_title {
	height: 27px;
	clear: both;
}

.section_body {
	background-image: url(/images/section_back.gif);
	background-repeat: repeat-x;
	padding: 10px;
}

.section_body ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.section_body li {
	background-image: url(/images/arrw.gif);
	background-repeat: no-repeat;
	background-position: 7px 14px;
	padding: 10px 10px 5px 25px;
	font-weight: bold;
}

.section_body li a {
	color: #999;
	text-decoration: none;
}

.event_title {
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 7px;
	padding-top: 3px;
}

span.event_date {
	font-size: 9px;
}

.section_body p {
	clear: both;
	color: #fff;
	font-size: 11px;
	line-height: 1.8em;
	margin: 0;
	padding: 0 0 20px 0;
}

#content_main {
	float: left;
	margin-left: 12px;
	margin-right: 0;
	width: 548px;
}

#content_ad_1 {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	background-image: url(/images/ad_back.gif);
	background-repeat: no-repeat;
	padding: 3px;
}

#content_ad_2 {
	float: left;
	margin-bottom: 12px;
	background-image: url(/images/ad_back.gif);
	background-repeat: no-repeat;
	padding: 3px;
}

#content_features {
	background-color: #000000;
	padding: 12px;
}

#video_player {
	float: left;
	width: 300px;
}

#video_text {
	float: right;
	width: 512px;
	margin-left: 12px;
	line-height: 1.3em;
}

#footer {
	width: 900px;
	height: 78px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/footer_back.gif);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

.footer_logo {
	padding: 9px 0 0 0;
	margin: 0;
	float: left;
}

#footer_logo_right {
	padding: 9px 0 0 0;
	margin: 0;
	float: right;
}

#footer_text {
	text-align: center;
	margin-bottom: 12px;
	line-height: 1.5em;
}

#footer_text a {
	color: #FFF;
}

#productstable {
	margin-left: 85px;
}

.productcell {
	color: #fff;
	text-align: center;
	float: left;
	height: 130px;
	margin: 10px 25px 10px 0;
	padding-bottom: 20px;
	width: 210px;
}

.productcell div {
	height: 120px;
	width: 140px;
	vertical-align: top;
}

.productcell a {
	text-decoration: none;
	color: #fff;
}

.photoset a {
	text-decoration: none;
}

div.pic {
	float: left;
	padding: 10px;
}

.goback a {
	font-size: 12px;
	text-decoration: none;
}

#flickrslideshow {
	margin: 0px 0px 0px 15px;
	width: 800px;
	height: 550px;
}

.photo_gallery {
	margin: 25px 10px 10px 25px;
	float: left;
	position: relative;
	background-image: url(/images/gallery_back.gif);
	width: 127px;
	height: 140px;
	text-align: center;
}

.gallery_thumb {
	margin-top: 13px;
}

.gallery_text {
	position: relative;
	top: 8px;
	padding: 0 2px 0 2px;
	color: #ffcc00;
	font-weight: bold;
}

#youtube_video {
	float: left;
	margin-left: 20px;
	margin-top: 7px;
	padding: 0;
}

#video_list {
	float: right;
	background-image: url(/images/videos_back.jpg);
	background-repeat: no-repeat;
	width: 390px;
	margin-top: 12px;
	padding: 7px;
	height: 700px;
}

.video_item {
	clear: both;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: Dashed 1px #666;
	height: 50px;
}
.video_item a {
	color: #666;
}
.video_icon {
	float: left;
	padding-right: 7px;
}

.video_item b {
	color: #ddd;
	font-weight: bold;
}

.video_item p {
	padding: 0;
	margin: 0;
	color: #666;
}

.datebox {
	background-color: #333;
	color: #FEC200;
	float: left;
	text-align: center;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	padding-top: 5px;
}

.datebox .month {
	font-size: 11px;
	font-weight: normal;
}

.datebox .year {
	font-size: 16px;
	font-weight: bold;
}

#bom_table td {
	color: #000;
}

#bom_table th {
	color: #fff;
}
.clear {
	clear: both;
}

#product_info {
	float: left;
	width: 548px;
	background-image: url(/images/section_back.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

#product_features {
	float: left;
	width: 316px;
	margin-left: 12px;
	background-image: url(/images/section_back.gif);
	background-repeat: repeat-x;
}

#product_features ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#product_features li {
	background-image: url(/images/arrw.gif);
	background-repeat: no-repeat;
	background-position: 7px 14px;
	padding: 10px 10px 5px 25px;
	font-weight: bold;
}


.padding10 {
	padding: 10px;
}