@charset "utf-8";
/* CSS Document */

body{ 
		margin:0px;
		background-image:url(../images/backgrounds/bg_repeat.jpg);
		background-repeat:repeat;
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
}
img{
		border:0px;	
}
a{		text-decoration:none;
		outline: none;
		color:#CA3530;
}

.container{
		width:990px;
		margin-left:auto;
  		margin-right:auto;
		position:relative;
		border:1px #000 solid;
		background-color:#FFF;
	
}

.container-index{
	height:600px;
}

.product{
	background:url(../images/backgrounds/product_bg.gif) repeat-y;
	height:850px;
	background-color:#FFF;
}

.other{
	background:url(../images/backgrounds/blog_bg.gif) repeat-y;
	min-height:550px;
	background-color:#FFF;
}

.category{
	background:url(../images/backgrounds/product_bg.gif) repeat-y;
	background-color:#FFF;
}

.blogbg {
	background:url(../images/backgrounds/blog_bg.gif) repeat-y;
	background-color:#FFF;
	min-height:850px;
	position:relative;
}

#content_header{
	position:relative;
	top:0px;
	left:0px;
	z-index:0;
	background:url(../images/backgrounds/content_header.png) no-repeat;
	width:990px;
	height:276px;
	margin-bottom:-220px;

}
/*CATEGORY MAIN PAGES */

#category_info{
	width:380px;
	float:left;
	position:relative;

}
#category_name{
	position:relative;
	left:60px;
	top:160px;
	font-size:1.3em;
	font-weight:bold;
}

#category_text{
	position:relative;
	left:20px;
	width:355px;
	font-size:12px;
	top:180px;
}

#category_gallery{
	width:500px;
	float:right;
	/*margin-top:-200px;*/
	margin-bottom:50px;
	margin-right:50px;
	text-align:center;
	position:relative;
	z-index: 5;
	
}
#category_list{
	height:554px;	
	text-align:center;

}

.accel_img {
	float:left;
	height: 50px;
	margin-bottom: 10px;
	text-align:left;

}
.clothing_index_title {
	clear:both;
	text-align:left;
	font-weight:bold;
	margin-bottom:20px;
}
.prod_box{
	float:left;
	margin-bottom:30px;
}
.prod_img{
	padding:0px;
}

.prod_img img{
	margin:0px 10px 0 10px;;
}
.prod_name{
	font-size:11px;
	text-align:center;
}

/*OTHER PAGES */
#other_text{
	position:relative;
	margin-left:270px;
	/*margin-top:-225px;*/	
	width:670px;
	z-index:5;
	padding-bottom:50px;
	font-size:12px;
	
}


#service_products{
	position:absolute;
	margin-left:-200px;	
	margin-top:100px;
	z-index:100;
}

#service_product_text{
	position:relative;
	left:20px;
	top:170px;
	width:355px;
	font-size:12px;
}
#lab-box{
	width:220px;
	height:400px;
	float:left;
	margin-left:22px;
	margin-top:30px;
	margin-bottom:30px;
	position:relative;
	z-index:5;
	font-size:12px;
	text-align:justify;
	/*background-color:#900;*/
}

#lab-box img{
	margin-right:10px;
	margin-bottom:5px;
	height:75px;
	width:75px;
}


#contact_sidebar {
	position:relative;
	width:250px;
	margin-left:-200px;
	margin-top:150px;
}

#contact_form{
	postion:relative;
	margin-top:-310px;
}

/* PRODUCT PAGE CSS STARTS HERE */
#product_info{
width:380px;
position:relative;
left:10px;
z-index:5;

}

#product_gallery{
	width:590px;
	position:absolute;
	top:35px;
    left:410px;
	text-align:center;
	z-index:5;
}

#product_name{
	position:relative;
	left:60px;
	top:160px;
	font-size:1.3em;
	font-weight:bold;
}

#product_text{
	position:relative;
	left:20px;
	top:100px;
	width:355px;
	font-size:12px;
}
#product_text ul, #category_text ul{
	margin-top:0px;
	list-style:url(../images/hyphen.png);
	margin-left:10px;
	padding-left:10px;
}
.title{
	font-weight:bold;
}
#related_products{
	width:599px;
	margin-top:0px;
	margin-left:-9px;
	padding-top:10px;
	text-align:left;
	
}

#related_products .title{
	font-size:14px;	
	margin-bottom:20px;
	margin-left:10px;
}
#related_products img{
	margin-left:10px;
	margin-right:10px;
}

#product_line{
	width:599px; 
	z-index:1; 
	height:1px; 
	background-color:#CCC; 
	position:absolute; 
	top:610px; 
	left:391px;	
}


#product_desc{
position:relative;
z-index:20;
}

