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

*
{
	margin:		0;
	padding:	0;
}

body 
{
	text-align:		center; /* for ie6 */
	background: url(/images/background_splatter_tito.jpg) top center no-repeat;
	background-color: #000;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

#main_wrapper
{
	width: 920px;
	margin-left:	auto;
	margin-right:	auto;
	text-align:		left;
}

#gnav *
{
	margin:0; padding:0;
}

#gnav 
{
	behavior:url(/js/csshover.htc);
	background:url(/images/gnav_background.png);
	width: 920px;
	float: left;
}

#gnav ul
{
	
}

#gnav li
{
	list-style-type: none;
	float: left;
	padding: 5px 10px 5px 20px;
	position: relative;
}

#gnav li ul
{
	margin-top: 5px;
	margin-left: -20px;
	position: absolute;
	width: 14em;
	background:url(/images/gnav_background.png);
	display: none;
}

#gnav li:hover ul
{
 display: block;	
}

#gnav li ul li
{
	width: 100%;
}

#gnav a
{
	color: #CCC;	
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#gnav li ul li a
{
	font-size: 1em;
}

#gnav a:hover { color: #FFF; }

#gnav input[type="image"] { margin: 10px 20px; }

#logo
{
	position:absolute;
	top: 40px;
}

img { border:none; }


#fma
{
	text-align:right;
}

#content
{
	background-color: #231f20;	
	padding: 10px;
}

#page_header
{
	padding: 5px 0px 10px 20px;	
}

h2
{
	font-size: 1.2em;
	color: #FFF;
}

#page_header h2
{
	font-size: 1.2em;
	color:#FFF;
	padding: 10px;
	clear:both;
}

#content h3
{
	font-size: .8em;
	color:#CCC;
	padding: 10px 0px 4px 0px;
}

#content p
{
	font-size: .8em;
	color: #CCC;
}

#content hr
{
	color:#666;
	margin: 10px;
	clear:both;
	
}

#content a
{
	color:#FFF;
	font-weight:bold 
}

#content a:link {  text-decoration:none; }
#content a:visited{ text-decoration:none; }
#content a:hover { text-decoration:underline; }

#left_feature
{
	width: 445px;
	float:left;
}

#right_feature
{
	width: 445px;
	float: right;
}

#other_products
{
	padding: 10px 0px;
	margin-top: 10px;
	background-color: #231f20;
}

#product
{
	text-align: left;
	padding: 10px;
}

#product_images
{
	border:solid #CCC;
	border-width: 1px;
	padding: 5px 0px;
	text-align: center;
	position: relative;
}

#coming_soon
{
	position:absolute;
	width: 100%;
	text-align: center;
}

#other_products
{
	clear:both;
}

#prod_left_col
{
	width: 290px;
	margin-right:15px;
	float:left;	
}

#prod_mid_col
{
	width: 290px;
	margin-right: 15px;
	float: left;	
}

#prod_right_col
{
	width: 290px;
	float: right;
}

#body_text
{
	color:#CCC;
	font-size: 1.2em;
	line-height: 1.4em;
}

#body_text p 
{
	margin-bottom: 1.5em;
}

#end_content
{
	clear: both;
}

#footer { 
	clear: both;
	margin-top: 20px;
}

#footer_left {
	color: #CCC;
	float:left;
	width: 70%;
	text-align: left;
}

#footer_right {
	float: right;
	width: 30%;
	text-align: right;
}
