@charset "UTF-8";


/*==========GLOBAL SETTINGS==========*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}


body{
/*	behavior: url("/scripts/csshover3.htc"); */
	background-color:#000000;
	background-image:url('/i/universal/bg-asphalt.jpg');
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:9pt;
}


img{
	border:none;
}


a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	color:#333333;
}


a:hover, a:active{
	color:#FF0000;
}

a:focus{
	outline: none;
}



/*==========CONTAINERS==========*/

#container{
	width:980px;
	height:100%;
    margin:0 auto 0 auto;
	background-image:url('/i/universal/bg-container.png');
}


#header{
	height:60px;
	width:960px;
	margin:0 10px;
	padding-top:1px;
	background-image:url('/i/universal/header-logo.png');
	background-color:#FFFFFF;
	font-size:8pt;
}


#social-box{
	text-align:right;
	margin-right:10px;
	padding-top:9px;
}


#newsletter-popup{
	visibility:hidden;
	display:none;
	border:30px solid #333333;
}

#contact-popup{
	visibility:hidden;
	display:none;
	border:30px solid #333333;
	width:500px;
	height:800px;
}

#zoom{
	z-index:999;
}



#header-nav{
	margin:4px 0 0 315px;
}


#nav-list{
	margin:0;
	padding:0;
}


#footer{
	clear:both;
	margin:20px 10px 0;
	text-align:center;
	line-height:13px;
	color:#666666;
}


#nav-list li {
	list-style-type:none;
	float:left;
	display:inline;
}

#container-404{
	text-align:center;
	color:#F8F8F8;
}


.seperator{
	clear:both;
}


/*==========ID STYLING==========*/
/*----------HOME LINK STYLING----------*/
#home-link a{
	height: 100%;
	width: 100%;
	display: block;
}



/*----------SOCIAL BOX STYLING----------*/


#social-box a:link, #social-box a:visited, #social-box a:active{
	color:#333333;
	text-decoration:none;
}


#social-box a:hover{
	color:#FF0000;
}


#twitter-link a:hover{
	color:#C0DEED
}


#facebook-link a:hover{
	color:#3B5998;
}



/*----------NAV-LIST ROLLOVERS----------*/

#header #bikes-ro{
    display:block; 
	width:57px;
	height:33px;
	background: url('/i/universal/top-buttons.png') 0 -35px no-repeat;
}


#header #bikes-ro:hover{
    background: url("/i/universal/top-buttons.png") 0 0 no-repeat;
}


#header #fit-ro a{
	display:block;
	width:43px;
	height:33px;
	background:url('/i/universal/top-buttons.png') -57px -35px no-repeat;
}


#header #fit-ro a:hover{
	background:url('/i/universal/top-buttons.png') -57px 0 no-repeat;
}


#header #blog-ro a{
	display:block;
	width:53px;
	height:33px;
	background:url('/i/universal/top-buttons.png') -100px -35px no-repeat;
}


#header #blog-ro a:hover{
	background:url('/i/universal/top-buttons.png') -100px 0 no-repeat;
}


#header #team-ro a{
	display:block;
	width:53px;
	height:33px;
	background:url('/i/universal/top-buttons.png') -153px -35px no-repeat;
}


#header #team-ro a:hover{
	background:url('/i/universal/top-buttons.png') -153px 0 no-repeat;
}


#header #workshop-ro a{
    display:block;
	width:89px;
	height:33px;
	background:url('/i/universal/top-buttons.png') -291px -35px no-repeat;
}


#header #workshop-ro a:hover{
	background:url('/i/universal/top-buttons.png') -291px 0 no-repeat;
}


#header #store-ro a{
    display:block;
	width:63px;
	height:33px;
	background:url('/i/universal/top-buttons.png') -380px -35px no-repeat;
}


#header #store-ro a:hover{
	background:url('/i/universal/top-buttons.png') -380px 0 no-repeat;
}




/*----------NAVIGATION SUB-MENU CODE AND STYLING----------*/

#header-nav ul li ul{
	position:absolute; /*Must be absolute otherwise when visiable it will knock the other list elements to the right*/
	z-index:100;/*Make sure this appears over all other content*/
	top:59px;/*Because the CSS rollover of bikes-ro is set on the element itself and not on an a element absolute alignment puts this ul flush with the beginning of bikes-ro*/
}

/*Hide the sub-menu*/
div#header-nav ul li ul{
	display:none;
}

/*On hover reveal the sub-menu*/
div#header-nav ul li#bikes-ro:hover ul{
	display:block;
}

/*Sub-menu styling */
#header-nav ul li ul li{
	display:block;
	float:none;
	width:120px;
	padding:5px 0 5px 10px;
	background-color:#CCCCCC;
	border-bottom:solid 1px #333333;
	font-size:8pt;
	color:#333333;
}

/*First-child hack. There is a 2px top border of white to blend in with the header. Otherwise the sub-menu would disappear in the 0px space when navigating between the rollover and the sub-menu on Firefox.*/
#header-nav ul li ul li:first-child{
	border-top:2px solid #FFFFFF;
}

#header-nav ul li ul li:hover{
	background-color:#FFFFFF;
}

#header-nav ul li ul li a, #header-nav ul li ul li a:visited{
	color: #666666;
}









/*==========GENERAL POPUP STYLING==========*/

#zoom_content h1{
	margin:35px 0 20px 35px;
	font-size:17pt;
	font-weight:100;
	color:#2d2d2d;
}

#zoom_content a{
    color:#999999;
	font-size:8pt;
}

#zoom_content form{
	margin-left:35px;
	font-size:10pt
}

#zoom_content select{
	margin-bottom:10px;
}



		
		/*----------CONTACT POPUP STYLING----------*/
		
		#zoom_content .field-name{
			line-height:0.8em;
		}
		
		#zoom_content input.main{
			margin-bottom:5px;
			width:140px;
		}
		
		#zoom_content textarea{
			width:350px;
			height:9em;
			margin-bottom:10px;
			font-family:Helvetica, Arial, Sans-Serif;
			font-size:10pt;
			overflow: hidden;
		}
			
		
		
		
		
		/*----------NEWSLETTER POPUP STYLING----------*/
		
		
		form#newsletter{
			margin-left:50px;
		}
		
		#zoom_content h1.newsletter-popup{
			margin-top:20px;
		}	
		
		form#newsletter .name-col{
			width:7em;
		}

		form#newsletter input, form#newsletter select{
			margin-bottom:.1em;
		}
		
		#form#newsletter input{
			width:160px;
		}
		
		
		form#newsletter select{
			width:156px;
		}
			
		.past-newsletters{
			margin-top:0.5em;
			margin-right:0.7em;
			text-align:right;
		}
		
		
		
		

/*----------FOOTER STYLING----------*/

#footer .light{
	color:#999999;
}


#footer .copyright{
	line-height:20px;
	color:#333333;
}

#home-link{
	float:left;
	z-index:-1;
	width:250px;
	height:60px;
}