@charset "utf-8";
/* CSS Document */
html{min-height:100%; height:100%; overflow: -moz-scrollbars-vertical; overflow-x: auto; overflow:scroll;}
body{min-height:100%; height:100%; margin:0px;	font-size: 14px; font-family: "Arial"; background: url(images/theme/sayfabg.jpg) #d7d7c2;}
p{ margin:0px;}
table{color: #000000;	text-decoration: none;	font-size: 12px; font-family: "Arial"; font-weight: normal; line-height:150%}
a { color: #000; text-decoration: none; font-size:12px; font-family: Arial; font-weight: normal }
h1{ font-family: "Century Gothic"; font-size:24px; line-height:24px; font-weight:400; color:#64840c; padding:0 0 10px 0; margin:0;}
.form_txt { color: #000; text-decoration: none; font-size:12px; font-family: Arial; font-weight: normal; background:url(images/theme/text_box_bg.png); border:1px solid #dddddd; }
.form_yazi {color: #fff;	text-decoration: none;	font-size: 12px; font-family: "Arial"; font-weight: normal;}
.form_btn { overflow:visible; width:auto; background:url(images/theme/btn.png) no-repeat; border:none; padding:2px 8px; color:#fff; font:normal 13px arial, sans-serif !important; cursor:pointer; text-align:center; vertical-align:middle; width:80px; line-height:18px; height:30px;   }

.menu01 { color: #64840c; text-decoration: none; font-size:12px; font-family:  Arial; font-weight: Bold; margin:0px;}
.menu01:link { color: #64840c; text-decoration: none}
.menu01:hover { color: #64840c; text-decoration: underline}
.menu02 { color: #000; text-decoration: none; font-size:12px; font-family:  Arial; font-weight: normal}
.menu02:link { color: #000; text-decoration: none}
.menu02:hover { color: #000; text-decoration: underline}

.yazi01 {color: #000; text-decoration: none; font-size: 13px; font-family: "Arial"; font-weight: normal; line-height:150%}
.yazi02 {color: #64840c; text-decoration: none; font-size: 14px; font-family: "Arial"; font-weight: bold; margin:0px;}
.yazi03 {color: #cc0000; text-decoration: none; font-size: 12px; font-family: "Arial"; font-weight: bold;}

#nav {
	background: url(images/theme/menu_bg_out.gif) repeat-x ;
	height:50px;
	margin:0 auto;
	padding:0 0 0 0px;
	position: relative;
	z-index: 100;
}

#nav ul {
	position:relative;
	margin:0 auto;
	padding:0;
	height:50px;
	float:left;
}
#nav li {
	background:url(images/theme/menu_seperator.gif);
	background-position:right;
	background-repeat:no-repeat;
	list-style:none;
	float:left;
	margin:0;
	padding:0 2px 0 0;
	line-height:50px;
	height:50px;
}
#nav span {
	padding:0 0px 0 0px;
	line-height:50px;
	height:50px;
}

#nav li a {
	text-transform:none;
	font-size:1.0em;
	font-family:sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	height:auto;
	color:#FFF;
	display:block;
	line-height:50px;
	height:50px;
	margin:0;
	padding:0 15px 0 15px;;
}
#nav li a:hover {
	background: url(images/theme/menu_bg_overlight.png) no-repeat top center;
}
#nav span:hover {
	left:auto;
	background: url(images/theme/menu_bg_over.gif) repeat-x;
}

/* First level dropdown */
#nav li ul {
	margin:0 0 0 -10px;
	padding:0px 10px 16px 10px;
	list-style:none;
	position:absolute;
	left:-999em;
	top:50px;
	width:155px;
	z-index:10;
	height:auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}
#nav li li {
	z-index:20;
	position:relative;
	margin:0;
	padding:0;
	width:156px;
	height:auto;
	line-height:12px;
}
#nav li li a {
	text-indent:0;
	background:#efeeea;
	border-bottom:1px solid #e9e8e4;
	font-weight:bold;
	padding:7px 10px 7px 10px;
	text-transform:none;
	font-size:1.0em;
	font-family:sans-serif;
	font-weight:normal;
	font-style:normal;
	height:auto;
	line-height:12px;
	color:#fff;
	text-decoration:none;
}
#nav li:hover li a, #nav li.sfhover li a {
	color:#555;
}
#nav li li a:hover {
	background:#d4d6c0;
	color:#000;
	text-decoration:none;
}
#slider-wrapper{
	width:850px;
	height:250px;
	}
.nivoSlider {
	width:850px;
	height:250px;
	position:relative;
}
.nivoSlider img {
	position:absolute;
	height:250px;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:40px;
	background:#95c80c;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	font-size: 18px;
	font-family: "Arial";
	padding:10px 20px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	z-index:9;
	position:absolute;
	right:20px;
	bottom:10px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/theme/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;	
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:0;}
#slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:525px;
	height:100px;
	overflow:hidden; 
	}	
#slider3 ul, #slider3 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider3{margin-top:0;}
#slider3 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:245px;
	height:160px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:18px;
	position:absolute;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	margin-top:-130px;
	margin-left:500px;
	}														
#prevBtn, #slider1prev{ 
	margin-top:-130px;
	margin-left:470px;
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:20px;
	height:18px;
	background:url(images/theme/onceki.png) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(images/theme/sonraki.png) no-repeat 0 0;	
	}	
