html 
{
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	position:relative;
}

a {
	color:#000;
}

a:hover {
	color:#666;
}

#sheader {
	width:100%;
	height:114px;
	position:relative;
	background:url(../images/header.png) no-repeat center top;
	margin-top:-20px;
}

#header {
	width:1000px;
	height:114px;
	margin:0px auto;
	position:relative;
}

#header .logo {
	width:315px;
	height:156px;
	margin:0px auto;
	z-index:1;
	position:relative;
}
#header .logo img {
	margin-top:55px;
}

#header .mobilmi {
	position:absolute;
	right:40px;
	top:45px;
}
#header .mobilmi a {
	color:#FFF;
	font-size:20px;
}

#header .rezervasyon {
	background:url(../images/rezervasyon.png);
	width:217px;
	height:66px;
	position:absolute;
	right:15px;
	bottom:-25px;
}

#smenu {
	width:100%;
	height:78px;
	position:relative;
	background:url(../images/menu.png) no-repeat center top;
	z-index:0;
}

#menu {
	width:1000px;
	height:78px;
	margin:0px auto;
}

#menu .solmenu {
	float:left;
	width:490px;
	margin-top:20px;
}

#menu .solmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu .solmenu ul > li {
	font-family: 'Lobster Two', cursive;
	font-size:20px;
	font-weight:400;
	float:left;
	margin-right:33px;
	z-index:999;
}

#menu .solmenu ul > li a {
	color:#FFF;
}

#menu .solmenu ul > li:hover a {
	color:#F93;
	border-bottom:2px solid #FFF;
}

#menu .sagmenu {
	float:right;
	width:450px;
	margin-top:20px;
	margin-right:40px;
}

#menu .sagmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu .sagmenu ul > li {
	font-family: 'Lobster Two', cursive;
	font-size:20px;
	font-weight:400;
	float:right;
	margin-left:35px;
	z-index:999;
}

#menu .sagmenu ul > li a {
	color:#FFF;
}

#menu .sagmenu ul > li:hover a {
	color:#fff;
	border-bottom:2px solid #F93;
}

#manset {
	width:321px;
	height:191px;
	float:left;
	position:fixed;
	bottom:150px;
	left:-8px;
}

#manset img {
	margin-top:9px;
	margin-left:4px;
}

#manset p {
	position:absolute;
	width:160px;
	height:35px;
	right:15px;
	bottom:12px;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
}

#manset p a {
	color:#FFF;
}

#manset p a:hover {
	color:#F90;
}

#manset .sayfalar {
	position:absolute;
	right:50px;
	top:50px;
}

#manset ul {
	position:absolute;
	padding:0px;
	margin:0px;
	list-style:none;
	right:110px;
	top:4px;
}

#manset ul > li  {
	background:url(../images/duyurular-sayfa-no-kutu.png);
	width:20px;
	height:25px;
	text-align:center;
	font-size:16px;
	line-height:25px;
	font-family: 'Lobster Two', cursive;
	float:left;
	margin-right:5px;
}
#manset ul > li:hover {
	background:url(../images/duyurular-sayfa-no-kutu2.png);
}
#sfooter {
	width:100%;
	height:100px;
	background:url(../images/footer.png) center top;
	position:fixed;
	bottom:0;
}

#footer {
	position:relative;
	width:1000px;
	height:100px;
	margin:0px auto;
}

#footer .sosyalmedya {
	width: 43px;
	height: 30px;
	position: absolute;
	right: 0px;
	bottom: 35px;
}

#footer .sosyalmedya a {
	float:left;
	margin-right:5px;
}

#footer .adres {
	position:absolute;
	left:0px;
	top:25px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#FFF;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	margin-right:15px;
}

#container > .kategori 
{
	width: 230px;
	height: 190px;
	background: #222;
	float: left;
	margin-right: 12px;
	text-align:center;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	border:1px solid #333;
	margin-bottom:10px;
}

.kategori img 
{
	display: block;
	margin-bottom: 5px;
}

