/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:2em; 
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberacive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid  #ffffff;
 font: bold 10px arial, sans-serif
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #cccccc;
 border-bottom: #ffffff;
 background: #eeeeee;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #666666; }
ul.tabbernav li a:visited { color: #666666; }

ul.tabbernav li a:hover
{
 color: #000000;
 background-color: #ffffff;
 border-color: #cccccc;
}

ul.tabbernav li.tabberactive a
{
 background-color: #ffffff;
 color: #000000;
 border-bottom: 1px solid #ffffff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom:1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px ;
 font-size:10px;
 font-family: arial;
 color:#999999;
 font-weight: bold;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set ov????AE???C??¹??erflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
		
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	
		}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #eeeeee;
	}
	
/*GERAL*/	
body 
{
	background: #eaeaea;/* url(../img/back.jpg) repeat fixed;*/
	margin:0px;
	padding:0px;
	
	/*overflow-x: hidden;*/
	border: 0px;
}
#img{border: solid 3px;}
#img a{border: solid 3px;}
#img a:hover{border: solid 3px;}
.titulo
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:10px;
	color: #ca1b16;
    text-align:left;
}
.day
{ 
	color: #666666;
	font-size: 9px;
	font-family: tahoma;
	text-align: left;
}
.border
{ 
	padding:3px; 
	border: 1px solid #cccccc; 
	margin:5px;	
}
.border:hover
{ 
	padding: 3px; 
	border: 1px solid #000000; 
	margin:5px;	
}

legend{
	color: #d32119;
	font-size:11px;
	font-weight:bold;
	
}
fieldset{
-moz-border-radius: 10px;
}

input, textarea, select{
	font-size: 10px;
	font-family: Verdana;
	color: #666666;
	text-align:left;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px 2px 2px 2px;
	background-color: #ffffff;
}
td {
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
}
#twitter_div ul {
	margin: 0;
	padding: 2px;
	font-size: 9px;
    font-family: verdana;
	color:  #ffffff;
	list-style-type: none;
	z-index:51;
}

#twitter_div ul li {
	font-size:9px;
    font-family: verdana;
	color:  #ffffff;
	padding: 2px;
	border-bottom: 1px solid #cccccc;
	z-index:51;
	
}

#twitter_div ul li a {
	text-decoration:none;
	font-size: 9px;
    font-family: verdana;
	color:  #999999;
	z-index:51;
}
#twitter_div ul li a:hover {
	text-decoration:none;
	font-size: 9px;
    font-family: verdana;
	color:  #ffffff;
	z-index:51;
}

/*FIM GERAL*/

