/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
logobanner{
position:center;
right:250px;
top:300px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ideaws {
position: fixed;
height: 100%;
width: 100%;
background: url(ideaws/perde.png) repeat top left;
display: none;
z-index: 0;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:150%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
   outline: 0;
}
/* Style */

html, body {
	height:100%;
}
body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: 'Calibri', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
}
a{
	text-decoration: none;
}
.clr{
	clear: both;
}
p{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
b{
	color: #000;
	display: inline-block;
	background: #fff;
	padding: 2px;
}
#header{
	position: absolute;
	z-index: 2000;
	left: 30px;
	width: 110px;
	top: 180px;
	opacity: 0.9;
	filter: alpha(opacity=70);
}
#header h1{
	font-family: 'Italianno', cursive;
	font-size: 50px;
	color: #000;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	padding: 0px;
	background: ;
}
#navigation {
	margin-top: 20px;
	width: 190px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation a{
	font-family: 'Calibri', sans-serif;
	color: #fff;
	display: block;
	background: #000;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 19px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navigation a:hover {
	background: #000;
	opacity: 0.9;
	filter:alpha(opacity=90);
	color: #FFF;
}
.panel h2{
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top:5px;
}

.panel h3{
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top:5px;
}
.panel ul li {
	font-size: 20px;
	padding-left: 5px;
	padding-top: 2px;
}

.panel p{
	font-size: 18px;
	padding: 10px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	background: black;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.panel ul li a {
	color: #FFF;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.panel ul li a:hover {
	color: #FFF;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000;
	opacity: 0.9;
	filter:alpha(opacity=90);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
.panel{
	width: 100%;
	min-height: 100%;
	position: fixed;
	background-color: #000;
	box-shadow: 4px -4px 4px rgba(0,0,0,0.2);
	margin-left: -102%;
	z-index:2;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.panel:target{
	margin-left: 0%;
	background-color: rgba(0,0,0,0.5);;
}
#ANASAYFA:target ~ #header #navigation #link-ANASAYFA,
#URUNLERIMIZ:target ~ #header #navigation #link-URUNLERIMIZ,
#HAKKIMIZDA:target ~ #header #navigation #link-HAKKIMIZDA,
#ILETISIM:target ~ #header #navigation #link-ILETISIM{
	background: #000;
	color: #fff;
}
#form p{
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}
#form label{
	padding-right: 10px;
	float: left;
	width: 90px;
}
#form input:hover{
	opacity: 0.9;
	filter:alpha(opacity=90);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
.note a{
	color: #ddd;
}

.footer{
	font-family: 'Calibri';
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 13px;
	background: #000;
	opacity: 0.9;
	filter:alpha(opacity=90);
	color: #FFF;
	padding-bottom: 5px;
	text-decoration: none;
	height: 25px;
	box-shadow: 1px 0 2px #000000;
	z-index: 2000;
}
.footer a{
	padding: 5px 10px;
	letter-spacing: 1px;
	color: #FFF;
	float: right;
	text-decoration: none;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.footer a:hover{
	text-decoration: underline;
	opacity: 1.0;
	filter:alpha(opacity=100);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}

.footer a.left{
	float:left;
}
.footer p{
	padding: 5px 10px;
	letter-spacing: 1px;
	color: #FFF;
	float: right;
	text-decoration: none;
	opacity: 0.5;
	filter:alpha(opacity=50);
	float:left;
}
.footer a.right{
	opacity: 0.5;
	filter:alpha(opacity=50);

}
.footer a.right:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;

}#pattern {
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
}
#BASIN ul li {
	font-size: 16px;
	padding-left: 5px;
	padding-top: 5px;
}
#BASIN ul li a {
	color: #FFF;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#BASIN ul li a:hover {
	color: #FFF;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000;
	opacity: 0.9;
	filter:alpha(opacity=90);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
#ILETISIM {
	opacity: 0.9;
	filter:alpha(opacity=90);
	}
#ILETISIM p {
	width: 700px;
	}
#ILETISIM p a {
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	}
#ILETISIM a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	text-decoration: underline;
	}
.close img {
	margin-left: 1110px;
	margin-top: 170px;
	opacity: 0.5;
	border: 0;
	filter: alpha(opacity=50);
}
#cssBASIN{
    position:fixed;
    top:0px;
    right:0px;
    z-index:555;
}
#cssBASIN a{
    width:115px;
    height:115px;
    text-indent:-8000px;
    display:block;
    background-image: url(../images/cssBASIN_featured_dark.png);
	background-repeat: no-repeat;
}
/*SCROLL*/
.scroll-pane{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only{
	height: auto;
	max-height: 200px;
}
#content{
	right: 40px;
	left: 330px;
	top: 190px;
	position: absolute;
	padding-bottom: 30px;
	width: 790px;
	height: 610px;
}
