@charset "utf-8";
/* CSS Document */
body {
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:80%;
	line-height:1.2em;
	margin:0;
}
img {
	border:none;
}
#all {
	width:835px;
	margin:0px auto;
}
#logo {
	margin:auto;
	padding:10px;
	height:90px;
	text-align:center;
}
/* START MENU */
#menu {
	height:50px;
	float:left;
	margin:auto;
}
#menu_itens {
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	font-size:12px;
	color:#333;
	text-transform: uppercase;
	float:left;
}
#menu_line {
	float:left;
	margin-top:-13px;
}
#menu_left {
	background-image:url(../images/menu_left.jpg);
	background-repeat:no-repeat;
	float:left;
	width:9px;
	height:50px;
}
#menu_center {
	background-image:url(../images/menu_center.jpg);
	background-repeat:repeat-x;
	padding-left:5px;
	float:left;
	width:812px;
	height:50px;
}
#menu_right {
	background-image:url(../images/menu_right.jpg);
	background-repeat:no-repeat;
	width:9px;
	height:50px;
	float:right;
}

/* END MENU */
#content {
	width:835px;
	float: left;
	padding-bottom:15px;
	padding-top:15px;
}
#connect {
	padding-top:15px;
	padding-bottom:15px;
	width:835px;
	float:left;
}
#traveller {
	float:right;
	width:450px;
	text-align:right;
	padding-bottom:20px;
}
#traveller_left {
	float:right;
	width:450px;
	text-align:left;
	padding-bottom:20px;
}
#right {
	float:right;
}
#left {
	float:left;
}
#about {
	float:right;
	width:450px;;
	padding:10px;
}
#international_1 {
	float:right;
	width:600px;
}
#international_2 {
	float:left;
	width:640px;
}
td {
	font-family:Verdana, Geneva, sans-serif;

	font-size:100%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
/* START FOOTER */
#footer {
	padding-top:20px;
	padding-bottom:20px;
	width:835px;
	float:left;
	clear:both;
}
#footer_left {
	font-size:10px;
	float:left;
}

#footer_right {
	font-size:10px;
	float:right;
}
#footer_green {
	font-size:10px;
	width:828px;
	color:#FFF;
	padding:6px;
	background-color:#71bf44;
	text-align:center;
	float:left;
}
#footer_ad {
	width:835px;
	float:left;
	height: 150px;
}
/* END FOOTER */

/* START DROP DOWN */
#menu-container { display:block; position:relative; }
#drop_down_menu { display:block; position:absolute; clear:both; margin:0px; padding:0px; text-align:left; list-style-type:none; text-align:center; width:855px; float:left; left:0px; top:15px; }
#drop_down_menu li { font-size:13px; float:left; color:#333; cursor:pointer; width:130px; }
#drop_down_menu li ul { margin:0px; padding:0px; list-style-type:none; padding-top:18px; width:130px;}
#drop_down_menu li ul li { display:block; background-color:#fefefe; float:none; clear:both;  }
#drop_down_menu li ul li a {
	color:#fefefe;
	background-color:#676767;
	text-decoration:none;
	display:block;
	font-size:11px;
	padding-top:6px;
	padding-bottom:6px;
	width:130px;
	padding-right: 0px;
	padding-left: 0px;
}
#drop_down_menu li ul li a:HOVER {
	text-decoration:underline;
	color:#CCCCCC;
	font-size: 11px;
}
/* END DROP DOWN */
