@charset "iso-8859-9";
body, html{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#333;
	margin:0px;
	padding:0px;
	background-image:url(images/back.gif);
	background-repeat:repeat-x;
	background-color:#faaf50;
	
}

.baslik {font-size:12px;
font-weight:bold;
}


a:link {
	
	color:#333;
	font-size:11px;
	text-decoration:none;}

a:active {
	
	color:#333;
	font-size:11px;
	text-decoration:none;}

a:visited {
	
	color:#333;
	font-size:11px;
	text-decoration:none;}
	
a:hover {
	
	color:#F60;
	font-size:11px;
	text-decoration:underline;}




a.altmenu:link {
	
	color:#333;
	font-size:11px;
	text-decoration:none;}

a.altmenu:active {
	
	color:#333;
	font-size:11px;
	text-decoration:none;}

a.altmenu:visited {
	
	color:#333;
	font-size:11px;
	text-decoration:none;}
	
a.altmenu:hover {
	
	color:#F60;
	font-size:11px;
	text-decoration:underline;}
	
	
.res_right {
	float: right;
	padding-right:16px;
	margin: 0;
}
.res_left {
	float: left;
	padding-right:16px;
	margin: 0;
}	
	
	
	

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:344px;
		height:240px;
		overflow:hidden; 
		}	
		
		
#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:240px;
		height:135px;
		overflow:hidden; 
		}	

		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */	


.menu {
	background-image:url(images/menu_back.gif);
	width:276px;
	height:28px;
	padding-left:5px;
	cursor:pointer;
	}
	
.menu:hover {
	background-image:url(images/menu_back2.gif);
	width:276px;
	height:28px;
	padding-left:5px;
	cursor:pointer;
	}	
	
	
	
.menu_current {
	background-image:url(images/menu_back2.gif);
	width:276px;
	height:28px;
	padding-left:5px;
	cursor:pointer;
	}
	
.menu_current:hover {
	background-image:url(images/menu_back2.gif);
	width:276px;
	height:28px;
	padding-left:5px;
	cursor:pointer;
	}		
	
	
.input {
	background-image:url(images/login_back.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding-left:5px;
	padding-top:8px;
	width:295px;
	height:22px;
}
