	html,body {
		margin:0;
		padding:0;
		color:#FFFFFF;
		background:#646464;
	}
	body {
		padding:10px;
	    font-family: Eurostile, Arial, sans-serif;
	}
	A:link { 
		color: #FF3300
	}
	A:visited { 
		color: #FFFFFF  
	}
	A:active { 
		color: #FF3300  
	}
	 h1 {
    font-family: Eurostile, Arial, sans-serif }

	#nav {
		margin:0;
		padding:0;
		background:#FF3300;
		width:101.75%;
		float:left;
		border:1px solid #FF3300;
		border-width:1px 0;
	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
		color:#fff;
		background:#808080;
		padding:20px 30px 4px 10px;
		float:left;
		width:auto;
		border-right:1px solid #646464;
		text-decoration:none;
		font:bold 1.2em/1.2em Eurostile, Arial, sans-serif;
		text-transform:capitalize;
		text-shadow: 2px 2px 2px #555;
	}
	#nav a:hover {
		color:#ffffff;
		background:#FF3300;
	}
	#nav li:first-child a {
		border-left:1px solid #FF3300;
	}
	#home #nav-home a,
	#products #nav-products a,
	#how #nav-how a,
	#who #nav-who a,
	#why #nav-why a,
    #retail #nav-retail a,
	#contact #nav-contact a {
		background:#FF3300;
		color:#fff;
		text-shadow:none;
	}
	#home #nav-home a:hover,
	#products #nav-products a:hover,
	#how #nav-how a:hover,
	#who #nav-who a:hover,
	#why #nav-why a:hover,
    #retail #nav-retail a:hover,
	#contact #nav-contact a:hover {
		background:#FF3300;
	}
	#nav a:active {
		background:#FF3300;
		color:#fff;
	}
