* {
	margin: 0 auto;
	padding: 0;
}

html, body {
	background: url(imagens/bg.jpg) repeat-x;
	width: 100%;
	height: 100%;
}

img {
	border: none;
}

.fundo-meio {
	background: url(imagens/bg.jpg) repeat-x;
}

.fundo-rodape {
	background: url(imagens/bg-rodape.jpg) repeat-x;
	height: 238px;
}

.fundo-promocao {
	background: url(imagens/fundo-promocao.jpg) no-repeat top center;
	width: 286px;
	height: 487px;
}

/*Menu*/
#menu {
	width: 1002px;
	margin: 0 auto;
	background: #007CC2;
	font-family: "ITC Stone Serif", Cambria, serif;
	font-family: "trebuchet ms", sans;
	font-size: 13px;
}

#menu ul {
	height: 41px;
}

#menu li {
    margin: 0;
    float: left;
    list-style: none;
	text-align:center;
	font-family: "ITC Stone Serif", Cambria, serif;
	font-family: "trebuchet ms", sans;
	font-size: 13px;
}

#menu a {
    color: #fff;
    text-decoration: none;
	display:block;
	padding: 10px 15px 2px;
}

#menu a:hover {
	color: #8AC52D;
	text-decoration: none;
	display:block;
	padding: 10px 15px 2px;
	border-bottom: 3px solid #fff;
}

.site_texto {
	font-family: "ITC Stone Serif", Cambria, serif;
	font-family: "trebuchet ms", sans;
	font-size: 12px;
	color: #666;
}

.titulos {
	font-family: "ITC Stone Serif", Cambria, serif;
	font-family: "trebuchet ms", sans;
	font-size: 14px;
	color: #007CC2;
	font-weight: bold;
}

a.links_dentro:link	{
	text-decoration: none;
	font-family: "ITC Stone Serif", Cambria, serif;
	font-family: "trebuchet ms", sans;
	color: #F09E52;
	font-size: 12px
}

a.links_dentro:visited {
	text-decoration: none;
	font-family: "ITC Stone Serif", Cambria, serif;
	font-family: "trebuchet ms", sans;
	color: #F09E52;
	font-size: 12px
}

a.links_dentro:hover {
	text-decoration: none;
	font-family: "ITC Stone Serif", Cambria, serif;
	font-family: "trebuchet ms", sans;
	color: #897CA8;
	font-size: 12px
} 

.borda {
	border: 1px solid #cecece;
	padding: 3px 3px;
}

img.shadow {
	background: url(imagens/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

/*aqui comeca os formularios */
input,
textarea,
select{
	padding: 4px;
    font: 400 11px arial, sans-serif;
    background: #FFFFFF;
    border:1px solid #cecece;
    color: #666;
}
input:focus,
textarea:focus{  
    color: #666;
    background:#f8f8f8;
    border:1px solid #666;
}

/* Fim formularios */

.submit,
.button {
	background: #fff url('admin/images/bg_button.gif') repeat-x bottom left;
	border: 1px solid #aaa;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #6A6A6A;
	font-size: 0.7em;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
}

.submit:hover,
.button:hover {
	background: #fff url('admin/images/bg_button_h.gif') repeat-x bottom left;
}

.submit { padding: 3px 10px; }
.button { padding: 5px 10px 4px; }