/* CSS Document */
#s3slider {
   width: 400px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
body{
	padding:0;
	margin:0;
	background:url(images/body_bg.gif) 0 0 repeat-x #fff;
	color:#434343;
font-size:12px;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.spacer{
	clear:both;
	font-size:0px;
	line-height:0px;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header start--------------------*/
#header{
	width:778px;
	height:199px;
	margin:0 auto;
	background:url(images/header.gif) 0 45px no-repeat;
	position:relative;
}
#header img{
	background:url(images/logo.gif) 0 0 no-repeat;
	width:236px;
	height:36px;
	position:absolute;
	left:497px;
	top:83px;
}
#header h1{
	display:block;
	background:url(images/slogan.gif) 0 0 no-repeat;
	width:183px;
	height:35px;
	text-indent:-10000px;
	position:absolute;
	left:497px;
	top:127px;
}
#header a.home{
	background:url(images/home_icon.gif) 0 0 no-repeat;
	width:19px;
	height:21px;
	position:absolute;
	left:16px;
	top:12px;
}
#header a.home:hover{
	background:url(images/home_icon_hover.gif) 0 0 no-repeat;
}
#header a.mail{
	background:url(images/mail_icon.gif) 0 0 no-repeat;
	width:19px;
	height:21px;
	position:absolute;
	left:37px;
	top:12px;
}
#header a.mail:hover{
	background:url(images/mail_icon_hover.gif) 0 0 no-repeat;
}
#header a.sitemap{
	background:url(images/sitemap_icon.gif) 0 0 no-repeat;
	width:19px;
	height:21px;
	position:absolute;
	left:58px;
	top:12px;
}
#header a.sitemap:hover{
	background:url(images/sitemap_icon_hover.gif) 0 0 no-repeat;
}
#header form{
	width:275px;
	height:33px;
	position:absolute;
	left:81px;
	top:12px;
	background:url(images/form_bg.gif) 0 0 no-repeat;
	padding:0 0 0 0;
}
#header form input{
	width:118px;
	height:15px;
	background-color:#fff;
	border:#2F2F2F solid 1px;
	color:#000;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	margin:2px 0 0 26px;
}
#header form input.go{
	background:url(images/btn_go.gif) 0 0 no-repeat;
	width:23px;
	height:15px;
	border:none;
	cursor:pointer;
	padding:0;
	margin:0;
}
#header ul{
	width:376px;
	height:45px;
	position:absolute;
	left:390px;
	top:0;
}
#header ul li{
	float:left;
	margin:0;
}
#header ul li a{
	display:block;
	width:94px;
	height:45px;
	font:bold 12px/45px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:capitalize;
	text-align:center;
	background:url(images/nav_bg.gif) 0 0 repeat-x #0D0D0D;
	text-decoration:none;
	float:left;
}
#header ul li a:hover{
	background:url(images/nav_hover.gif) 0 0 no-repeat #760101;
	color:#FDEEBD;
}
#header ul li.archive{
	display:block;
	padding:0 23px 0 24px;
	font:bold 12px/45px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:capitalize;
	background:url(images/nav_hover.gif) 0 0 no-repeat #760101;
	float:left;
}

/*------------------------------------------------header end--------------------*/

/*------------------------------------------------body start--------------------*/
#body{
	width:750px;
	margin:0 auto;
	padding:0 0 25px 0;
}
/*------------------------------------------------left panel start--------------------*/
#left
{
	width:210px;
	padding:22px 0 0 0;
	float:left;
}
#left h2{
	display:block;
	width:158px;
	height:24px;
	background:url(images/more_link_icon.gif) 0 4px no-repeat #fff;
	padding:0 0 0 29px;
	border-bottom:#EFEFEF solid 3px;
	font:normal 22px/24px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 13px 0;
}
#left ul{
	width:170px;
	margin:0;
	padding:0;
}
#left ul li{
	background:url(images/arrow.gif) 0 7px no-repeat;
	padding:0 0 0 13px;
	margin:0;
	float:left;
}
#left ul li a{
	display:block;
	width:170px;
	font:bold 13px/20px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#351515;
	background-color:#fff;
	text-decoration:none;
	float:left;
}
#left ul li a:hover{
	background-color:#855050;
	color:#EFEFEF;
}
#left h2.contact{
	display:block;
	width:167px;
	height:30px;
	background:url(images/contact_bg.gif) 0 0 no-repeat #fffff1;
	padding:0 0 0 16px;
	font:normal 18px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
	margin:25px 0 2px 0;
	border:none;
}
#left form.con{
	width:158px;
	background-color:#855050;
	color:#8AD2D2;
	padding:7px 12px 0 13px;
	margin:0;
	float:left;
}
#left form.con label{
	width:155px;
	font:bold 11px/26px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
}
#left form.con input.txtbox{
	width:156px;
	height:15px;
	background-color:#fff;
	border:#002222 solid 1px;
	color:#000;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	margin:0;
	float:left;
}
#left form.con textarea{
	width:156px;
	height:65px;
	background-color:#fff;
	border:#002222 solid 1px;
	color:#000;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	margin:0 0 18px 0;
	float:left;
}
#left form.con input.submit{
	background:url(images/btn_submit.gif) 0 0 no-repeat;
	width:60px;
	height:15px;
	margin:0;
	float:right;
	border:none;
	cursor:pointer;
}
#left p.banner{
	background:0 0 no-repeat;
	width:180px;
	height:220px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	font-size:0;
}
#left p.bot{
	background:url(images/contact_bot.gif) 0 0 no-repeat;
	width:183px;
	height:26px;
	margin:0;
	padding:0;
	float:left;
	font-size:0;
}
/*------------------------------------------------left panel end--------------------*/


