@charset "utf-8";
/* CSS Document */

/* Note to TigerAirways: Please add all new css style from the "Start From Here" message. Please do not make any changes to the existing CSS. */

/* Start From Here */



/* End Here */

body {
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	
}
#splash_container {
text-align:left;
}

#splash_header {
	background: url(../img/splashpage/splash_topshadow.gif) repeat-x bottom;
}
#splash_logo {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#splash_center {
	background: #F69C21;
}
#splash_content {
	background: url(../img/splashpage/splash_mapwithplane.jpg) no-repeat right;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 440px;
}
#selectcountry_title {
}
#flag {
	width: 70px;
	float: left;
}
#flag ul {
	margin: 0px;
	padding: 0px;
}
#flag li {
	list-style: url(none) none;
	margin: 0px;
	padding: 0px;
	height: 34px;
}
#flag  ul  li {
	margin: 0px;
	padding: 0px;
	height: 34px;
	display: inline;
}
#country {
	width: 80px;
	float: left;
	font-weight: bold;
}
#country ul {
	margin: 0px;
	padding: 0px;
}
#country li {
	list-style: none;
}
#country ul li {
	display: block;
	height: 24px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#language {
	float: left;
	width: 80px;
	color: #FFFFFF;
}
#language ul {
	padding: 0px;
	margin: 0px;
}
#language li {
	list-style: url(none) none;
}
#language ul li {
	display: block;
	height: 24px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#language a {
	color: #FFFFFF;
	text-decoration: none;
}
#language a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sublanguage {
	float: left;
	width: 80px;
	color: #FFFFFF;
}
#sublanguage ul {
	padding: 0px;
	margin: 0px;
}
#sublanguage li {
	list-style: none;
}
#sublanguage ul li {
	display: block;
	height: 24px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#sublanguage a {
	color: #FFFFFF;
	text-decoration: none;
}
#sublanguage a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#splash_footer {
	background: url(../img/splashpage/splash_bottomshadow.gif) repeat-x top;
}

#footer {
	width: 780px;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_disclaimer {
	width: 390px;
	float: left;
	margin-top: 12px;
	font-size: 10px;
}
#footer_partnerslogo {
	width: 390px;
	float: left;
	text-align: right;
	margin-top: 10px;
}