body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
body {
	background: url('../img_layout/bg.jpg') repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.style1 {
	color: #FF6600;
	font-weight: normal;
}
img{
	border: 0;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
h2{
	color: #FF0000;
	font-size: 14px;
	margin:0;
}
h3{
	color: #FF6600;
	font-size: 14px;
	margin:0;
}
h4{
	font-size: 16px;
	color: #4DAB27;
	text-align:center;
	margin:0 4px 5px 10px;
}
.linha{
	border-bottom: 1px solid #FF6600;
}
.duvidas h3{
	border: 1px solid #FF6600;
	padding: 3px;
}
.duvidas h3 a{
	display: block;
}
#cont{
	overflow: auto;
}
#cont2{
	min-height: 500px;
}

/*****************************************************************************
* Catalogo
*****************************************************************************/
#menu_catalogo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#menu_catalogo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.catalogo th{
	background: #F6F6F6;
	padding: 5px;
}

/*****************************************************************************
* Menu principal
*****************************************************************************/
#topo{
	margin: 0 auto;
	display: block;
	height: 144px;
	width: 1000px;
	text-align: left;
	position: relative;
}
.logo{
	float: left;
}
#tel{
	float: left;
	position: relative;
	width: 350px;
}
#topo h1{
	position: absolute;
	font-size: 18px;
	z-index: 2;
	top: 0;
	left: 0;
	margin-top: 90px;
	color: #fff;
}
#topo h2{
	top: 2px;
	left: 2px;
	position: absolute;
	float: left;
	font-size: 18px;
	color: #006600;
	z-index: 1;
	margin-top: 90px;
}
#menu {
	clear: both;
	position: relative;
	margin-top: 1px;
	display: block;
	height: 28px;
	width: 798px;
	left: 70px;
	top: 0;
	margin-bottom: 0;
}
#menu li {
	margin: 0px;
	list-style-type: none;
	display: block;
	padding: 0;
	float:left;
	height: 28px;
}
#menu a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 8px;
	display: block;
	float: left;
	background-image: url('/img_layout/menu_bg.gif');
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
}
#menu img{
	float: left;
}

/************************************************************************
* Album
************************************************************************/
/*  */
#fotos{
	background: url('/imgs/overlay.png');
	position: absolute;
	left:  0;
	top: 0;
	z-index: 15;
	text-align: center;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
}
#fotos #fotoscont{
	width: 500px;
	height: 400px;
	position: absolute;
	z-index: 10;
	background: #fff;
	border: 4px solid #fff;
}
