@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
}
div.clear {
    clear:both;
	
}
#logo-header {
	float:left;
	width:800px;
	height:200px;
	background-image:url(/images/bmxstunts-header.jpg);
	background-repeat:no-repeat;
	}
#login {
	float:left;
	width:250px;
	height:20px;
	margin:80px 0 0 70px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

ul {
	list-style-type:none;
}
#powlogo {
	float:left;
	width:271px;
	height:100px;
	
	background:url(/images/pow.png) no-repeat;
	text-indent:-9999px;
	margin:10px 0 0 20px;
    opacity:0.5;filter:alpha(opacity=50);
}

#phone {
	float:right;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	font-weight:bold;
	margin:80px 10px 0 0;
	}
	

	/*HEADER*/

#header {
	width:800px;
	height:135px;
	margin:10px 0 0  0 auto;
	-webkit-box-shadow: 0px 3px 6px #666;
	-moz-box-shadow: 0px 3px 6px #666;
	box-shadow: 0px 3px 6px #666;
}


/* navigation */
#nav {
	float:left;
	position:relative;
	width:800px;
	height:28px;
	z-index:10;
	background-color: #000;
	color:#FFF;
		-webkit-box-shadow: 0px 3px 6px #666;
	-moz-box-shadow: 0px 3px 6px #666;
	box-shadow: 0px 3px 6px #666;
}
#nav li {
	float:left;
}
#nav li a {
	display:block;
	height:28px;
	text-decoration:none;
	color:#fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	width:110px;
	padding:4px 4px 4px 10px;
}

#nav a:hover {
	color:#F00;
	font-size:16px;
	text-decoration:none;
	
}