/*------------------------------------------------right panel start--------------------*/

/*------------------------------------------------right panel end--------------------*/
#right{
	width:520px;
	padding:10px 0 0 14px;
	float:left;
}
#right h2{
	display:block;
	width:490px;
	font:bold 24px/48px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
}
#right h2 span{
	font:bold 24px/48px Arial, Helvetica, sans-serif;
	color:#B00000;
	background-color:#fff;
}
#right p{
	font:normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#434343;
	background-color:#fff;
	margin:0 0 10px 0;
}
#right p a{
	width:105px;
	height:10px;
	background:url(images/about_us_border.gif) repeat-x #fff;
	background-position:bottom;
	color:#434343;
	text-decoration:none;
}
#right p a:hover{
	background-image:none;
	background-color:#F9F0D3;
	color:#264100;
}
#right p a.dash{
	width:147px;
	height:auto;
	background:url(images/about_us_border.gif) repeat-x #fff;
	background-position:bottom;
	color:#434343;
	text-decoration:none;
}
#right p a.dash:hover{
	background-image:none;
	background-color:#F9F0D3;
	color:#264100;
}
#right h2.green2{
	display:block;
	width:322px;
	background:url(images/star_icon.gif) 0 3px no-repeat;
	padding:0 0 0 20px;
	font:bold 15px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4B7D03;
	background-color:#fff;
	text-transform:none;
}
#right p.bold{
	font:bold 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#565656;
	background-color:#fff;
	margin:12px 0 16px 0;
}
#right p.more-green{
	display:block;
	width:42px;
	height:11px;
	font-size:0;
	background:url(images/more_div2.gif) 0 0 repeat-x;
	margin:0 0 12px 0;
	padding:0 0 0 299px;
}
#right p.more-green a.more2{
	display:block;
	background:url(images/more_green.gif) 0 0 no-repeat;
	width:42px;
	height:11px;
	text-decoration:none;
}
#right p.more-green a.more2:hover{
	background:url(images/more_green_hover.gif) 0 0 no-repeat;
}
#right h2.special{
	display:block;
	width:245px;
	font:normal 22px/31px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	text-transform:none;
	border-bottom:#272727 dashed 1px;
	margin:0 0 16px 0;
}
#right h2.special span{
	font:normal 22px/31px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#B00000;
	background-color:#fff;
}
#right ul{
	width:490px;
	margin:0;
	padding:0;
}
#right ul li{
	background:url(images/arrow2.gif) 0 9px no-repeat;
	padding:0 0 0 13px;
}
#right ul li a{
	font:normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#212121;
	background-color:#fff;
	text-decoration:underline;
}
#right ul li a:hover{
	color:#264100;
	background-color:#EFEFEF;
	text-decoration:none;
}
#right p.l-green{
	width:450px;
	background-color:#F4FFE9;
	border:#D3E3C2 solid 1px;
	padding:17px 10px 20px 14px;
	font:bold italic 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#486927;
	margin:11px 0 11px 0;
}
#right p.banner{
	width:141px;
	height:31px;
	background:url(images/banner.gif) 0 0 no-repeat;
	padding:65px 0 0 235px;
}
#right p.banner a.supp{
	display:block;
	background:url(images/supp_chat.gif) 0 0 no-repeat;
	width:113px;
	height:19px;
}
#right p.banner a.supp:hover{
	background:url(images/supp_chat_hover.gif) 0 0 no-repeat;
}

