html {

	background: #fff;

}

body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #333333;

	width: 100%;

	display: table;

}

a:link, a:visited {
color : #000000;
text-decoration : none;
}
a:hover {
color : #000000;
text-decoration : underline;
}


#templatemo_background_section_top {

	width: 100%;
	height: 158px;
	background: url(images/templatemo_background_section_top_bg.jpg) repeat-x;

}

.templatemo_container {

	width: 1200px;
	margin: auto;
	

}

#templatemo_background_section_mid {

	width: 100%;
	background: #fff;


}



/* Logo Area */
#templatemo_logo_section {

	width: 300px;
	height: 55px;
	margin: 0px 0 0 0;
	padding: 20px 0 0 25px;
	float:left;	
	
}

#templatemo_topo_section {

	width: 600px;
	height: 55px;
	margin: 0px 0 0 0;
	padding: 2px 0 0 5px;
	float:left;	
	
}

#novo_teste{
	width: 100px;
	height: 55px;
	margin: 25px 0 0 0;
	padding: 20px 0 0 25px;
	float:left;	
}

#templatemo_logo_section h1 {
	
	font-size: 35px;
	color: #993300;
	margin: 0;
	padding: 0;
	font-weight: normal;
		
}

#templatemo_logo_section h2{
	
	font-size:16px;
	color: #993300;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
	
}
/* End Of Logo Area*/

/* Search Box*/

#templatemo_search_box {
	width: 320px;
	height: 70px;
	float: right;
	margin: 30px 16px 0 0;
	display: inline;
}

* html #templatemo_search_box {
	margin-right: 8px;
}


/* End Of Search Box*/

/* Menu Section */

 #templatemo_menu_section{
	width: 960px;
	height: 38px;
	float: left;	
	margin: 0px 0 0 0;
	padding: 0;

}
 #menu_superior{
	width: 960px;
	height: 30px;
	float: left;	
	margin: 10px 0 0 0;
	padding: 0;

}


#templatemo_menu_section ul {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_menu_section ul li{
	display: inline;
}

#templatemo_menu_section ul li a{
	float: left;
	width: 170px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#templatemo_menu_section ul li a span.left{
	
	display: block;
	height: 26px;

}

#templatemo_menu_section li a:hover, #templatemo_menu_section li .current{
	height: 26px;
	background: url(images/templatemo_menu_current_bg_right.jpg) right no-repeat;
}


#templatemo_menu_section li .current  span.left, #templatemo_menu_section li a:hover span.left {
	
	background: url(images/templatemo_menu_current_bg_left.jpg) left no-repeat;
	height: 26px;
	padding-top: 8px;
	margin-top: -8px;
	


}
/* End Of Menu */


#templatemo_content_area{
	
	margin: 5px 0 0 0;

}
/* Left Section*/


#templatemo_left_section {

	float: left;
	width: 500px;
	margin: 0 ;
	

}


.templatemo_left_section_box {

	width: 500px;
	margin: 15px 25px 15px 3px;
	
}
.templatemo_left_section_box_top {

	width: 455px;
	height: 28px;
	background: url(images/templatemo_section_box_top.jpg) repeat-x;
	border: 1px solid #E7DBC1;
	padding: 10px 5px 5px 15px;
	color: #963;
	font-size: 16px;
	font-weight: bold;
	
}

.templatemo_left_section_box_body {

	width: 500px;
	padding: 15px 15px 0 15px;

}
.templatemo_left_section_box_body p{

	text-align: justify;
	color: #000;
	font-size: 11px;
	margin: 15px 15px 10px 15px;

}


span.post{
	margin: 0 25px 0 0;
	color: #900;
	font-size: 11px;
	
}

span.post a{
	color: #900;
	text-decoration: none;
	
}

span.post a:hover{
	color: #900;
	text-decoration: underline;
	
}

.cleaner_with_height {

	clear:both;
	height: 1px;
}

.cleaner {

	clear:both;
}


/* Middle Section */
#templatemo_middle_section {
	width: 150px;
	float: left;
	margin: 5px 20px 10px 3px;
}

.templatemo_middle_section_box {
	width: 150px;
	background: url(images/templatemo_middle_section_box_bg.jpg) repeat-y;
	border: 1px solid #C2C0B1;
	margin: 0 0 15px 0 ;
	padding: 5px 0 5px 15px;
	
}

.templatemo_middle_section_box h1{
	color: #963;
	font-size: 13px;
	text-decoration: underline;
	margin: 0 0 0px 0;
	padding: 0;
}

.templatemo_middle_section_box h2{
	color: #963;
	font-size: 11px;
	text-decoration: underline;
	margin: 0 0 0px 0;
	padding: 0;
}

.templatemo_middle_section_box ul {

	list-style: none;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
		
}

.templatemo_middle_section_box ul li{

	margin-bottom: 1px;

}

.templatemo_middle_section_box ul li a {
	
	color: #333;
	text-decoration: underline;
		
}

.templatemo_middle_section_box ul li a:hover {
	
	color: #333;
	text-decoration: none;
		
}



/* Right Section */

#templatemo_right_section {
	width: 150px;
	float: left;
	margin: 10px 10px 10px 10px;
}

* html #templatemo_right_section {
	margin: 0 5px 10px 0;
}
.templatemo_right_section_box {
	width: 150px;
	background: url(images/templatemo_right_section_box_bg.jpg) repeat-y;
	border: 1px solid #C2C0B1;
	margin: 5px 0 5px 0 ;
	padding: 5px 5px 5px 15px;
	
}

.templatemo_right_section_box h1{

	color: #963;
	font-size: 15px;
	text-decoration: underline;
	margin: 0 0 8px 0;
	padding: 0;

	
}


.templatemo_right_section_box h2{

	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;

	
}

