@charset "utf-8";
body {
	font-family: Tahoma, verdana, Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	
}
h1{margin:0px; padding:0px; font-size:16px;}
h2{margin:0px; padding:0px; font-size:14px;}
#cont{width:1030px; height:auto; margin:auto;}
#header_cont{width:auto; height:118px; background-color:#181818}
#header{width:1030px; height:118px; margin:auto}
#header_left{
	width:330px;
	height:95px;
	float:left;
	margin-top:15px;
}
#header_center{
	width:559px;
	height:110px;
	float:left;
	margin-left:111px;
}
#buton a{width:93px; height:118px; padding-top:52px; float:left; color:#FFFFFF; font-size:14px; text-decoration:none; background-image:none; background-color:inherit}
#buton a:hover{width:93px; height:118px; padding-top:52px; background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top;}
#buton a:active{width:93px; background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top; float:left; }


#buton1 a{width:93px; height:118px; padding-top:52px; float:left; color:#FFFFFF; font-size:14px; text-decoration:none; background-image:none; ; background-color:inherit}
#buton1 a:hover{width:93px; height:118px; padding-top:52px; background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top;}
#buton1 a:active{width:93px; background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top; float:left; }


#buton2 a{width:93px; height:118px; padding-top:52px; float:left; color:#FFFFFF; font-size:14px; text-decoration:none; background-image:none; ; background-color:inherit}
#buton2 a:hover{width:93px; height:118px; padding-top:52px; background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top;}
#buton2 a:active{ background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top; float:left;width:93px; }


#buton3 a{width:93px; height:118px; padding-top:52px; float:left; color:#FFFFFF; font-size:14px; text-decoration:none; background-image:none; ; background-color:inherit}
#buton3 a:hover{width:93px; height:118px; padding-top:52px; background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top;}
#buton3 a:active{ background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top; float:left;width:93px; }


#buton4 a{width:93px; height:118px; padding-top:52px; float:left; color:#FFFFFF; font-size:14px; text-decoration:none; background-image:none; background-color:inherit}
#buton4 a:hover{width:93px; height:118px; padding-top:52px; background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top;}
#buton4 a:active{ background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top; float:left;width:93px; }


#buton5 a{width:93px; height:118px; padding-top:52px; float:left; color:#FFFFFF; font-size:14px; text-decoration:none; background-image:none;background-color:inherit}
#buton5 a:hover{width:93px; height:118px; padding-top:52px; background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top;}
#buton5 a:active{ background-image:url(img/header_center.png); float:left; background-repeat:repeat-x; background-position:top; float:left; ; background-color:inherit;width:93px; }

