﻿@CHARSET "UTF-8";

body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #6d6f6f;
	margin: 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

ul,ol {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

#container {
	width: 100%;
	float: left;
}

#header {
	float: left;
	width: 100%;
	height: 343px;
	background: url("../images/header-back1.jpg");
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

#header-top {
	float: left;
	width: 960px;
	height: 80px;
	text-align: left;
}

#header-top-left {
	float: left;
	width: 220px;
	height: 80px;
}

#header-top-right {
	float: left;
	width: 270px;
	height: 80px;
	text-align: right;
	margin-left: 470px;
}

#header-bottom {
	float: left;
	width: 960px;
	height: 343px;
}

#header-menu {
	float: left;
	width: 960px;
	height: 36px;
}

.header-links {
	float: left;
	width: 159px;
	height: 30px;
	color: white;
	font-size: 12pt;
	padding-top: 7px;
}

.header-links:hover {
	background: url("../images/header-link-bg.jpg") top center no-repeat;
}

.header-links-divider {
	float: left;
	width: 1px;
	height: 33px;
	background: url("../images/header-menu-divider.jpg") top no-repeat;
}

#slider {
	float: left;
	width: 960px;
	margin-top: -2px;
}

#slider-pics {
	float: left;
	width: 597px;
	height: 230px;
}

/* Slide Show*/
#slider-img {
	position: relative;
	float: left;
	width: 597px;
	height: 227px;
	overflow: hidden;
}

#slider-img IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}

#slider-img IMG.active {
	z-index: 10;
	opacity: 1.0;
}

#slider-img IMG.last-active {
	z-index: 9;
}

/* Slide Show*/


#slider-content {
	float: left;
	width: 363px;
	height: 228px;
	background: url("../images/slider-content-back.jpg");
	color: white;
	text-align: left;
}

#slider-content p {
	margin: auto 7px auto 33px;
}

#content {
	float: left;
	width: 100%;
	height: 100%;
	background: url("../images/content-back.jpg") repeat-x;
}

#content-left {
	float: left;
	width: 582px;
	margin-left: 17px;
}

#content-left-top {
	float: left;
	width: 582px;
	text-align: left;
}

#content-left-bottom {
	float: left;
	width: 582px;
	text-align: left;
}

.title {
	float: left;
	width: 99%;
	color: #95233f;
	font-size: 13pt;
	margin: 5px auto;
}

.exp {
	float: left;
	width: 99%;
	color: #464646;
	font-size: 12px;
	margin: 2px auto;
}

.more-link {
	float: left;
	width: 99%;
	text-align: right;
}

.more-link a {
	font-size: 12px;
	color: #95233f;
	padding-left: 10px;
	background: url("../images/link-cursor.jpg") left no-repeat;
}

#content-right {
	float: left;
	width: 360px;
	background: url("../images/logo-big.jpg") right no-repeat;
}

#content-right ul {
	margin: 0 0 0 10px;
	padding: 2px 5px;
}

#content-right ul li {
	list-style-image: url("../images/link-cursor2.jpg");
}

#content-right-top {
	float: left;
	width: 360px;
	text-align: left;
	margin: 10px auto auto 8px;
}

.title-link {
	color: #95233f;
	padding-left: 20px;
	background: url("../images/title-cursor.jpg") left no-repeat;
	font-weight: bold;
}

.news-date {
	float: left;
	width: 93%;
	background: url("../images/date-cursor.jpg") left no-repeat;
	padding-left: 20px;
	color: #95233f;
}

.news {
	float: left;
	width: 330px;
	margin: auto auto 10px 15px;
}

.news-title {
	float: left;
	width: 99%;
	color: #95233f;
	font-weight: bold;
}

#content-right-bottom {
	float: left;
	width: 360px;
	text-align: left;
	margin-left: 5px;
}

#content-right-bottom-left {
	float: left;
	width: 170px;
}

#content-right-bottom-right {
	float: left;
	width: 175px;
	margin-left: 10px;
}

#footer {
	float: left;
	width: 100%;
	height: 160px;
	background: url("../images/footer-back.jpg");
	margin-top: 20px;
}

