﻿body {
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3f43;
	background-color: #b6bec9;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}
strong {
	font-weight: bold!important;
}
a {
	text-decoration: none;
	color: #3c3f43;
}
a:hover {
	text-decoration: none;
	color: #990000;
}

#container {
	width: 960px;
	margin: 0 auto;
}
.header {
	background-image: url('images/headerFon.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	height: 85px;
	width: 960px;
	float: left;
	display: inline;
	overflow: hidden;
}
.header .logo {
	height: 71px;
	width: 356px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 10px;
}
.header .arama {
	border: 1px solid #e2e2e2;
	background-image: url('images/aramaFon.jpg');
	background-repeat: repeat-x;
	background-position: center center;
	height: 32px;
	width: 300px;
	float: right;
	display: inline;
	overflow: hidden;
	margin: 30px 10px 0 0;
}
.header .arama span {
	line-height: 32px;
	margin: 0 10px;
	float:left;
}
.header .arama .textbox{
	float:left;
	width: 180px;
	line-height: 18px;
	height: 18px;
	margin-top: 7px;
	border: 1px #DEE3E6 solid;
	padding: 0 5px;
}
.header .arama .button{
	background-position: center center;
	float: left;
	background-image: url('images/araButton.jpg');
	height: 20px;
	width: 33px;
	border: 0;
	margin-top: 7px;
}
.header .arama .button:hover {
	background-image: url('images/araButtonHover.jpg');
}
.navigation {
	width: 960px;
	height: 30px;
	overflow: hidden;
	display: inline;
	float: left;
	background-color: #000;
	background-image: url('images/menuFon.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px #242729 solid;
}
/* Menü Başlangıç */
ul#menu {
	list-style-type: none;
	list-style-position: outside;
	height: 30px;
	width: 930px;
	line-height: 30px;
	margin: 0 auto;
}
ul#menu li {
	float: left;
	text-align: center;
}
ul#menu li a {
	background-position: center top;
	color: #FEFFFF;
	line-height: 30px;
	text-decoration: none;
	height: 30px;
	padding: 0 18px;
}
ul#menu li a:hover {
	background-color : #F2F2F2;
	display: block;
	background-image: url('images/menuFonHover.jpg');
}
ul#menu .menuAyrac {
	background-color: #737d86;
	width: 1px!important;
	height: 30px;
	margin: 0!important;
	padding: 0!important;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	float:left;
	overflow: hidden;
}
/* Menü Bitiş */
/* Header Başlangıç */
ul#header{
	background-position: center bottom;
	list-style-type: none;
	list-style-position: outside;
	height: 40px;
	width: 960px;
	line-height: 40px;
	background-image: url('images/headerAltBaslik.jpg');
	background-repeat: repeat-x;
	float: left;
	display: inline;
	overflow: hidden;
	color: #3c3f43;
	font-size: 12px;
	background-color: #F8F8F8;
	font-weight: bold;
}
ul#header li {
	float: left;
	text-align: center;
	width: 238px;
}
ul#header li a {
	color: #3c3f43;
	line-height: 40px;
	text-decoration: none;
	height: 40px;
}
ul#header li a:hover, ul#header .selected {
	background-position: center bottom;
	background-color : #fff;
	display: block;
	background-image: url('images/headerAltBaslikHover.jpg');
}
ul#header .menuAyrac {
	background-color: #E6E6E6;
	width: 1px!important;
	height: 40px;
	margin: 0!important;
	padding: 0!important;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	float:left;
	overflow: hidden;
}
/* Header Bitiş */

.headerAlt {
	width: 960px;
	height: 175px;
	float: left;
	display: inline;
	overflow: hidden;
}
.headerAlt .resim{
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
}
.headerAlt .aciklama{
	position: relative;
	z-index: 999;
	color: #fff;
	top: 100px;
}
.content {
	width: 960px;
	float: left;
	background-color: #F2F3F3;
	display: inline;
	min-height: 250px;
	height: auto !important;
	height: 250px;

}
.markalarHome {
	width: 960px;
	float: left;
	background-color: #F2F3F3;
	padding: 10px 0;
}
.content h1 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.7em;
	margin: 5px 10px; 
	color: #505050;
	text-indent: 20px;
}
.content h2 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.7em;
	margin: 5px 10px; 
	color: #004D99;
}
.content p {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.5em;
	background-color: #fff;
	padding: 5px 10px;
}
.content .icerik {
	background-color: #fff;
	margin: 5px 20px 10px 20px;
	border: 1px #E5E7E7 solid;
}
.content .icerikSol {
	background-color: #fff;
	margin: 5px 5px 10px 20px;
	border: 1px #E5E7E7 solid;
	float: left;
	width: 450px;
}
.content .icerikSag {
	background-color: #fff;
	margin: 5px 20px 10px 5px;
	border: 1px #E5E7E7 solid;
	float: left;
	width: 450px;
}

