/* CSS Document */
@import url("tabs.css");

/*===================left side========================*/
#main_photo{
	width: 547px;
	height: 370px;
	float: left;
	margin-bottom: 10px;
}

#left_col01{
	width: 547px;
	float: left;
	margin-bottom: 10px;
}

.experiencias{
	width: 176px;
	height: 162px;
	float: left;
	display: block;
	margin-right: 9px;
}

.esporte{
	width: 177px;
	height: 162px;
	float: left;
	display: block;
}

.seja_capitao{
	width: 176px;
	height: 162px;
	float: right;
	display: block;
}

#ultimos_lancamentos{
	width: 546px;
	height: 100px;
	float: left;
}

/*===================right side========================*/
#embarcacoes{
	width: 405px;
	height: 132px;
	float: right;
	margin-bottom: 10px;
	position: relative;
	z-index:0;
}

#right_col01{
	width: 405px;
	float: right;
	margin-bottom: 10px;
}

#noticias_col{
	width: 198px;
	float: left;
}


#banner_video{
	width: 198px;
	height: 162px;
	float: left;
	overflow: hidden;
}

#noticias{
	width: 184px;
	height: 221px;
	text-align: left;
	float: left;
	background: #39565e;
	margin-bottom: 10px;
	padding: 7px 7px 0 7px;
	overflow: hidden;
}

#noticias h3{
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #90e7ff;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}

#noticias a{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
}

#noticias ul {
	margin-left: 15px;
}

#noticias ul li {
	list-style-image: url(../images/icon/seta.gif);
	margin-bottom: 7px;
}

#banner {
	width: 198px;
	height: 162px;
	float: left;
	background-color: #CCCCCC;
}

#revista_digital{
	width: 405px;
	height: 100px;
	float: right;
}