.kategori img:hover 
{
	opacity: 0.8;
}

.kategori a {
	color:#FFF;
}
.kategori a:hover {
	color:#666;
}










#container #yenisol {
	float:left;
	width:250px;
	min-height:300px;
	border-right:2px solid #000;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-right:10px;
}

#yenisol ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#yenisol ul > li {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	min-width:200px;
	min-height:30px;
	background:url(../images/ok.png) left no-repeat;
	margin-top:5px;
	padding-left:30px;
	line-height:1.9em;
	border:1px solid #333;
	border-left:0px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;

}
#yenisol ul > li a{
	color:#333;
}
#container #yenisag {
	float:right;
	width:715px;
	min-height:300px;
}

#yenisag .solet {
	background:url(../images/arka.png);
	float:left;
	width:355px;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#yenisag .solet h2 {
	color:#FFF;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	text-align:center;
	font-size:30px;
	padding-bottom:10px;
	color:#F60;
}
#yenisag .sagtavuk {
	background:url(../images/arka.png);
	float:right;
	width:355px;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#yenisag .sagtavuk h2 {
	color:#FFF;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	text-align:center;
	font-size:30px;
	padding-bottom:10px;
	color:#F60;
}

#yenisag ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#yenisag ul > li {
	float:left;
	width:165px;
	height:196px;
	margin-right:5px;
	margin-left:5px;
	background:#000;
	border:1px solid #222;
	text-align:center;
	margin-bottom:20px;
}

#yenisag ul > li h1 {
	width:100%;
	min-height:30px;
	padding-top:4px;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	font-size:13px;
}
#yenisag ul > li img {
	margin-bottom:10px;
	border:0px;
}
#yenisag ul > li a {
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}


.bosalt {
	color:#FFF;
	font-size:13px;
	background:#900;
	padding:4px;
	border:0px;
	cursor:pointer;
}
.bosalt:hover {
	color:#900;
	background:#fff;
}

.siparisver {
	color:#FFF;
	font-size:13px;
	background:#A34207;
	padding:3px;
}
.siparisver:hover {
	color:#A34207;
	background:#fff;
}







.gal 
{
	width: 225px;
	height: 125px;
	background:#3E1F00;
	padding: 2px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
}

.gal:hover 
{
	background: #333;
}

.gal img 
{
	z-index: 1;
}

.gal h2 {
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-align:center;
	margin-top:0px;
}

.gal .play 
{
	z-index: 1110;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 60px;
	top: 30px;
}
#saruhanweb {
	position:fixed;
	right:15px;
	bottom:10px;
}

.temizle {
	clear:both;
}

#container 
{
	width: 980px;
	min-height: 300px;
	margin: 0px auto 0px auto;
	position: relative;
	font-size: 11pt;
	line-height: 18px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/arka.png);
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:50px;
}

.etiketgoster .name {
	font-size:16px;
}

.etiketgoster .name a{
	color:#F90;
}

.etiketgoster .kisayazi {
	font-size:12px;
	border-bottom:1px dotted #ccc;
}

.etiketgoster .kisayazi a{
	color:#F90;
}

#container .bosluk 
{
	width: 100%;
	height: 40px;
}

#container .icerik {
	font-family:Tahoma, Geneva, sans-serif;
}

#container .h1 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	background: #693d0d;
	border-bottom:1px dotted #fff;
	font-family: 'Open Sans', sans-serif;
}

#container .h1 h1 
{
	color: #fff;
	font-size: 16pt;
	padding: 10px;
}



.etiket 
{
	background: #333;
	border:1px solid #ccc;
	padding:4px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 8pt;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	cursor: pointer;
}

