@charset "utf-8";
/* CSS Document */

/* TAGS GERAIS*/
* {
	margin:0;
	padding:0;
	text-align:left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#375A7D;
	list-style:none;
}
body {
	background-color:#DEF4F9;
}
h1 {
	font-size:12px;
	display: inline;
}
h2 {
	font-size:14px;
}
p {
	text-align:justify;
	margin:4px;
}
	p.paginacao {
		text-align:right;
		margin:0 15px 5px 15px;
	}

span h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#375A7D;
	font-weight: normal;
}

/* ID´s */

#barra-login{
	position:relative;
	width:780px;
	height:25px;
	background-color:#C7E4EB;
	border-bottom: 5px solid #AFCFDD;
	text-align:right;
}
	#barra-login form{
		text-align:right;
		padding-right:5px;
		line-height:15px;
		vertical-align:middle;
	}
	#barra-login label{
		line-height:23px;
		vertical-align:top;
		*line-height:15px;
		*vertical-align:middle;
	}
	#barra-login a{
		font-size:9px;
		line-height:25px;
		vertical-align:top;
		*line-height:15px;
		*vertical-align:middle;
	}
#barra-home{
	position:relative;
	width:780px;
	height:19px;
	background-color:#C7E4EB;
	border-top: 5px solid #AFCFDD;
	border-bottom: 1px solid #6F8A95;
	clear:both;
}
#container {
	/*background-color:#FF00FF;*/
	background-color:#C7E4EB;
	width:780px;
	margin:0 auto;
}
#conteudo{
	position:relative;
	background-color:#F2F4F6;
	width:529px;
	_height:184px;
	min-height:184px;
	float:left;
}
	#conteudo img {
		margin:4px;
	}
	#conteudo form {
		text-align:right;
	}
	#conteudo table {
		width:95%;
	}
#dest-cadastro{
	position:relative;
	width:251px;
	height:153px;
	background-image:url(images/dest_cadastro.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#7E9EB0;
	float:left;
	border-left:1px solid #E4FFFE;
	border-right:1px solid #E4FFFE;
}
#dest-cadastro H3 SPAN {
	DISPLAY: none;
}
	#dest-cadastro p {
		margin:40px 6px 4px 6px;
		font-size:11px;
		color:#F2F4F6;
	}
	#dest-cadastro strong a {
		font-size:12px;
		color:#FFFFFF;
	}
	#dest-cadastro a:hover{
		text-decoration:underline;
		color:#FFFFFF;
	}
#dest-orcamento{
	position:relative;
	width:275px;
	height:153px;
	background-image:url(images/dest_orcamento.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#7E9EB0;
	float:left;
	border-left:2px solid #E4FFFE;
}
#dest-orcamento H3 SPAN {
	DISPLAY: none;
}
	#dest-orcamento p {
		margin:40px 6px 4px 6px;
		font-size:11px;
		color:#F2F4F6;
	}
	#dest-orcamento strong a {
		font-size:12px;
		color:#FFFFFF;
	}
	#dest-orcamento a:hover{
		text-decoration:underline;
		color:#FFFFFF;
	}
#dest-produtos{
	position:relative;
	width:248px;
	height:153px;
	background-image:url(images/dest_produtos.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#7E9EB0;
	float:left;
	border-right:2px solid #E4FFFE;
}
#dest-produtos H3 SPAN {
	DISPLAY: none;
}
	#dest-produtos p {
		margin:40px 6px 4px 6px;
		text-align:right;
		font-size:11px;
		color:#F2F4F6;
	}
	#dest-produtos p strong{
		font-size:11px;
		color:#F2F4F6;
	}
	#dest-produtos img {
		margin:3px 7px;
	}
	#dest-produtos strong a {
		font-size:12px;
		color:#FFFFFF;
	}
	#dest-produtos a:hover{
		text-decoration:underline;
		color:#FFFFFF;
	}
#footer a:link { color: #FFFFFF; font-size:10px; text-decoration: underline;}
#footer a:visited { color: #FFFFFF; font-size:10px; text-decoration: underline;}
#footer a:hover { color: #FFFFFF; font-size:10px; text-decoration: underline;}
#footer a:active { color: #FFFFFF; font-size:10px; text-decoration: underline;}

#footer {
	position:relative;
	width:780px;
	height:40px;
	text-align:center;
	background-color:#375A7D;
	padding-top:10px;
	clear:both;
}
	#footer address {
		color:#FFFFFF;
		font-size:10px;
		font-style:normal;
		display: inline;
	}
	#footer strong {
		color:#FFFFFF;
		font-size:11px;
		font-style: bold;
	}
#header {
	position:relative;
	width:780px;
	height:259px;
	background-image:url(images/banner.jpg)
}

#header H1 SPAN {
	DISPLAY: none;
}

#header H3 SPAN {
	DISPLAY: none;
}

#logo-wol {
	position:relative;
	width:780px;
	margin:0 auto;
}
	#logo-wol img {
		border:0;
		text-align:right;
	}
#menu{
	position:relative;
	width:251px;
	height:184px;
	background-image:url(images/fundo_menu.gif);
	float:left;
}
	#menu ul{
		margin:33px 27px;
		line-height:16px;
	}
	#menu li{
		margin-top:4px;
	}
	#menu a{
		font-size:12px;
		color:#F2F4F6;
	}
	#menu a:hover{
		font-size:12px;
		color:#375A7D;
	}

/* CLASSES */
.botao{
	height:18px;
	text-align:center;
	background-color:#375A7D;
	border:1px solid #375A7D;
	margin:3px 3px 6px 0px;
	color:#FFFFFF;
}
.equip-categoria {
	cursor: pointer;
	color:#FFFFFF;
	background-color:#83A4B5;
	padding:2px 5px;
	border-bottom:1px solid #B0CDD6;
	margin:0px 5px;
	text-transform:uppercase;
}
.equip-categoria a{
	color:#FFFFFF;
}
.equip-subcategoria {
	cursor:hand;
	padding:0 3px;
	margin:0 10px;
}
.frm-obrigatorio {
	color:#FF0000;
}
.table-formularios {
	width:95%;
	margin:0 0 5px 13px;
	*margin:0 12px 5px  6px;
}
.table-pedido {
	width:95%;
	margin:0 0 5px 13px;
	*margin:0 12px 5px  6px;
}
.table-pedido-td {
	width:50%;
	text-align:right;
}
.table-pedido-td-titulo {
	text-align:center;
}
.table-produtos {
	border: 1px solid #375A7D;
	width:95%;
	margin:0 0 5px 13px;
	*margin:0 12px 5px  6px;
}
.table-produtos-td {
	text-align:center;
	border: 1px solid #375A7D;
}
.table-produtos-td-botao {
	text-align:right;
	border: 1px solid #375A7D;
}
.table-produtos-tr {
	text-align:center;
	border: 1px solid #375A7D;
	background-color:#FFFFFF;
}
.td-botao {
	text-align:center;
}
.table-solicite {
	border: 1px solid #375A7D;
	width:95%;
	margin:0 0 5px 12px;
}
.texto-login{
	width:80px;
	height:15px;
	background-color:#F2F4F6;
	border:1px solid #375A7D;
	margin:3px 3px 6px 2px;
}
.texto {
	background-color:#F2F4F6;
	border:1px solid #375A7D;
}
.texto-msg {
	background-color:#F2F4F6;
	border:1px solid #375A7D;
	width:277px;
}
