﻿.landing_continents
{
	margin				:auto;
	width				:auto;
}
.continent_item_separator
{	
	width				:11px;
	height				:19px;
	background-image	:url(../Images/General/bullet.jpg);
	background-repeat	:no-repeat;
	background-position	:4px 11px;
	float				:left;
	display				:block;
}

.continent_item,.continent_item_selected
{
	font-size			:11px;
	font-weight			:bold;
	color				:#5A5C57;
	float				:left;
	display				:block;
	position			:relative;
	height				:14px;
	padding				:5px 10px 5px 10px;
}
.continent_item_selected
{
	color				:#ffffff;
	background-color	:#323232;
}
.cnt_lang_container
{
	position			:absolute;
	display				:none;
}
.continent_item_selected .cnt_lang_container
{
	position			:absolute;
	top					:24px;
	left				:0px;
	display				:block;
	text-align			:left;
	padding-left		:10px;
	background-color	:#323232;
	width				:138px;	
	padding-bottom		:8px;
}
.cnt_lang_item
{
	padding-top			:10px;
}
.cnt_lang_item a
{
	text-decoration		:none;
	font-size			:7pt;
	color				:#BDBDBD;
	display				:block;
	cursor				:pointer;
	width				:138px;
}
.cnt_lang_item a:hover
{
	color				:#ffffff;	
}

/*menu centering*/
body
{
	height				: 100%;
	margin				: 0px;
	padding				: 0px;
	border				: none;
	text-align			: center;
	background-image	: url(../Images/General/landing_bg.jpg);
	background-repeat	: repeat-x;
	background-position	: top;
	background-color	: #e9e9e9;
}

/*View center*/
.flashcontent_ext
{		
	width				:389px;
	height				:389px;	
	margin				:auto;
	
	position			:absolute;	
}
.landing_continents_container
{	
	position			:absolute;	
	top					:389px;
	
	/*width				:500px;	*/
	
	border-top			:1px solid #BDBDBD;
	border-bottom		:1px solid #BDBDBD;
	padding				:5px 50px 5px 50px;
}
.center_page
{		
	margin				:auto;
}