#masthead, 
#masthead a, 
#masthead a:hover, 
#masthead a:visited{
	color: #FFF;
}

#masthead{
	background: #498BC8 url(assets/bg_blue_top.jpg) repeat-x center bottom;
	height: 255px;
}

a#STSLogo{
	background: url(assets/sts_logo.png) no-repeat;
	float: left;
	width: 190px;
	height: 127px;
	position: relative;
	margin:0 0 0 -50px;
	cursor: pointer;	
}

a#STSLogo span{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
}

#topMasthead,
#bottomMasthead{
	float: left;
	padding: 0 0 5px 0;
	width: 100%;
}

#menu{
	width: 810px;
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
}

#menu .left{
	float: left;
	margin: 5px 0 0 15px;
}

#menu .left a{
	margin: 0 10px 0 0;
}

#menu .left a:hover{
	border-bottom: 1px dashed #FFF;
}

#menu .right{
	float: right;
}

#menu .bottom{
	clear:both;
	float:left;
	margin:20px 0;
	width: 100%;
}

#menu .bottom ul{
	float: right;
}

#menu .bottom li{
	float: left;
	font-size: 15px;
	padding: 0 3px;
	color: #7BBEEB;
}

#menu .bottom li a{
	color: #7BBEEB;
	font-weight: bold;
	font-family: Verdana;
}

#menu .bottom li a:visited{
	color: #7BBEEB;
}

#menu .bottom li a:hover{
	background: #7BBEEB;
	padding: 2px;
	margin: -2px;
	color: #FFF;
	white-space: nowrap;
}


#bottomMasthead{
	margin:-30px 0 0;
	padding:10px 0 0;
	position:relative;
	border-top: 1px #012547 solid;
}

#bottomMasthead .wrapper{
	height:auto !important;
	margin:0 50px;
	width:90%;
	float: left;
	overflow: visible;
}
#bottomMasthead .bucket{
	float: left;
	margin: 0 30px 0 0;
}

#bottomMasthead .bucket h3{
	font-size: 16px;
	font-family: verdana;
	margin: 0 0 10px 0;
}

#bottomMasthead .bucket#horariosDasLinhas{
	width: 120px;
}

#bottomMasthead .bucket#gadgetSTS{
	background:transparent url(assets/sts_gadget_image.png) no-repeat scroll left top;
	float:right;
	height:134px;
	padding:0 0 0 160px;
	margin: -20px 0 0 0;
	width:280px;
}

#bottomMasthead .bucket#gadgetSTS h3{
	margin: 20px 0 10px 0;
}

#bottomMasthead .bucket#gadgetSTS .button{
	margin: 10px 0 0 0;
}

#bottomMasthead .bucket form .left{
	float: left;
}

#bottomMasthead .bucket form .right{
	float: right;
}

#masthead .field{
		background: url(assets/arrow_blue_left.jpg) no-repeat center left;
}

#masthead .field select, #masthead .field input{
	width: 220px;
	margin:3px 10px;
	padding:2px;
	
}

.clicked{
	position: absolute;
	width: 600px;	
}

.expand{    
    position: static;
    width: 220px;
    margin:3px 10px;
    padding:2px;
}

#masthead .field select option{
	width:600px;
}

#masthead .field input{
	width: 216px;
}

#gadgetSTS a.saiba-mais{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#7BBEEB;
	padding:0px 0px 0px 10px;
	position:relative;
	top:10px; 
}