/*------------------------------------------------body end--------------------*/
/*------------------------------------------------footer start--------------------*/
#footer-main{
	width:100%;
	height:114px;
	padding:0 0 0 0;
	background-color:#646464;
	color:#fff;
}
#footer{
	width:778px;
	height:114px;
	margin:0 auto;
	position:relative;
}
#footer ul{
	width:465px;
	margin:0;
	padding:0;
	position:absolute;
	left:310px;
	top:22px;
}
#footer ul li{
	margin:0;
	float:left;
	font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#646464;
}
#footer ul li a{
	font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#646464;
	text-decoration:none;
	padding:0 12px 0 12px;
	text-transform:capitalize;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer ul li.home2{
	padding:0 12px 0 12px;
	float:left;
	font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#646464;
	text-transform:capitalize;
}
#footer p.copyright{
	font:normal 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#EFBA00;
	background-color:#646464;
	position:absolute;
	left:325px;
	top:43px;
}
#footer a.xht{
	display:block;
	width:50px;
	height:11px;
	background:url(images/xhtml_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:650px;
	top:41px;
	padding:0;
	margin:0;
	float:left;
}
#footer a.xht:hover{
	background:url(images/xhtml_bg_hover.gif) 0 0 no-repeat;
}
#footer a.cs{
	display:block;
	width:39px;
	height:11px;
	background:url(images/css_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:705px;
	top:41px;
	padding:0;
	margin:0;
	float:left;
}

#footer a.cs:hover{
	background:url(images/css_bg_hover.gif) 0 0 no-repeat;
}
#footer p.design{
	display:block;
	height:15px;
	position:absolute;
	left:325px;
	top:62px;
	font:bold 10px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#EFBA00;
	background-color:#646464;
	text-align:center;
}
#footer a.link{
	width:93px;
	font:bold 10px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#855050;
	padding:0 3px 0 3px;
	text-decoration:none;
}
#footer a.link:hover{
	color:#fff;
	background-color:#351515;
}

/* ERCAN MUTLU */
.ANABASLIK
{
	font-size: 13px;
	color: #3F3F3F;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	height:20px;
	width:743px;
	padding:4px;
	background-color:#C7C7C7;
	border-bottom:1px #D1D1D1;
	background:url("images/bas.gif");
	background-repeat:repeat-x;
}
	.solmenu
	{
	font-size:12px;
	width:193px;
	padding-left:5px;
	padding-top:5px;
	margin-bottom:15px;
	}
	.solmenu div
	{
	height:25px;
	}
	.solmenu select
	{
	width:175px;
	}

	.menuust
	{
	font-size:12px;
	width:193px;
	background:url("images/menuust.png");
	height:36px;
	}
	.menuust h3
	{color:#FFFFFF;
		padding-left:10px;
		padding-top:4px;
	font-size:12px;
	font-weight:normal;
	}

input,textarea,select
{
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size:10px;
border:solid 1px #DBDBDB;
background-color:#EAEAEA;
color:#3B3B3B;
}

a
{
text-decoration:none;
color:#191919;
}
a:hover
{
color:#400000;
}
img
{
border:none;
}
.galeri
{
margin-left:5px;
margin-bottom:5px;
float:left;
width:160px;
height:160px;
}
.galeri img
{
padding:5px;
border:1px solid #FF8040;
width:140px;
height:110px;
}
 .tdGri
  {
  font-size:14px;
  font-weight:bold;
  color:#ea7500;
  border:solid 1px #FFFFFF;


  }
.tabloGri
{
font-size:11px;
}
.tabloGri table
{
  border:solid 1px #DADADA;
	color:#622602;
	background-color: #FBFBFB;/*#FB9659;*/

}
.tabloGri td
{
  padding:4px;
}
.tabloGri th
{ border-bottom:1px solid #4D4D4D;
	background-color:#E5E5E5;
  padding-bottom:4px;
  padding:4px;

}
.tdAltBaslik
{
  font-size:12px;
  font-weight:bold;
  color:#000046;
  border:solid 1px #FFFFFF;
  background-color:#EFF0F1 ;
  background-image:url(resim/butonAlt.gif)

}
.dovizz
{
width:95%;
font-size:11px;
color:#000066;
font-weight:bold;
text-align:left;
}
.dovizz th
{
border:1px solid #CCCCCC;
padding:3px;
}
.dovizz td
{
border:1px solid #CCCCCC;
padding:3px;
}

.kform
{
width:180px;
height:18px;
float:left;
}
.kforma
{
width:320px;
height:18px;
float:left;
}
/*------------------------------------------------footer end--------------------*/