body {
		text-align: center;
		margin: 0 ;
		font-family: "Myriad Pro", Myriad, Helvetica, Tahoma, sans-serif;
		
}

#navbar {
		width: 984px;
		height: 36px;

}



/* --------------- navbar ------------------------------- */

.preloadpic { display:none; }



#menuContainer {
	  height: 36px;
	  text-align: center;
	  float: left;
	  width: 824px;
	  background:url(../images/buttons-background.png) no-repeat ;

}


/* Link styles*/

#menuContainer a {
	  text-decoration: none;
		color: #333333;
	  font-size: 10pt;
	  font-weight: 500 ;
	  background: url(../images/button.png) no-repeat ;
	  float: left;
	  height: 36px;
	  padding: 12px 0 0 0;
	  width: 117px;
	  margin: 0 0 0 0;

}

#menuContainer a:hover {
	  /*font colour when highlighted */color: #000000;
	  background: url(../images/button-over.png) no-repeat;
	  height:36px;

}



/* Hide bullets in unordered list*/
#menuContainer ul { 
	  list-style-type: none;
	  padding:0;
	  margin:0;
  
}


/* Set li styles*/

#menuContainer li {
	  /* Background colour background-color: #cccccc;*/
	  /* this is to make the submenus position relative to this li*/ 
	  position: relative;
	  float:left;
	  width:117px;
 
}

/* Mouseover li style */
#menuContainer li:hover {
	  /* Background colour when highlighted  background-color: #666666;*/
	  height:36px;
/* navbar ends */








/* Search box */
}

#searchcontrol {
    width: 160px;
    height: 36px;
    background: url(../images/Search.png) top no-repeat;
	float:right ;
}

#searchcontrol #search_tbox {
	margin: 11px 0 0 27px ;
	width: 100px ;
	height: 11px ;
	border: none ;
}

#front-page-mid {
	width:984px ;
	height: 325px ;
}

#front-page-left {
	position: relative ;
	float: left;
	width: 650px ;
}

#front-page-right {
	position: relative;
	float: right;
	width: 300px ;
	background: url(../images/home_img/News-box.png) top no-repeat ;
}

#front-page-right-upper ul {
	width: 300px ;
	background:#999999 ;

}

#front-page-right-lower {
	width: 300px ;
}

/* Search Box ends */


#front-banner {
	position: relative ;
	top: 5px;
	height: 339px ;
	padding-left: 25px ;
	font-size: 13px ;
	line-height: 17px;
	text-align: left ;
}

.txpp {
	float: right ;
	padding-top:5px;
	padding-bottom:15px;
	padding-right:15px;
	width:250px;
	
	}

.txpp2 {
	float: right ;
	padding-right:15px;
	width:200px;
}
.txpp3 {
	float: right ;
	width:200px;
	padding-right:15px;
}
	
.hotnews-date {
color:#666666 ;
font-size:12px ;
margin: 5px 1px 5px 0 ;
}

.bluelink {
	color: #0099FF 
}

a:link, a:visited {
	/*text-decoration: none;*/
	color: #000000;
}

a:hover {
	color: #99CC33;
	/*text-decoration: none;*/

}

.white {
	color:#FFFFFF;
	
}

.white a {
	color:#999999 ;
	text-decoration: none ;
}

.white a:hover {
	color:#FFFFFF ;
	text-decoration:underline ;
}
.kayan{
width:70px;
}
.sag_menu{

width:260px;
padding-right:10px;
padding-left:8px;
padding-top:10px;
float:right;
height:270px;
}

.kurumsal_baslik{

font-size:36px;
font-weight:bold;

}

/* SPLASH SCREEN */


#src_world,#src_fg,#src_bg{
		
		border-width:0;
		margin:0;
		padding:0;
		z-index:999;
		left:0;
		top:0;
		position:absolute;
	
}


#src_world{
	position:fixed;
}


#src_world,#src_bg{
	
	width:100%;
	height:100%;
}


#src_bg{
	
	background-color:#000000;
	opacity:0.77;

}
#src_fg{
	
	width:480px;
	height:610px;
	position:relative;
	margin:0 auto;
	top:0px;
	border:none;
	padding:10px 25px 30px 25px;
	background-color:#FFFFFF;
	
}

/* SPLASH SCREEN */