/*===========Pirobox===============================*/
/*::::: PIROBOX RULES::::::::*/
.piro_overlay { position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:#000; display: none; z-index:99997; }

.loading span{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;width:30px;height:30px;display:block;z-index:100008; background:none }
.loading span span{position:absolute; display:block; width:30px;height:30px; z-index:100009;background: url(images/theme/ajax-loader.gif) center center no-repeat!important;background: url(images/theme/ajax-loader.gif) center center no-repeat;}

.caption{position:absolute;bottom:0;left:0;margin:0;display:block; padding:0px; cursor:text; background:#222;}
.piro_nav{position:absolute;bottom:0;left:50%;margin:0;display:block; padding:0; background:none;}
.caption p{ display:block; margin:0;padding:4px 28px 4px 38px; text-align:center; font-weight:normal; background:black; color:white; font-size:12px;}

a.piro_close{position:absolute;top:20px;right:20px;height:35px;width:35px;background:url(images/theme/close_btn.png) no-repeat;cursor:pointer;z-index:100006;}
a:hover.piro_close{background:url(images/theme/close_btn_h.png) no-repeat;}

a.piro_next{position:absolute;top:50%;width:35px; height:35px;right:20px;text-indent:-999em;outline:none; display:block; margin:-18px 0 0 0;background:url(images/theme/next.png) center right no-repeat; border:none; cursor:pointer;z-index:1000000001}
a:hover.piro_next{background:url(images/theme/next_h.png) center right no-repeat;}

a.piro_prev{position:absolute;top:50%;width:35px; height:35px;left:20px; text-indent:-999em; outline:none;display:block;margin:-18px 0 0 0;background: url(images/theme/prev.png) center left no-repeat;border:none; cursor:pointer; z-index:1000000000}
a:hover.piro_prev{background:url(images/theme/prev_h.png) center left no-repeat;}



.pirobox_content {position:absolute; top:50%; left: 50%; padding:0; width: 800px; height: 600px; margin:-300px 0 0 -400px; display:block; z-index:99998;font-family:Trebuchet MS,Arial;}
.pirobox_content table,tbody,tr,th,td{margin:0;padding:0;border:none;}
.pirobox_content img{ margin:0; padding:0; border:none;}

.t_l{background:url(images/theme/t_l.png) no-repeat; width:20px; height:20px;}
.t_r{background: url(images/theme/t_r.png) no-repeat; width:20px; height:20px;}
.t_c{height:20px; background:url(images/theme/t_c.png) repeat-x;}

.c_l{width:20px; background: url(images/theme/c_l.png) repeat-y;}
.c_c{background:black; margin:0; padding:0;}
.c_c div{width:760px; height:560px; margin:0; padding:0 0 0px 0;}
.c_r{width:20px; background: url(images/theme/c_r.png) repeat-y;}

.b_c{height:20px; background:url(images/theme/b_c.png) repeat-x;}
.b_l{background:url(images/theme/b_l.png) no-repeat; width:20px; height:20px;}
.b_r{background:url(images/theme/b_r.png) no-repeat; width:20px; height:20px;}

/*.t_l{background:#000; width:10px; height:10px;}
.t_r{background:#000; width:10px; height:10px;}
.t_c{height:10px; background:#000;}

.c_l{width:10px; background:#000;}
.c_c{background:#000; margin:0; padding:0;}
.c_c div{width:380px; height:180px; margin:0; padding:0;}
.c_r{width:10px; background: #000;}

.b_c{height:10px; background:#000;}
.b_l{background:#000; width:10px; height:10px;}
.b_r{background:#000; width:10px; height:10px;}
*/
.box_img{ position:absolute; z-index:99995; background: url(images/theme/img_bg.png);width: 100%; top:30px; left:30px; height: 100%; padding:0;}
.err_mess{ position:absolute;bottom:20px; color:white; padding:0; margin:0 0 0 20px; display:block;}
.err_mess a{color:red; font-weight:700;}
.number{position:absolute;margin-left:3px;height:18px;width:30px; padding:3px;left:0;color:#666;bottom:1px; font-size:11px;}
a.link_to {position:absolute;margin-right:6px;height:20px;width:20px;right:0;color:#999;bottom:3px; background:url(images/theme/link_out.png) no-repeat; text-indent:-999em;}
a:hover.link_to { background:url(images/theme/link_out_h.png) no-repeat;}
a.play{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;width:40px; height:40px; margin:0; outline:none; display:block;background:url(images/theme/play.png) no-repeat; text-indent:-999em; border:none;cursor:pointer;}
a:hover.play{background:url(images/theme/play_h.png) no-repeat;}
a.stop{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;;width:40px; height:40px; margin:0; outline:none; display:block;background:url(images/theme/pause.png) no-repeat;text-indent:-999em; border:none;cursor:pointer;}
a:hover.stop{background:url(images/theme/pause_h.png) no-repeat;}
		