#footer-menu {
	float: left;
	width: 350px;
	text-align: left;
}

#footer-logo {
	float: left;
	width: 290px;
	height: 160px;
	background: url("../images/footer-logo.jpg") no-repeat;
}

#footer-contact {
	float: left;
	width: 320px;
	height: 145px;
	margin-top: 15px;
	background: url("../images/footer-contact.jpg") right top no-repeat;
	text-align: right;
	color: white;
	font-size: 11px;
}

#footer-contact b {
	color: #9a9c9c;
}

#footer-menu ul {
	float: left;
	margin: 20px 20px;
}

#footer-menu li {
	line-height: 25px;
}

#footer-menu li a {
	color: white;
	font-size: 12px;
	border-bottom: 1px dotted #a0c6bd;
	padding: 2px;
}

a.home {
	float: left;
	width: 15px;
	height: 13px;
	background: url("../images/home.jpg") center no-repeat;
	padding: 5px;
}

a.mail {
	float: left;
	width: 15px;
	height: 13px;
	background: url("../images/mail.jpg") center no-repeat;
	padding: 5px;
	border-left: 1px dotted #cacbca;
	border-right: 1px dotted #cacbca;
}

a.sitemap {
	float: left;
	width: 15px;
	height: 13px;
	background: url("../images/sitemap.jpg") center no-repeat;
	padding: 5px;
}

#header-search {
	float: left;
	width: 190px;
}

#header-search .texts {
	background: url(../images/input_bg.jpg) repeat-x;
	border: 1px solid #d6dade;
	color: #666666;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	margin: auto 3px;
}

#header-search .submits {
	background: url(../images/input_bg.jpg) repeat-x;
	border: 1px solid #d6dade;
	font-size: 11px;
	width: 50px;
	height: 22px;
	line-height: 18px;
	margin: auto 3px;
}

a.logos {
	float: left;
	width: 160px;
	height: 90px;
	margin: 10px;
}

.news2 {
	float: left;
	width: 580px;
	margin: 5px auto;
}

.news_img {
	float: left;
	width: 185px;
}

.news_exp {
	float: left;
	width: 390px;
}

#urun_table td {
	border-bottom: 1px dotted #95233F;
}

#urun_table td p {
	margin: -3px auto;
}

a.active {
	color: #3D7558
}

a.passive {
	color: #95233D;
}

a.passive:hover {
	color: #3E7555;
}

.error {
	clear: both;
	width: 220px;
	float: left;
	color: #B21117;
	font-size: 10px;
}

#gonullu {
	float: left;
	width: 580px;
}

* html #gonullu {
	height: auto !important;
	height: 625px;
}

.personal_info {
	font-size: 120%;
	color: #af000;
	width: 500px;
	border-bottom: 1px solid #af0000;
	color: #af0000;
	margin: 10px auto 10px auto;
	padding: 2px;
	float: left;
	text-align: left;
}

#hrtable {
	width: 97%;
	float: left;
	font-size: 10pt;
}

#hrtable td {
	line-height: 1.4em;
	border-bottom: 1px dotted #ddd;
	padding: 2px;
	color: #555;
	font-family: Arial;
	font-size: 0.8em;
	vertical-align: top;
}

#hrtable .texts {
	line-height: 1.4em;
	height: 18px;
	border: 1px solid #ccc;
	float: left;
	font-size: 1.0em;
	padding: 1px;
	width: 90%;
}

#hrtable .textareas {
	float: left;
	width: 90%;
	height: 50px;
	border: 1px solid #ccc;
	font-size: 1.2em;
	padding: 2px;
}

/*Accordion Menu*/
.accordion {
	float:left;
	/*width of accordion menu*/
	width: 330px;
	margin: auto auto 10px 15px;
}
.accordion ul li
{
	list-style:none;
	padding:0px;
	margin:0;	
}

div.accordionBaslik{
	font: 13px Arial, Helvetica, sans-serif bolder;
	width:330px;
	display:block;	
	border-bottom:solid 1px #ccc;
	cursor:pointer;
	color: #054F05; 
}
div.acilanDiv
{
	float:left;
	width:330px;
	clear:left;
}
/*Accordion Menu*/
