@charset "iso-8859-9";
/* CSS Document */

html * {
	margin:0;
	padding:0;
	outline:none;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&subset=latin,latin-ext);
body {
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#000;
}
.fl25 {
	padding-left:25px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt20 {
	padding-top:20px;
}
.pt25 {
	padding-top:25px;
}
.pt30 {
	padding-top:30px;
}
.pt35 {
	padding-top:35px;
}
.pt70 {
	padding-top:70px;
}
.pt50 {
	padding-top:50px;
}
.pl5 {
	padding-left:5px;
}
.pl10 {
	padding-left:10px;
}
.p20 {
	padding:20px;
}
.pr5 {
	padding-right:5px;
}
.pr10 {
	padding-right:10px;
}
.pr30 {
	padding-right:30px;
}
.pb20 {
	padding-bottom:20px;
}
.pb10 {
	padding-bottom:10px;
}
.pb15 {
	padding-bottom:15px;
}
.pr9 {
	padding-right:4px;
}
.pb5 {
	padding-bottom:5px;
}
.pb3 {
	padding-bottom:3px;
}
.pb2 {
	padding-bottom:2px;
}
.pl20 {
	padding-left:20px;
}
.mr20 {
	margin-right:20px;
}
.p10 {
	padding:10px;
}
.pr9 {
	padding-right:9px;
}
.pr20 {
	padding-right:20px;
}
.ml5 {
	margin-left:5px;
}
.ml8 {
	margin-left:8px;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:33px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:13px;
}
.mt20 {
	margin-top:20px;
}
.mt27 {
	margin-top:27px;
}
.mt30 {
	margin-top:30px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mr25 {
	margin-right:25px;
}
.pt2 {
	padding-top:2px;
}
.mr3 {
	margin-right:3px;
}

.page {
	width:980px;
	padding:0 5px;
	margin:auto;
}
.header-bg {
	background-image:url(../images/header-bg-top.jpg);
	background-repeat:repeat-x;
	width:100%;
	padding-bottom:3px;
}
.logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	float:left;
	width:212px;
	height:65px;
	margin:30px 0 0 0;
}
.top-right {
	float:right;
	margin:15px 0 0 0;
}
.arama {
	float:left;
	margin:18px 0 0 10px;
}
.srch-input {
	border:none;
	background-repeat:no-repeat;
	display:block;
	width:118px;
	height:21px;
	float:left;
	color:#e9e9e9;
	font-size:11px;
	padding:0 0 0 3px;
	 /* -webkit-box-shadow: inset 0 1px 1px #083e9e;
     -moz-box-shadow: inset 0 1px 1px #083e9e);
          box-shadow: inset 0 1px 1px #083e9e;*/
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color:#999999;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
.uneditable-input {
  width: 206px;
}



textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #f1f0f0;
  border: 1px solid #cccccc;
  /*-webkit-box-shadow: inset 0 1px 1px #083e9e;
     -moz-box-shadow: inset 0 1px 1px #083e9e;
          box-shadow: inset 0 1px 1px #083e9e;*/
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 0px 1px #083e9e, 0 0 8px #083e9e;
     -moz-box-shadow: inset 0 0px 1px #083e9e, 0 0 8px #083e9e;
          box-shadow: inset 0 0px 1px #083e9e, 0 0 8px #083e9e;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.src-gnder {
	border:none;
}
.lang {
	float:left;
	margin:21px 0 0 10px;
}
.lang ul{
	padding:0;
	margin:0;
}
.lang ul li{
	list-style-type:none;
	float:left;
}
.lang ul li a{
	color:#49545d;
	font-size:13px;
	margin:0 4px 0 4px;
}
.menu {
	margin:18px 15px 0 0;
	float:left;
}

/*
.menu ul li {
	padding:0;
	margin:0;
	float:left;
	display:block;
	list-style-type:none;
}
.menu ul li a {
	font-size:13px;
	background-image:url(../images/ayrc.png);
	background-repeat:no-repeat;
	background-position:right;
	line-height:30px;
	color:#373436;
	display:block;
	font-weight:600;
}
.menu ul li a:hover, .menu ul li a.on {
	background-color:#083e9e;
	font-size:13px;
	line-height:30x;
	color:#fff;
	display:block;
}
*/
.menu ul li {
	list-style-type:none;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#424242;
}
.menu ul li a {
	color:#424242 !important;
	/*background-image:url(../images/ayrc.png);*/
	background-repeat:no-repeat;
	background-position:right;
	padding:8px 20px 5px 20px;
}
.menu ul li a:hover, .menu ul li a.on{
	border-bottom:none;
	/*background-color:#000000;*/
	color:#083e9e !important;	 
	background-image:none;
	padding:8px 20px 5px 20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.menu ul li ul li a {
	width:170px;
	background-image:none;
	background-color:#083e9e!important;
	color:#FFFFFF !important;
	font-size:12px !important;
	margin:0px 0 0px -2px;
	position:relative;
	padding:7px 10px 7px 10px!important;
	text-align:left !important;
	font-weight:lighter !important;
	border-bottom:1px solid #4e749a!important;
}

.menu ul li ul li a:hover, .menu ul li ul li a.onn {
	background-color:#e4e4e4 !important;
	background-image:none!important;
	width:170px !important;
	text-align:left !important;
	text-decoration:none !important;
	font-weight:lighter !important;
	padding:7px 10px 7px 10px!important;
	color:#000 !important;
}


.urun-main {
	margin:3px 0 0 15px;
	float:left;
	width:205px;
}
.urun-gec-bg {
	/*background-image:url(../images/marka-bg.png);*/
	height:116px;
	width:100%;
	margin:30px 0 0 0;
}
.baslik {
	float:left;
	color:#181818;
	font-size:17px;
	font-weight:600;
	margin:20px 0 0 0;
	width:110px;
}
.faaliyet-panel {
	position:relative;
	float:left;
	margin:0px 0 0 65px;
}
.faaliyet {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.faaliyet li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
	width:215px;
	height:105px;
	margin-right:5px;
}
.faaliyet-panel .faaliyet_sol {
	position:absolute;
	left:-62px;
	top:20px;
}
.faaliyet-panel .faaliyet_sag {
	position:absolute;
	top:20px;
	right:-27px;
}
.main-sol {
	float:left;
	margin:0px 0 0 0;
}
.main-baslik {
	color:#181818px;
	font-size:18px;
/*	border-bottom:1px solid #666666;*/
	float:left;
	margin:-2px 0 0 0;
}
.main-sec {
	background-image:url(../images/hakkinda-bg.png);
	width:730px;
	height:151px;
	background-repeat:no-repeat;
	margin:6px 0 0 0;
}
.main-text {
	padding:15px;
	line-height:16px;
	color:#444444;
}
.devam {
	float:right;
	color:#083e9e;
	margin:6px 10px 0 0;
}
.devam a {
	color:#083e9e;
}
.devame {
	float:right;
	color:#083e9e;
	margin:18px 10px 0 0;
}
.devame a {
	color:#083e9e;
}
.haber-bg {
	background-image:url(../images/haber-bg.png);
	width:248px;
	height:141px;
	float:right;
	background-repeat:no-repeat;
	margin:6px 0 0 0;
	padding-top:10px;
}
.main-sag {
	float:right;
	width:248px;
}
.haber-text {
	font-size:12px;
	color:#444444;
	padding:0px 15px 10px 10px;
} 
.tarih {
	float:left;
	color:#083e9e;
	font-size:11px;
	margin:7px 0 0 0;
}
.hbdvm {
	float:right;
	color:#083e9e;
	font-size:11px;
	margin:7px 5px 0 0;
}
.hbdvm a {
	color:#083e9e;
}

.footer-bg {
	background-image:url(../images/footer-bg.jpg);
	height:260px;
	margin-top:45px;
	background-repeat:no-repeat;
	background-position:center;
	padding:0px 0 0 0;
}

.hizli {
	float:left;
	width:200px;
	margin-top:30px;
}
.hizli-baslik {
	font-size:20px;
	color:#083e9e;
	margin-bottom:20px;
}
.link {
	margin:5px 0 0 0;
}
.link ul li {
	padding:0;
	margin:0;
	display:block;
	list-style-type:none;
}
.link ul li a {
	font-size:14px;
	margin-bottom:10px;
	color:#333232;
	display:block;
	font-weight:600;
}

.hizli2 {
	float:left;
	width:300px;
	margin-left:20px;
	margin-top:30px;
}

.link2 {
	margin:5px 0 0 -20px;
}
.link2 ul li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	list-style-type:none;
}
.link2 ul li a {
	width: 190px;
    font-size: 13px;
    margin-bottom: 6px;
	margin-right:-15px;
    padding: 0px;
    color: #333232;
    display: block;
    font-weight: 600;
	margin-left:-20px;
}
.copy-bg {
	background-color:#3d4952;
	height:29px;
}
.copy {
	float:left;
	margin:-11px 0 0 0px;
	color:#333232;
	font-size:11px;
}
.social-media {
	float:right;
	margin:2px 20px 0 0;
}
.grimor {
	float:right;
	background-image:url(../images/grimor.png);
	background-repeat:no-repeat;
	display:block;
	width:46px;
	height:13px;
	margin:-11px 10px 0 0;
}

.f-ilt {
	float:right;
	margin:0px 13px 0 10px;
	width:395px;
	margin-top:30px;
}
.f-ilt h2{
	font-size:20px;
	color:#083e9e;
	font-weight:500;
	margin-bottom:30px;
}
.neresi {
	font-weight:600;
	color:#333232;
	font-size:12px;
	margin:4px 0 0 0;
}
.adres {
	background-image:url(../images/adres.png);
	background-repeat:no-repeat;
	display:block;
	font-size:11px;
	color:#333232;
	padding-left:30px;
	margin:7px 0 0 0;
}
.telefon {
	background-image:url(../images/telefon.png);
	width:110px;
	line-height:22px;
	background-repeat:no-repeat;
	float:left;
	display:block;
	font-size:11px;
	color:#333232;
	padding-left:25px;
	margin:4px 0 0 0;
}
.faks {
	background-image:url(../images/faks.png);
	width:110px;
	line-height:22px;
	background-repeat:no-repeat;
	float:left;
	display:block;
	font-size:11px;
	color:#333232;
	padding-left:25px;
	margin:4px 0 0 0;
}

.mail {
	background-image:url(../images/mail.png);

	width:110px;
	line-height:14px;
	background-repeat:no-repeat;
	float:left;
	display:block;
	font-size:11px;
	color:#333232;
	padding-left:25px;
	margin:4px 0 0 0;
}

.brd {
	border-bottom:3px solid #393d3e;
	margin:5px 0 5px 0;
}

/* IC SAYFALAR */

.ust-bg {
	background-image:url(../images/ust-bg.png);
	width:100%;
	background-position:top center;
	height:245px;
	background-repeat:no-repeat;
	margin:15px 0 0 0;
}

.container-bg {
	background-color:#fafafa;
	padding:10px 0 20px 0;
	min-height:350px;
}

.left-menu {
	width:200px;
	float:left;
	margin:30px 0px 0 0;
}
.left-menu ul{
	padding:0;
	margin:0;
}
.left-menu ul li{
	list-style-type:none;
}
.left-menu ul li a{
	background-color:#e4e4e4;
	margin-bottom:1px;
	color:#353535;
	font-size:14px;
	padding:6px 0 6px 7px;
	display:block;
	padding-left:10px;
}
.left-menu ul li a:hover, .left-menu ul li a.on {
	color:#fff;
	background-color:#083e9e;
	margin-bottom:1px;
	padding:6px 0 6px 7px;
}
.right-blm {
	width:755px;
	float:left;
	margin-left:15px;
}
.bread {
	border-bottom:1px solid #dedede;
	font-size:11px;
	padding:0 5px 3px 0px;
	margin:10px 5px 10px 0px;
	color:#b3b3b3;
}
.bread a{
	color:#b3b3b3;
}
.text-blm {
	line-height:18px;
	font-size:12px;
	color:#050505;
}
.text-blm h2 {
	color:#083e9e;
	font-size:18px;
	font-weight:500;
	margin-bottom:10px;
}
.urun-sec {
	width:177px;
	height:185px;
	/*border:1px solid #FF0000;*/
	float:left;
	margin-right:10px;
}
.urun-baslik {
	color:#414141;
	text-align:center;
	font-size:14px;
}

.urun-sec2 {
	border-bottom:2px solid #999999;
	padding-bottom:25px;
	display:block;
	margin-bottom:20px;
}
.urun-baslik2 {
	color:#191919;
	text-align:center;
	font-size:17px;
	float:left;
	width:120px;
	text-align:center;
	padding:55px 0 0 10px;
}
.summary2 {
	color:#191919;
	text-align:center;
	font-size:17px;
	line-height:25px;
	float:left;
	width:270px;
	text-align:center;
	padding:52px 10px 0 5px;
}
.summary {
	color:#191919;
	text-align:center;
	font-size:17px;
	line-height:25px;
	float:left;
	width:125px;
	text-align:center;
	padding:52px 10px 0 5px;
}

.urun-detay {
}
.teknik-resim {
}
.tablo-blm {
	margin:25px 0 0 0;
}
.malzeme-ozellikleri {
	margin:50px 0 0 0;
}
.malzeme {
	font-weight:600;
	color:#3b3b3b;
	float:left;
	width:150px;
	min-height:50px;
}

.moz1 {
	float:left;
	width:180px;
	height:25px;
	color:#3b3b3b;
	margin-bottom:10px;
	font-size:11px;
	line-height:14px;
}
.header2 {
	margin:15px 0 0 0;
	color:#000;
	font-weight:600;
}

/* IC SAYFALAR  */

/*.uruntablo {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 5px 5px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.uruntablo table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.uruntablo tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.uruntablo table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.uruntablo table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.uruntablo tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.uruntablo tr:hover td{
	
}
.uruntablo tr:nth-child(odd){ background-color:#c6c6c6; }
.uruntablo tr:nth-child(even)    { background-color:#ffffff; }.uruntablo td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#000000;
}.uruntablo tr:last-child td{
	border-width:0px 1px 0px 0px;
}.uruntablo tr td:last-child{
	border-width:0px 0px 1px 0px;
}.uruntablo tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.uruntablo tr:first-child td{
		background:-o-linear-gradient(bottom, #6d6d6d 5%, #6d6d6d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6d6d6d), color-stop(1, #6d6d6d) );
	background:-moz-linear-gradient( center top, #6d6d6d 5%, #6d6d6d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d6d6d", endColorstr="#6d6d6d");	background: -o-linear-gradient(top,#6d6d6d,6d6d6d);

	background-color:#6d6d6d;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.uruntablo tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #6d6d6d 5%, #6d6d6d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6d6d6d), color-stop(1, #6d6d6d) );
	background:-moz-linear-gradient( center top, #6d6d6d 5%, #6d6d6d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d6d6d", endColorstr="#6d6d6d");	background: -o-linear-gradient(top,#6d6d6d,6d6d6d);

	background-color:#6d6d6d;
}
.uruntablo tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.uruntablo tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.aciklama {
	padding:10px 0 0 0;
}
.pdf-indir {
	padding:10px 0 0 0px;
}
.pdf-indir a {
	color:#050505;
}
.urun-sec-bg {
    color: #000;
    font-size: 12px;
    width: 200px;
    margin: 15px 10px 0px;
	line-height:24px;
    float: left;
    padding: 10px;
    border: 1px solid #333;
    line-height: 22px !important;
}*/


.uruntablo {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 1px 1px 1px #888888;
	border:1px solid #000000;
	
}
.uruntablo table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.uruntablo tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.uruntablo table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.uruntablo table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.uruntablo tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.uruntablo tr:hover td{
	
}
.uruntablo tr:nth-child(odd){ background-color:#e5e5e5; }
.uruntablo tr:nth-child(even)    { background-color:#ffffff; }.uruntablo td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:6px;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#000000;
}.uruntablo tr:last-child td{
	border-width:0px 1px 0px 0px;
}.uruntablo tr td:last-child{
	border-width:0px 0px 1px 0px;
}.uruntablo tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.uruntablo tr:first-child td{
	background-color:#083e9e;
	border:1px solid #000000;
	text-align:center;
	border-width:0px 0px 0px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.uruntablo tr:first-child:hover td{
	background-color:#083e9e;
}
.uruntablo tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.uruntablo tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}