/* IE-Win CSS Bug Fixes
----------------------------------------------- */

/* Hides from IE5-mac \*/
* html #wrapper {border:1px solid #8A8A8A;border-width:0 1px;}

* html #nav-wrapper #nav, * html #nav-wrapper #nav-right {display:inline;}

* html #nav-wrapper ul li a:link, * html #nav-wrapper ul li a:visited {padding-bottom:4px;}

* html #nav li ul a:link, * html #nav li ul a:visited, * html #nav li ul a:hover {padding:.6em 0 .6em 13px;}

* html #relative-wrapper {height: 1%;}

* html #content ul, html #content-centered ul, html #content-full ul {margin-left:0;}
/* End hide from IE5-mac */

/* Default Styles
----------------------------------------------- */

body 
{
	margin:0;
	padding:0;
	background: #5f5f5e url(resimler/body-bg.gif) repeat-x 0% 0 ;
	background-attachment:fixed;
	text-align:center;
	min-width:800px;
	font-family: verdana, arial, helvetica, sans-serif;
}

img {border:none;}

a:link {color:gray;}
a:visited {color:gray;}
a:hover {color:black;}
a:active {color:black;}


#wrapper {
	width:800px;
	margin:0 auto;
	background:#fff url(resimler/bg_wrapper.gif) repeat-x 0 131px;
	text-align:left;
}

#header {
	position:relative;
	height:106px;
	background:url(resimler/bg_header.gif) repeat-x 0 0;
}

#header div
{
	position:absolute;
	top: 4.85em;
	left: 29.5em
}





#nav-wrapper {
	height:25px;
	background:#404040 url(resimler/bg_nav.gif) repeat-x 0 0;
}

#nav-wrapper #nav, #nav-wrapper #nav-right {
	float:left;
	padding:0 2px 0 0;
	margin:0 0 0 15px;
	list-style:none;
	line-height:1;
	font-size:11px;
	font-family: arial, helvetica, sans-serif;
	background:url(resimler/bg_nav_separator.gif) no-repeat right top;
}

#nav-wrapper ul#nav-right {float:right;margin:0 15px 0 0;}

/* suckerfish dropdowns */
#nav li:hover, #menu li.hover {
    position: static;
}

#nav li {
	float:left;
}

#nav-right li {
	float:right;
}

#nav-wrapper a {
	display:block;
	width:85px;
	padding:8px 10px 6px 12px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	background:url(resimler/bg_nav_separator.gif) no-repeat 0 0;
}
#nav-wrapper a:hover {
	background-image:url(resimler/bg_nav_link_hover.gif);
}

#nav li ul, #nav-right li ul { /* second-level lists */
	position:absolute;
	z-index:1;
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;
	background:#3f3f3f;
	width:150px;
	border:1px solid #555;
	border-top:none;
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a, #nav-right li ul a, #nav li ul a:visited, #nav-right li ul a:visited, #nav li ul a:hover, #nav-right li ul a:hover {
	display:block;
	padding:.6em 0 .6em 13px;
	width:137px;
	text-align:left;
	font-weight:normal;
	background:url(resimler/icon_nav_bullet.gif) no-repeat 5px 10px;
}
#nav li ul a:hover, #nav-right li ul a:hover {
	background-color:#717171;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}

#nav-right li:hover ul, #nav-right li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}

#feature {
	margin: 0;
}

#relative-wrapper {
	position:relative;
	clear:left;
}



td {
	color:#4D4D4D;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
}

li {
	color:#4D4D4D;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
}
