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


img { behavior: url(iepngfix.htc); }
body{
	background-color:#080404;
	background-image:url(../images/bkg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:0.8em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#b9b9b9;
}

#header{
	width:949px;
	height:181px;
	margin-left:auto;
	margin-right:auto;
	padding-right:61px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
}
#content{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	margin-bottom:20px;
}
#content a{
	text-decoration:underline;
	color:#568fb7;
}
#content a:hover{
	text-decoration:none
}
.content_bkg{	
	background-color:#000;	
}
#menu{
	float:right;
	color:#FFF;
	padding-top:10px;
}
#menu a{
	margin-right:10px;
	margin-left:10px;
	color:#FFF;
	padding:0px 3px 0px 3px;
}
#menu a:hover{
	background-color:#ed1e28;
	text-decoration:none;
}
#splash{
	width:828px;
	height:72px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/splash.png);
	background-repeat:no-repeat;
	padding-top:308px;
	padding-left:220px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1.2em;
	behavior: url(iepngfix.htc);
}
h1{
	font-size:1.7em;
	letter-spacing:3px;
	color:#e72130;
	
	text-transform:uppercase;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	margin-bottom:20px;
}
h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#bedcec;
	font-size:1.3em;
	margin-bottom:15px;
	margin-top:15px;
	text-transform:uppercase;
}
h3{
	font-weight:bold;
	color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
}
.super_heading{
	font-size:2em;
	margin-top:0px;
	font-weight:bold;
}
#content p{
	margin-top:15px;
	margin-bottom:15px;
}
#content ul{
	margin-top:15px;
	margin-bottom:15px;
}
#content li{
	list-style-type:disc;
	line-height:20px;
	margin-left:30px;
}
.img_right{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	border: solid 3px #fff;
}
.red{
	color:#ed1b20;	
}
.img{
	border: solid 3px #fff;
}
.indent{
	padding-left:20px;	
}
.graybox{
	background-color:#272323;
	padding:15px 15px 1px 15px;	
	margin-bottom:20px;
}
#title_new_products{
	height:15px;
	background-image:url(../images/title_new_products.jpg);
	background-repeat:no-repeat;
}
#title_recent_news{
	height:15px;
	background-image:url(../images/title_recent_news.jpg);
	background-repeat:no-repeat;
}
#title_accessories{
	height:15px;
	background-image:url(../images/title_accessories.jpg);
	background-repeat:no-repeat;
}
#title_products{
	height:15px;
	background-image:url(../images/title_products.gif);
	background-repeat:no-repeat;
}
#title_events{
	height:15px;
	background-image:url(../images/title_events.jpg);
	background-repeat:no-repeat;
}
#title_about_us{
	height:15px;
	background-image:url(../images/title_about_us.jpg);
	background-repeat:no-repeat;
}
#title_about_us_blk{
	height:15px;
	background-image:url(../images/title_about_us_blk.jpg);
	background-repeat:no-repeat;
}
#title_newsletter{
	height:15px;
	background-image:url(../images/title_newsletter.jpg);
	background-repeat:no-repeat;
}
#title_features{
	height:15px;
	background-image:url(../images/title_features.gif);
	background-repeat:no-repeat;
}
#title_contact_us{
	height:15px;
	background-image:url(../images/title_contact_us.jpg);
	background-repeat:no-repeat;
}
#rightcol{
	float:right;
	width:280px;
}
#leftcol{
	width:590px;	
}
#about_us{
}
#newsletter{
}
.lighter{
	font-size:0.8em;
	color:#888;
}
.button input { border:none; margin-left:16%; font-size:1.2em; color:#ed1b24; background:none; padding:0 4px; cursor:pointer; width:auto;}
#footer{
	background-color:#272323;
	min-height:200px;
	color:#857c7c;
}
#footer a{
	color:#857c7c;
}
#footer_inner{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
#copy{
	width:230px;
	float:right;
	text-align:right;
}
.clear{
	clear:both;	
}
