@charset "utf-8";
/**
* author 		Ahmet Nuri Altun
* link			ahmetaltun.net
* licence		Tüm Hakları Saklıdır.
* copyright 	2014-07-15
* description	Style CSS
**/
/* Global properties ======================================================== */
body, html{ min-width:940px; height:100%; }
body { width:100%; border:0; color:#000; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; background:#f6f6f8; overflow-y:scroll; }
/* Global Structure ========================================================= */
.globall { width:100%; margin:0px auto 20px auto; clear:both; text-align:center; }
.global { width:980px; margin:0px auto 20px auto; clear:both; }
.main { width: 980px; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; }
/* ============================= main layout ====================== */
a { outline:none; color:#333333; text-decoration:none; }
a:hover { color:#887f76; }
ul,li{list-style:none; margin:0; padding:0;}
.opens { font-family: Arial, verdana, Helvetica, sans-serif; }
.sonsie { font-family: 'Sonsie One', sans-serif; }
h1 { padding:0; }
h2,h3 {  }
p { margin-bottom:6px; margin-top:4px; }
.baslik { width:100%; height:30px; padding:6px 0; font-size:24px; color:#fff; margin-bottom:15px; background:url(/images/urunbaslikbaslikback.jpg) top; color:#fff; }
/* ============================= header ====================== */
.header{
	height: 152px;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	background:url(/images/header-back.jpg) top;
}
.ustsocial { float:right; width:85px; margin-top:45px; height:30px; }
.logo { display:block; padding:43px 28px 35px 0px; float:left; }
.ustmenu { height:40px; font-size:15px; margin-top:30px; float:right; }
.ustmenu li { width:auto; text-align:center; float:left; margin-right:28px; }
.ustmenu li.last { margin-right:0px; background:none; }
.ustmenu a { padding:0px 0px; display:block; color:#000; font-weight:bold; }
.ustmenu a:hover, .ustmenu a.secili { /*background:url(/images/menu-arrow.png) top center no-repeat;*/ color:#c4181f; }
/* ============================= slider ====================== */
.slider-block{ position: absolute; overflow: hidden; width: 100%; z-index: 1; margin-left: 0px; margin-top:0px; }
.slider {
	width: 100%;
	height: 429px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.icerik { width:700px; float:left; }

.solmenu { width:250px; margin-right:20px; float:left; }
.solmenu .baslik01 { padding:8px 8px; background:url(/images/urunbaslikbaslikback.jpg) top; font-size:18px; color:#fff; }
.solmenu .urunliste { float:left; padding:3px 5px; display:block; }
.solmenu a { padding:5px 0; display:block; }

.urun-kutu { display: block; float:left; margin-right:20px; }
/* urun ----------------------------------------------------- */
.kategori {  }
.kategori a { color:#000; }
.kategori a:hover { color:#fd4b0f; }


.table { border:solid 1px #433a32; margin-bottom:15px;}
.table td { padding:3px 8px; border-bottom:solid 1px #433a32;}


/* footer ----------------------------------------------------- */
.footer {
	width: 100%;
	height: 50px;
	margin: 0px auto 0px auto;
	clear: both;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 14px;
	background: #ffffff;
	padding:15px 0 0 0;
	border-top:1px solid #dcdcdc;
}
.footer .kolay-menu { float:left; width:210px; margin:20px 20px 10px 12px; text-align:left; }
.footer .kolay-menu h2 { font-size:16px; color:#000; margin-bottom:7px; }
.footer .kolay-son { margin-right:0; }
.footer li { list-style:none; line-height:19px; }
.footer a {color:#555;}
.footer a:hover {color:#999;}

.arrra { clear:both; height:10px; width:960px; margin:10px auto; }
