﻿@import "bg_traditional.css";



@import "buttons.css";


/* ------------------------------------------------------------------------------------------------- */
/* ---------------------------------- WELCOME PAGE  ----------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

/* border: 1px solid #FF0000; */

#faux {
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
	background-color:#a6e5ff;
}

#container_welcomepage { 
	text-align: left;
	margin: 0 auto;
	width: 911px;
	height:587px;
	background-image:url(../gfx/bg_welcomepage.jpg);
	background-repeat:repeat-x;
	padding:10px;
}

#content_welcomepage { 
	width: 851px;
	height:555px;
	background-image:url(../gfx/bg_img_welcomepage.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:16px 30px;
}

.logo_costa_wp, .logo_costa_wp a {
	background-image:url(../gfx/logo_costa_wp.gif);
	background-repeat:no-repeat;
	float:left;
	height:72px;
	margin:0px;
	width:126px;
}

.logo_costa_wp a 
{
	background-image:none;
	display: block;
}



.welcomepage_title {
	font-size:21px;
	margin-bottom:30px;
}

.welcomepage_intro {
	font-size:11px;
	margin-bottom:30px;
}

.welcomepage_country {
	margin-bottom:120px;
}

.welcomepage_country_sx {
	float:left;
	width:185px;
}
.welcomepage_country_dx {
	float:left;
	width:390px;
	display:block;
}

.main_country {
	clear:both;
	width:120px;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:15px;
}

.main_country_name {
	float:left;
	width:108px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	
}
.main_country_name a:hover {
	float:left;
	width:108px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;	
	text-decoration:none;
}
.main_country_name a{
	float:left;
	width:108px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;	
	text-decoration:none;
}
.main_country_name_selected {
	float:left;
	width:108px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	color:#67daff;
}
.main_country_name_selected a {
	float:left;
	width:108px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	color:#67daff;
	text-decoration:none;
}
.main_country_name_selected a:hover {
	float:left;
	width:108px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	color:#67daff;
	text-decoration:none;
}
.first_col, .second_col, .third_col {
	float:left;
	width:100px;
	padding-right:5px;
	padding-left:15px;

}

.welcomepage_li {
	list-style-image: url(../gfx/arrow_bullet.png);

}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	/*font-size:15px;*/
	color:#FFFFFF;
	text-decoration:underline;
}

#choice_deafult {
	/*opacity:.60; *//*firefox*/
	/*filter:alpha(opacity=60);*/ /*explorer*/
	background-color: #dadfe3;
	width:210px;
	height:46px;
	border:1px solid #CCCCCC;
	padding:5px;
}

.check_box {
	float:left;
	width:25px;
	height:20px;
}

.choice_deafult_text {
	float:left;
	width:185px;
	color:#003399;
}
