/*
-----------------------------------------------
Nextsourcing style
version:  2006.11.01
----------------------------------------------- */

/*estilo global do site (padrão)*/
body {
	padding:3px 0 0 0;
	margin:0;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background-color: #fff;
}
h4 {
	font-size:0.9em;
	margin: 2px 0 0 0;
}
a, active, visited {
	color:#006699;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
li {
	list-style:square;
}

/*posicionamento central*/
#container{
	width:793px;
	left:50%;
	margin-left:-390px;
	position:relative;
	margin-bottom: 20px;
}

/*menu superior e barra de busca*/
#menucima {
	font-size:0.98em;
	color:#BBB;
	text-align:right;
	padding:4px;
}
#menucima a, active, visited {
	color:#BBB;
	text-decoration:none;
}
#menucima a:hover {
	color:#666;
	text-decoration:underline;
}
#campo_busca {
	background-color:#EEE;
	border:#999 solid 1px;
	font-size:0.94em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

/*logotipo*/
#logo {
	width:798px;
	padding: 0;
	margin: 0;
}

/*barra de navegação*/
#menu ul { 
	width:798px;
	margin:0; 
	padding:0;
	}
#menu li {
	display:inline;
	list-style:none; 
	text-align:right;
}
#menu a{
	color:#FFF;
	font:0.9em  Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:right;
	font-weight:bold;
	line-height: 1.8em;
	float:left;
	padding:0 0.2em 0.1em  0;
	border-top-width: 0.1em;
	border-right-width: 0em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-style: solid;
}

/*menu principal*/
#menuempresa {
background-color:#999;
width: 264px;
}
#menuempresa a:hover {
background-color:#555;
}
#menuservicos {
background-color:#125A13;
width: 131px;
}
#menuservicos a:hover {
background-color:#65A85D;
}
#menuprodutos {
background-color:#5E0000;
width: 125px;
}
#menuprodutos a:hover {
background-color:#B25244;
}
#menunoticias {
background-color:#5D4500;
width: 130px;
}
#menunoticias a:hover {
background-color:#C7B243;
}
#menucontato {
background-color:#000;
width: 128px;
}
#menucontato a:hover {
background-color:#666;
}

/*home*/
#home {
	margin: 1px 0 0 1px;
	padding:0;
	height:100%;
	background:#FFF;
}
 
/*home - caixa produto*/
#cxproduto {
	display:inline;
	float:left;
	width: 234px;
	border:#666666 solid 1px;
	padding: 15px;
	margin:0;
}
#cxproduto h4 {
	background-color:#963871;
	color:#FFF;
	margin:2px 0 2px 0;
	width: 224px;
	padding:2px;
}
#cxproduto p {
	line-height:1.8em;
	font-size:0.9em;
	text-align:left;
	width: 214px;
	height:200px;
	padding: 4px 6px;
	margin:0;
	color:#343432;
	background-color:#EFEFEF;
	border:#963871 solid 1px;
}

/*home - caixa servicos*/
#cxservicos {
	text-align:left;
	float:left;
	display:inline;
	width:232px;
	height:304px;
	padding: 15px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px none #666666;
	margin:0;
}
#cxservicos h4 {
	background-color:#F18732;
	color:#FFF;
	margin:2px 0 2px 0;
	width: 224px;
	padding:2px;
}
#cxservicos p {
	line-height:1.8em;
	font-size:0.9em;
	text-align:left;
	padding: 4px 6px;
	margin:0;
	width: 214px;
	height:200px;
	color:#343432;
	background-color:#EFEFEF;
	border-color:#F18732;
	border-style:solid;
	border-width:1px;
}

/*home - caixa noticias*/
#cxnoticias {
	float:left;
	display:inline;
	background-color:#FFF;
	background:#F0F0F0;
	width: 232px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px none #666666;
	padding: 15px 15px 25px 15px;
	height:295px;
	margin:0;
}
#frmnoticias {
	height:140px;
	display:block;
	padding-bottom:25px;
}
#frmnoticias p, a {
	line-height:1.4em;
}
#frmparceiros {
	padding: 0;
	border:#660000 solid 1px;
}
marquee {
	border:#660000 solid 1px;
	background:#FFF;
	padding: 4px;
}

