@charset "utf-8";
/**
* Reset
*/
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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/**
* Genel
*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .79em;
	line-height:1.8em;
	text-align:center;
	background-color:#eee;
	margin:0px;
	background-image:url(../img/bg_wood.jpg);
	background-repeat:repeat;
}
* html ul li a {
   height:1em;
}
p {
	padding-bottom:10px;
	text-align:justify;
}
a {
	color:#15749C;
	outline: none;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#000;
}
a img {
	border: none;
}
.clear {
	clear: both;
	display: block;
	height:0;
	font-size:0;
}
.gizle {
	display:none;
}
.kalin {
	font-weight:bold;
}
.resim {
	float:left;
	margin-right:10px;
}
.resimsag {
	float:right;
	margin-left:10px;
}
.zebra {
	background-color:#EAEAEA;
}
.tablo tr:hover {
	background-color:#D7D7D7;
}
.list {
	margin-left:30px;
	list-style:url(../img/nokta.png);
}
/*
* Ana kisimlar
*/
#govde {
	text-align:left;
	margin:0 auto;
	width:1000px;
	background:url(../img/ust.jpg) top no-repeat;
	padding-top:149px;
}

#logo a {
	display:none;
}

#icerik {
	padding:0 15px;
	background:url(../img/ortabg.png) repeat-y;
	padding-top:10px;
}
#sol {
	width:230px;
	padding-left:10px;
	float:left;
}
#sag {
	width:692px;
	float:right;
	padding-right:25px!important;
	padding-right:15px;
}

/* menu */
#menu {
	display:block;
	height:34px;
	margin-right:40px;
	float:right;
	margin-bottom:193px!important;
	margin-bottom:171px;
}

#menu li {
	float:left;
	position: relative;
	margin-left:1px;
}
#menu li a {
	height:34px;
	float:left;
	background:url(../img/menu.gif) left -136px  no-repeat;
	padding-left:15px;
	color:#FFFFFF;
	font-weight:bold
}
#menu li a span {
	height:28px;
	float:left;
	padding-right:15px;
	padding-top:6px;
	background:url(../img/menu.gif) right -170px  no-repeat;	
}

#menu li a:hover {
	text-decoration:none;
	background-position:left -68px;
	color:#000000;
}
#menu li a:hover span {
	background-position:right -102px;
}
#menu li a.active {
	background-position:left top;
	color:#fff;
}
#menu li a.active span {
	background-position:right -34px;
}

#menu li ul {
	position:absolute;
	z-index:100;
	margin-top:34px;
	left:0;
	border:1px solid #Ccc;
	width:188px;
	display:none;
}
#menu  li:hover ul, #menu  li.over ul{
	display:block;
}
#menu ul li {
	float:left;
	margin:0;
}
#menu  ul li a {
	padding:0;
	margin:0;
	float:none;
}
#menu  ul li a span{
	display:block;
	width:170px;
	height:22px;
	padding:3px 10px;
	font-weight:normal;
	border-bottom:1px solid #Ccc;
	background:#728493;
	float:none;
	margin:0;

}
#menu  ul li a:hover span {
	color:#FFF;
	background-color:#445B6C;
}
/****************/
/**/

#sag h2 {
	display:block;
	font-size:1.1em;
	letter-spacing:1px;
	font-weight:bold;
	height:25px;
	width:680px;
	background:url(../img/h2.png);
	font-weight:bold;
	color:#000;
	padding:6px 10px;
	margin-bottom:8px;
}


#sag h3 {
	border-bottom:1px solid #000;
	background:none;
	font-size:1.1em;
	padding-bottom:3px;
	font-weight:bold;
	margin-bottom:10px;
}

/* footer */
#alt {
	height:147px;
	background:url(../img/alt.png);
	color:#fff;
}
#alt a {
	font-weight:bold;
	color:#fff;
}
#alt p {
	text-align:center;	
}
#alt ul {
	text-align:center;
	padding-top:20px;
}
#alt li {
	display:inline;
	
	border-right:1px dotted #fff;
}
#alt li a {
	font-weight:normal;
	padding:0 15px;
	color:#fff;
}
#alt ul ul {
	display:none;	
}


/* icerik */

.tablo td {
	padding:5px;
}

#iletisim h3 {
	font-weight:bold
}
.form {
	background-color:#fff;
	border:1px solid #ccc;
	padding:3px;
	width:300px;
	margin-bottom:10px;
}
.error {
	color:red;
}