.footer {
	background-image: url('images/footerFon.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	height: 35px;
	width: 960px;
	float: left;
	display: inline;
	overflow: hidden;
}
.footer .copyright {
	line-height: 35px;
	margin-left: 10px;
	
}
.markalar {
	border: 1px solid #E5E7E7;
	height: 50px!important;
	width: 950px;
	margin: 0 5px;
	background-color: #fff;
}
.markalar .sol {
	float: left;
	margin: 10px 5px 5px 5px;
	line-height: 50px;
}
.markalar .sag {
	float: right;
	margin: 10px 5px 5px 5px;
	line-height: 50px;
}
.headerAltBaslik {
	width: 960px;
	height: 40px;
	float: left;
	display: inline;
	overflow: hidden;
	border-bottom: 1px #CCCCCC solid;
}
.clear {
	clear: both;
}
ul.listele li {
	border-top: 1px #E6E6E6 solid;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 20px;
	background-color: #fff;
	margin: 5px 20px;
	border: 1px #E5E7E7 solid;
	padding: 2px 10px;
}
.thumb {
	width: 120px;
	height: 80px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 10px 15px;
	cursor: pointer;
}
.thumb:hover {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.iletisimInput {
	width: 240px;
	border: 1px solid #E0E0E0;
	padding: 3px;
}
.basvuruInput {
	width: 95%;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #ECF8F7;
}
.smallInput{
	width: 90px!important;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #ECF8F7;
}

.gonderButon {
	border: 1px solid #ADADAD;
	background-color: #E0E0E0;
	width: 70px;
	height: 25px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	font-weight: bold;
}
.urunkategoriInput {
	width: 360px;
	border: 1px solid #E0E0E0;
	padding: 5px;
	line-height: 40px;
	margin: 5px 10px;
}
table {
	margin: 5px 0;
}
table td {
	padding: 3px;
}
.colorRed {
	color: #A10000;
}
.cozumortaklari {
	border-top: 1px #E6E6E6 solid;
	background-color: #fff;
	margin: 8px 8px;
	border: 1px #E5E7E7 solid;
	float: left;
	width: 130px;
	padding: 5px;
	text-align: center;
	line-height: 1.3em;
}
.cozumortaklari .img {
	float: left;
	overflow: hidden;
	border: 0;
	width: 130px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
.urunler {
	border-top: 1px #E6E6E6 solid;
	background-color: #fff;
	margin: 8px 14px;
	border: 1px #E5E7E7 solid;
	float: left;
	width: 140px;
	padding: 5px 10px;
	text-align: center;
	line-height: 1.3em;
}
.urunler .img {
	overflow: hidden;
	width: 140px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
.urunler .baslik {
	margin-top : 10px;
	display: block;
}
.solAnasayfa {
	width: 360px;
	margin: 10px 5px;
	float: left;
}
.duyurularHaberler {
	width: 360px;
	float: left;
	background-color: #FFFFFF;
	border: 1px #E5E7E7 solid;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin: 2px 0;
}
.duyurularHaberler img {
	width: 120px;
	float: left;
	margin: 0 10px 5px 0;
}
.duyurularHaberler h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.8em;
	margin: 0 10px; 
}
h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold!important;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.8em;
	margin: 5px 10px; 
	color: #505050;
	text-indent: 5px;
}

.dovizKurlari {
	width: 360px;
	float: left;
	background-color: #FFFFFF;
	border: 1px #E5E7E7 solid;
	min-height: 70px;
	height: auto !important;
	height:70px;
	margin: 2px 0;

}
.dovizKurlari .table td {
	border: 1px #E5E7E7 solid;
}
.hakkimizda {
	width: 360px;
	float: left;
	background-color: #FFFFFF;
	border: 1px #E5E7E7 solid;
	margin: 2px 0;
}
.urunlerHome {
	width: 570px;
	margin: 10px 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px #E5E7E7 solid;
}
table.isBasvurusu td {
	border: 1px #E5E7E7 solid;
	padding: 5px;
}
table.isBasvurusu td table td {
	border: 0!important;
	padding: 5px;
}
.zorunluAlanYildiz {
	color: #a90000!important;
	font-size: 18px;
}
