/*
margin: superior direita inferior esquerda

sizes
border
margin
padding
display
float
background
font
color
decoration
align
*/

html, body{
	margin:0px;
}

img{
	border:0px;
}
.logo{
	margin-top:-10px;
	margin-left:30px;
	position:absolute;
	/*top:15px;
	left:30px;*/
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.clear{
	clear:both;
	height:1;
}
h1{
	font:bold 12px sans-serif;
	color:#ffffff;	
}
h2{
	font:bold 11px sans-serif;
	color:#333333;
	text-decoration:none;	
}
input[type=submit]{
	width:100px;
	height:20px;
	margin:auto;
	border:0px;
	background-color:#f26522;
	font:bold 11px sans-serif;
	color:#ffffff;
	cursor:pointer;
}
input[type=text]{
	/*width:195px;*/
	height:15px;
	margin-top:10px;
	margin-left:5px;
	padding:2px 0px 3px 5px;
	border:0px;
	background-color:#fbfbfb;
	color:#333333;
        font:bold 11px sans-serif;
}
input[type=text].form_html{
	width:250px;
	border:1px solid #999999;
	color:#333333;
}
textarea{
	width:250px;
	margin-top:10px;
	margin-left:5px;
	padding:2px 0px 3px 5px;
	border:1px solid #999999;
	color:#333333;
        font:bold 12px sans-serif;
}
select{
	width:150px;
	border:0px;
}
select.form_html{
	width:200px;
	margin-top:10px;
	margin-left:5px;
	border:1px solid #999999;
}
label{
	display:inline-block;
	vertical-align:middle;
	width:100px;
	font:bold 10px sans-serif;
	color:#333333;
}
label.form_html{
	display:inline-block;
	vertical-align:top;
        margin-top:10px;
	width:100px;
	font:bold 10px sans-serif;
	color:#333333;
}
.dotted_line{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
}
input[type=button]{
	width:20px;
	height:21px;
	background-image:url("../img/button.png");
	border:0px;
}
.wrapper{
	margin:0px auto 0px auto;
	width:1024px;
	height:100%;
}
.wrapper .header{
	margin-bottom:5px;
	width:100%;
	height:25px;
	background-color:#6497b4;
}
.header .header_info{
	float:left;
	margin-left:10px;
	font:bold 11px sans-serif;	
	color:#ffffff;	
}
.header .header_info span{
	float:left;	
	margin-top:6px;
}
.header .header_info img{
	margin-top:5px;
	margin-left:5px;
	cursor:pointer;
}
.header .header_links{
	float:right;
	margin-right:10px;
	color:#ffffff;	
}
.header .header_links a{
	font:bold 11px sans-serif;
	color:#ffffff;
	text-decoration:none;
}
.header .header_links a:hover{
	color:#f0f0f0;
	text-decoration:underline;
}
.wrapper .imgTop{
	float:left;
	width:662px;
	height:163px;
}
.wrapper .imgTop a{
	position:relative;
	top:-150px;
	left:20px;
}
.wrapper .weather{
	float:left;
        margin-left:7px;
	margin-bottom:3px;
	width:235px;
	height:116px;
	background-color:#f5f5f5;	
}
.wrapper .weather img{
	float:left;
	margin-top:15px;
	margin-left:15px;
}
.wrapper .weather .weather_table{
	float:left;
	width:200px;
	height:110px;
	margin-top:0px;
	margin-left:15px;
	font:bold 11px sans-serif;
	text-align:center;
	color:#67a2c0;
}
.weather_temp_red{
	color:#e73f3d;
}
.weather_table img.weather_img{
	margin:0px 10px 0px 0px;
	
}
.wrapper .weather .weather_table th{
	font:bold 12px sans-serif;
	color:#808080;
}
.wrapper .add_company{
    float:left;
    margin-left:1px;
}
.wrapper .newsletter{
	float:right;
	width:355px;
	height:45px;
}
.wrapper .newsletter img{
	float:left;
	margin-top:8px;
	margin-left:13px;
}
.wrapper .newsletter .subscrive_news{
	float:left;
	margin-top:5px;
	margin-left:5px;
	width:40px;
	font:bold 13px sans-serif;
	text-align:center;
	color:#ffffff;
	cursor:pointer;
}
.newsletter input[type=text]{
        width:200px;
}
.wrapper .search{
	margin-top:10px;
	margin-bottom:10px;
	width:1024px;
	height:40px;
}
.search .title{
	float:left;
	margin-top:10px;
	margin-left:15px;
	font:bold 13px sans-serif;
	color:#ffffff;
}
.search input[type=text]{
        width:200px;
	margin:9px 2px 8px 8px;
	color:#999999;
}
.search select{
	float:left;
	margin-top:10px;
	margin-left:7px;
}
.search .button{
	float:left;
	margin-top:9px;	
	margin-left:5px;
	width:20px;
	height:21px;
	background-image:url("button.png");
	background-repeat:no-repeat;
	cursor:pointer;
}
.wrapper .left_side{
	float:left;
	width:205px;	
}
.left_side .menu{
	width:200px;
	margin:0px auto 5px auto;
	padding:2px 0px 4px 3px;
	font:bold 11px sans-serif;
	color:#333333;
}
.left_side .menu .first, .left_side .menu .first_sel{
	width:187px;
	height:23px;
	padding:5px 0px 0px 10px;
}
.left_side .menu .first_sel{
	width:172px;
}
.left_side .menu .item, .left_side .menu .item_sel{
	width:187px;
	height:22px;
	padding:5px 0px 0px 10px;
	border-top:1px solid #dedede;
}
.left_side .menu .item_sel{
	width:172px;
	border-top:1px solid #dedede;
}
.left_side .menu .last, .left_side .menu .last_sel{
	width:187px;
	height:23px;
	padding:5px 0px 0px 10px;
	border-top:1px solid #dedede;
}
.left_side .menu .last_sel{
	width:172px;
	border-top:1px solid #dedede;
}
.left_side .menu .first_sel, .left_side .menu .item_sel, .left_side .menu .last_sel{
	padding-left:25px;
	background-image:url("menu_bullet.png");
	background-repeat:no-repeat;
	background-position:10px 8px;
	color:#333333;
	text-decoration:underline;
}
.left_side .menu .item a, .first a, .last a{
	padding-left:15px;
	background-image:url("menu_bullet.png");
	background-repeat:no-repeat;
	background-position:0px 2px;
	color:#333333;
	text-decoration:none;
}

.left_side .menu .item a:hover{
	background-color:#c9d9e3;
}
.left_side .menu .subitem, .left_side .menu .subitem_sel{
	padding:0px 0px 5px 25px;
	font:11px sans-serif;
}
.left_side .menu .subitem_sel b{
	text-decoration:underline;
}
.left_side .menu .subitem small{
	font:9px sans-serif;
}
.left_side .menu .subitem a{
	color:#333333;
	text-decoration:none;
}
.wrapper .right_side{
	float:right;
	width:320px;
	text-align:center;	
}
.right_side .ads{
	width:320px;
	height:540px;
	padding-top:15px;
}
.ads .small_ads_left{
	float:left;
	margin-top:13px;
	margin-left:10px;
        width:300px;
        height:125px;
	z-index:0;
}
.ads .small_ads_right{
	/*float:right;
	margin-top:13px;
	margin-right:10px;*/
}
.wrapper .main_content{
	float:left;
	width:480px;
	margin-left:9px;
}
.wrapper .tip{
	width:278px;
	height:200px;
	margin:0px;
	float:left;
}
.wrapper .tip img{
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.wrapper .tip .tip_logo{
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.wrapper .tip .more_info{
	float:right;
	margin-top:30px;
	margin-right:15px;
}
.wrapper .tip h1{
	float:left;
	width:260px;	
	margin-left:10px;
	color:#656565;
}
.wrapper .tip span{
	float:left;
	width:260px;	
	margin-top:-5px;
	margin-left:10px;
	font:11px sans-serif;
	color:#656565;
}
.wrapper .map{
	float:right;
display:inline-block;	
	width:195px;
	height:200px;
	margin:0px;
}
.map .map_title{
	width:185px;
	height:18px;
	margin:5px 0px 0px 5px;
	font:bold 13px sans-serif;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;	
}
.map b{
	display:block;
	font:bold 10px sans-serif;
	color:#333333;
	text-align:center;
}
.map img{
	display:block;
	margin:auto;
}
.wrapper .suggestion{
	display:inline-block;
	width:100%;
	height:140px;
	margin:10px 0px 0px 0px;
}
.suggestion .suggestion_title{
	width:98%;
	height:18px;
	margin:5px 0px 0px 5px;
	font:bold 13px sans-serif;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;	
}
.suggestion .item{
	float:left;
	width:70px;
	margin-top:5px;
	margin-left:21px;
}
.suggestion .item a{
	font:bold 9px sans-serif;
	color:#333333;
	text-decoration:none;
}
.suggestion .item h2{
	float:left;
	width:70px;
	margin:0px;
	font:bold 9px sans-serif;
}
.wrapper .selection{
	display:inline-block;
	width:100%;
	height:145px;
	margin:10px 0px 0px 0px;
	/*padding-bottom:10px;*/
}
.selection .selection_menu{
	float:left;
	margin-top:6px;
	margin-left:8px;
	/*margin-bottom:8px;*/
	width:100px;
}
.selection_menu a{
	display:block;
	padding-top:4px;
	padding-left:10px;
	margin-bottom:1px;
	width:100%;
	height:17px;
	background-color:#6497b4;
	/*border-top:1px solid #ffffff;*/
	font:bold 11px sans-serif;
	color:#ffffff;
	text-decoration:none;
}
.selection_menu a:hover{
	background-color:#656565;
}
.selection_menu a.sel{
	background-color:#656565;
}
.selection .selection_content{
	float:left;
	margin-top:6px;
	margin-left:15px;
}
.selection .selection_content .selection_text{
	width:205px;
	height:115px;
	margin-left:5px;
	font:10px sans-serif;
	color:#333333;
	overflow:hidden;
}
.selection .selection_content a{
	background-color:none;
	font:10px sans-serif;
	color:#333333;
	text-decoration:none;	
}
.selection .selection_content img{
}
.selection .selection_content .link img{
	margin-top:-15px;
}
.wrapper .news, .wrapper .client_list{
	display:inline-block;
	width:100%;
	height:195px;
	margin:10px 0px 0px 0px;
}
.wrapper .client_list{
	height:auto;
}
.wrapper .news .news_title, .wrapper .client_list .client_title{
	margin:5px auto 0px auto;
	width:464px;

}
.wrapper .news a.news_tabs, .wrapper .client_list a.client_tabs{
	display:block;
	float:left;
	width:232px;
	height:19px;
	padding-top:2px;
	background-color:#6497b4;	
	font:bold 12px sans-serif;
	color:#ffffff;
	text-align:center;
	text-decoration:none;	
	border-right:1px solid #fff;
}
.wrapper .news a.right, .wrapper .client_list a.right{
	width:231px;
	margin-left:1px;	
}
.wrapper .client_list a.client_tabs{
	width:152px;
}
.wrapper .news a.news_tabs:hover, .wrapper .client_list a.client_tabs:hover{
	background-color:#656565;	
}
.news .news_block{
	width:430px;
	margin:34px auto 0px auto;
	height:160px;
}
.news a.rss_title{
	display:block;
	width:100%;
	margin-bottom:10px;
	background-color:transparent;	
	font:bold 11px sans-serif;
	color:#588ead;
	text-align:left;
	text-decoration:none;
}
.news a.rss_title:hover{
	background-color:transparent;	
	text-decoration:underline;
}
.news b{
	display:block;
	margin-bottom:10px;
	font:bold 11px sans-serif;
	color:#333333;	
}
.news span{
	display:block;
	padding-bottom:15px;
	margin-bottom:15px;
	font:11px sans-serif;
	color:#333333;
	border-bottom:1px solid #a7a7a7;
}
.news span.single_new{
	border:0px;
}
.wrapper .left_ads{
	width:200px;
	/*height:200px;*/
	margin-top:10px;
}
.wrapper .left_contacts{
	float:left;
	width:200px;
	height:66px;
	margin-top:10px;
}
.left_contacts .helpdesk{
	width:200px;
	height:62px;
	background-image:url("helpdesk.png");
	background-position:2px;
	background-repeat:no-repeat;
}
.helpdesk .hekpdesk_content{
	width:105px;
	height:30px;
	padding-top:15px;
	margin-left:87px;
	font:bold 10px sans-serif;
	color:#588ead;
	text-align:center;
	cursor:default;	
}
.helpdesk .hekpdesk_content b{
	display:block;
	padding-top:3px;
	font:bold 17px sans-serif;
}
.left_contacts .add_company{
	width:200px;
	height:62px;
	background-image:url("add_company.png");
	background-position:150px;
	background-repeat:no-repeat;
}
.add_company a{
	display:block;
	width:120px;
	height:30px;
	padding-top:10px;
	margin-left:15px;
	font:bold 17px sans-serif;
	color:#588ead;
	text-align:center;
	text-decoration:none;	
}
.wrapper .left_social_network{
	width:200px;
	height:50px;
	margin-top:10px;
}
.left_social_network .social_network{
	width:99px;
	height:50px;
}
.social_network .twitter{
	width:100%;
	height:100%;
	background-image:url("twitter.png");
	background-position:5px 6px;
	background-repeat:no-repeat;	
}
.social_network .facebook{
	width:100%;
	height:100%;
	background-image:url("facebook.png");
	background-position:5px 6px;
	background-repeat:no-repeat;	
}
.social_network a{
	display:block;
	width:52px;
	height:30px;
	padding-top:11px;
	margin-left:43px;
	font:bold 9px sans-serif;	
	color:#333333;	
	text-decoration:none;
}
.wrapper .right_competition, .wrapper .right_option_competition{
	width:320px;
	height:145px;
	margin-top:10px;
}
.right_option_competition img{
	margin:7px 5px 0px 10px;
}
.right_option_competition .competition_content{
	text-align:justify;
	padding:3px 10px;
}
.competition_content_title{
	display:block;
	margin-bottom:5px;
	font:bold 12px sans-serif;
}
.footer{
	width:100%;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:0px;
	background-color:#868686;
	text-align:center;
}
.footer .footer_content{
	display:inline-block;
	width:1024px;
	margin:0px auto 0px auto;
}
.footer_content .footer_links_title{
	float:left;
	height:20px;
	margin-bottom:10px;
	font:bold 15px sans-serif;
	color:#ffffff;
	text-align:left;
	cursor:default;
}
.footer_content .footer_links_block{
	float:left;
	width:200px;
}
.footer_links_block a.footer_links{
	display:block;
	height:20px;
	font:11px sans-serif;
	color:#ffffff;
	text-align:left;
	text-decoration:none;
}
.footer_links_block a.footer_links:hover{
	text-decoration:underline;
}
.footer .general{
	display:inline-block;
	width:1024px;
	margin:5px auto 3px auto;
	font:bold 10px sans-serif;
	color:#e4e4e4;	
	cursor:default;	
}
.general a{	
	margin-right:5px;
	color:#e4e4e4;	
	text-decoration:none;
}
.general a:hover{	
	text-decoration:underline;
}

.results{
	display:inline-block;
	width:100%;
	margin:10px 0px 0px 0px;
}
.results .results_title{
	padding:5px 0px 5px 10px;	
}
.results_title small{
	display:block;
	font:10px sans-serif;
	color:#ffffff;
}
.results .results_title h1{
	display:inline-block;
	width:350px;
	font:bold 12px sans-serif;
	color:#ffffff;
	text-decoration:none;		
}
.results_title a.title{
	display:inline-block;
	width:350px;
	font:bold 12px sans-serif;
	color:#ffffff;
	text-decoration:none;	
}
.results_title a.title:hover{
	text-decoration:underline;
}
.results_title a.more{
	width:16px;
	height:16px;
	margin-right:10px;
	background-image:url("more.png");
	background-repeat:no-repeat;		
	font:bold 12px sans-serif;
	color:#ffffff;
	text-decoration:none;
}
.results .results_content{
	padding:10px;
	border:1px solid #e9e9e9;	
	border-top:0px;
	font:11px sans-serif;
	/*color:#333333;	*/
}
.results_content img{
	margin-right:10px;
}
.results_content img.simbols{
	margin-right:2px;
}
.results_content .results_text, .results_content .results_large_text{
	float:left;
	/*width:230px;*/
	text-align:left;
}
.results_content .results_text_small{
	float:left;
	width:300px;
	text-align:left;
}
.results_text b, .results_content .results_large_text{
	display:block;
	/*font-weight:bold;*/
}
.results_content .results_large_text{
	width:455px;
	margin:auto;
	margin-top:10px;
	text-align:justify;	
}
.results_text a{
	color:#333333;
	text-decoration:none;
}
.results_text a.special{
	display:block;
	height:14px;
	background-image:url("arrow_next.gif");
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:15px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.results_text a:hover, .results_text a.special:hover{
	text-decoration:underline;
}
.pagination{
	width:95%;
	margin-left:10px;
	padding-bottom:2px;
	display:inline-block;
	font:bold 11px sans-serif;
	color:#333333;	
}
.pagination .result_info{
	float:left;
	padding-left:1px;
	font:11px sans-serif;
	color:#333333;		
}
.pagination .pages{
	float:right;
	padding-right:1px;
	font:bold 11px sans-serif;
	color:#333333;		
}
.pagination .pages a{
	font:11px sans-serif;
	color:#333333;
	text-decoration:none;	
}
.pagination .pages small{
	font:9px sans-serif;		
}

.crumbs{
	display:block;
	margin-left:15px;
	margin-bottom:5px;
	font:9px sans-serif;	
	color:#999999;	
}
.crumbs a{
	font:bold 10px sans-serif;
	color:#999999;
	text-decoration:none;
}
.page{
	width:94%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font:11px sans-serif;
	color:#666666;	
	text-align:justify;
}
.page h1{
	margin-bottom:5px;
	font:bold 12px sans-serif;
	color:#666666;
}
.filter_block{
	float:left;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:10px;
	width:300px;
	/*margin:auto;*/
}
.filter_block select{
	float:left;
	width:120px;
	margin-right:10px;
}
.alertBox{
	margin:10px auto;
	padding:10px;
	width:250px;
	border:3px solid #40ac26;
	font:bold 11px sans-serif;
	color:#40ac26;
	text-align:center;
}
.alertBox_error{
	border:3px solid #de0c0c;
	font:bold 11px sans-serif;
	color:#de0c0c;
}
.obs{
	font:bold 11px sans-serif;
	color:#333333;
}
.obs small{
	font:11px sans-serif;
}
ul.gallery{
	padding:0;
	margin:0;
	list-style-type: none;
}
.footer_ads{
	margin-top:10px;
	text-align:center;
}
.wrapper .odisseias_block{
	margin:10px;
	font:bold 11px sans-serif;
	color:#333333;
}
.odisseias_block a{
	display:block;
	margin:20px 0px 0px 10px;
	color:#333333;
	text-decoration:none;
}
.odisseias_block a:hover{
	text-decoration:underline;
}
.booking_ads_title{
	margin-top:10px;
	font:bold 16px sans-serif;
	color:#1d5a98;	
}
.booking_ads_header{
	margin-top:3px;
	background-color:#1d5a98;
	width:200px;
	height:25px;
}
.booking_ads_header .booking_left{
	margin-top:2px;
	margin-left:2px;
	font:bold 10px sans-serif;
	color:white;
}
.booking_ads_header .booking_right{
	margin-top:7px;
	margin-right:5px;
	font:bold 10px sans-serif;
	color:white;
}
.booking_ads{
	/*margin-top:10px;*/
	width:193px;
	border:2px solid #1d5a98;
	padding-top:3px;
	padding-left:3px;
	color:#333333;
}
.booking_ads a{
	color:#333333;
	text-decoration:none;
} 
.booking_ads .booking_item{
	display:inline-block;
	margin-bottom:3px;
}
.booking_item .booking_item_txt{
	display:inline-block;
	margin-left:3px;
	width:120px;
	height:45px;
	font:10px sans-serif;
}
.booking_item .booking_item_price{
	display:inline-block;
	margin-left:3px;
	padding-top:2px;
	width:120px;
	height:10px;
	font:10px sans-serif;
}
a.booking_ads_link{
	margin-top:3px;
	margin-right:5px;
	font:bold 10px sans-serif;
	color:#1d5a98;
	text-decoration:none;
}
.booking_item_price b{
	color:red;
}
a.booking_ads_link:hover{
	text-decoration:underline;
}
a.travel_sub_menu{
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	font:bold 11px sans-serif;
	color:#1d5a98;	
	text-decoration:none;
}
.travel_sub_menu_sep{
	float:left;
	margin-right:5px;	
	color:#1d5a98;		
}
.travel{
	font:11px sans-serif;
	/*color:#333333;	*/
}
.no_results{
	font:11px sans-serif;
	color:#666666;
	text-align:center;
}
.competition{
    font:11px sans-serif;
    color:#333;
}
.competition h1{
    font:bold 13px sans-serif;
    text-align:left;
    color:#333;
}
.competition span{
    font:12px sans-serif;
    color:#333;
}
.competition span a{
    text-decoration:underline;
}
.competition a{
    font:bold 11px sans-serif;
    color:#333;
    text-decoration:none;
}
.competition a:hover{
    text-decoration:underline;
}