aside, article, section, header, footer, nav {
	display: block;  //for OLD browsers
}
div, h1, h2, h3, p, img { //defaultlarini yok etmek icin
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;	
	font-family: 'FlamaMediumRegular';
	font-weight: normal;
	font-style:normal;
	/*background: url(../grid/grid.gif) 5px 5px;*/
	background: rgb(250, 250, 250);
}
.wrapper div {	
	position: absolute;	
	font-size: 3.3em;
	text-align: left;
	font-weight: normal;
}
.sp-canvas {
	display: none;
}
.gri{color: #999;}
.yesil {color: #0F0;}
/*--------------------------------*/

a{
	color:#999;
}

footer {
	position: fixed;
	bottom:0;	
	z-index:998;
	color: #BBB;
	height:30px;
	width:100%;
	font-size: .8em;
	background: rgb(250, 250, 250);
	border-top: 1px solid #999;
}
.sabit {
	background: rgb(250, 250, 250);
	position:absolute;
	height:100%;
	width:100%;
	top:40px;
	/*left:100%;*/
	/*opacity: 0;*/
	
}
#iletisim {
	position: absolute;
	background: rgb(250, 250, 250);
	/*left: 100%;*/
	height:100%;
	width:100%;
}
/*-----------------------------------*/
nav {
	left: 0;
	position: fixed;	
	z-index:999;
	/*border-radius: 0 10px 0 0;*/
	background-color: #333;
	height: 40px;	
	width:100%;

}
nav ul {
	/*width:960px;*/
	width:970px;
	margin: 0 auto;
}

nav li {
	float: left;
	
}

nav a {
	display: block;
	margin-right:0px;
	/*width: 110px;*/
	padding: 0 14px;
	height: 30px;
	line-height: 40px;
	border: none;	
	color: #EEE;
	font: .8em Verdana;
	text-align: center;
	transition: 0.25s;
	padding-top: 10px;
}

nav li:last-child a {
	/*border-radius: 0 10px 0 0;*/
}

.overview a:hover {
	color: #FF6801;
}
nav li a:hover { background-color: #ff00ff; }
nav li+li a:hover { background-color: #00ffff; color:#333 }
nav li+li+li a:hover { background-color: #FF6801; color:#FFF}
nav li+li+li+li a:hover{ background-color: #00ff00; color:#333}
nav li+li+li+li+li a:hover { background-color: #0003ff; color:#FFF}
nav li+li+li+li+li+li a:hover{	background-color: #9900CC;}
nav li+li+li+li+li+li+li a:hover{ background-color: #ffff00; color:#333}
nav li+li+li+li+li+li+li+li a:hover{ background-color: #00ff0f; }
nav li+li+li+li+li+li+li+li+li a:hover{ background-color: #ff0000; }

/*---------------NAV end----------------*/
.start { 
	width: 450px;
	/*padding-left: 100px;
	/*top: -400px;*/
		font-size: 3.5em;	text-align: left;	font-weight: normal;	
}
.description {
	top: -600px;
	left: 650px;
	width: 850px;
}
.neYaptik {
	top: -600px;
	left: -900px;
	width: 850px;
}
.syntax {	
	top: 700px;
	left: 350px;
	width: 850px;
	/*transform: rotate(180deg) translateY(1.9em);*/
}
.scroll {
	top: 350px;
	left: -1400px;
	width: 960px;
}
.scroll p {
	font-size: .85em;
}
.rotations {
	left: -350px;
	top: 1500px;
	width: 915px;
	/*transform: rotate(-90deg) translateY(2.5em);*/
}
.upside-down {	/*font-size: 42px;*/
	display: block;
	width: 900px;
	text-align: left;
	/*transform: rotate(180deg) translateY(1.9em);*/
}
.upside-down p{	
	font-size: .3em;
}
.source {
	left: -400px;
	top: -1300px;
	width: 915px;
	/*transform: rotate(90deg) translateX(50px);*/
}
.follow {
	left: 1000px;
	top: 0px;
	width: 800px;
/*	transform: rotate(90deg) translateX(50px);*/
}
.follow .big {
	font-size: 40px;
}
.highlight {
	animation: highlight 0.2s alternate 6 ;
}


/*--------------ScrollBar------------------*/
/*
#scrollbar1 { width: 520px; clear: both; margin: 0 0 10px; }
#scrollbar1 .viewport { width: 500px; height: 254px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #666; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: #FFF;border-right: 1px solid #999;
 height: 100%; width:5px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 5px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0  }
#scrollbar1 .thumb .end { overflow: hidden; height: 1px; width: 13px; }
#scrollbar1 .disable{ display: none; }
*/

/*---------------------------------------------/

/*--------------------------------*/
.altContents {
	display: block;
	position: relative;
	width:771px;
	margin: 0px auto;
}
.altContentsUst {
	display: block;	
	font-size: 2em;
	overflow: hidden;
	
}
.altContentsMetin {
	display: block;
	position: relative;
	font: .8em Verdana;
	line-height:1.4em;	
	color: #666;
	width:850px;
	/*height:260px;*/
	overflow: auto;
	margin: 0 0 0 1px;
	/*padding: 30px 0px;*/
	border-top: 1px solid;
}
.altContentsMetin h3 {
	margin: 10px 0px;
}

.floater	{	
	/*width:200px;	*/
	height:10%;
	clear:both;	
	/*background-color: #FFF;*/
}
#contentB:hover {
	color:#0F0;
}
#scrollIc {
	height:650px;
}
/*--------------ScrollBar------------------*/

#scrollbar1 { width: 520px; clear: both; margin: 0 0 10px; }
#scrollbar1 .viewport { width: 500px; height: 254px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-image: url(../../assets/scrollTab.jpg); }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: #FAFAFA;border-right: 1px solid #999;
 height: 300px; width:5px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 5px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0  }
#scrollbar1 .thumb .end { overflow: hidden; height: 1px; width: 13px; }
#scrollbar1 .disable{ display: none; }

#scrollbar2 { width: 719px; clear: both; margin: 0 0 10px; }
#scrollbar2 .viewport { width: 700px; height: 254px; overflow: hidden; position: relative; }
#scrollbar2 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar2 .thumb .end,
#scrollbar2 .thumb { background-image: url(../../assets/scrollTab.jpg); }
#scrollbar2 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar2 .track { background-color: #FAFAFA;border-right: 1px solid #999;
 height: 300px; width:5px; position: relative; padding: 0 1px; }
#scrollbar2 .thumb { height: 5px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0  }
#scrollbar2 .thumb .end { overflow: hidden; height: 1px; width: 13px; }
#scrollbar2 .disable{ display: none; }


#scrollbar3 { width: 719px; clear: both; margin: 0 0 10px; }
#scrollbar3 .viewport { width: 700px; height: 254px; overflow: hidden; position: relative; }
#scrollbar3 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar3 .thumb .end,
#scrollbar3 .thumb { background-image: url(../../assets/scrollTab.jpg); }
#scrollbar3 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar3 .track { background-color: #FAFAFA;border-right: 1px solid #999;
 height: 300px; width:5px; position: relative; padding: 0 1px; }
#scrollbar3 .thumb { height: 5px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0  }
#scrollbar3 .thumb .end { overflow: hidden; height: 1px; width: 13px; }
#scrollbar3 .disable{ display: none; }


#scrollbar4 { width: 719px; clear: both; margin: 0 0 10px; }
#scrollbar4 .viewport { width: 700px; height: 254px; overflow: hidden; position: relative; }
#scrollbar4 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar4 .thumb .end,
#scrollbar4 .thumb { background-image: url(../../assets/scrollTab.jpg); }
#scrollbar4 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar4 .track { background-color: #FAFAFA;border-right: 1px solid #999;
 height: 300px; width:5px; position: relative; padding: 0 1px; }
#scrollbar4 .thumb { height: 5px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0  }
#scrollbar4 .thumb .end { overflow: hidden; height: 1px; width: 13px; }
#scrollbar4 .disable{ display: none; }


#scrollbar5 { width: 359px; margin: 0 0 10px 360px; }
#scrollbar5 .viewport { width: 250px; height: 300px; overflow: hidden; position: relative; }
#scrollbar5 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar5 .thumb .end,
#scrollbar5 .thumb { background-image: url(../../assets/scrollTab.jpg); }
#scrollbar5 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar5 .track { background-color: #FAFAFA;border-right: 1px solid #999;
 height: 300px; width:5px; position: relative; padding: 0 1px; }
#scrollbar5 .thumb { height: 5px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0  }
#scrollbar5 .thumb .end { overflow: hidden; height: 1px; width: 13px; }
#scrollbar5 .disable{ display: none; }
/*--------------FORM-------------------*/
form,input,select,textarea{margin:0; padding:0; color:#333;}
div.box {
margin:0 auto;
width:500px;
position:relative;
background-color:#FAFAFA;
}
div.box label {
width:100%;
display: block;
padding:10px 0 10px 0;
}
div.box label span {
display: block;
/*font-size:12px;*/
float:left;
width:100px;
/*text-align:right;*/
padding:5px 0 0 0;
}

div.box .input_text {
padding:10px 10px;
width:200px;
background:#F1F1F1;
border-bottom: 1px double #FFF;
border-top: 1px double #BCBCBC;
border-left:1px double #BCBCBC;
border-right:1px double #FFF;
}

div.box .message{
padding:7px 7px;
width:280px;
background:#F1F1F1;
border-bottom: 1px double #FFF;
border-top: 1px double #BCBCBC;
border-left:1px double #BCBCBC;
border-right:1px double #FFF;
/*overflow:hidden;*/
height:130px;
}

div.box .button
{
	color: #F1F1F1;
	font-size: 18px;
	color:#333;
background: #FFFF00;    /*#DB2B29;*/
border:0px;
margin-left:185px;
/*
position: relative;
top:-94px;
left:420px;*/
width:110px;
height:50px;
			-webkit-border-radius: 5em; -moz-border-radius: 5em; -o-border-radius: 5em;
}
/*---------------------------*/
dl {
	width: 500px;
	float:left;
	margin-top: 10px;

}

dd {
    margin: 0px;	
	/*float:left;*/
    padding: 1em 0;
}

dt {
    cursor: pointer;	
    font-weight: bold;
    font-size : 0.8em;
    line-height: 2em;
   /* background: #e3e3e3;*/
   
}
#dlYan {
	/*width:250px;
	height: 400px;*/
	margin-left: 50px;
	font-size: 0.8em;
	line-height: 1.8em;
	padding-top: 10px;
}

.hide { display: none;}
/*----------------------------*/
.logo {
	float:left;
	margin: 10px;
	width:150px;
	height:104px;
}
.logolar
{
	display:block;	
	height :1100px;
}

.logolar a:link, .con a:visited
{
	display:inline-block;
	height:104px;
	width:150px;
	background-position:0px 0px;	
}

.logolar a:hover
{
	background-position:0px -104px;
}
.gizli {
    display: none;
}​