@CHARSET "UTF-8";

/*
	Declaracoes Globais
*/

body{
	background-color: black;
	font-family: sans-serif;
	color: white;
	font-size: 13px;
}

a:link, a:visited, a:active {
	color:#66AA44;
}
a:hover { 
color: #88EE55;
}

a img{
	border: 0px;
}

h1{
	border-bottom: 2px solid;
	font-size: 17px;
	margin: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #66AA44;
}

/*
	IDs
*/

#main{
	width: 760px;
	margin: auto;
}

#header{
	width: 760px;
	height: 190px;
}

#banner{
	width: 760px;
	height: 160px;
	background-image: url("../imagens/site/top.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
}

#menu{
	width:748px;
	height:17px;
	background-color: #336633;
	border: 1px solid white;
	padding: 5px;
	text-align: justify;
	
}

#menuProdutos{
	visibility:hidden;
	width: 120px;
	position: absolute;
	left:auto;
	background-color: #336633;
	border: 1px solid white;
	text-align: left;
	padding: 5px;
	font-size: 13px;
}

#menuProdutos a{
	color: white;
	text-decoration: none;
}

#content{
	background-color: #333333;
	border-right: 1px solid white;
	border-left: 1px solid white;
	padding: 10px;
}

#footer{
	height:21px;
	background-image: url("../imagens/site/rodape.jpg");
	font-size: 10px;
	text-align: center;
	padding-top: 9px;
}

/*
	Classes
*/

.itemMenu{
	font-weight: bold;
	float: left;
	padding-left: 60px;
	text-transform: uppercase;
	font-size: 13px;
}

.itemMenu a{
	color: white;
	text-decoration: none;
}

.detalhesProduto{
	padding: 5px;
}

.detalhesProduto h2{
	margin-bottom: 6px;
	margin-top:0px;
	color: #66AA44;
	font-size: 14px;
}

.produto{
	background-color: #222222;
	width: 358px;
	float: left;
	margin: 5px;
}

.produtoHome{
	background-color: #222222;
	width: 232px;
	float: left;
	margin: 2px;
	text-align: center;
}

.produtoHome h2{
	padding: 10px;
	margin: 0px;
	background-color: #336633;
}

.produtoHome h2 a{
	font-size:15px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.tituloProduto{
	margin: 0px;
	margin-bottom:5px;
	padding: 3px;
	background-color: #336633;
	font-weight: bold;
	font-size: 14px;
}

.adicionarCesta{
	text-decoration: underline;
	cursor: pointer;
	color: #66AA44;
}

.visualizarCesta{
	cursor: pointer;
	color: white;
	background-color: #336633;
	border: 1px solid black;
}

.tabelaFormulario tr{
	text-align: right;
}

.legendaCampoObrigatorio{
	font-style: italic;
	font-size: 12px;
}

.linkMenu{
	color: white;
	text-decoration: none;
}