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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
   height:100%;
   width: 100%;	
	line-height: 1;
	font:12px/18px DINbekRegular;
	color:#333334;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: 'DINbekLight';
    src: url('fonts/dinbelig-webfont.eot');
    src: url('fonts/dinbelig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinbelig-webfont.woff') format('woff'),
         url('fonts/dinbelig-webfont.ttf') format('truetype'),
         url('fonts/dinbelig-webfont.svg#DINbekRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINbekBold';
    src: url('fonts/dinbekbol-webfont.eot');
    src: url('fonts/dinbekbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinbekbol-webfont.woff') format('woff'),
         url('fonts/dinbekbol-webfont.ttf') format('truetype'),
         url('fonts/dinbekbol-webfont.svg#DINBEKRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINbekMedium';
    src: url('fonts/dinbm-webfont.eot');
    src: url('fonts/dinbm-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinbm-webfont.woff') format('woff'),
         url('fonts/dinbm-webfont.ttf') format('truetype'),
         url('fonts/dinbm-webfont.svg#DINbekMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINbekRegular';
    src: url('fonts/dinbrg-webfont.eot');
    src: url('fonts/dinbrg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinbrg-webfont.woff') format('woff'),
         url('fonts/dinbrg-webfont.ttf') format('truetype'),
         url('fonts/dinbrg-webfont.svg#DINBekRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.container{
	width:100%;
	height:100%;
}
.container .slideshow {
    position:absolute;
    height:100%;
    z-index:-1;
} 
.container .slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
} 
.container .slideshow IMG.active {
    z-index:10;
    opacity:1.0;
} 
.container .slideshow IMG.last-active {
    z-index:9;
}
.container .slideshow img {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1024px){
	.container .slideshow img.bg {
		left: 50%;
		margin-left: -512px;
	}
}
.container .content{
   position: absolute;
   top: 40%;
   left: 37%;
   width: 985px;
   margin-top: -250px; /* Half the height */
   margin-left: -320px; /* Half the width */
   	
	background:url(../images/default-bg.png) repeat;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;


}
.container .content .logo{
	display:block;
	width:244px;
	height:80px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	top:16px;
	left:18px;
}
.container .content .sub{
	width:949px;
	height:100%;
	margin:0;
	padding:0 18px;
}
.container .content .sub .sub-img{
	position:absolute;
	right:0;
	top:0;
}
.container .content .sub .menu{
	width:175px;
	height:100%;
	margin:110px 0 0 0;
	float:left;
}
.container .content .sub .menu ul ul{
	display:none;
	margin:0 0 0 20px;
}
.container .content .sub .menu ul a.active + ul{
	display:block;
}
.container .content .sub .menu a{
	clear:both;
	display:table;
	width:auto;
	height:auto;
	background:url(../images/sub-button-bg.jpg) repeat left top;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#fff;
	text-decoration:none;
	font:13px DINbekMedium;
	margin:0 0 3px 0;
	padding:8px 10px;
	float:none;
}
.container .content .sub .menu a.active, .container .content .sub .menu a:hover{
	background:url(../images/sub-button-hover-bg.jpg) repeat left top;
	color:#333334;
}
.container .content .sub .text{
	width:723px;
	height:100%;
	margin:165px 0 0 0;
	padding:0 0 18px 0;
	float:right;
}
.container .content .sub .text p.caption{
	display:block;
	color:#333334;
	font:43px DINbekLight;
	margin:0 0 30px;
}
.container .content .default{
	width:770px;
	height:100%;
	float:right;
}
.container .content .interactive{
	width:523px;
	min-height:653px;
	background-repeat:no-repeat;
	background-position:center 107px;
	position:relative;
	float:left;
}
.container .content #activeimg{
	float: left;
	margin: 30% 0 0 15%;
}
.container .content #activehaberdaret{
	width:380px;
	height:200px;
	background:url(../images/haberdaret_background.png);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:8px;
	padding-top:10;
	float: left;
	margin: 22% 0 0 10%;
}
.container .content #activeimg ul{
	float: left;
	width: 277px;
	height: 167px;
	overflow: hidden;
}
.container .content #activeimg ul li{
	float: left;
	width: 277px;
	height: 167px;
	overflow: hidden;
}