#product_specs{
	margin-top:10px;
}

#product_fabric{
	margin-top:10px;
}

#product_features{
	margin-top:10px;	
}

#cart_options{
	position:relative;
	left:40px;
	top:10px;
	font-size:0.9em;
	font-weight:bold;
	width:300px;
	text-align:right;
}

#cart_button{
	position:relative;
}
#download_button{
	position:relative;
	margin-top:15px;
}

#cart_quantity{
	float:right;
	position:relative;
	margin-top:12px;
	
}
#cart_option1{
	float:right;	
	position:relative;
}
.cart_txt{
	position:relative;
	float:right;
	width:100px;
	font-size:11px;
	font-weight:bold;
	margin-right:8px;
	margin-top:14px;
}
.cart_option1_txt{
	position:relative;
	float:right;
	font-size:11px;
	font-weight:bold;
	margin-right:8px;
	margin-left:10px;
	padding-top:2px;
}
#cart_spacer{
	height:10px;
}
.clearboth{
	clear:both;
	height:4px;
}

#podguide_disclaimer{
	margin-top:40px;
	font-size:10px;
}
/* PRODUCT PAGE CSS ENDS */
#logo{
		width:200px;
		height:75px;
		position:absolute;
		top:10px;
		left:10px;
		z-index:10;
}

#nav{	
		width:650px;
		position:absolute;
		top:0px;
		left:315px;
		font: bold .9em/1.0em arial,sans-serif;
		z-index:6;
}


.box{
	
	width:180px;
	height:110px;
	background-color:transparent;
	background-image:url(../images/op-80.png);
	padding:10px;
	

}

.box a:link,
.box a:visited,
.box a:hover
{
	text-decoration: none;
	color:#FC0;

}



#blog-float{
	position:absolute;
	left:40px;
	bottom:60px;
	z-index:100;

}

.box {
	font: 11px arial,sans-serif;
	color:#FFF;
}

.box .title{
	font: bold small-caps 14px arial,sans-serif;
	color:#FC0;
	margin-bottom:3px;
}

#season_sale{
	position:absolute;
	top:30px;
	right:10px;
	z-index:100;	
}


#athletes-float{
	position:absolute;
	left: 260px;
	bottom:60px;
	z-index:100;
}

#media-float{
	position:absolute;
	left: 480px;
	bottom:60px;
	z-index:100;
}

.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}

.randomcontent img{
	float: left; padding: 0px 8px 8px 0px;
}

/*FOOTER*/
#social{
	position:absolute;
	width:60px;
	right:11px;
	bottom:30px;
	z-index:15;
}


#footer{
		width:650px;
		position:absolute;
		bottom:7px;
		left:-25px;;
		z-index:10;
		font: bold .9em/1.0em arial,sans-serif;
}

#footer-contact{
		width:300px;
		height:100px;
		position:absolute;
		bottom:0;
		right:0;
		vertical-align:bottom;
		z-index:1;
}

#content_footer{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:0;
	background:url(../images/backgrounds/content_footer.png) no-repeat;
	width:990px;
	height:270px;
	z-index:2;
}

.gforce_icon{
	margin-right:10px;
	vertical-align:middle;
}

/*NAV DROPDOWN */
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; list-style:none; margin-top:9px; z-index:-10 !important; }
ul.dropdown li                      { font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; float: left;   }
ul.dropdown a:hover		    { color: #cc3333; }
ul.dropdown a:active                { color: #cc3333; }
ul.dropdown li a                    { color: #FFF; display: block; padding-left:18px; padding-right:18px;  }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: black; position: relative; }
ul.dropdown li.hover a              { }
#cart_icon a					{	background-image:url(../images/cart.png); 
										background-position: 58px 3px; 
										background-repeat:no-repeat;
										padding-right:20px;}
#cart_icon a:hover					{	background-image:url(../images/cart_red.png);}


/* 
	LEVEL TWO
*/
ul.dropdown ul 			{ width: 110px; visibility: hidden; position: absolute; top: 10px; left: -27px; list-style:none; padding-top:10px; text-align:left; z-index:10000 !important; display:block;}
ul.dropdown ul li 		{ font-weight: bold; padding-top:0px; background:url(../images/backgrounds/bg_dropdown.jpg); color:#FFF; float: none; }
ul.dropdown ul li:hover		{ color:#0C3;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; padding:5px; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

.menu_cart{
	text-decoration:none;
}

.menu_cart:hover{
	color:#cc3333;
	text-decoration:none;
}
.menu_cart:active{
	color:#cc3333;
	text-decoration:none;
}

.menu_cart_sub:hover{
	color:#cc3333;
	text-decoration:none;
}
.menu_cart_sub:active{
	color:#cc3333;
	text-decoration:none;
}
