﻿/* ------------------------------------------------------------------------------------------------- */
/* ---------------------------------- WELCOME PAGE  ----------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

#wpOverlay {
    position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 500px;
	border: none;
}

#wpOverlay.grey {
    background-color: #000000;
	height: 1679px;
	opacity:.80; /*firefox*/
	filter:alpha(opacity=80); /*explorer*/
}

#lang_select {
	width: 562px;
	height:555px;
	background-image:url(../../Default/gfx/bg_lang_select.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:0px 0px;
}

.h7{
	font-size:21px;
}

.welcomepage_title {
	font-size:21px;
	margin-bottom:30px;
}

.welcomepage_intro {
	font-size:11px;
	margin-bottom:40px;
}

.welcomepage_country {
	margin-bottom:120px;
}

.welcomepage_country_sx {
	float:left;
	width:185px;
}

.welcomepage_country_dx {
	float:left;
	width:390px;
	display:block;
}

.welcomepage_country_dx2 {
	float:left;
	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;
	color:#FFFFFF;
}

.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;
	color:#FFFFFF;
}

.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;
	color:#FFFFFF;
	text-decoration:underline;
}

.welcomepage_li {
	list-style-image: url(../../Default/gfx/arrow_bullet_wp.gif);	
}

.welcomepage_ul li a {
	color:#FFFFFF;
	text-decoration:underline;
}