.email{
	width:233px;
	height:55px;
	background:url(../images/email.png) no-repeat;
	position:absolute;
	left: -179px;
	bottom:100px;
}
.email input[type=text]{
	width:170px;
	height:24px;
	border:none;
	background:none;
	position:absolute;
	left:14px;
	top:14px;
}
.email_text {
	height:24px;
	border:none;
	background:#ffffff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.email input[type=submit]{
	width:27px;
	height:27px;
	border:none;
	background:none;
	cursor:pointer;
	font-size:0px;
	position:absolute;
	right:14px;
	top:14px;
}
.menus{
	width:693px;
	height:62px;
	position:absolute;
	left: -179px;
	bottom:22px;
}
.menus li{
	display:inline-block;
	margin:0 0 0 2px;
	float:left;
}
.gamak{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.menus li:first-child{
	margin:0;
}
.menus li.social{
	height:44px;
	background:url(../images/social_background.png);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:8px;
	padding-top:10;
}
.menus li.tel{
	width:68px;
	height:49px;
	background:url(../images/telefon.png);
	color:#fff;
	font:15px DINbekMedium;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:10px 0 0 28px;
}
.container .content .module{
	width:245px;
	height:100%;
	padding-bottom:16px;
	float:right;
}
.container .content .module .menu{
	display:inline;
	width:auto;
	height:35px;
	color:#fff;
	font:11px DINbekMedium;
	margin:5px 0 0 0;
	float:right;
}
.container .content .module .menu a{
	display:inline-block;
	height:23px;
	background:url(../images/module-menu-background.jpg);
	border:1px solid #373636;
	font-size:11px;
	font-family:DINbekMedium;
	margin:0;
	padding:8px;
	padding-bottom:0;
}
.container .content .module .menu a.left{
	border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;	
}
.container .content .module .menu a.right{
	border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;

}
.container .content .module .mod{
	width:240px;
	height: 216px;
	background:url(../images/module-bg.png) repeat-x #302f2f;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#fff;
	position:relative;
	float: right;
	padding:10px;
}





.container .content .module .mod .caps{
	background-color:#272626;
	border:1px solid #1c1c1c;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-size:16px;
	font-family:DINbekMedium;
	padding:10px;
}
.baslik_yazi{
	font-size:16px;
	font-family:DINbekMedium;
	padding:10px;
}
.tarih_yazi{
	font-size:11px;
	font-family:DINbekMedium;
	color:#ff0000;
	margin-left: 10px;
}
.urun_yazi{
	font-size:16px;
	font-family:DINbekMedium;
	padding:10px;
}
.urun_detay_yazi{
	margin-left: 10px;
	font-size:11px;
	font-family:DINbekMedium;
	color:#000000;
}
a.urun_detay_yazi_link {
	font-size:11px;
	font-family:DINbekMedium;
	color:#000000;
	text-decoration: none;
}
a.urun_detay_yazi_link:hover {
	font-size:11px;
	font-family:DINbekMedium;
	color:#ff0000;
	text-decoration: none;
}
.table_radius{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.img_haber{
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.galeri_resim {
	border:1px solid #cccccc;
	padding:10px;	
}
.link {
	font:12px DINbekMedium;
	color:#000000;
	text-decoration:none;	
}
.link_bos {
	color:#ffffff;
	text-decoration:none;	
}
.haber{
	width: 263px;
	height: 292px !important;
	margin-top: 11px;
}
.container .content .module .mod .subCap{
	font-size:16px;
	font-family:DINbekMedium;
}
.container .content .module .news #prevBtn, .container .content .module .news #nextBtn{
	width:32px;
	height:34px;
	background:url(../images/prev-arrow.png) no-repeat;
	position:absolute;
	top:58px;
	left:7px;
	overflow:hidden;
}
.container .content .module .news #nextBtn{
	left:39px;
	background:url(../images/next-arrow.png) no-repeat;
}
.container .content .module .news #prevBtn:hover, .container .content .module .news #nextBtn:hover{
	background-position:left -34px;
}
.container .content .module .news #prevBtn a, .container .content .module .news #nextBtn a{
	display:block;
	width:32px;
	height:34px;
	text-indent:-1000px;
}
.container .content .module .news .all{
	font:12px DINbekBold;
	color:#fff;
	text-decoration:none;
	float:right;
}
.container .content .module .news div#newsSlider{
	width:210px;
	height:100%;
	margin-left:4px;
	overflow:hidden;
}
.container .content .module .news li{
	width:235px;
	float:center;
}
.container .content .module .news li img{
	vertical-align:bottom;
}
.container .content .module .news li a{
	font:13px DINbekMedium;
	color:#fff;
	text-decoration:none;
}










.sayfa{
	float: left;
	width: 80%;
	margin: 38px 0 0 -15px;
}
.sayfa_alt_sayfa{
	float: left;
	width: 80%;
	margin: 100px 0 0 -15px;
}
.sayfa-baslik{
	position: relative;
	float: left;
	width: 790px;
	height: 64px;
	z-index: 0;
}
.sayfa-baslik-content{
	position: relative;
	z-index: 9;
	float: left;
	width: 760px;
	height: 25px;
	margin: -40px 0 0 15px;
}
.sayfa-baslik-content span{
	float: left;
	margin-right: 40px;
	font-size: 27px;
}
.sayfa-baslik-content ul{
	float: left;
	margin-top: -5px;
}
.sayfa-baslik-content ul li{
	float: left;
	height: 28px;
	font-size: 15px;
	padding: 0px 5px 0px 5px;
	margin-left: 5px;
	text-align: center;
	line-height: 30px;
	border-radius: 10px;
	background:url(../images/content-li-a.png) repeat-x;
}
.sayfa-baslik-content ul li a{
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
}
.sayfa-baslik-content ul li:hover{
	background:red;
}

