.temizle{
    clear: both;
}

/* Header Alani */
#ustcubuk {
	width: 100%;
	height: 7px;
	background-color: #175549;
}
#hortala {
	width: 980px;
	height: 115px;
	margin: 0 auto;
	position: relative;
}
#logo {
	width: 218px;
	height: 87px;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	top: 10px;
	background: url('../presim/demologo.png');
}
ul#hmenu {
	width: 980px;
	height: 28px;
	position: absolute;
	top: 45px;
	left: 0;
}
li.m1, li.m2, li.m3, li.m4 {
	position: absolute;
	cursor: pointer;
}
li.m1{
	left: 0;
	top: 5px;
}
li.m2{
	left: 172px;
	top: 2px;
}
li.m3{
	left: 653px;
	top: 4px;
}
li.m4{
	left: 881px;
}

/* Slider Alani */
#slidercan {
	height: 354px;
	position: relative;
    width: 100%;
}
#s-ust {
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../presim/s-ust.png');
    width: 100%;
}
#s-alt {
	height: 56px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../presim/s-alt.png');
    width: 100%;
}
#slidercan ul {
	height: 354px;
	z-index: -1;
}
#slidercan ul li {
	display: block;
	height: 354px;
}
#slidercan ul li img {
	display: block;
	height: 354px;
    width: 100%;
}

/* İçerik Alanı */
.icerikcan {
	background-color: #f9f9f9;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.hizala {
	width: 1000px;
	padding: 10px;
	margin: 0 auto;
}
.bugunekadar{
    font-family: 'Poiret One', cursive;
    font-weight: 400;
    font-size: 55px;
    text-align: center;
    color: #175549;
	margin-bottom: 30px;
    text-shadow: 1px 1px #fff;
}
.resimcikler img{
	display: inline-block;
	margin-right: 29px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.resimcikler img:hover{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}
button#ypt{
	margin-top: 50px; 
	margin-bottom: 10px; 
	font-family: 'Gudea', sans-serif; 
	font-weight: 400;
    text-shadow: 1px 1px #c30000;
}
#quotecan{
    width: 980px;
    margin: 30px auto 10px auto;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 25px 15px 25px;
    font-weight: 400;
    font-style: italic;
    font-size: 23px;
    color: #666;
    text-align: center;
    position: relative;
}
#quotecan img#lq{
    position: absolute;
    left: 0;
    top: 0;
}
#quotecan img#rq{
    position: absolute;
    right: 0;
    top: 0;
}

/* Referanslarımız Alanı */
#ustcubukic{
    height: 56px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: url('../presim/s-ust.png');
    z-index: 2;
}
#icineal{
    background-color: #f9f9f9;
    position: relative;
    width: 100%;
}
#ortayaal{
    width: 980px;
    margin: 0 auto 0 auto;
    padding: 20px 0 20px 0;
	position: relative;
}
.refres span{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
}
div.refres{
    position: relative;
    width: 460px;
    height: 300px;
    margin-right: 60px;
    margin-bottom: 20px;
    float: left;
}
.refres img{
    width: 460px;
    height: 300px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
	opacity: 0.8;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.refres img:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
    opacity: 1;
}
#sayfaadi{
    width: 100%;
    height: 180px;
    background-color: #333;
    text-align: center;
    font-family: 'Poiret One', cursive;
    font-weight: 400;
    font-size: 55px;
    color: #fff;
    padding-top: 80px;
    text-shadow: 1px 1px #000;
}

/* iletisim Alanı */
.iletisimformu{
    width: 490px;
    float: left;
    padding-right: 40px;
    padding-bottom: 20px;
}
.yazican h1{
    font-family: 'Passion One', cursive;
    font-weight: 400;
    color: #c30000;
    font-size: 24px;
}
.adresbolmesi{
    width: 490px;
    float: right;
}
.yazican p{
    font-family: trebuchet ms;
    font-weight: normal;
    color: #333;
    font-size: 13px;
}

/* Kurumsal Alanı */
.kurumsalyazican{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.kurumsalyazican h1{
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #333;
}
.kurumsalyazican p{
    margin-top: 30px;
    font-size: 15px;
    line-height: 24px;
}

/* Footer Alanı */
#footercan{
    width: 980px;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #ddd;
    position: relative;
}
ul.flinks{
    margin-top: 10px;
}
ul.flinks li{
    float: left;
    margin-left: 10px;
    color: #ccc;
    margin-bottom: 10px;
}
ul.flinks li a{
    color: #333;
    font-family: trebuchet ms;
    font-size: 12px;
    text-decoration: none;
}
ul.flinks li a:hover{
    color: #c30000;
}
#sosyalmedyacan{
    position: absolute;
    right: 0;
    top: 4px;
}
#sosyalmedyacan img{
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
	opacity: 0.5;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
    cursor: pointer;
}
#sosyalmedyacan img:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
	opacity: 1;
}

/* Go to Pidmin :) */
#gopidmin{
	z-index: 20;
	position: absolute;
	top: 17px;
	right: 10px;
}