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

body {
	background:url(../imgs/bg.jpg) repeat-x;
	margin:0;
	padding:0;
	scrollbar-face-color:#2D2D2D;
	scrollbar-highlight-color:#404040;
	scrollbar-shadow-color:#2D2D2D;
	scrollbar-3dlight-color:#2F2F2F;
	scrollbar-arrow-color:#919191;
	scrollbar-track-color:#242424;
	scrollbar-darkshadow-color:#484747;
	
}	
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;
}






	






/********            TOPO            ********/
#topo {
	float:left;
	width:740px;
}
#topo h1 {
	float:left;
	width:120px;
	height:56px;
	margin:0 30px 0 0;
	background-image:url(../imgs/logo_planet.gif);
	background-repeat:no-repeat;
}
#topo h1 a{
	text-indent:-9000px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	width:111px;
	height:65px;
}
#topo #banner{
	float:left;
	width:362px;
	height:56px;
	margin:7px 0 0 0;
}









/********            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:7px;
}
#menu li a.item-orcamento  {border-right:none;}

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






/********         Imagem ilustrativas            ********/
#imagem_ilustrativa {
	float:left;
	width:740px;
	height:200px;
	margin:0;
	background:url(../imgs/imagem_ilustrativa.jpg) no-repeat;
}







/********         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;
	width:80px;
	height:20px;	
	margin:50px 0 0 15px;
	cursor:pointer;
}

#bt_snow {
	float:right;
	width:100px;
	height:65px;
	margin:8px;
	background-image:url(../imgs/bt_snow.jpg);
}
#bt_surftravel  {
	float:right;
	width:103px;
	height:65px;
	margin:8px;
	background-image:url(../imgs/bt_surftravel.jpg);
}



#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:8px 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;
}

