/*global reset */


html *{
	padding: 0;
	margin: 0;
}

img{
	margin-bottom: 20px;
}

a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}

p{
	line-height: 18px;
	margin-bottom: 14px;
	letter-spacing: normal;
}

span a:link{
	color: #c92c1e;
}

span{
	color: #c92c1e;
}

/* end global reset */



/* base html */

body {
	background: #fff url(imagens/Background.jpg); background-repeat:repeat-x; 
	color: #666;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;/*this is in place to center in older browsers*/
}

a {
 text-decoration: none;
 color:#666;
}
a:link {/* unvisited link */
 color:#666;
}     
 
a:hover { /* mouse over link */
 color:#666;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#666;
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	letter-spacing: -0.05em;
	color: #fe7501;
	margin-bottom: 20px;
}

h2 a {
 color: #fe7501;
 text-decoration: none;
}

h2 a:link{
 color: #fe7501;
 text-decoration: none;
}

h2 a:hover{
 color: #fe7501;
 text-decoration: underline;
}

h2 a:active{
 color: #fe7501;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	letter-spacing: -0.05em;
	color: #838a90;
	margin-bottom: 20px;
}

h3 a {
 color: #838a90;
 text-decoration: none;
}

h3 a:link{
 color: #838a90;
 text-decoration: none;
}

h3 a:hover{
 color: #838a90;
 text-decoration: underline;
}

h3 a:active{
 color: #838a90;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	letter-spacing: -0.05em;
	color: #c92c1e;
	margin-bottom: 20px;
}

h4 a {
 color: #c92c1e;
 text-decoration: none;
}

h4 a:link{
 color: #c92c1e;
 text-decoration: none;
}

h4 a:hover{
 color: #c92c1e;
 text-decoration: underline;
}

h4 a:active{
 color: #c92c1e;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	letter-spacing: -0.05em;
	color: #fe7501;
	margin-bottom: 0px;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	letter-spacing: -0.05em;
	color: #666;
	margin-bottom: 0px;
}

/* end base html */

/* layout */
#top{
	float: left;
	width: 900px;
	margin-bottom: 17px;
}
#logo{
	background:url(Imagens/Logo.png);
	background-repeat:no-repeat;
	position: absolute;
	float: left;
	width: 118px;
	height: 89px;
	margin-top: 30px;
	margin-left: 37px;
	cursor: pointer;
}

#direita{
	float: right;
}

#revenda{
	margin-top: 12px;
	margin-right: 20px;
}

#revenda img{
	margin-bottom: 0;
}

#search{
	clear: both;
	background: #feac48;
	text-align: left;
	width: 231px;
	height: 35px;
	color: #c82a1c;
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 20px;
	padding: 8px 0px 12px 13px;
}

.clear{
	clear: both;
}

#destaque{
	background:url(Imagens/TopoDestaque.png);
	background-repeat:no-repeat;
	float: left;
	width: 794px;
	height: 195px;
}

#wrapper{
	width: 900px;
	margin: 0px auto 40px auto;
	text-align: left;
	background:url(Imagens/FundoTopo.png);
	background-repeat:no-repeat;
	height: 247px;
}

#menu{
	width: 900px;
	padding-top: 130px;
}

/* ------------------------- Menu Topo ------------------------- */

.jqueryslidemenu{
font: bold 12px Tahoma;
background: url(imagens/BackgroundMenu2.png);
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: url(imagens/BackgroundMenu2.png);
color: white;
padding: 8px 10px;
border-right: 1px solid #123a47;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #032631;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ------------------------- Menu Topo ------------------------- */

#detalhe{
	background: #fe7501;
	float:left;
	display:block;
	width: 794px;
	height: 6px;
}

#content{
	width: 900px;
	float: left;
	margin-top: 75px;
}

#main-content{
	float: left;
	color: 666;
	display: inline;
	width: 531px;
	text-align: right;
	
}

#lateral{
	float: left;
	display: inline;
	width: 369px;
}

#divisao{
	float: left;
	width: 1px;
	height: 650px;
	background: #eee;
	margin-top: 15px;
}

#main{
	float: left;
	color: 666;
	width: 754px;
	text-align: justify;
	margin-top: 15px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.titulo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; font-style:italic;
	font-size: 36px;
	text-align: right;
	color: #025259;
	margin-bottom: 20px;
	margin-right: 20px;
}

.texto{
	font-family: tahoma;
	font-size: 14px;
	text-align: right;
	color: #025259;
	margin-bottom: 50px;
	margin-right: 20px;
}

#linha{
	float: left;
	width: 754px;
	height: 1px;
	background: #eee;
}

