/* CSS Document */
html, body{font-size:10px; margin:0; padding:0; height:100%;}
body{
	background:url(../images/styles/bg_body.gif) center top repeat-y #7a7a7a;
	text-align:center;
	margin:0;
	padding:0;
	height:100%;
	font:1.1em Arial, Helvetica, sans-serif;
	color:#666;
	}
	
img.h1{margin:0 0 1em;}	
p{margin:0 0 1em;}

a{text-decoration:none; color:#213280;}
	a:hover{text-decoration:underline; color:#213280;}	
	a img{border:0;}
	a.logo{position:relative; top:30px; left:40px;}
	
div#container{
	width:900px;
	margin:0 auto;
	height:100%;
	background:#fff;
	text-align:left;
	}
div#header{
	background:url(../images/styles/bg_header.gif) bottom left no-repeat #fff;
	height:140px;
	}	
div#header_helmets{
	background:url(../images/styles/bg_header_helmets.gif) bottom left no-repeat #fff;
	height:142px;
	}
	
	
ul#menu{
	background:url(../images/styles/bg_menu.gif) top left repeat-x #000;
	overflow:hidden;
	width:900px;
	margin:0;
	padding:0 0;
	list-style:none;
	}
	ul#menu li{
		display:inline;
		margin:0;
		padding:0 20px;
		height:37px;
		line-height:37px;
		}
		ul#menu li a{display:inline-block; text-transform:uppercase; color:#fff; text-decoration:none;}
			ul#menu li a:hover, ul#menu li a.active{color:#f0ea30;}		
	
div#three_div{background:url(../images/styles/bg_three_div.gif) top left repeat-x #343434; width:900px; overflow:hidden; color:#b3b3b3; padding:15px 0;}	
div#three_div div.left_column{float:left; width:260px; padding:0 20px; }	
div#three_div div.center_column{float:left; width:260px; padding:0 20px; background:url(../images/styles/bg_divider.gif) top right repeat-y;}	
div#three_div div.right_column{float:left; width:260px; padding:0 20px;}
div#three_div div.right_column a{font-weight:bold; color:#b3b3b3;}	

div#footer{
	background:url(../images/styles/bg_footer.gif) top left no-repeat;
	clear:both;
	height:95px;
	padding:15px;
	text-align:center;
	color:#000;
	}
	
div#content{background:#fff;}	