﻿@import url('css/reset.css');
@import url('css/menu.css');
@import url('css/nyroModal.css');
body {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #e1e1e1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 55px;
	width: 960px;
	float: left;
	display: inline;
	overflow: hidden;
}
#header img.logo {
	float: left;
	margin: 5px 10px;
}
#header img.chLogo {
	float: right;
	margin: 10px;
}
#navigation {
	background-image: url('images/menuFon.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: 40px;
	float: left;
}
#content {
	width: 960px;
	float:left;
	display: inline;
	overflow: hidden;
	margin: 5px 0;
	position: relative;
}
#content .contentTop {
	background-image: url('images/contentTop.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	height: 15px;
	float: left;
	display: inline;
	overflow: hidden;
}
#content .contentIn {
	background-image: url('images/contentIn.png');
	background-repeat: repeat-y;
	background-position: center top;
	width: 960px;
	height: auto!important;
	min-height: 400px;
	height: 100%;
	float: left;
	display: inline;
	overflow: hidden;
}
#content .contentIn .icerik {
	background-position: center top;
	float: left;
	margin: 10px;
	width: 720px;
}
#content .contentIn .icerik a {
	color: #000;
}
#content .contentIn .icerik a:hover {
	text-decoration: none;
}

#content .contentIn .icerik h1 {
	background-image: url('images/h1Fon.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 32px;
	line-height: 32px;
	width: 720px;
	text-indent: 10px;
	font-weight: bold;
	font-size: 13px;
}
#content .contentIn .icerik p {
	line-height: 17px;
	text-align: justify;
	margin: 10px 0;
}
#content .contentIn .icerik h2 {
	line-height: 18px;
	text-align: justify;
	margin: 10px 0;
	font-weight: bold;
	font-size: 13px;
}
#content .contentIn .icerik ul {
	margin-top: 10px;
}
#content .contentIn .icerik li {
	margin-left: 30px;
	list-style-type: disc;
	line-height: 18px;
}
#content .contentIn .pagePicture {
	width: 940px;
	height: 110px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 10px;
}
#content .contentIn .icerik .certImg {
	float: left;
	margin: 10px 17px;
	width: 140px;
	display: inline;
	overflow: hidden;
	border: 1px #ccc solid;
}
#content .contentBottom {
	background-image: url('images/contentBottom.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
	width: 960px;
	display: inline;
	float: left;
	overflow: hidden;
}
#content .contentHomeTop {
	height: 350px;
	float: left;
	width: 960px;
	display: inline;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#content .scrollable {
	height: 350px;
	float: left;
	width: 960px;
	display: inline;
	overflow: hidden;
	position: relative;
}
#content .items {
	position: absolute;
	width: 20000em;
	margin: 0px;
}
#content .items div {
	position: relative;
	float: left;
	z-index: 5;
}
#content .items img {
}
#content .items span {
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 2;
	width: 180px;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#content .items span a {
	color: #004966;
	text-decoration: none;
}
#content .items span a:hover {
	color: #00ADEF;
}
#content .contentHomeBottom {
	background-position: center top;
	float: left;
	display: inline;
	overflow: hidden;
	width: 960px;
	height: 126px;
	background-image: url('images/contentHomeBottom.png');
	background-repeat: no-repeat;
	margin: 2px 0;
}
#content .contentHomeBottom .kurumsalHome {
	float: left;
	width: 460px!important;
	display: inline;
	overflow: hidden;
	margin: 10px;
	text-align: justify;
	font-size: 10px;
}
#content .contentHomeBottom .kurumsalHome h1 {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}
#content .contentHomeBottom .kurumsalHome p {
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
}
#content .contentHomeBottom .kurumsalHome p a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#content .contentHomeBottom .kaliteBelgeleriHome {
	float: right;
	line-height: 100px;
	padding: 20px 20px;
}
#footer {
	width: 960px;
	display: inline;
	overflow: hidden;
	float: left;
}
#footer span.copyright {
	float: left;
	padding: 5px 10px;
}
#footer span.copyright a {
	color: #000;
	text-decoration: none;
}
#footer span.copyright a:hover {
	color: #000;
	text-decoration: underline;
}

#footer span.kaliteBelgeleriHome{
	float: right;
	padding: 5px 10px;
}