#header_footer{
	width:899px;
	height:auto;
	margin:auto;
	margin-top: 15px;
}
	.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			width: 100%;
			position: relative;
			margin: 20px 0;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 50px; height: 20px; background: #fff; overflow: hidden;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 819px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			 /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			width:830px; /* Also specified in  .stripViewer  above */
			height: 100%;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
			.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			display:none;
		}
		.stripNav ul li {
			float: left; width:auto;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav a:hover {
			background: #9cf;
		}
			.stripNav a.current {
			background: #39c;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 115px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background:url(images/arrow-left.gif) no-repeat center;
		}
		
		.stripNavR {
			background: url(images/arrow-right.gif) no-repeat right;
		}
#cizgi{width:904px; height:1px; background-image:url(img/cizgi.png); margin:auto;}
#cizgibir{width:904px; height:1px; background-image:url(img/cizgi.png); margin:auto;}

#body{
	width:900px;
	height:auto;
	margin:auto;
	margin-top:35px;
}
#body1{
	width:900px;
	height:auto;
	margin:auto;
	margin-top:0px;
}
#body_top{
	width:900px;
	height:215px;
}
#body_top_top{
	width:900px;
	height:20px;
}
#body1_top1_top1{
	width:900px;
	height:20px;
}
#body_top_left{width:500px; height:195px; float:left; line-height:146%;}
#body_top_right{width:300px; height:187px; float:right;}
#body_center{
	width:900px;
	height:420px;
}
#body_center_footer{width:900px; height:365px;}
#body_center_footer_icerik{
	width:300px;
	height:110px;
	float: left;
	margin-top: 15px;
}
#body_center_footer_icerik1{
	width:300px;
	height:110px;
	float: left;
	margin-top: 15px;
}
#body_center_footer_icerik2{
	width:300px;
	height:110px;
	float: left;
	margin-top: 15px;
}
#body_center_footer_icerik3{
	width:300px;
	height:110px;
	float: left;
	margin-top: 15px;
}
#body_center_footer_icerik4{
	width:300px;
	height:110px;
	float: left;
	margin-top: 15px;
}
#body_center_footer_icerik5{
	width:300px;
	height:110px;
	float: left;
	margin-top: 15px;
}
#body_center_footer_icerik6{
	width:300px;
	height:110px;
	float: left;
	margin-top: 15px;
}
#body_center_footer_icerik7{
	width:300px;
	height:110px;
	float: left;
	margin-top: 15px;
}
#body_center_footer_icerik8{
	width:300px;
	height:110px;
	float: left;
	margin-top: 15px;
}
#body_center_footer_icerik_sol2{
	width:72px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sol3{
	width:72px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sol4{
	width:72px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sol5{
	width:72px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sol6{
	width:72px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sol7{
	width:72px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sol8{
	width:72px;
	height:auto;
	float: left;
}
#body_center_footer_icerik_sol9{
	width:72px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sol{
	width:72px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sag{
	width:228px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sag1{
	width:228px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sag2{
	width:228px;
	height:auto;
	float: left;
}
#body_center_footer_icerik_sag_alt{
	width:180px;
	height:auto;
	float: left;
}
#body_center_footer_icerik_sag3{
	width:228px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sag4{
	width:228px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sag5{
	width:228px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sag6{
	width:228px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sag7{
	width:228px;
	height:86px;
	float: left;
}
#body_center_footer_icerik_sag8{
	width:228px;
	height:86px;
	float: left;
}
#body_bottom{
	width:900px;
	height:127px;
	border:3px solid #D1D1D1;
	float: left;
}
#seo_bottom{
	width:870px;
	height:127px;
	border:3px solid #D1D1D1; padding:15px;
	float: left; margin-top:20px;
}
#seo_bottom_left{width:800px; height:127px;  float:left;}
#seo_bottom_left_left{width:80px; height:127px; float:left;}
#seo_bottom_left_right{width:700px; height:127px; float:left;}
#seo_bottom_left_left1{width:80px; height:127px; float:left;}
#seo_bottom_left_right1{width:350px; height:127px; float:right;}
.resim{padding-left:8px; padding-top:35px; font-size:26px;}

#body_bottom_left{width:437px; height:127px; border-right:3px solid #D1D1D1; float:left;}
#body_bottom_left_left{width:80px; height:127px; float:left;}
#body_bottom_left_right{width:350px; height:127px; float:right;}
#body_bottom_left_left1{width:80px; height:127px; float:left;}
#body_bottom_left_right1{width:350px; height:127px; float:right;}
.resim{padding-left:8px; padding-top:35px; font-size:26px;}
#body_bottom_right{
	width:437px;
	height:127px;
	float:left;
}
#footer{
	width:100%;
	background-image:url(img/footer_bg.jpg);
	background-repeat:repeat-x;
	height:307px;
	margin-top:25px;
	float: left;
	
}
#footer_alan{
	width:900px;
	height:307px;
	margin:auto;
}
#footer_bolum{ width:225px; height:280px; float:left; color:#787878}
#footer_bolum1{ width:225px; height:280px; float:left; color:#787878}
#footer_bolum2{ width:225px; height:280px; float:left; color:#787878}
#footer_bolum3{ width:225px; height:280px; float:left; color:#787878}
#footer_bolum_baslik{
	width:225px;
	height:25px;
	float:left;
	margin-top:18px;
}
#footer_bolum_baslik2{
	width:225px;
	height:25px;
	float:left;
	margin-top:18px;
}
#footer_bolum_baslik3{
	width:225px;
	height:25px;
	float:left;
	margin-top:18px;
}
#footer_bolum_baslik4{
	width:225px;
	height:25px;
	float:left;
	margin-top:18px;
}
#footer_bolum_baslik_sol{
	width:25px;
	height:25px;
	float:left;

}
#footer_bolum_baslik_sag{
	width:200px;
	height:25px;
	float:left;

}
#footer_bolum_baslik_sol2{
	width:25px;
	height:25px;
	float:left;

}
#footer_bolum_baslik_sag2{
	width:200px;
	height:25px;
	float:left;

}
#footer_bolum_baslik_sol3{
	width:25px;
	height:25px;
	float:left;

}
#footer_bolum_baslik_sag3{
	width:200px;
	height:25px;
	float:left;

}
#footer_bolum_baslik_sol4{
	width:25px;
	height:25px;
	float:left;

}
#footer_bolum_baslik_sag4{
	width:200px;
	height:25px;
	float:left;

}
.footerbaslik{color:#787878;}
.footerresim{
	color:#787878;
	padding-top:0px;
}
#footer ul{margin:0px; padding:0px; list-style:url(img/list.png);}
#footer ul li{
	margin-bottom:8px;
}

