/*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: 80px;
	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;
}
