a
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}


#splitter{
	width:900px;
	height:498px;
	border-top: solid 1px #c4c5c5;
	position:relative;
}
#splash_wrap
{
    margin:0 0 44px 0;
    padding:0;
    position:relative;
    width:901px;
	height:498px;
}
#portrait
{
    margin:0;
    padding:0;
    position:absolute;
    bottom:0;
    right:0;
  
}
#banner
{
    clear:both;
    float:left;
    height:86px;
   /* width:761px;*/
    width:900px;
    background:url("/resources/images/splash/simplewins.jpg") right bottom no-repeat;
}
/* CONTINENT */
#continent{
	width:340px;/*290**/
	height:292px;/*276*/
	float:left;
	font-size:15px;/*17*/
	font-weight:bold;
	margin-top:0px;/*136*/
	
}
#continent ul{
	margin:0;
	padding:0;
}
#continent li{
	margin:0 0 15px 0;
	list-style-position:outside;
	list-style:none;
	clear:both;
	float:left;
	height:23px;
	background:url("/resources/images/splash/continent_left0.jpg") left no-repeat;
}

#continent li:hover, #continent li.sfhover
{
    background:url("/resources/images/splash/continent_right1.jpg") right no-repeat;
}

#continent li.nohover
{
	list-style-type:none;
	background-image:none;
	height:60px;
}

#continent li.nohover a:hover
{
    background:none;
}

#continent li a{

	color:#009ddc;
	padding:0;
	margin:0;
	display:inline-block;/*block*/
	text-decoration:none;
	height:23px;
	padding-left:15px;
	margin-right:8px;/**/
	line-height:23px;
	/*width:165px;
	background:url("/resources/images/splash/continent_bg0.jpg") left top no-repeat;*/
}

#continent li a:hover
{
    background:url("/resources/images/splash/continent_left1.jpg") left center no-repeat;
}
/*
#continent li.last a:hover
{
    background:url("/resources/images/splash/continent_bg_last.jpg") left top no-repeat;
}*/
#continent li.space
{
    height:0px;
    line-height:0px;
}
.continents
{
	visibility:hidden;
	position:absolute;
}

/* COUNTRIES */
#countries{
	width:560px;/*610*/
	float:left;
	font-size:12px;
	margin-top:0px; 
	height:337px;  
	background:url("/resources/images/splash/countries_border.jpg") left top no-repeat;
	display:none;
}

#countries ul
{
    float:left;
	width:120px;/*200*/
	margin:48px 0 0 40px;/*top20*/
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
#countries ul.sec
{
    margin-left:10px;
}
#countries  li
{

	margin:0 0 5px 0;
	padding:0 0 0 0px;
	height:16px;
    float:left;
    clear:both;
	 
}
#countries li:hover, #countries li.sfhover
{
      background:url("/resources/images/splash/country_right.jpg") right no-repeat;
}
#countries li a
{
    color:#098ab5;
    padding:0;
    margin:0;
    text-decoration:none;
    display:inline-block;
    height:16px;
    padding-left:7px;
    margin-right:7px;
}

#countries li a:hover
{
    background:#d1edf9;
 background:url("/resources/images/splash/country_left.jpg") left no-repeat;
 
}

#foot
{
    margin-top:44px;
}