@charset "utf-8";
/* CSS Document */

body {
    margin:0;
    font-family:Arial,Helvetica,Verdana,sans-serif;
    font-size:9pt;
    background:url(../img/bg.jpg)  repeat-x  #36C9FD;
}
a {
color:#00AC67;
text-decoration:none;
}
a:hover {
color:#205D9E;
text-decoration:underline;
}
.clear{
    clear:both;
}
h1{
    height:22px;
    background:url(../img/hbg.gif) right no-repeat;
    color:#ffffff;
    font-size:12pt;
    font-weight:bold;
    padding-left:10px;
    text-align:left;
}
#main {
    width:916px;
    margin-left:auto;
    margin-right:auto;
    background:#ffffff;
    border:1px solid #CEDDB7;
    
}
#header{
    height:70px;
    background:url(../img/ust.png) bottom no-repeat;
    padding-top:10px;
    padding-left:20px;
    width:918px;
    margin-left:auto;
    margin-right:auto;
}
#sol{
    width:165px;
    float:left;
    background:url(../img/solbg.gif);
    padding-left:5px;
    padding-right:5px;
    padding-top:10px;
    padding-bottom:30px
    
}
.menum{
    width:165px;
    font-family:Arial,Helvetica,Verdana,sans-serif;
    font-size:13pt;
    font-weight:bold;

}
.menum ul{

}
.menum li{
    float:left;
    border-left:2px solid #DFEFF9;
    border-right:2px solid #DFEFF9;
    border-bottom:1px solid #FDE6B0;
    background:#ffffff;
    width:156px;
    padding-left:5px;
    padding-bottom:5px;
    padding-top:5px
}

.menu2{
    color:#EC9E16;
}


#sag{
    float:left;

}

#yeniler{
    width:435px;
    float:left;
    padding:2px 2px 20px 2px;
    border: 1px solid #DFEFF9;
    background:url(../img/solbg.gif);
}
#yeniler a {
    color:#076BE4;
    font-weight:bold;
}
#yeniler h1 a {
    color:#f2f2f2;
}
#yeniler li {
    float:left;
    border:1px solid #DFEFF9;
    width:120px;
    height:120px;
    padding:2px 2px 2px 2px;
    margin-right:5px;
    margin-left:10px;
    margin-top:10px;
    text-align:center;
    background:#f9f9f9
}
#yeniler li:hover{
    border-color:#699900;
    background:#E4FDAA;
}
#reklam{
    width:260px;
    float:left;
    padding:2px 2px 2px 2px;
    border: 1px solid #cccccc;
    background:url(../img/solbg.gif);
    text-align:center;
    margin-left:10px;
}
.populer{
    width:705px;
    padding:2px 2px 20px 2px;
    border: 1px solid #DFEFF9;
    overflow:auto;
    background:url(../img/solbg.gif);
}
.populer a {
    color:#076BE4;
    font-weight:bold;
}
.populer li {
    float:left;
    border:1px solid #cccccc;
    width:90px;
    height:90px;
    padding:2px 2px 2px 2px;
    margin-right:2px;
    margin-left:2px;
    margin-top:10px;
    text-align:center;
        background:#f9f9f9
}
.populer li:hover{
    border-color:#699900;
    background:#E4FDAA;
}
.sagust {
   margin-top:10px;
   margin-left:10px;
}

#footer{
    background:url(../img/alt.png) bottom;
    height:40px;
    width:908px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    padding-left:10px;
    padding-top:5px;
}
#numara {
float:left;
background: #E6E6E6;
border:1px solid #cccccc;
min-width:30px;
text-align:center;
font-size:16pt;
margin-right:2px
}
#numara:hover{
    background:#f8f8f8;
}









/* Easy Slider */
	#slider {
	    margin-left:5px;
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:250px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:10px;
		height:20px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:250px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:10px;
		height:20px;
		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:0 0;
		padding:0;
		height:20px;	
		}
	ol#controls li{
		margin:0 3px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		line-height:15px;
		}
	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 2px;
		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 */