.templatemo_right_section_box h2 a{

	text-decoration: none;

	
}

.templatemo_right_section_box h2 a:hover{

	text-decoration: underline;

	
}

.templatemo_right_section_box p{

	color: #000;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: justify;

	
}

.templatemo_right_section_box .last{

	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: justify;

	
}


#templatemo_footer {

	height: 30px;
	background: url(images/templatemo_footer_bg.jpg) repeat-x;
	color: #000;
	padding: 20px 0 0 0;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	
}

.wireframemenu_1 {
border : 1px solid #c0c0c0;
background-color : white;
border-bottom-width : 0;
width : 140px;
}
* html .wireframemenu_1 {
width : 140px;
}
.wireframemenu_1 ul {
padding : 0;
margin : 0;
list-style-type : none;
}
.wireframemenu_1 a {
font : 9px Verdana;
padding : 4px 3px;
display : block;
width : 100%;
color : #595959;
text-decoration : none;
border-bottom : 1px solid #c0c0c0;
}
.wireframemenu_1 a:visited {
color : #595959;
}
html > body .wireframemenu_1 a {
width : auto;
}
.wireframemenu_1 a:hover {
background-color : #F0EEDF;
color : black;
}



.pagination {
padding : 2px;
}
.pagination ul {
margin : 0;
padding : 0;
text-align : left;
font-size : 12px;
}
.pagination li {
list-style-type : none;
display : inline;
padding-bottom : 1px;
}
.pagination a, .pagination a:visited {
padding : 0 5px;
border : 1px solid #C2C0B1;
text-decoration : none;
color : #9D9A82;
}
.pagination a:hover, .pagination a:active {
border : 1px solid #C2C0B1;
color : #000;
background-color : #ffff80;
}
.pagination a.currentpage {
background-color : #2e6ab1;
color : #fff !important ;
border-color : #C2C0B1;
font-weight : bold;
cursor : default;
}
.pagination a.disablelink, .pagination a.disablelink:hover {
background-color : white;
cursor : default;
color : #9D9A82;
border-color : #C2C0B1;
font-weight : normal !important ;
}
.pagination a.prevnext {
font-weight : bold;
}
.titulo_principal {
font-size : 12px;
color : #000000;
font-family : Verdana, Arial;
}

.txtpadrao {
font-size : 9px;
color : #333;
font-family : Verdana, Arial;
}
.quadro_branco {
border : 1px solid #C2C0B1;
background-color : #ffffff;
}

.wireframemenu_p {
border : 1px solid #c0c0c0;
background-color : white;
border-bottom-width : 0;
width : 220px;
}
* html .wireframemenu_p {
width : 200px;
}
.wireframemenu_p ul {
padding : 0;
margin : 0;
list-style-type : none;
}
.wireframemenu_p a {
font : 9px Verdana;
padding : 4px 3px;
display : block;
width : 100%;
color : #595959;
text-decoration : none;
border-bottom : 1px solid #c0c0c0;
}
.wireframemenu_p a:visited {
color : #595959;
}
html > body .wireframemenu_p a {
width : auto;
}
.wireframemenu_p a:hover {
background-color : #F0EEDF;
color : black;
}

.Titulo01 {color: #963;
	font-weight: bold;
	font-size: 14px;
}
* html .wireframemenu {
width : 400px;
}
.wireframemenu ul {
padding : 0;
margin : 0;
list-style-type : none;
}
.wireframemenu a {
font : 12px Verdana;
padding : 4px 3px;
display : block;
width : 100%;
color : #595959;
text-decoration : none;
border-bottom : 1px solid #c0c0c0;
}
.wireframemenu a:visited {
color : #595959;
}
html > body .wireframemenu a {
width : auto;
}
.wireframemenu a:hover {
background-color : #FFFFFF;
color : black;
}
.wireframemenu_2 {
border : 1px solid #F0EEDF;
background-color : #F0EEDF;
border-bottom-width : 0;
width : 130px;
}
* html .wireframemenu_2 {
width : 130px;
}
.wireframemenu_2 ul {
padding : 0;
margin : 0;
list-style-type : none;
}
.wireframemenu_2 a {
font : 9px Verdana;
padding : 4px 3px;
display : block;
width : 100%;
color : #595959;
text-decoration : none;
border-bottom : 1px solid #c0c0c0;
}
.wireframemenu_2 a:visited {
color : #595959;
}
html > body .wireframemenu_1 a {
width : auto;
}
.wireframemenu_2 a:hover {
background-color : #FFFFFF;
color : black;
}

/* Right Section */

#templatemo_propaganda_section {
	width: 150px;
	float: left;
	margin: 10px 10px 10px 10px;
}

* html #templatemo_propaganda_section {
	margin: 0 5px 10px 0;
}
.templatemo_propaganda_section_box {
	width: 150px;
	border: 1px solid #C2C0B1;
	margin: 5px 0 5px 0 ;
	padding: 5px 5px 5px 5px;
	
}

.templatemo_propaganda_section_box h1{

	color: #963;
	font-size: 12px;
	text-decoration: underline;
	margin: 0 0 8px 0;
	padding: 0;

	
}


.templatemo_propaganda_section_box h2{

	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;

	
}

.templatemo_propaganda_section_box h2 a{

	text-decoration: none;

	
}

.templatemo_propaganda_section_box h2 a:hover{

	text-decoration: underline;

	
}

.templatemo_propaganda_section_box p{

	color: #000;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: justify;

	
}

.templatemo_propaganda_section_box .last{

	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: justify;

	
}
.textbox {
border : 1px solid #666666;
background-color : #f8f8f8;
font-family : Courier New, Courier, mono;
font-size : 10px;
font-style : normal;
color : #000000;
text-decoration : none;
}