/*empresa*/
#empresa {
	background:url(../images/back_empresa.jpg) no-repeat left bottom scroll;
	border:#000000 solid 1px;
	display:inline;
	float:left;
	text-align:justify;
	line-height:1.2em;
	padding:10px 10px 10px 230px;
	margin:1px;
	height:100%;
}
#empresa li {
	clear:both;
	list-style:none;
}

/*servicos*/
#servicos {
	background:url(../images/back_servicos.jpg) no-repeat left bottom scroll;
	border:#000000 solid 1px;
	display:inline;
	float:left;
	text-align:justify;
	line-height:1.2em;
	padding:10px 10px 10px 230px;
	margin:1px;
	height:100%;
}

/*produtos*/
#produtos {
	background:url(../images/back_produtos.jpg) no-repeat left bottom scroll;
	border:#000000 solid 1px;
	display:inline;
	float:left;
	text-align:justify;
	line-height:1.2em;
	padding:10px 10px 10px 230px;
	margin:1px;
	height:100%;
}

/*produtos*/
#projetos {
	background:url(../images/back_projetos.jpg) no-repeat left bottom scroll;
	border:#000000 solid 1px;
	display:inline;
	float:left;
	text-align:justify;
	line-height:1.2em;
	padding:10px 10px 10px 230px;
	margin:1px;
	height:100%;
}

/*suporte*/
#suporte {
	background:url(../images/back_suporte.jpg) no-repeat left bottom scroll;
	border:#000000 solid 1px;
	text-align:justify;
	line-height:1.2em;
	padding:10px 20px 10px 230px;
	margin:1px;
	height:100%;
}
#suporte fieldset {
	width:260px;
	display:block;
}
#suporte li {
	list-style:none;
}

/*noticias*/
#noticias {
	background:url(../images/back_noticias.jpg) no-repeat left bottom scroll;
	border:#000000 solid 1px;
	display:inline;
	float:left;
	text-align:justify;
	line-height:1.2em;
	padding:10px 10px 10px 230px;
	margin:1px;
	height:100%;
}
#noticias li {
	list-style:url(../images/seta_news.gif) outside;
}

/*contato*/
#contato {
	background:url(../images/back_contato.jpg) no-repeat left bottom scroll;
	border:#000000 solid 1px;
	text-align:justify;
	line-height:1.2em;
	padding:10px;
	margin:1px;
	height:360px;
}

#contato fieldset{
	margin:0;
	padding:10px;
}
#contato label {
	font-weight:bold;
	line-height:2em;
	vertical-align:bottom;
	font-size:0.9em;
}
#form input, textarea {
	border:#661364 solid 1px;
	background:#F4F4F4;
}
#form legend {
	font-size:1em;
}
#cxcontato1 {
	float:left;
	display:inline;
	width:280px;
	color:#303030;
	background:#F3F3F3;
	border:#666666 solid 1px;
	padding: 5px 6px 14px 6px;
	font-size:0.89em;
}
#cxcontato2 {
	margin-left:20px;
	float:left;
	width:450px;
}
.tel {
	color:#DF8D13;
	font-size:1.2em;
}

/*rodapé*/
#rodape {
	clear:both;
	text-align:center;
	font-size:9px;
	color:#999999;
}

/*resposta*/
#resposta {
	background:url(../images/back_resposta.jpg) no-repeat left bottom scroll;
	border:#000000 solid 1px;
	display:inline;
	float:left;
	text-align:justify;
	line-height:1.2em;
	padding:10px 10px 10px 230px;
	margin:1px;
	height:200px;
	vertical-align:bottom;
	border:#333333 solid 1px;
	font-weight:900;
	margin-bottom:40px;
	color:#4F2F51;
}
#resposta a {
	color:#000;
}
.alert {
	color:#FF9900;
	font-weight:bolder;
}