@CHARSET "ISO-8859-1";
/* Estilo para elementos gerais */
html, body{
	min-height: 100%;
	height: 100%;
}

body{
	line-height: 150%;
	font-family: helvetica, arial, "sans serif";
	background-image: url(http://www.neton.com.br/images/design/images/body.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #FFF;
}

div{
	/*border: dashed 1px #ccc;*/
}
a {
   text-decoration:none;
   color: #06498C;
   font-weight:bold;
}

/* Estilos para elementos específicos do layout*/
#container{
	height: 100% !important;
	margin: 0 auto 0px auto;
	width: 100%;
	position: relative;
	text-align:left;
	min-height: 100%;
}

#container .content{
	width: 780px;
	margin: 0px auto 0px auto;
	min-height: 100%;
}

#header{
	position: relative;
	height: 101px;
}

#logo{
	position: relative;
	width: 230px;	
	float: left;
}

#logo img{
	margin-top: 10px;
}

#menu{
	float: right;
	width: 540px;
	font-size: 14px;
	font-weight: bold;
}

#menu .top{
	position: relative;
	height: 67px;
}

#menu .bottom{
	position: relative;
	height: 37px;
}

#menu ul{
	color: #fff;
	font-weight: bold;	
	list-style-type: none;
	padding: 0px;	
	margin: 0px;
}
#menu li{
	height: 37px;
	float: left;	
}

#menu li a{
	text-decoration: none;
	color: #FFF;
}

#menu li a div{
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 8px;	
}

#menu .selected .l{
	background-image: url(http://www.neton.com.br/images/design/images/menu1.png);
	background-repeat: no-repeat;	
	width: 7px;
	height: 36px;
}


#menu .selected .c{
	background-image: url(http://www.neton.com.br/images/design/images/menu2.png);	
	background-repeat: repeat-x;
	height: 36px;
	float:left;
}

#menu .selected .r{
	background-image: url(http://www.neton.com.br/images/design/images/menu3.png);	
	width: 17px;
	height: 36px;	
	background-repeat: no-repeat;	

}

#menu .selected a{
	color: #003366;
}

#text-content{
	margin-top: 15px;
	position: relative;
	min-height: 385px;	
	color: #666;
}

#text-content .title{
	font-size: 20px;
	font-weight: bold;
}

#text-content .text{
	font-size: 14px;
}

.page_top{
	height: 200px;
}

#footer{
	background-image:url(http://www.neton.com.br/images/design/images/footer.jpg);
	background-repeat: repeat-x;
	min-height: 65px;
	width: 100%;
	position: relative;		
	text-align: left;
	bottom: 0px; 
	clear:both;	
	background-color: #EFF8FD;
}

#footer .content{
	width: 780px;
	font-size: 12px;
	color: #333;
	margin: 0px auto 0px auto;
}

.validation-advice {
	color: red;
	background: #fff url(http://www.neton.com.br/images/design/images/alert.png) no-repeat left center;
	padding-left: 22px;
} 

.contactfield {
   padding:0 10px 10px 0;
   font-size:12px;
}
.requiredfield{
   font-size:10px;
   color: #333;
   font-style:italic;
   font-weight:bold;
}