/*LINKS*/
a.um:link {text-decoration: none;color: #999999;}
a.um:visited {text-decoration: none;color: #999999;}
a.um:hover {text-decoration: none; color: #000000;}
a.um:active {text-decoration: none;color: #999999;}

a.artigo:link {text-decoration: none;color: #000000;}
a.artigo:visited {text-decoration: none;color: #000000;}
a.artigo:hover {text-decoration: underline; color: #000000;}
a.artigo:active {text-decoration: none;color: #000000;}

a.artigo2:link {text-decoration: none;color: #999999;}
a.artigo2:visited {text-decoration: none;color: #999999;}
a.artigo2:hover {text-decoration: underline; color: #999999;}
a.artigo2:active {text-decoration: none;color: #999999;}

a.numbers:link {text-decoration: none;color: #ffffff; background: #800c0c; padding:3px; border-left:1px solid #ffffff; margin:5px;}
a.numbers:visited {text-decoration: none;color: #ffffff; background: #800c0c; padding:3px;  border-left:1px solid #ffffff;margin:5px;}
a.numbers:hover {text-decoration: none;color: #ffffff; background: #b01818; padding:3px;  border-left:1px solid #ffffff;margin:5px;}
a.numbers:active {text-decoration: none;color: #ffffff; background: #800c0c; padding:3px;  border-left:1px solid #ffffff;margin:5px;}

/*FIM LINKS*/

/*TOP*/
#topo  {
	background : url(../img/topo.jpg) repeat-x;
	height :337px;
	width : 100%;
	margin : 0px;
	padding : 0px;
	clear : both; 
	border:0px;
	z-index: 2;
}
#topo #cont{
	position:absolute;
	left: 210px;
	top: 40px;
	height :30px;
	width :300px;
	margin : 0px;
	padding : 0;
	border:0px;
	color:#ffffff;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index: 50;
}
#topo #busca{
	position:absolute;
	left: 600px;
	top: 30px;
	height :30px;
	width :300px;
	margin : 0px;
	padding : 0;
	border:0px;
	color:#ffffff;
	z-index: 2;
}
#logo  {
	position:absolute;
	background-image : url(../img/logo.jpg);
	width :199px;
	height : 103px;
	float : left;
	border : 0;
	top:-20px;
	left:0px;
/*	margin : 0 0 0 130px;*/
	padding : 0 0 0 0;
/*	border:1px solid #000000;*/
	list-style-type : none;
	z-index: 10;
}
#flash
{
	position:absolute;
	top:75px;
	left:199px;
	width:602px;
	height:218px;
	border:0px;
	z-index:8;
}

/*FOOTER*/
#fim {
	position:absolute;
	background: url(../img/footer.jpg) repeat-x;
	height :45px;
	background-position : bottom ;
	width :100%;
	margin : 0px;
	padding : 0px;
	clear : both; 
	border:0px;
	top:690px;
	z-index:10;
}

#fim #txtfim
{
	position:absolute;
	left:210px;
	top:13px;
	width:780px;
	height:25px;
	font-family:verdana; 
	font-size:10px;
	text-align:left;
	color: #999999;
	z-index:2;
}
#newsletter
{
	position:absolute;
	top:55px;
	left:20px;
	width:160px;
	height:218px;
	border:0px;
	z-index:91;
}
#fimlateral  {
	position:absolute;
	background-image : url(../img/fimlateral.jpg);
	width :199px;
	height : 244px;
	float : left;
	border : 0;
	top:-160px;
	left:0px;
/*	margin : 0 0 0 130px;*/
	padding : 0 0 0 0;
/*	border:1px solid #000000;*/
	list-style-type : none;
	z-index:88;
}



/*FIM FOOTER*/

/*LATERAL*/

#lateral
{
	position:absolute; 
	left:0px; 
	height: 550px;  
	top:-260px; 
	width:200px;
	background: url(../img/lateral.jpg) repeat-y;
	z-index:9
}
#empresasflash
{
	position:absolute; 
	left:20px; 
	height: 100px;  
	top:300px; 
	width:150px;
	z-index:9
}

/*MENU*/
#menu
{
	position: absolute;
	font-family:Verdana; 
	font-size:11px;
	color: #333333;
	line-height:normal;
	width:140px; 
	top:0px; 
	left:20px;
	padding: 10px;
	height:auto;
	list-style : none;
	float : left;
	z-index:51

}

#menu a {
display: block;
color: #333333;
text-decoration: none;
border-bottom: 1px solid #cccccc;
padding: 2px;
list-style: none
}

#menu a:hover { 
color:#000000;
border-bottom: 1px solid #cccccc
display: block;
background: #eeeeee;
padding: 2px;
list-style: none
}

.menu-vv {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	top: -7px;

}
.menu-vv * { margin: 0; padding:0px; list-style: none}
.menu-vv li {
	position: relative;
	line-height: 13pt;
	vertical-align: top;
	top: -1px;
}
.menu-vv a { display: block; line-height: normal}
.menu-vv li ul { position: absolute; visibility: hidden; background: #ffffff;}
.menu-vv li:hover ul,
.menu-vv li.hover ul { visibility: visible }
.menu-vv li:hover ul ul,
.menu-vv li.hover ul ul { visibility: hidden }
.menu-vv li li:hover ul,
.menu-vv li li.hover ul { visibility: visible }
.menu-vv li li:hover ul ul,
.menu-vv li li.hover ul ul { visibility: hidden }
.menu-vv li li li:hover ul,
.menu-vv li li li.hover ul { visibility: visible }
 /* características horizontal-vertical */
.menu-hv.after { content: "."; line-height: 0px; clear: both; display: block; visibility: hidden;}
.menu-hv li { float: left; }
.menu-hv li ul li { float: none; }
.menu-hv li ul li ul { position: absolute; left: 100%; top: 0; }
 /* características vertical-vertical */
 .menu-vv { float: left; }
 .menu-vv li ul { left: 100%; top: 0; }
 /* ****************************************
   ALTERE ABAIXO. defina a largura, cor, formatações, etc, dos itens do seu menu abaixo
   ou apague as linhas se for definir em outro lugar
 */
 .menu-vv li { width:140px;}
 
/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child Ain IE 6
   http://elmicox.blogspot.com/2008/03/ativando-hover-e-first-child-no-ie-6-um.html */

/*FIM LATERAL*/

/*CORPO*/
#content
{
  position: relative;
  left: 50%;
  width: 800px;
   margin: 0 0 0 -400px;
}
#fundo
{
    position: absolute;
	left:199px; 
	top:-100px; 
	width:602px; 
	height:540px; 
	background-color:#ffffff;
	z-index:1
}
#corpo
{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:800px; 
	height:100%; 
}
#post
{
	position:absolute; 
	left:205px; 
	top:-80px; 
	width:580px;
	height:520px; 
	font-family:verdana; 
	font-size:11px;
	padding: 5px;
	color: #000000;
	z-index:1
}
#form
{
	position:absolute; 
	left:447px; 
	top:148px; 
	width:300px; 
	height:29px; 
	font-family: arial;
	font-size: 10px;
	z-index:30
}

#tops
{
	font-family: arial;
	font-size: 13px;
	text-align: left;
	color: #d32119;
	display: block;
	font-weight:bolder;
	border-bottom: 1px solid #666666;
	padding: 1px 1px 1px 1px;
	height:20px;
	z-index:9;
	text-transform: uppercase;
}

/*INDEX*/
#lancamentos
{
	position:absolute;
	left:8px;
	top:90px;
	width:270px;
	height:141px;
	/*	border: 1px solid #cccccc;*/
	padding: 5px 5px 5px 5px;
	text-align:center;
	z-index:50
}
#evento
{
	position:absolute;
	left:314px;
	top:264px;
	width:278px;
	height:159px;
	/*border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;*/
	text-align:left;
	z-index:50
}
#fotos
{
	position:absolute;
	left:290px;
	top:90px;
	width:157px;
	padding: 5px 5px 5px 5px;
	height:140px;
	z-index:50
}
#clientes
{
	position:absolute;
	left:465px;
	width:120px;
	height:230px;
	/*border: 1px solid #cccccc;*/
	padding: 5px 5px 5px 5px;
	text-align:center;
	z-index:50
}
#bemvindo
{
	position:absolute;
	left:0px;
	top:5px;
	width:455px;
	height:80px;
	color:#666666;
	font-family: arial;
	font-size: 11px;
	border-left: 1px solid #cccccc;
    padding: 0px 0px 0px 10px;
	text-align:left;
	z-index:50
}
#simbolo
{
	position:absolute;
	top:250px;
	width:291px;
	padding: 5px 5px 5px 5px;
	height:159px;
	text-align:center;
	z-index:50;
	left: 0px;

}
/*FIM INDEX*/
