/* CSS Document */
/* default ---------------------------------------------- */
html{}
body{
	background:#FFFFFF;
	margin:0px;
	font-size:11px;
	color:#666666;
	height:90%;	
	font-family:Arial, Helvetica, sans-serif;
}
/* divs -------------------------------------------------- */
#principal{
	height:90%;
}
#main{
	background:url(../images/headerMain.jpg) top no-repeat;
	width:800px;
	height:600px;
}
#credits{
	visibility:hidden;
	clear:both;
	width:800px;
	border-top:#FFFFFF solid 10px;
	text-align:center;
	color:#b2b2b2;
	font-size:10px;
}
#header{
	padding:25px 0 0 25px;
	text-align:left;
}
#menuMain{
	width:135px;
	padding:40px 0 0 30px;
	float:left;
	line-height:20px;
	text-align:left;
}
#content{
	padding:40px 9px 0 0;
	text-align:left;
}
/* class ---------------------------------------------- */
.leftColumn{
	float:left;
	width:330px;
}
.rightColumn{
	float:right;
	width:285px;
}
.greenWave330{
	background:url(../images/greenWave330.gif) no-repeat;
	height:33px;
	width:320px;
	color:#006699;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:15px 0 0 10px;
}
.blueWave285{
	background:url(../images/blueWave285.gif) no-repeat bottom;
	height:30px;
	width:275px;
	color:#6f9829;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:10px 0 0 10px;
}
.video, .imageServiceMain, .servicosLinks{
	padding:5px;
	text-align:center;
}
.contentText{
	padding:0 0 0 0;
	color:#666666;
	text-transform:uppercase;
	line-height:18px;
}
.contentTextRight{
	padding:0 0 0 10px;
	color:#666666;
	text-transform:uppercase;
	line-height:18px;
}
.targetOne{
	height:85px;
	background:url(../images/targetOne.gif) no-repeat;
}
.empresaText{
	padding:0 0 10px 10px;
	color:#666666;
}
td.alignCenter{
	text-align:center;
}
.imgClientes, .imgProdutos{
	text-align:center;
	width:600px;
}
.content600{
	padding:0 0 0 10px;
	width:600px;
}
.topLineBlue{
	clear:both;
	width:590px;
	border-bottom:#9ED8EC solid 2px;
	font-size:13px;
	text-transform:uppercase;
	padding:15px 0 0 10px;
	font-weight:bold;
	color:#6F9829;
	line-height:20px;
}
.servicosContent{
	height:170px;
	width:600px;
	height:auto;
}
.servicosImage{
	float:left;
	padding:5px;
	text-align:center;
}
.servicosText{
	float:left;
	text-align:left;
	padding:5px 0 0 3px;
}
.formTextField{
	border:#333333 solid 1px;
	color:#333333;
	font-size:11px;
	width:250px;
}
.formTextArea{
	border:#333333 solid 1px;
	color:#333333;
	font-size:11px;
	width:250px;
	height:60px;
}
.formButton{
	border:#333333 solid 1px;
	color:#333333;
	font-size:11px;
}
table.form{
	line-height:22px;
}
.back{
	clear:both;
	position:relative;	
	text-align:right;
	width:600px;
}
/* text styles ---------------------------------------- */
.textTitle{
	font-weight:bold;
}
.textLearnMore{
	text-align:center;
	height:25px;
	text-transform:uppercase;
}
.textServicosBullets{
	font-size:10px;
}
.bullet{
	color:#6F9829;
	font-weight:bold;
}
.titleBlue{
	color:#006699;
	font-weight:bold;
	border-bottom:#FFFFFF solid 5px;
}
.textBoxServicos{
	padding:5px 0px 5px 10px;
	width:600px;
}
.textBoxResidenciais{
	width:350px;
	padding:5px 0px 5px 5px;
}
.textCounter{
	color:#CCCCCC;
	font-size:10px;
	height:30px;
	text-align:center;
}
/* links ---------------------------------------------- */
a.linkMenu:link, a.linkMenu:visited{
	text-decoration:none;
	font-size:12px;
	padding-left:0px;
	background:none;
	font-weight:bold;
	color:#333333;
}
a.linkMenu:hover, a.linkMenu:active{
	text-decoration:none;
	font-size:12px;
	padding-left:10px;
	background:url(../images/blueBullet.gif) no-repeat;	
	font-weight:bold;
	color:#003366;
}
a.linkCredits:link, a.linkCredits:visited{
	text-decoration:none;
	font-size:10px;
	color:#b2b2b2;
}
a.linkCredits:hover{
	font-size:10px;
	color:#b8b8b8;
	text-decoration:underline;	
}
a.linkCommon:link, a.linkCommon:visited{
	padding-left:10px;
	background:url(../images/blueBullet.gif) no-repeat;	
	text-decoration:none;
	color:#666666;
}
a.linkCommon:hover{
	padding-left:10px;
	background:url(../images/blueBullet.gif) no-repeat;	
	text-decoration:underline;
	color:#333333;
}
a.learnMore:link, a.learnMore:visited{
	text-decoration:underline;
	color:#666;
	font-size:10px;
}
a.learnMore:hover{
	text-decoration:underline;
	color:#999;
	font-size:10px;	
}
a.linkBlue:link, a.linkBlue:visited{
	text-decoration:underline;
	color:#006699;
	font-size:12px;
	font-weight:bold;
}
a.linkBlue:hover{
	text-decoration:none;
	color:#009933;
	font-size:12px;
	font-weight:bold;
}