#product-image{
	float: left;
	width: 120%;
}
.big-image{
	float: left;
	margin-top: 15px;
}
.big-image img{
	width: 536px;
	height: 346px;
}
.thumbs{
	width: 450px;
	float: left;
	margin-left: -5px;
}

#product-image ul{
	float: left;
	margin: 5px 0 0 5px;
}
#product-image ul li{
	float: left;
	margin-left: 1px;
}
#product-image ul li a{}
#product-image ul li a:hover{
}
#product-image ul li img{
	width: 95px;
	height: 77px;

}




#info-box{
	position: absolute;
	right: 13px;
	top: 183px;
	width: 259px;
	height: 359px;
	background:url(../images/product-box.png) repeat-x;
}
#info-box strong{
	float: left;
	width: 90%;
	font-size: 27px;
	color: #323233;
	margin: 30px 0 15px 15px;
}
#info-box p{
	float: left;
	width: 90%;
	margin: 0 0 15px 15px;
	font-size: 11px;
}
#pdf{
	float: right;
	margin: -70px -30px 0 0;
}


#footer-linkler{
	float: left;
	width: 100%;
	height: 100px;
	margin: 25px 0 25px 0;
}

.emails{
	position: relative !important;
	float: left !important;
	margin: 130px 0 0 55px;
}
.menus2{
	position: relative !important;
	float: left !important;
	margin: -135px 0 0 295px;
}


ul#event{
	float: left;
	width: 800px;
	height: 100%;
	margin-left: -10px;
}
ul#event li{
	float: left;
	width: 246px;
	height: 113px;
	margin-left: 10px;
}

ul#notices{
	float: left;
	margin-top: 20px;
}
ul#notices li{
	float: left;
	width: 740px;
	min-height: 40px;
	padding: 10px;
	margin: 10px 0 0 0;
	background: #e2e1e5;
	border-radius: 10px;
}
.notices-title{
	float: left;
	width: 500px;
	color: #464654;
	font-weight: bold;
	text-decoration: none;
}
.notices-title{
	float: left;
	width: 500px;
	color: #464654;
	font-weight: bold;
	text-decoration: none;
}
.notices-title:hover{
	color: #e15554;
}
.notices-public{
	float: left;
	width: 500px;
	color: #464654;
	text-decoration: none;
}
.notices-public_yazi{
	color: #464654;
	text-decoration: none;
}
.notices-public_yazi_adres{
	font-size:12px;
	color: #464654;
	margin-left: 10px;
	text-decoration: none;
}
.font_bold {
	font-weight: bold;
}
.notices-public_yazi_koyu{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.notices-public_yazi_koyu_kirmizi{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
.notices-button{
	float: right;
	width: 135px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	background:url(../images/notices-button.png) repeat-x;
	font-family: DINbekRegular;
	color: #fff;
	margin-top: -10px;
	text-decoration: none;
	border-radius: 8px;
}
.iletisim-button{
	width: 135px;
	height: 30px;
	text-align: center;
	background:url(../images/notices-button.png) repeat-x;
	font-family: DINbekRegular;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
}


ul#services{
	float: left;
}
ul#services li{
	float: left;
	margin-left: 2px;
}

.langs2{
	float: right;
	width:270px;
	height:100%;
	margin-top: 20px;
	padding-bottom:16px;
}

.langs2 a{
	display:inline-block;
	height:23px;
	background:url(../images/module-menu-background.jpg);
	border:1px solid #373636;
	font-size:11px;
	font-family:DINbekMedium;
	margin:0;
	padding:10px;
	padding-bottom:0;
	color: #fff;
	text-decoration: none;
}
.langs2 a.left{
	border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;	
}
.langs2 a.right{
	border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;

}

.langs{
	float: right;
	width:230px;
	height:100%;
	margin-top: 20px;
	padding-bottom:16px;
}

.langs a{
	display:inline-block;
	height:23px;
	background:url(../images/module-menu-background.jpg);
	border:1px solid #373636;
	font-size:11px;
	font-family:DINbekMedium;
	margin:0;
	padding:10px;
	padding-bottom:0;
	color: #fff;
	text-decoration: none;
}
.langs a.left{
	border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;	
}
.langs a.right{
	border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;

}

.radius {
	border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;

	box-shadow:5px 5px 5px #cccccc;
	-webkit-box-shadow:5px 5px 5px #cccccc;
	-moz-box-shadow: 5px 5px 5px #cccccc;
}
.table_padding {
	margin-left:20px;	
}
.yukseklik {
}
.resim_bottom {
	vertical-align:bottom;
}