.th{
	letter-spacing: normal;
	font-weight: bold;
	float: left;
	width: 300px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.td{
	letter-spacing: normal;
	float: left;
	width: 454px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.foto{
	clear: both;
	float: left;
	margin: 0 0 0 0;
}

.info{
	clear: both;
	float: right;
	color: #CC0000;
	font-size: 10px;
	text-align: left;
	letter-spacing: normal;
	width: 160px;
}

.info a:link {/* unvisited link */
 color:#CC0000;
}     
 
.info a:hover { /* mouse over link */
 color:#CC0000;
 text-decoration: underline;
}  

.selo{
	clear: both;
	float: left;
}

.selo img{
	margin-right: 3px;
	margin-bottom: 0px;
}

#sidebar-right{
	width: 176px;
	float: left;
	margin-top: 34px;
}

#footerGeral{
	float: left;
	background: url(imagens/BackgroundRodape.gif); background-repeat:repeat-x; background-position: bottom;
	width: 100%;
	height: 110px;
}

#footer{
	clear: both;
	text-align: center;
	width: 900px;
}

#footer p{
	margin: 0;
}

#footer .empresa{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	margin-top: 25px;
}

#footer .empresa2{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #fff;
	padding-left: 10px;
}

#footer .empresa3{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: #00c7df;
	padding-left: 10px;
}

#footer .design{
	float: right;
	padding-right: 13px;
	font-weight: bold;
	color: #ccc;
}

#footer .design a {
 color: #00c7df;
 text-decoration: none;
}

#footer .design a:link{
 color: #00c7df;
 text-decoration: none;
}

#footer .design a:hover{
 color: #00c7df;
 text-decoration: underline;
}

#footer .design a:active{
 color: #00c7df;
}

/* end layout */
.post{
	float: left;
	width: 505px;
	padding-bottom: 35px!important;
	padding-bottom: 18px;
	margin-top: 25px;
	border-bottom: 1px solid #999;
	display: inline;
}

.meta-date{
	float: left;
	width: 505px;
	
}
.meta-date p.date{
	float: left;
	color: #a0dff2;
	padding-left: 22px;
	background: url(images/clock.gif) no-repeat 0 50%;
	margin: 0;
}
.meta-date p.meta{
	float: right;
	margin: 0;
}
.meta-date .meta a.comments{
	padding-left: 22px;
	background: url(images/comments.gif) no-repeat 0 50%;
}
/* navigation */
#navigation {
	width: 794px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	letter-spacing: normal;
}
#navigation ul {
	list-style:none;
	padding:0;
	margin:0;
}
#navigation li { float: left; }

#navigation a {
	display: block;
	text-decoration: none;
	padding: 7px 30px;
	color: #2d2f2e;
	margin-top: 1px;
	margin-right: 0px;
	line-height: 15px;
}
#navigation li.active a{
	background-color:#fe7501;
	color:#fff;
}
#navigation a:hover {
	background-color:#fe7501;
	color:#fff;
}
#search input{
	float: left;
	background-color: fff;
	width: 174px;
	height: 17px;
	font-size: 12px;
	border: none;
	color: #000;
}
#search .btn{
	border: 0;
	padding-left: 6px;
	width: 32px;
	height: 19px;
}

.sideblock{
	width: 176px;
	float: left;
	margin-bottom: 40px;
	display: inline;
}
.sideblock ul{
	width: 166px;
	margin-left: 10px;
}
.sideblock ul li{
	width: 153px;
	padding: 5px 0;
	padding-left: 13px;
	border-bottom: 1px solid #48133e;
	background: url(images/arrow.gif) 0 50% no-repeat;
}
.sideblock ul li a{
	color: #fff;
}
.sideblock ul li a:hover{
	color: #fff;
	text-decoration:underline;
}
.prev-next{
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.prev-next p.prev{
	margin: 0;
	float: left;
}
.prev-next p.next{
	margin:0;
	float: right;
}
.prev-next a:hover{
	background: #fff;
	text-decoration: none;
	padding: 3px 7px;
	color:#742866;
}


/*Contato */

#Contato{
	text-align: center;
}

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
	text-align: left;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 296px;
	color: #fe7501;
}

.cssform textarea{
	width: 298px;
	height: 150px;
	color: #fe7501;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

.formu {width: 320px; height: 18px; border: 1px solid #A8A8A8; background-color: #CCCCCC; font-family: Tahoma, Verdana Arial; font-size: 11px; color: #333333;}
.tarea {width: 392px; height: 100px; border: 1px solid #A8A8A8; background-color: #CCCCCC; font-family: Tahoma, Verdana Arial; font-size: 11px; color: #333333;}
.butts {width: 70px; height: 20px; border: 1px solid; font-family: Arial, Tahoma, Verdana; font-size: 12px; font-weight: bold; color: #999;}
<!--eventos-->
.texto_eventos { width:100%; height:100%; float:left; text-align:left;}