*{
	margin: 0px;
}
body {
	background-image: url(img/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1 {
	font-size: 13px;
	color: #555555;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #8A8A8A;
}
h3 a { color: #8A8A8A; text-decoration:none;}
h3 a:hover { color: #8A8A8A; text-decoration:underline;}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.img {
	border: 1px solid #999999;
}
.txtCinza {
	color:#999999;
}
.txtPreto {
	color:#000000;
}
.txtRed {
	color:#FF0000;
}

/* div's */

#wrapper {
	width: 775px;
	background-color: #FFFFFF;
	/*margin: 0px auto;*/
	
	margin-left: -387.5px;
	position: absolute;
	left: 50%;
}
#menu {
	width: 775px;
	height: 35px;
}
#topo {
	height: 300px;
	width: 775px;
}
#menu_lado {
	position:absolute;
	width:200px;
	height:640px;
	z-index:2;
	visibility: visible;
	top:160px;
}
#saloes {
	text-align: center;
	height: 290px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#lado {
	background-image: url(img/fundo_menu.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	height: 330px;
}
#sobra {
	background-image: url(img/sobra.jpg);
	background-repeat: repeat-y;
	margin-top: 325px;
}
#conteudo {
	background-image: url(img/fundo_conteudo.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 555px;
	padding-right: 10px;
	padding-left: 10px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#titulo {
	height: 28px;
	width: 200px;
	text-align: center;
	margin-left: 133px;
	margin-top: 13px;
	margin-bottom: 25px;
}
#conteudo_conteudo {
	min-height: 370px;
	height: auto !important;
	height: 370px;
	overflow: visible;
}
#rodape {
	clear: both;
	height: 25px;
	width: 775px;
	background-image: url(img/fundo_rodape.jpg);
	color: #FFFFFF;
}
#fotos, #noticia {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D7DDE1;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#pontilhado {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E0E5E8;
	margin-top: 10px;
}
#fotinhas {
	background-color: #DEE3E7;
	margin: 2px;
	float: left;
	width: 125px;
	height: 84px;
	text-align: center;
	vertical-align: middle;
}
#clientes {
	width: 125px;
	height: 84px;
	margin: 6px;
	background-color: #DEE3E7;
	vertical-align: middle;
	text-align: center;
	float: left;
}
#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}
#botoes {
	background-color: #EAEAEA;
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
	height: 25px;
	padding-left: 14px;
}
#botoes a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	width: auto;
	float: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	border-right-color: #E1E1E1;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#botoes a:hover {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #EA1C0B;
	width: auto;
	float: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	border-right-color: #E1E1E1;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #E0E0E0;
	padding-bottom: 7px;
}

