/*layout site PINK FLEET*/

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-color: #CCCCCC;
	
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-face-color: #999999;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color: #CCCCCC;	
	}

img{
margin:0px 0px 0px 0px;
}

#bgdir{
	background-image: url("img/bg-sol-dir.gif");
	background-repeat: no-repeat;
	background-position: left;	
}

#bgesq{
	background-image: url("img/bg-sol-esq.gif");
	background-repeat: no-repeat;
	background-position: right;	
}

#menu{
	text-align: center;
	letter-spacing: 0px;
	margin: 14px 0px 30px 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #999999;
}

#menu a{
	text-decoration:none;
	color:#999999;
	padding:3px 3px;
}
#menu a:hover {
	background-color:#eeeeee;
	color:#ff3399;
}

.marcado{
	font-family: "Trebuchet MS", Arial;
	background-color:#eeeeee;
	color:#ff3399;
}

	
ul.menu{
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

li.menu{
	display:inline;
	padding: 0 10px 0 10px;
}

#submenu{
	text-align: right;
	letter-spacing: 0px;
	margin: 12px 16px 8px 20px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #999999;
}

#submenu a{
	text-decoration:none;
	color:#999999;
	padding:3px 5px;
}
#submenu a:hover {
	background-color:#eeeeee;
	color:#ff3399;
}
	
ul.submenu{
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

li.submenu{
	display:inline;
}




#col-dir{
	width:435px;
	float:right;
	display: inline;
	background:transparent;
	margin-top: 0px;
}

#col-esq{
	width:320px;
	height: 100%;
	float:left;
	display: inline;
	text-align: center;
	background:transparent;
}

.link{
margin-left:86;
border:0;
}
.link2{
margin-left:25;
border:0;
}

#aviso{
text-align: center;
background:#FF3399;
color:#FFFFFF;
font-family: "Trebuchet MS", Arial;
font-size: 15px;
padding: 10 0 10 0;
margin: 0 0 20 0;

}