/**************************
ESTRUTURA
**************************/
#page {
	margin: 0px auto;
	padding: 0;
	width: 940px;
	}

/**************************
HOME
**************************/
#home{
	clear:both;
	display:block;
}
#home-left{
	width:450px;
	position:relative;
	left:0%;
	top:0%;
	float:left;
}
#home-right{
	width:410px;
	float:right;
	position:relative;
	right:0%;
	top:0%;
}
/**************************
TOPO
**************************/
#topo {
	background: #fff url(images/topo.jpg) no-repeat center top;
	margin: 15px 0 0 1px;
	padding: 0;
	min-height:370px;
	height: auto !important;
	height: 370px;
	width: 940px;
	}

#logotitle {
	margin: 0;
	width: 100%;
	position:absolute;
	top:-200px;
	z-index:0;
	}
/**************************
MENU SUPERIOR
**************************/
#menu-superior{
	clear:both;
	display:block;
	padding-top:325px;
}
#menu-superior ul{ text-align:center; padding:0px; list-style:none; margin:0px;}
#menu-superior ul li{
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline;
	font-size:22px;
	padding:8px 20px 0px 20px;
}
#menu-superior ul li a{ color:#FFF; text-decoration:none;}
#menu-superior ul li a:hover{ color: #fff; text-decoration:underline}

/**************************
SIDEBAR
**************************/
#sidebar
{
	width: 275px;
	float:right;
}

/**************************
CONTEUDO
**************************/
#content {
	font-size: 1.3em;
	}	
.texto{ width:547px; float:left;}
h2.pagetitle {
	background:#fff url(images/title.jpg) no-repeat center bottom;
	height:45px;
	font-size: 1.8em;
	letter-spacing:1px;
	color:#4dc13a;
	}
#content ul li{
line-height: 150%;
padding-top:3px;
padding-bottom:3px;
}
/**************************
RODAPE
**************************/
#footer {
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
}
#footer .respiro{
	padding: 0px;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	}
#footer #bottom-menu {
	background:url(images/rodape.jpg) no-repeat left top;
	float: left;
	width:650px;
	height:58px;
	list-style-type: none;
	overflow: hidden;
	font-size:12px;
	margin-left:150px;
}

#footer #bottom-menu li {
	float: left;
}

#footer #bottom-menu li a {
	color:#FFF;
	display: block;
	padding: 20px 8px 0 8px;
}
/**************************
WP EMAIL
**************************/
#wp_email_capture{	margin-bottom:15px; padding-bottom:10px; border-bottom:1px dotted #ccc;}
#wp_email_capture_btn
{
border:1px solid #ccc;
background-color:#06C;
color:#FFF;
padding:4px;
}

#wp_email_capture input
{
border:1px solid #ccc;
background:#fff url(images/campo.gif) repeat-x left top;
padding:4px;
}

#wp_email_capture_2 input
{
border:1px solid #ccc;
background:#fff url(images/campo.gif) repeat-x left top;
padding:4px;
}
/**************************
CLASSES
**************************/
.clear{ clear:both; margin:1px;}
.ass{ padding:3px 0 10px 0px; font-size:10px; text-align:center;}
.ass a, .ass a:hover{ color:#666; text-decoration:underline;}
.hidden {	display: none;}
.sombra{ background:#fff url(images/sombra.jpg) no-repeat left top; height:35px; display:block; clear:both; margin:1px;}
.respiro{ 	padding:0px 30px 0px 30px; display:block; height:100%;}
.red{ color:#F00;}
.campo{ background:#fff url(images/campo.gif) repeat-x left top; padding:4px; font: normal 12px Arial, Helvetica, sans-serif; color:#000;
border:1px solid #f0f0f0;}
.btn{ background-color:#06C; color:#FFF; padding:4px; border:0px;}
.alignleft{ float:left; padding-right:10px;}
.alignright{ float:right; padding-left:10px;}