@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------*/
/* desenvolvidor: WeeDo                                  */
/* programador CSS e XHTML: Wilson Glasser               */
/* ------------------------------------------------------*/
* {
	margin: 0; padding:0;
}
body {
	background:#fbcf37;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
img {
	border: 0;
}
h3, h2 {
	border-bottom: 2px solid #000066;
	color: #000066;
	width: 75%;
	padding-left: 15px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
h2 {
	width: auto;
}
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#body {
	width: 942px;	
}
#topo {
	margin-top: 25px;	
}
#menu {
	border: 1px solid #000067;
	background-image:url(../images/site/bg-menu.png);
	height: 29px;
	color: #000066;
	font-size: 17px;
}
#menu ul {
	list-style:none;
    margin-left: 65px;
    _margin-left:0px;

}
#menu ul ul {
	display: none;	
	border: 1px solid #000067;
	background: url(../images/site/bg-menu.png);
	text-align: left;
	height: 29px;
	color: #000066;
	font-size: 17px;
	position: absolute;
}
#menu ul ul li {
	margin-left: 0;	
}
#menu li {
	float: left;
	height: 29px;
	line-height:29px;
	margin-left: 1px;
}
#menu ul ul li {
	margin-left: 0;	
}
#menu a {
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;	
	color: #000066;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu a:hover, .selected a {
	background-color: #0C0F60;
	background: url(../images/site/bg-menu-hover.png) 100% 100%;
	
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;	
	color: #ffffff !important;
}
#conteudo {
	height: 399px;	
	font-size: 12px;
	padding: 20px;
}
#sub-conteudo {
	background-image:url(../images/site/bg-conteudo-90.png);
	height: 380px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: auto;
	padding: 8px;
}
#rodape {
	height: 65px;	
}
#logo-weedo {
	float: left;
	width: 40px;
	margin-left: 15px;
	margin-top: 10px;
}
#logo-azul-cobalto {
	float: right;
	width: 147px;
	margin-top: 5px;
}
#formulario .formulario {
	width: 300px;
	text-align: right;
}
#formulario input {
	width: 173px;
	height: 18px;
	padding-top: 2px;
	padding-left: 2px;
	margin-bottom: 5px;
}
#formulario label {
	vertical-align: top;
	font-size: 14px;
}
#formulario textarea {
	width: 171px;	
	height: 76px;
	padding: 2px;
	margin-bottom: 5px;
}
#formulario .botao_enviar {
	background-color: #000066;
	border: 0px;
	color: #ffffff;
	height: 25px;
	padding-bottom: 5px;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 90px;
}
.clear {
	clear: both;
}
#paginas {
	list-style: none;
	float: left;
	margin-top: 10px;
}
#paginas li {
	margin: 5px;
	padding: 5px;
	border: 2px solid #000066;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	cursor: pointer;
}
#paginas .selected {
	color: #ffffff;
	background-color: #000066;
}
#produtos {
	list-style: none;
	float: left;
	width: 800px;
}
#produtos li {
	float:  left;
	margin: 10px;
	padding-bottom: 2px;
}
#produtos .hidden {
	display: none;
}
#produtos .image {

}
#produtos div {
	width: 173px;
	font-size: 14px;
	color: #000066;
	white-space: normal;
		
}
#produtos div a {
	text-decoration: none;
	font-size: 12px;
	color: #000066;	
}

#produto #fotos {
	float: left; 
	width: 325px;	
	text-align: center;
}
#produtos #foto {

}
div#fotos ul {
	width: 300px;
	list-style: none;
	margin-top: 10px;
}
#produto #fotos img {
	cursor: pointer;
	background: #ffffff;
	padding: 2px;
	border: 1px solid #cccccc;	
}
#produto #fotos li {
	float: left;
	width: 85px;
	height: 64px;
	margin: 5px;	
}
#produto-desc {
	width: 560px;
	float: left;
}
#produto-desc h1 {
	border-bottom: 2px solid #050B61;
	color: #050B61;
}
#produto-desc div {
	padding-left: 10px;
	padding-top: 5px;
}
.back a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #050B61;
}

#contato-blocos div, div#endereco {
	border: 1px solid #cccccc;
	background: no-repeat 10px center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 12px;
	padding-left: 40px;
	width: 275px;	
	margin-bottom: 5px;
}

div#telefone {
	background-image: url(../images/icons/telephone.png);
}
div#horario {
	background-image: url(../images/icons/clock.png);
}

div#endereco {
	width: 830px;
	background-image: url(../images/icons/house.png);
}
.back {
	background: url(../images/icons/arrow_undo.png) no-repeat 10px center;
	padding-left: 35px;
}
.veja-mais {
	background: url(../images/icons/add.png) no-repeat 0 center;
	padding-left: 25px;
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#prod-descricao {
	float: left;
	width: 660px;
}
#rand-produtos {
	float: right;
	width: 200px;
	text-align: center;
}
#rand-produtos ul {
	list-style: none;
}
#rand-produtos li {
	margin-top: 15px;
}