.buton {
	border:none;
	width:93px;
	height:31px;
	color:#fff;
	font-weight:bold;
	background:transparent url(../img/buton.png) top no-repeat;
	cursor:pointer;
	
}
.buton:hover {
	background-position:bottom;
}
/* galeri */
#galeri {
	overflow:hidden	
}
#galeri li {
	float:left;	
	margin:6px;
	height:125px;
	
}

#galeri a {
	position:relative;
	color:#fff;
	display:block;
	float:left;
}
#galeri a img {
	border:1px solid #333;
}

#galeri a span {
	height:35px;
	position:absolute;
	bottom:4px;
	width:100%;
	text-align:center;
	left:0;
	overflow:hidden;
	background-color:#333;
	padding-top:3px;
	line-height:130%;
	border-top:1px solid #000;
	display:none;
	font-weight:bold;
}

.hava td {

	vertical-align:middle;
}
/**/
.sayfalar {
	padding-top:10px;
	
}
.sayfalar span {

}
.sayfalar a {
	padding:0 6px;
	border:1px solid #999;
	margin:2px;
}
.sayfalar a:hover {
	background-color:#999;	
}


#kmenu {
	position:absolute;
	top:18px;
	margin-left:760px;
}
#kmenu li {
	float:left;	
}
#kmenu a {
	background:url(../img/ana.gif) left no-repeat;
	padding:0 15px;
	float:left;
	color:#fff;
	font-weight:normal;
}
#kmenu a.kilet {
	background:url(../img/ilet.gif) 15px no-repeat;
	border-left:1px dotted #A8D6EA;
	padding-left:30px;
	border-style:dotted !important;
	border-style:solid;
}


#sol h2 {
	display:block;
	height:28px;
	background:url(../img/kutuust.png) no-repeat;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	padding:4px 10px;
}
#sol div {
	padding:10px;
	border:1px solid #Ccc;
	background-color:#eee;
	border-top:0;
	border-bottom:0;
}
.kutualt {
	display:block;
	height:10px;
	background:url(../img/kutualt.png) top no-repeat;
	margin-bottom:10px;
}
#flash {
	width:970px;
	height:182px;
	background:url(../img/flaalt.png) bottom no-repeat;
	margin-bottom:10px;
}


.duyuru li {
	padding:3px 0;
	border-bottom:1px dotted #ccc;
}
/* menu */
#urunmenu {
	display:block;
	padding-top:1px;
	border-bottom:3px solid #000;

}
#urunmenu ul {
	list-style:none;
	margin:0;
}

#urunmenu li {
	
}
#urunmenu li a {
	display:block;
	background:url(../img/maviok.gif) left center no-repeat;
	padding-left:12px;
	border-bottom:1px dotted #ccc;
}
#urunmenu .ilk a{

}
#urunmenu .son a{
	
}
#urunmenu li a.aktif,#urunmenu li a:hover {
	background-color:#fff;
}
#urunmenu ul ul {
	background:#D0EDF4;
	display:none;
	border-bottom:1px solid #257FC9;
	border-top:1px solid #257FC9;
	padding:0 1px;
}
#urunmenu ul ul.aktif {
	display:block;
}
#urunmenu ul ul ul{
	display: none;
	padding-left:15px;
	/*background:none;*/
	border:none;
}
#urunmenu ul ul a {
	color:#333;
	border-bottom-color:#AADFEC;
	background:#D0EDF4 url(../img/nokta2.png) 10px no-repeat;
	font-size:.9em;
	padding:2px;
	padding-left:25px;
	font-weight:normal;
	height:auto;
	display:block;
}
#urunmenu ul ul a:hover {
	background:#AADFEC url(../img/nokta.png) 10px no-repeat;
}

* html ul li {
   height:1em;
}

/* menu */
#urunler li {
	width:330px;
	float:left;
	margin-right:25px;
	list-style:none;
	background-color:#E2DEBC;
	border:1px solid #D2D1B2;
	margin-bottom:20px;
	overflow:hidden;
	height:100px;
}
#urunler li:hover {
	
	border:1px solid #000;
}
.urunresim {
	float:left;	
	width:100px;
	background-color:#FFF;
	text-align:center;
	margin-right:10px;
	border-right:1px solid #D2D1B2;
	height:100px;
}
.urunresim img {
	width:80px;
	height:80px;
	
}
.urunadi {
	display:block;
	font-size:0.8em;
	color:#000;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:12px;
	text-transform:uppercase;
}
.devam {
	padding:5px 10px;
	background:url(../img/buton.png) top;
	
	text-align:center;
	color:#333;
	width:150px;
}
.devam:hover{
	background-position:bottom
}