.etiket a 
{
	color: #888888;
	font-size: 8pt;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

.etiket:hover 
{
	background: #444444;
}

h2 
{
	color:#F93;
	font-size: 14pt;
	padding: 0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
}

.ibox1
{
	width: 100%;
	min-height: 290px;
	padding:0px;
	margin-right: 0px;
	float:left;	
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border-right:1px solid #582d05;
	border-left:1px solid #582d05;
	border-bottom:1px solid #582d05;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:15px;
}

.ibox
{
	width: 480px;
	min-height: 290px;
	padding:0px;
	margin-right: 0px;
	float:left;	
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border-right:1px solid #582d05;
	border-left:1px solid #582d05;
	border-bottom:1px solid #582d05;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:15px;
}

.ibox .title 
{
	width: 460px;
	padding:10px;
	background: #582d05;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 12pt;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

td img 
{
	vertical-align:middle;
}

td 
{
	padding:7px;
	font-size: 11pt;
	line-height:20px;
}

.ibox .desc 
{
	margin-bottom: 5px;
	font-size: 8pt;
	color: #fff;
	margin-left:10px;
}

.ibox .desc 
{
	margin-bottom: 5px;
	font-size: 8pt;
	color: #fff;
	margin-left:10px;
}

.ibox input[type="text"]
{
	margin-bottom: 10px;
	width: 230px;
	padding: 5px;
	border:1px solid #c69f40;
	background: #d4bc82;
	display:block;
	font-size: 8pt;
	margin-left:10px;
}

.ibox select
{
	margin-bottom: 10px;
	width: 170px;
	padding: 5px;
	border:1px solid #c69f40;
	background: #d4bc82;
	display:block;
	font-size: 8pt;
	margin-left:10px;
	float:left;
}

.adetsec {
	width: 20px;
	height:20px;
	border:1px solid #c69f40;
	background: #d4bc82;
	font-size:12px;
}
.sepeteat {
	width: 80px;
	height:22px;
	border:1px solid #c69f40;
	background: #d4bc82;
	font-size:12px;
	cursor: pointer;
}
.sepeteat:hover {
	border:1px solid #d4bc82;
	background: #c69f40;d4bc82
}


.ibox textarea
{
	margin-left:10px;
	margin-bottom: 10px;
	width: 230px;
	height: 60px;
	padding: 5px;
	border:1px solid #c69f40;
	background: #d4bc82;
	display:block;
	font-size: 8pt;
	font-family: Arial;
}

.ibox input[type="submit"] 
{
	margin-left:10px;
	cursor: pointer;
	padding:3px;
	font-size: 8pt;
	border:1px solid #c69f40;
	background: #d4bc82;
}

.ibox input[type="submit"]:hover 
{
	border:1px solid #d4bc82;
	background: #c69f40;d4bc82
}

.ibox .sol {
	float:left;
	width:270px;
}

.ibox .sag {
	width:690px;
	float:left;
}





#pagination 
{
	width: 100%;
	height: auto;
	margin:10px auto 10px auto;
}

#pagination .page 
{
	padding:1px;
	border:1px solid #000;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	background: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px	
}

#pagination .page a 
{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	font-size:8pt;
	padding-left:5px;
	padding-right:5px;
}

#pagination .page:hover
{
	background: #FF0000;
	border:1px solid #FF0000;
}

.pro 
{
	width: 180px;
	height: 230px;
	float: left;
	margin-right:5px;
	margin-bottom: 15px;
	background: #342420;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border:1px solid #ccc;	
	position: relative;
}

.pro:hover 
{
	background:#666;
}

.pro .prophoto 
{
	width: 180px;
	height: 190px;
	background: #ccc;
	position: absolute;
	top:0px;
	left: 0px;
}

.pro .protext 
{
	width: 180px;
	padding: 5px;
	position: absolute;
	bottom:5px;
	left: 0px;
	text-align:center;
}

.protext a 
{
	color: #F0AE19;
	font-size: 13pt;
}
.clear {
	clear:both;
}

#container #psol 
{
	width: 250px;
	min-height: 100px;
	float:left;
	margin-right:25px;
}
#container #psol img {
	border:3px solid #342420;
}
#container #psag 
{
	width: 250px;
	min-height: 100px;
	float:left;
}
