@charset "utf-8";
/* CSS Document */
@import 'reset.css';
h1{
color:#FEFE2C;
font-size:20px;
padding:10px;
}
h2{
color:#CC9900;
font-size:18px;
padding:10px;
}
h3{
color:#FFF;
font-size:16px;
padding:10px;
}
body{
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
font-size:12px;
background:#25221B url(../images/bg2.jpg) repeat-x;
}
#container{
width:950px;
margin:0 auto;
}
#content{
padding:15px;

}

#footer{
margin-top:15px;
color:#FFFFFF;
background:url(../images/footer_bg.png);
height:53px;
}
#footer-in{
margin:0 auto;
width:950px;
padding:10px;
text-align:right;
}
#footer-in a{
color:#FFFFFF;
font-weight:bold;

text-decoration:none;
}
#footer-in a:hover{
color:#FDFDFD;
font-weight:bold;
text-decoration:underline;
}
#footer-in .fleft{
float:left;
display:inline;
width:600px;
text-align:left;
}
#footer-in .fright{
float:right;
display:inline;
width:300px;
text-align:right;
}
.clear{
clear:both;
}
.gizli{
display:none;
}
.yellow{
color:#FEF501;
}
/* ANASAYFA */
#homepage{
position:relative;
}
#homepage #flashmarkalar{
margin-bottom:20px;
}
#homepage h2{
font-size:18px;
color:#FEF501;
}
#homepage .box1{
width:310px;
padding-left:10px;
float:left;
display:inline;	
}
ul.gear{
color:#EFEFEF;
}
ul.gear li{
text-indent:0;
background:url(../images/home_bull2.png) no-repeat 0 50%;
padding:5px 0 5px 25px;
font-size:14px;
font-weight:bold;
text-align:left;
min-height:1%;
zoom:1;
}
ul.gear li a{
	text-decoration:none;
	color:#FFF;
}
ul.gear li a:hover{
	text-decoration:underline;
}
#homepage .box1 h2{
background:url(../images/home_bull1.png) no-repeat 0 50%;
padding:20px 0 20px 55px;	
}
#homepage .box2{
width:110px;
padding-left:20px;
float:left;
display:inline;	
}
#homepage .box2 h2{
padding:20px 0;	
}
#homepage .box3{
width:470px;
float:left;
display:inline;	
}
#homepage #doviz{
font-size:12px;
color:#111;
border:1px solid #111;
padding:3px;
background:#FFB24F
}