html, body { margin: 0; padding: 0; height: 100%; }
body
{
	background-color: #fff;
	text-align: center;
	text-rendering: optimizeLegibility;
	background-color: #43697d;
	background-image: url(../exp/images/splash_bg.jpg);
}
h1 { display: none; }
div#splash
{
	position: relative;
	clear: left;
	width: 100%;
	min-width: 340px;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

div#splashlogo
{
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 64%;
	min-height: 421px;
	vertical-align: top;
	text-align: center;
	background-color: #fff;
}

div#splashlogo a
{
	position: absolute;
	display: block;
	width: 323px;
	height: 321px;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -161px;
}

div#navwrapper
{
	position: relative;
	width: 100%;
	height: 35px;
	background-color: #000;
	margin: 0;
	padding: 0;
}

div#navline1,
div#navline2
{
	position: absolute;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
}
div#navline1 { top: 1px; background-color: #595959; }
div#navline2 { bottom: 1px; background-color: #555; }

ul#languages
{
	list-style-type: none;
	padding: 0;
	margin: 7px 0 0 6px;
	display: inline-block;
}

ul#languages li
{
	font-family: arial,helvetica,sans-serif;
	font-weight: 170%;
	color: #fff;
	font-size: 19px;
	display: block;
	float: left;
	/*padding: 0 18px 0 18px;*/
	padding: 0 22px 0 22px;
	margin: 0;
	text-shadow:1px 1px 1px #535353;
	white-space: nowrap;
}

a.lang,a.lang:link,a.lang:visited
{
	color: #fff;
	text-decoration: none;
}
a.lang:hover { color: #bfdde8; /*#002244*/ }
a.lang:active { color: #cc3300; }

div#expres
{
	position: relative;
	padding: 0;
	margin: 24px auto 0 auto;
	width: 800px;
	min-height: 292px;
	background-image: url(../exp/images/splash_map_expres.jpg);
	background-repeat: no-repeat;
}

ul#expres_tags
{
	margin: 0 0 0 200px;
	padding: 0;
	list-style-type: none;
	max-width: 500px;
}

ul#expres_tags li
{
	position: relative;
	margin: 16px 0 4px 10px;
	padding: 0;
	list-style-type: none;
	float: left;
	font-family: serif;
	font-size: 14px;
	color: #97adb8;
	white-space: nowrap;
	text-align: center;
}

ul#expres_tags li span
{
	position: absolute;
	left: 50%;
	top: 105px;
	width: 105px;
	white-space: nowrap;
	overflow-x: visible;
	margin-left: -50%;
	vertical-align: bottom;
}

ul#expres_tags li a
{
	display: block;
	background-repeat: no-repeat;
	width: 105px;
	height: 92px;
	text-indent: -9999px;
	margin: 0 0 30px 0;
	opacity: 0.9;
}
ul#expres_tags li a:focus,
ul#expres_tags li a:hover
{ opacity: 1.0; }

li#expres_tag_sc a
{ background-image: url(../exp/images/language_tag_splash_cs.gif); }
li#expres_tag_st a
{ background-image: url(../exp/images/language_tag_splash_ct.gif); }
li#expres_tag_ja a
{ background-image: url(../exp/images/language_tag_splash_ja.gif); }
li#expres_tag_ru a
{ background-image: url(../exp/images/language_tag_splash_ru.gif); }
li#expres_tag_pl a
{ background-image: url(../exp/images/language_tag_splash_pl.gif); }
li#expres_tag_es a
{ background-image: url(../exp/images/language_tag_splash_es.gif); }
li#expres_tag_pt a
{ background-image: url(../exp/images/language_tag_splash_pt.gif); }


@media only screen
and (max-width : 799px)  {
	div#expres
	{
		width: 100%;
		max-width: 600px;
		height: auto;
	}
}

@media only screen
and (max-width : 680px)  {
	ul#expres_tags li
	{
		margin-top: 10px;
		margin-bottom: 5px;
	}
	ul#expres_tags li a
	{ margin-bottom: 20px; }
}

@media only screen
and (max-width : 540px)  {
	ul#expres_tags { margin-left: 170px; }
}

@media only screen
and (max-width : 400px)  {
	ul#languages li { padding: 0 14px 0 14px; }
}
@media only screen
and (max-width : 340px)  {
	div#splash { width: auto; min-width: auto; }
	div#splashlogo a,
	div#splashlogo a img { width: 250px; height: 248px; }
	div#splashlogo { min-height: 330px; }
	div#splashlogo a { margin: -125px 0 0 -124px; }
	ul#expres_tags li span
	{ top: 95px; }
	ul#expres_tags li a
	{ margin-bottom: 5px; }
}