/********            GERAL            ********/

body {
	background:url(../imgs/bg.jpg) repeat-x;
	margin:0;
	padding:0;
	scrollbar-face-color:#FFF;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#FFF;
	scrollbar-3dlight-color:#999;
	scrollbar-arrow-color:#397C99;
	scrollbar-track-color:#FFF;
	scrollbar-darkshadow-color:#242424;
	
}	
object {
	margin:0;
}
form { margin:0; padding:0;}

#geral {
	position:absolute;
	width:760px;
	left:50%;
	margin:0 0 0 -380px;
	padding:12px 9px;
}
.caixa {
	border:solid 1px #363636;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#242424;
	background-color:#E1E1E1;
	height:12px;
	margin:0;
	padding:2px;
	border:1px solid #010101;
}
.combo {
	border:solid 1px #363636;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#242424;
	background-color:#E1E1E1;;
	height:20px;
	margin:0;
	padding:2px;
	border:1px solid #010101;
}
.check {
	height:10px;
	_height:15px;
}
.txt_laranja {
	color:#FCB017;
}






	

/***** BOTAO VER MAIS / VER ****/
.bt_ver_mais, .bt_ver  {	
	margin:2px 3px;
	cursor:pointer;
}
/***** BOTAO Enviar ****/

.bt_enviar  {
	margin:1px 3px;
	cursor:pointer;
}
/***** BOTAO OK ****/

.bt_ok {
	margin:1px 3px;
	cursor:pointer;
}












/********            TOPO            ********/
#topo {
	float:left;
	width:740px;
}
#topo h1 {
	float:left;
	width:120px;
	height:56px;
	margin:0 30px 0 0;
	background-image:url(../imgs/logo_surftravel.gif);
}
#topo h1 a{
	text-indent:-9000px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	width:120px;
	height:56px;
}
#topo #banner{
	float:left;
	width:362px;
	height:56px;
	margin:0 0 0 0;
}
#topo #acesso_rapido{
	float:right;
	display:block;
	width:210px;
	height:58px;
	margin:0 0 0 17px;
	background:url(../imgs/acesso_rapido_bg.gif) center center no-repeat;
}
#topo #acesso_rapido h2 {
	text-indent:-9000px;
	display:block;
	overflow:hidden;
	margin:0;
}
#topo #acesso_rapido select{
	width:190px;
	margin:2px 10px;
}





/********            MENU            ********/
#menu {
	float:left;
	width:740px;
	height:30px;
	text-align:center;
	margin:10px 0 7px 0;
	padding:0;
	background:url(../imgs/bg_menu.jpg) center center no-repeat;
}

#menu ul {
	float:none;
	position:relative;
	margin:2px 0;
	padding:0;
}

#menu li {display:inline;}
#menu li a {
	float:none;
	text-align:center;
	font:70% Sans-Serif;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #3E3E3E;
	padding:7px 6px 7px 3px;
	_padding:5px;
}
#menu li a.item-contato  {border-right:none;}

#menu li a:hover, #menu li a.selecionado {
	color:#FCB017;
}
#menu li a.selecionado_item-contato {
	color:#FCB017;
	border-right:none;
}







/********         RODAPE            ********/
#baixo {
	float:left;
	width:740px;
}
#banner_inf {
	float:left;
	width:200px;
	height:80px;
	margin:5px 7px 0 0 ;
}
#rodape {
	float:left;
	width:533px;
	height:80px;
	background:url(../imgs/bg_rodape.gif) center center no-repeat;
	margin:5px 0 0 0 ;
}



/* bts */
#bt_parceiros  {
	float:left;
	display:block;	
	margin:50px 0 0 15px;
	_margin:50px 0 0 8px;
}



#bt_snow, #bt_intercambio  {
	float:left;
	width:100px;
	height:65px;
	margin:8px 8px 5px 8px;	
}

#bt_snow  {
	background-image:url(../imgs/bt_snow.jpg);
margin-left:90px;
}

#bt_intercambio {
	background-image:url(../imgs/bt_planet.jpg);
}

#botoes {
	display:inline;
	list-style:none;
	margin-left:50px;
	
}

#bt_twitter  {
	background-image:url(../imgs/bt_twitter.jpg);
	float:left;
	width:26px;
	height:26px;
	margin:8px;
}

#bt_youtube {
	background-image:url(../imgs/icone_youtube.jpg);
	float:left;
	width:56px;
	height:26px;
	margin:8px;
}





#logo_bm, .logo_bm:hover {
	float:right;
	display:block;
	width:140px;
	height:21px;
	background:url(../imgs/logo_bm.gif) no-repeat;
	cursor:pointer;
	margin:7px 0 0 0;
}

#logo_bm {
	background-position:top;
}
#logo_bm:hover {
	background-position:bottom;
	
}












/*          INTERNAS              /*
/* bread crumb */

#bc {
	float:left;
	width:100%;
}
#bc ul {
	margin:5px 13px;
	padding:0;
}
#bc li {
	font:10px Verdana, Helvetica, Arial, sans-serif;
	color:#FFF;
	font-weight:bold;
	display:inline;
}
#bc a {
	font:10px Verdana, Helvetica, Arial, sans-serif;
	color:#FFF;
	text-decoration:none;
}
#bc a:hover {
	text-decoration:underline;
}

