@CHARSET "UTF-8";
html, body{
	margin:0 auto;
	padding:0;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,h6{
	font-family: sans-serif;
	color:#dd5b04;
	font-weight: normal;
	padding: 0;
	margin:0;
}
h1{font-size: 24px;}
h2{font-size: 22px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
a{
	color:#dd5b04;
}
a:hover{
	color:#ccc;
}
a *{
	cursor: pointer;
}
img{ border:0;}
/**/
.siyah{
	color:#171a21;
}
.turuncu{
	color:#dd5b04;
}
/**/
.floatBitir{
	clear: both;
}
.hZero{
	height: 0px;
	overflow: hidden;
}
/**/
#containerOut{
	margin:0;
	padding:0;
	background-image: url("../images/bg_body.jpg");
	background-position: center top;
	background-repeat:no-repeat;
	font-family: serif;
	color:#171a21;
	font-size: 12px;
}
#container{
	margin:0 auto;
	width:900px;
}
#header{
	width: 900px;
	height: 160px;
}
#logoContainer{
	float:left;
	width:300px;
	height: 160px;
	background-image: url("../images/bg_logo.jpg");
}
#logoContainer a{
	display: block;
	width:300px;
	height: 160px;
	overflow: hidden;
	text-decoration: none;
}
#logoContainer a span{
	visibility: hidden;
}
.mainMenu{
	float:right;
	width: 600px;
	font-size:14px;
	font-family: "Georgia", serif;
	padding-top: 115px;
}
.mainMenu a{
	float:left;
	text-decoration: none;
	color: #fff;
	height: 45px;
	overflow: hidden;	
}
.mainMenu a:hover{
	color: #ccc;	
}
.mainMenu a span{
	float:left;
	color:#fff;
	height: 45px;	
}
.mainMenu a span span{
	padding: 0px 0px 0px 20px;
}
.mainMenu a span span span{
	height: 27px;
	padding: 18px 25px 0px 5px;
}
.mainMenu a.secili span{
	float:left;
	color:#222732;
	background-image: url("../images/bg_mm_center.jpg");
	height: 45px;	
}
.mainMenu a.secili span span{
	background-image: url("../images/bg_mm_left.jpg");
	background-repeat:no-repeat;
	padding: 0px 0px 0px 20px;
}
.mainMenu a.secili span span span{
	background-image: url("../images/bg_mm_right.jpg");
	background-position: right top;
	background-repeat:no-repeat;
	height: 27px;
	padding: 18px 25px 0px 5px;
}
.mainMenu a:hover span{
	color: #dd5b04;
}
.leftCol{
	float:left;
	width:300px;
}
.leftCol2X{
	float:left;
	width:600px;
}
.middleCol{
	float:left;
	width:300px;
}
.rightCol{
	float:left;
	width:300px;
}
.rightCol2X{
	float:left;
	width:600px;
}
.box10{padding:10px;}
.box20{padding:20px;}
.box30{padding:30px;}
#footer{
	clear:both;
	background-image: url("../images/bg_footer.jpg");
	background-repeat: repeat-x;
}
.footerOut{
	background-image: url("../images/bg_footer_2.jpg");
	background-repeat:no-repeat;
	background-position: center top;
}
.footer{
	margin: 0 auto;
	width: 900px;
}
.footerBox, .footerBoxR{
	margin-top:13px;
	background-image: url("../images/bg_footer_box.jpg");
	background-repeat: no-repeat;
	height:auto !important;
	height: 300px;
	min-height: 270px;
}
.footerBoxR{
	background-image: url("../images/bg_footer_box_r.jpg");
}