﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-family: inherit;
}
.noBorderPic {
	border-width: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
/* Reset CSS Bitiş */
/* Slider */
/* outmost wrapper element */
div.scrollable {
	background-color: #F6F6EE;
	margin: 5px 5px 0 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	float: left;
	width: 710px;
	height: 80px;
	background-color: #F6F6EE;
	border-bottom: 1px #DBDCBC solid;
}
div.horizontal {
}
div.noitems {
	padding-top: 0px;
}
div.noitems div.__scrollable {
	margin-top: 8px;
}
/* container for the scrollable items */
div.horizontal div.items {
	height: 70px;
	margin: 0 10px;
	float: left;
	width: 650px !important;
	overflow: hidden;
}
/* single item */
div.items a, div.noitems a {
	display: block;
	width: 100px;
	height: 80px;
	background-color: #F6F6EE;
	font-size: 20px;
	color: #ccc;
	line-height: 80px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-family: verdana;
	border: 1px #DBDCBC solid;
	padding: 1px 1px;
	overflow: hidden;
}
div.items a {
	float: left;
	margin: 0 2px;
}
div.item {
	height: 200px;
	width: 96px;
	float: left;
}
div.double div.items a {
	float: none;
	margin-bottom: 10px;
	cursor: default;
}
div.items a:hover, div.noitems a:hover {
	color: #999;
	background: #B3B3B2;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
div.item a:hover {
	color: #ccc;
}
div.items a.active, div.noitems a.active {
	background-position: -174px 0;
	color: #555;
	cursor: default;
}
div.vertical a {
	margin-bottom: 10px;
}
div.vertical div.items a {
	float: none;
}
/* next / prev buttons */
a.prev, a.next {
	background: url('images/left.png') no-repeat 0 0;
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin: 30px 0 0 0;
	cursor: pointer;
}
a.next {
	background-image: url('images/right.png');
}
a.prev:hover {
	background-position: 0 -18px;
}
a.next:hover {
	background-position: 0 -18px;
}
/* navigator */
div.navi {
	position: relative;
	top: -30px;
	left: 310px;
	margin-left: -60px;
	width: 50px;
	height: 0px;
}
div.vertical div.navi {
	left: 75px;
	width: 60px;
}
/* items inside navigator */
div.navi span {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url('images/dots.png') no-repeat 0 0;
	cursor: pointer;
}
div.navi span:hover {
	background-position: 0 -8px;
}
div.navi span.active {
	background-position: 0 -16px;
}
/* end */

/* end */

body {
	background-color: #E1E1E1;
}
#container {
	width: 960px;
	margin: 5px auto 0px auto;
}
#header {
	border-color: 94;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 94px;
	width: 960px;
	display: inline;
	float: left;
	overflow: hidden;
}
#mtLogo {
	width: 202px;
	height: 82px;
	float: left;
	overflow: hidden;
	display: inline;
	margin-left: 20px;
}
#mtTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #db0700;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}
ul#menu {
	list-style-type: none;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	width: 650px;
	margin: 16px 20px 0 0;
	float: right;
	line-height: 32px;
}
ul#menu li {
	display: block;
	float: left;
	height: 32px;
}
ul#menu li a {
	background-position: center top ;
	display: block;
	float: left;
	color: #fff;
	line-height: 32px;
	text-decoration: none;
	padding: 0 1.9em;
	height: 32px;
	font-weight: bold;
}
ul#menu li a:hover {
	background-color: #ff0000;
}
#footer {
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 960px;
	height: 40px;
	float: left;
	display: inline;
	overflow: hidden;
}
#footer h1 {
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	text-transform: none;
	letter-spacing: normal;
	color: #4D4D4D;
	float: left;
	margin-left: 70px;
}
#content {
	height: 450px;
	width: 960px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	overflow: hidden;
	background-repeat: repeat;
	background-position: center center;
}
#contentIcerik {
	background-position: center top;
	min-height: 250px;
	width: 960px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	overflow: hidden;
	background-image: url('images/icerikContentFon.jpg');
	background-repeat: repeat-x;
}

#contentIcerik h1 {
	margin: 60px 5px 0 0;
	line-height: 35px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	margin: 0 0 0 10px;
	color: #D50400;
}
#contentIcerik p {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	margin: 0 0 10px 10px;
	color: #2A2A2A;
	width: 940px;
	text-indent: 30px;
}
#contentIcerik strong {
	font-weight: bold;
	font-size: 12px;
}
#contentIcerik2 {
	background-position: center top;
	height: 400px;
	width: 479px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	overflow: hidden;
	background-image: url('images/icerikContentFon.jpg');
	background-repeat: repeat-x;
}

#contentIcerik2 h1 {
	margin: 60px 5px 0 0;
	line-height: 35px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	margin: 0 0 0 10px;
	color: #D50400;
}
#contentIcerik2 p {
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	margin: 0 0 10px 10px;
	color: #2A2A2A;
	width: 450px;
	text-indent: 30px;
}
#contentIcerik2 strong {
	font-weight: bold;
	font-size: 13px;
}

#contentIcerik2 table{
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	margin: 0 0 10px 10px;
	color: #2A2A2A;
}

#footer h2 {
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	letter-spacing: normal;
	color: #4D4D4D;
	float: right;
}
#homeSerit {
	position: relative;
	top: 300px;
	height: 140px;
	width: 960px;
}
#homeUrunSerit {
	background-position: center top;
	background-image: url('images/homeUrunSeritFon.png');
	width: 723px;
	height: 133px;
	float: left;
	margin-left: 15px;
	background-repeat: no-repeat;
	display: inline;
	overflow: hidden;
}
#homeUrunSerit h1 {
	margin: 0 0 0 20px;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	color: #fff;
	width: 250px;
	text-align: left;
}
#homeContact {
	float: right;
	width: 208px;
	height: 97px;
	background-image: url('images/homeContactFon.png');
	margin-top: 30px;
	margin-right: 10px;
	display: inline;
	overflow: hidden;
}
#homeContact h1{
	margin: 60px 5px 0 0;
	line-height: 35px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	color: #4D4D4D;
	float: right;
	width: 170px;
	text-align: center;
}
.homeSeritUrun {
	border: 1px dotted #C0C0C0;
	height: 80px;
	width: 100px;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
.homeSeritUrun span {
	display: block;
}
.homeSeritYan {
	height: 80px;
	width: 18px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 80px;
}
.thumbPic {
	width: 120px;
	height: 70px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 17px;
	border: 3px #ccc solid;
}
.urunGruplari {
	width: 275px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 5px 0 5px 30px;
	border: 1px dotted #C0C0C0;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	color: #C0C0C0;
	text-align: center;
}
.urunGruplari a {
	text-decoration: none;
	background-color: #fff; 
	display: block;
	text-align:center;
	color: #353235;
}
.urunGruplari a:hover {
	background-color: #E6E5E6;
	color: #ED1000;
}
.referansList {
	width: 275px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 5px 0 5px 30px;
	border: 1px dotted #C0C0C0;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	color: #C0C0C0;
	text-align: center;
}
.referansList a {
	text-decoration: none;
	background-color: #fff; 
	display: block;
	text-align:center;
	color: #353235;
}
.referansList a:hover {
	background-color: #E6E5E6;
	color: #ED1000;
}
