﻿/*
Author: TemplateAccess.com (DT/TS)
*/
@charset "utf-8";
body { margin:0; padding:0;font:14px/1.5em Latest;letter-spacing:0.1px;line-height:19px }
html { padding:0; margin:0;}

.bodyarkaplan { background-color:#FBFBFB; background-image:url('resimler/backg.gif') }

.refstyle2 { color:#000000 }
.refstyleabc3 { font-size: 25px; color:#ff0000; text-decoration:underline }
.refstyle3 { font:12px Latest;letter-spacing:0;color:#000000;text-shadow:1px 1px 0 #f7f7f7;line-height:19px }
.refstyle4 { font-size: 3px; }
.refstyle5 { background-color: #F5F5F5; }
.refstyleyeni11 { font-family: Arial; font-size: 11px; }
.reflink { font:16px Latest;letter-spacing:0;font-weight:bold;color:#000000;line-height:39px;text-shadow:1px 1px 0 #f7f7f7 }

.sayfalarh { padding-top:29px }
.sayfalarhdiger { padding-top:5px }
.sayfalarb { font:19px/1 DNLTB-TM;letter-spacing:2px;color:#555 }
.sayfalarbk { font:17px/1 DNLTB-TM;letter-spacing:1px;color:#555 }
.sayfalarbtd { text-align:left;padding-left:0px; padding-right:0px; padding-top:3px;padding-bottom:9px;border-bottom:1px #EFEFEF solid }
.sayfalarbtd h1 { padding-top:0px;position: absolute;margin-top:-21px }
.sayfalaryazi { text-align:left;padding-top:13px;line-height:20px }
.sayfalarbslk { font-size: 16px;line-height:25px;font-weight:bold;color:#000 }
.sayfalarbslkrf { font-size: 19px;line-height:25px;font-weight:bold;color:#000 }


.button {
display:block;
float:left;
position:relative;
margin:0;
cursor:pointer;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
text-align:center;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px }

.button-white, .button-white-disabled:hover
{
border:1px solid #ccc;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:1px 1px 2px #dfdfdf;
-moz-box-shadow:1px 1px 2px #dfdfdf;
-ms-box-shadow:1px 1px 2px #dfdfdf;
-o-box-shadow:1px 1px 2px #dfdfdf;
box-shadow:1px 1px 2px #dfdfdf;
color:#272727;
display:block;
height:18px;margin-right:5px;
padding:6px 15px 3px 15px;
overflow:hidden;
position:relative;
background:#fff;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#dddddd');
background-image:linear-gradient(bottom,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
background-image:-o-linear-gradient(bottom,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
background-image:-moz-linear-gradient(bottom,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
background-image:-webkit-linear-gradient(bottom,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
background-image:-ms-linear-gradient(bottom,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.39,#f2f2f2),color-stop(0.7,#fefefe),color-stop(0.85,#fefefe));
font:13px DNLTB-TM;
vertical-align:text-bottom;
text-transform:uppercase
}

.button-white:hover
{ color:#ff9600 }


div.bgcarousel{ /* CSS for main carousel container */
background: black url(ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
width:100%; /* default dimensions of carousel */
height:275px;
}

img.navbutton{ /* CSS for the nav buttons */
margin-left:13px;
margin-right:13px;
opacity:0.7;
}

div.slide{ /* CSS for each image's DIV container within main container */
background-color: black;
background-position: center center; /* center image within carousel */
background-repeat: no-repeat;
background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
color: black;
}

div.selectedslide{ /* CSS for currently selected slide */
}

div.slide div.desc{ /* DIV that contains the textual description inside .slide */
position: absolute;
color: white;
left: 65px;
top: 20px;
width:490px;
padding: 10px;
font: bold 16px sans-serif, Arial;
text-shadow: 0 -1px 1px #8a8a8a; /* CSS3 text shadow */
z-index:5;
}

div.selectedslide div.desc{ /* CSS for currently selected slide's desc div */
}

div.slide div.desc h2{
font-size:150%;
margin:0;
}

div.slide div.desc a{
color:yellow;
text-decoration:none;
}




/* MENU BASLANGICI */

#nav {
	margin: 0;
}
#nav li {
	float: left;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #555;
	text-decoration: none;
	display: block;
	padding: 7px 13px;
	margin: 0;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
#nav a:hover {
	background: #333;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	/* background: #333 url(images/gradient.png) repeat-x 0 -40px; */
	color: #fff;
	/* border-top: solid 1px #f8f8f8; */

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	/* box-shadow: 0 1px 1px rgba(0,0,0, .2); */

	/* text-shadow: 0 1px 0 rgba(255,255,255, 1); */
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

/* MENU BITISI */


