* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	}
	
body {
	background:url(../images/body.jpg) fixed
	}
	
#container {
	width:772px;
	margin:0 auto;
	}
	
#barnav {
	background:url(../images/barnav.jpg) right bottom no-repeat;
	height:29px;
	padding-left:30px;
	}
#barnav ul {
	list-style:none;
	padding-left:20px;
	height:29px;
	}
#barnav ul li {
	width:81px;
	float:left;
	height:29px;
	}
#barnav ul li a {
	display:block;
	text-indent:-9999px;
	height:29px;
	}
#barnav ul li a.principal {
	background:url(../images/a_principal.jpg) center top no-repeat;
	}
#barnav ul li a.principal:hover {
	background:url(../images/a_principal.jpg) center bottom no-repeat;
	}
#barnav ul li a.loja {
	background:url(../images/a_loja.jpg) center top no-repeat;
	}
#barnav ul li a.loja:hover {
	background:url(../images/a_loja.jpg) center bottom no-repeat;
	}
#barnav ul li a.produtos {
	background:url(../images/a_produtos.jpg) center top no-repeat;
	}
#barnav ul li a.produtos:hover {
	background:url(../images/a_produtos.jpg) center bottom no-repeat;
	}
#barnav ul li a.esportes {
	background:url(../images/a_esportes.jpg) center top no-repeat;
	}
#barnav ul li a.esportes:hover {
	background:url(../images/a_esportes.jpg) center bottom no-repeat;
	}
#barnav ul li a.contato {
	background:url(../images/a_contato.jpg) center top no-repeat;
	}
#barnav ul li a.contato:hover {
	background:url(../images/a_contato.jpg) center bottom no-repeat;
	}
	
#corpo {
	background:#fff0b2 url(../images/corpo.jpg) center top no-repeat;
	}
	
#empresa-box {
	width:347px;
	float:right;
	margin:5px;
	}
html>body #empresa-box {
	margin-right:10px;
	}
#empresa-box h1 {
	height:80px;
	display:block;
	text-indent:-9999px;
	}
#empresa-box h1 a {
	width:290px;
	margin-left:40px;
	display:block;
	text-indent:-9999px;
	}
#loja {
	background:url(../images/texto_index.jpg) center top no-repeat;
	width:347px;
	height:460px;
	padding-top:50px;
	margin-top:5px;
	}
#loja h2 {
	font-size:16px;
	text-align:right;
	padding-right:50px;
	color:#1C3877
	}
#loja p {
	font-size:13px;
	color:#8B898A;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	line-height:22px;
	}
	
#ilustracao {
	float:left;
	margin:5px;
	}
html>body #ilustracao {
	margin-left:10px;
	}
#ilustracao h2 {
	height:35px;
	background:url(../images/h2_andando.jpg) right center no-repeat;
	text-indent:-9999px;
	}
	
#produtos {
	background:url(../images/produtos_marcas.jpg) center top no-repeat;
	width:722px;
	height:133px;
	margin:0 auto;
	clear:both;
	}
#produtos h2 {
	font-size:16px;
	text-align:center;
	color:#1C3877;
	padding-top:10px;
	}
#produtos p {
	font-size:11px;
	color:#8B898A;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	}
#produtos ul {
	list-style:none;
	}
#produtos ul li {
	float:left;
	text-align:center;
	width:24%;
	padding-top:5px;
	}
#produtos ul li img {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
	
#rodape {
	background:url(../images/rodape.gif) center top no-repeat;
	height:21px;
	padding-top:25px;
	}
#rodape p {
	color:#1C3877;
	font-size:12px;
	padding:5px;
	}
#rodape p a {
	margin-left:300px;
	text-decoration:none;
	color:#1C3877;
	}
