/* CSS Document */


/*TEXTO ---------------------------------------------------------------------------------- */
.texto{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #ffffff;
}
.texto a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #ffffff;	
	text-decoration:none;
}
.texto a:hover{
	color:#FFCC00;
}


/*TEXTO COR ---------------------------------------------------------------------------------- */
.textocor{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color: #ffcc00;
}
.textocor a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color: #ffcc00;	
	text-decoration:none;
}
.textocor a:hover{
	text-decoration:underline;
}


/*TITULO 1 ---------------------------------------------------------------------------------- */
.titulo1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:14px;
	color: #ffffff;
}
.titulo1 a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:14px;
	color: #ffffff;	
	text-decoration:none;
}
.titulo1 a:hover{
	text-decoration:underline;
}



/*TITULO 1a ---------------------------------------------------------------------------------- */
.titulo1a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(imgs/arrow_oze.gif);
	background-repeat:no-repeat;
	background-position:left center;	
	padding-left: 15px;
	
	font-size:16px;
	line-height:16px;
	color: #ffffff;
}
.titulo1a a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	color: #ffffff;	
	text-decoration:none;
}
.titulo1a a:hover{
	text-decoration:underline;
}


/*TITULO 2 ---------------------------------------------------------------------------------- */
.titulo2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:14px;
	color: #ffffff;
}
.titulo2 a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:14px;
	color: #ffffff;	
	text-decoration:none;
}
.titulo2 a:hover{
	text-decoration:underline;
}


/*FONTE COPYRIGHT ---------------------------------------------------------------------------------- */
.copyright{
	background-image:url(imgs/bottom_oze.gif);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}
.copyright a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	text-decoration:none;
}
.copyright a:hover{text-decoration:underline;}







/*TOPBAR -------------------------------------------------------------------------------------------*/
.topbar{
	height:70px;
	background-image:url(imgs/topbar_oze.jpg);
	background-repeat:no-repeat;
}

/*TITULO VITRINE -------------------------------------------------------------------------------------------*/
.titulovitrine{
	background-image:url(imgs/logovitrine_oze.jpg);
	background-repeat:no-repeat;	
}

/*TITULO LOGIN -------------------------------------------------------------------------------------------*/
.titulologin{
	background-image:url(imgs/login_oze.gif);
	background-repeat:no-repeat;
}

/*WATERMARK -------------------------------------------------------------------------------------------*/
.watermark{
	background-image:url(imgs/watermark_oze.gif);
	background-repeat:no-repeat;
	background-position:341px -63px;
}

/*BOTÃO CADASTRE-SE -------------------------------------------------------------------------------------------*/
.botao{
	background-color:#FFCC00;
}
.botao a{
	background-color:#FFCC00;
}
.botao a:hover{
	background-color:#cca300;
}


/*BOTÃO CADASTRE-SE -------------------------------------------------------------------------------------------*/
.itembox{
	float: left;
	position: relative;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #ffffff;
	
	margin:0px 20px 20px 0px;
}
.itemOff{
	background:none;
	
}
.itemOn{
	background-color:#ffcc00;
	color: #000000;
}


/*BOTÃO VOLTAR -------------------------------------------------------------------------------------------*/
.voltarOff{
	background-image:url(imgs/botvoltar_oze_off.gif); background-repeat:no-repeat;	
}
.voltarOn{
	background-image:url(imgs/botvoltar_oze_on.gif); background-repeat:no-repeat;	
}



/*FICHA TÉCNICA -------------------------------------------------------------------------------------------*/
#ficha td{
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #3a3a3a;
}
#cores img{	
	margin-bottom:5px;
}


/*THUMB -------------------------------------------------------------------------------------------*/
#thumbs table{
	float: left;	
	position: relative;
	margin-right:5px;
	margin-bottom:5px;
}
 







/*FORMULÁRIO -------------------------------------------------------------------------------------------------- */
#formulario select, #formulario input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00000;
	height:18px;
}
.botaoenviar{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:12px;
	font-weight:bold;
	color: #00000;
	width:100px;
	height:20px;

}


/*LEFT MENU -------------------------------------------------------------------------------------------------- */


/*Definições gerais obrigatórias para funcionar em IE, FF e Ópera*/
ul.leftmenu{float:left;width:129px;list-style:none;margin:0px;padding:0px;}

li.botmenu{
	float: left;
	width: 100%;
	display: block;
}

/*Definições de botão COM link*/
li.botmenu a, li.botmenu a:hover {

	
	width: 100%;
	max-width: 119px;
	display: block;
	
	padding: 2px 0px 3px 10px;/*top right bottom left*/
	margin: 0px 0px 0px 0px;/*top right bottom left*/
			
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
	color: #FFFFFF;	
	border-top: 1px solid #3A3A3A;	
}

li.botmenu a{

	
}

li.botmenu a:hover{
	background-color:#3a3a3a;
}



f