
/*CSS for Turkey website splash page*/

body {
	background-image:url(../images/splash_bg.jpg);
	background-repeat:repeat-x;
	background-color: #6f0b1c;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 33px;
}

.top {
	height: 265px;
	width: 750px;
	background-image:url(../images/top.jpg);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bottom {
	height: 435px;
	width: 750px;
	background-image:url(../images/bottom.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.left {
	float: left;
	width:70%;
	margin-top: 25px;
}

.left ul {
	margin: 0px;
	margin-left: 360px;
	list-style: none;
}

.left ul li {
	text-align: left;
	color: #8a152a;
	font-size: 95%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.left ul li a {
	color:#8a152a;
	text-decoration: none;
}

.right {
	float: left;
	width: 20%;
	margin-top: 25px;
}

.right ul {
	margin: 0px;
	/*	margin-left: -150px;*/
	list-style: none;
}

.right ul li {
	text-align: left;
	color: #8a152a;
	font-size: 95%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.right ul li a {
	color: #8a152a;
	text-decoration: none;
}

.hide {
	position:absolute;
	top:-2000px;
}

.clear { clear: both; }

/*.footer {
	width: 750px;
	background-color: #8b1215;
	color: #FFFFFF;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom:15px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}*/

#global_TextNav a {
	text-align:center;
	line-height:20px;
	color: #FFF;
	text-decoration: none;
}

#global_SearchBox {
	padding-top:5px;
	text-align:center;
	background-color:#6f0b1c;
}

.footertextdark {
	text-align:center;
	font-size:80%;
	color: #FFF;
	background-color:#6f0b1c;
}

#Translation {
	font-size:90%;
	margin-top:-40px;
	padding:8px;
	font-weight:bold;
	text-align: center;
}

#Translation a {
	color:#fff;
	padding:6px;
	background-color:#a15117;
	text-decoration:none;
}

#splashmenu { display:none; }

#footer, #footer a { color:#d1c6c7; }

a:hover { color:#52000d !important; }

#footer a:hover { color:#fff !important; }

#uix {
	float:right;
	height: 0 !important;
	padding:0 !important;
	position:relative;
	top:10px;
}

#linkHome { display:none !important; }

#UPRN { font-size:20px; }

#global_Footer ul { padding:0; }

#global_Footer ul a {
	font-size:10px;
	overflow:visible !important;
}

#global_Footer ul li span.img {
	height: 69px !important;
	width: 69px !important;
}

#global_Footer ul li a { width: 75px !important; }