#footer_alt{
	width:225px;
	float: left;
	background-color:#1D1D1D;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#footer_alt2{
	width:225px;
	float: left;
	background-color:#1D1D1D;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#footer_alt3{
	width:225px;
	float: left;
	background-color:#1D1D1D;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#footer_alt4{
	width:225px;
	float: left;
	background-color:#1D1D1D
}
#footer_bottom{
	width:900px;
	height:20px;
	color:#787878;
	float:left;
	background-color:#1D1D1D;
	border-top-color: #F8F8F8;
}
#footer_bottom_left{
	width:600px;
	height:10px;
	padding-top:10px;
	float:left;
	background-color:#1D1D1D
}
#footer_bottom_center{
	width:150px;
	height:10px;
	padding-top:0px;
	float:right;
	background-color:#1D1D1D
}
#footer_bottom_right{
	width:350px;
	height:10px;
	padding-top:0px;
	float:right;
		background-color:#1D1D1D
}
#altsayfauzayanalan{width:600px; float:left}
#body_top_alt{
	width:900px;
	height:auto;
	float: left;
}
#body_top_alt_sol{
	width:570px;
	height:auto;
	float:left;
	line-height: 170%;
	margin: 0px;
	padding: 0px;
}
#body_top_alt_sag{
	width:300px;
	height:auto;
	float:right;
}
.li{margin-top:4px; margin-bottom:5px;}
#altsayfa_resim{
	width:auto;
	height:auto;
	float:left;
	margin-right: 5px;
}
#ilet_solo{float:left; width:30px; height:auto}
#ilet_solo1{float:left; width:65px; height:auto}
#ilet_solo2{float:left; width:150px; height:auto}
#iletsolorta{
	width:240px;
	float: left;
	margin-top: 45px;
}
.input{background-image:url(img/3.jpg); width:256px; height:30px; border:none; background-repeat:no-repeat; font-size:12px; margin:0px; padding:0px;}
.area{background-image:url(img/2.jpg); width:256px; height:103px; border:none; background-repeat:no-repeat; font-size:12px;}
.btn{background-image:url(img/1.jpg); width:139px; height:28px;border:none; background-repeat:no-repeat; font-size:12px;}
ul{margin:0px; padding:0px;}
h3{margin:0px; padding:0px; font-weight:normal;}
h4 a{margin:0px; padding:0px; font-size:12px; font-weight:normal; text-decoration:none}
h4{margin:0px; padding:0px; font-size:12px; font-weight:normal; text-decoration:none}
#ilet_form{
	width:570px;
	height:auto;
	float:left
}
#ilet_form1{width:307px; height:auto;}
#ilet_form2{width:307px; height:auto; float:left;}
#ilet_form3{
	width:241px;
	height:auto;
	float:right;
	margin-right:4px
}
form{margin:0px; padding:0px;}
strong{margin:0px; padding:0px;}
#altsayfa_resim1{
	width:300px;
	height:150px;
	float:left;
}
#altsayfa_resim2{
	width:570px;
	float:left;
	margin-top: 5px;
}
#altsayfa_resim3{
	width:auto;
	height:auto;
	float:left;
	margin-right: 0px;
	font-size:10px;
	font-weight:normal;
	padding-left:5px;

}
#altsayfa_resim3 h4{
	width:auto;
	height:auto;
	float:left;
	margin-right: 0px;
	font-size:10px;
	font-weight:normal;
	padding-left:5px;

}
#altsayfa_resim4{
	width:280px;
	height:150px;
	float:left;
	margin-right:5px;
}
#altsayfa_katagori_cont{
	width:570px;
	height:auto;
}
#altsayfa_katagori a{background-image:url(img/ref.jpg); width:189px; height:103px; float:left; color:#000000; text-decoration:none;}
#btn_alt{ background-image:url(img/bg.png); width:872px; height:68px; float:left; margin-left:230px; background-repeat:no-repeat}
#alt_btnler a{width:145px; height:20px; float:left; padding-top:5px; color:#060606; text-decoration:none;}
#alt_btnler a:hover{width:145px; height:20px; float:left; padding-top:5px; color:#5C5C5C; text-decoration:none;}
.teklif{background-color:#E4E4E4; border:#040404 solid 1px; width:180px; height:22px;}
.teklif1{background-color:#E4E4E4; border:#040404 solid 1px; width:180px; height:65px;}
.teklif2{background-color:#E4E4E4; border:#040404 solid 1px; width:70px; height:22px;}