.prevPage {
	background-image: url('images/LeftArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 44px;
	height: 37px;
	position: absolute;
	top: 160px;
	left: 30px;
	z-index: 99;
	cursor: pointer;
}
.nextPage {
	background-image: url('images/RightArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 44px;
	height: 37px;
	position: absolute;
	top: 160px;
	right: 30px;
	z-index: 99;
	cursor: pointer;
}
.icSolMenu {
	width: 192px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 10px;
}
.icSolMenu li {
	background-image: url('images/icSolMenuFon.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	width: 192px;
	float: left;
	font-weight: bold;
	text-indent: 0;
}
.icSolMenu ul {
	margin: 0 10px;
	width: 172px;
}
.icSolMenu ul ul {
	margin: 0 10px;
	width: 152px;
}
.icSolMenu li li li{
	background-image: none;
	width: 152px;
	float: left;
	font-weight: normal;
}

.icSolMenu li li {
	background-image: none;
	width: 172px;
	float: left;
	font-weight: normal;
}
.icSolMenu li a {
	padding: 0 10px;
	line-height: 25px;
	color: #000;
	text-decoration: none;
}
.icSolMenu li a:hover {
	text-decoration: underline;
}
.icSolMenu li a.selected {
	text-decoration: underline;
}
.icSolMenu li.top {
	background-image: url('images/icSolMenuTop.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 192px;
	display: inline;
	float: left;
	overflow: hidden;
}
.icSolMenu li span.title {
	background-image: url('images/icSolMenuH1.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 185px;
	height: 30px;
	float: left;
	display: inline-block;
	overflow: hidden;
	line-height: 30px;
	margin: 0 4px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 5px;
}
.icSolMenu li.bottom {
	background-image: url('images/icSolMenuBottom.jpg');
	background-repeat: no-repeat;
	background-position:  center bottom;
	width: 192px;
	height: 14px;
	display: inline;
	float: left;
	overflow: hidden;
}
.icSolMenu li.ayrac {
	background-image: url('images/icSolMenuFon.jpg');
	background-image: url('images/ayrac.jpg');
	background-repeat: no-repeat;
	height: 1px;
	float: left;
	width: 192px;
	display: inline;
	overflow: hidden;
	text-align: center;
}
strong {
	font-weight: bold!important;
}
.iletisimBilgileri {
	padding: 0 20px;
}
.iletisimBilgileri table{
	margin: 10px 0;
}
.iletisimBilgileri table td{
	padding: 2px;
}
.iletisimInput {
	width: 240px;
	border: 1px solid #E0E0E0;
	padding: 3px;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.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;
}
table.isilGucHesaplama {margin: 20px auto}
table.isilGucHesaplama td {
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	border: 1px #CCCCCC solid;
}
table.isilGucHesaplama td.baslik1 {
	background-color: #D2D2D2;
	font-weight: bold;
	text-align: center;
}
table.isilGucHesaplama td.baslik2 {
	color: #333333;
	font-size: 13px;
}

table.isilGucHesaplama td td {
	border: 0;
	border-bottom: 1px #CCCCCC solid;
}
table.isilGucHesaplama td td td {
	border: 0;
}
em {
	font-style: italic;
}
.urunDetayDiv {
	width: 380px;
	float: right;
}
.productImage {
	float: left;
	width: 300px;
	display: inline;
	overflow: hidden;
	margin: 15px 0;
	border: 1px #E7E7E7 solid;
}
.productIcons{
	float: left;
	width: 240px;
	display: inline;
	overflow: hidden;
	margin: 0;
	text-align: center;
	clear: left;
}
.sertifikalarDetay {
	text-align: right;
	padding: 10px 0;
}
.urunDetayTabs {
	float: left;
	width: 720px;
	display: block;
	clear: both;
	margin: 10px 0;
}
.urunDetayTabs li {
	background-position: center center;
	background-image: url('images/urunDetayTabs.jpg');
	background-repeat: no-repeat;
	width: 171px;
	height: 26px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
	margin: 2px 3px!important;
	color: #939393;
	list-style-position: outside!important;
	padding: 0;
}
.urunDetayTabs li a {
	text-decoration: none;
	color: #939393!important;
	font-weight: bold;
	line-height: 26px;
	display: block!important;
}
.urunDetayTabs li a:hover {
	text-decoration: none;
	color: #000!important;
}
