body, ul, li, h1{
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
.kalin{
	font-weight: bold;
}

*{
	outline: none;
	border:none;
}

h1{
	font-size:16px;
	font-weight: bold;
	margin:10px;
}

body{
	background: url('images/bg.jpg') no-repeat fixed;
	background-position: center top;
	background-color: #232323;
	font-family: Arial;
}

.cerceve{
	width:1000px;
	margin:auto;
}

.header{
	margin-top:20px;
}

.diller{
	float:right; margin-right:10px; margin-bottom:10px;
}

.dil, .dil a{
	float:left;
	width:30px;
	height:31px;
	font-size:0px;
}
.tr{
	background:url(images/diller.png) 0 0;
}
.en{
	background:url(images/diller.png) -30px 0;
}
.fr{
	background:url(images/diller.png) -60px 0;
}
.ru{
	background:url(images/diller.png) -90px 0;
}
.ar{
	background:url(images/diller.png) -123px 0;
}
.es{
	background:url(images/diller.png) -153px 0;
}


/* ÜST Menü alanı başlangıç */
.ust_menu,
.ust_menu ul,
.ust_menu li,
.ust_menu a {
    margin: 0;
    padding: 0;
}

.ust_menu {
	position:absolute;
	z-index:200;
	margin-top:10px;
}

.ust_menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
	background: rgba(0, 0, 0, 0.5);
	
	width:134px;

	margin-left:10px;
}

.ust_menu li:first-child{
	margin-left:0px;
}

.ust_menu li a {
    display: block;

	line-height:45px;
    text-decoration: none;
	text-align: center;
    font-size: 14px;
	font-weight:normal;
 
	color:#fff;

}
 
.ust_menu li:hover { background:#000;}
.ust_menu li:hover > a { color:#fff;}


.ust_menu li:hover > ul { visibility:visible; opacity: 1; }

.ust_menu ul {
    position: absolute;
    padding-top: 2px;
	visibility:hidden;
}
 
.ust_menu ul li {
    overflow: hidden;
	margin:0px;
	padding:0px;
	
	margin-bottom:5px;
	
	width:134px;
}

.ust_menu ul li a {
	font-size: 12px;
	text-align: left;
	padding-left:5px;
	font-weight:normal;
}

.ust_menu ul li:hover { padding-bottom: 0px;}

/* ÜST Menü alanı bitiş */


.banner_bg{
	background: rgba(0, 0, 0, 0.5);	
	
	padding-top:25px; padding-bottom:25px;
}

.icerik{
	overflow: auto;
	background: rgba(0, 0, 0, 0.5);	
	
	margin-top:20px;
	padding:10px;
	color:#fff;
	
	z-index:2000;
}

.footer{
	overflow: auto;
	background:#000;
	margin-top:10px;
}

.telif {
	padding:10px;
	float: right;
	color: #fff;
	margin-right: 20px;
	font-size: 12px;
}


.urunler{
	margin-top:30px;
}
.urun{
	float:left;
	margin-left:5px; 
	margin-bottom:25px;
	margin-top:15px;
}
.urun-baslik{
	margin-left:25px;width:270px; overflow: hidden; font-size:14px; position:absolute; margin-top:-20px;
}
.urun-resim{
	width:270px; height: 160px; margin-left:19px; margin-top:5px;
	border:solid 10px rgba(0, 0, 0, 0.5); 
	border-radius:5px;
}
.urun a{
	text-decoration: none; color:#fff; font-weight:bold;
}


.haber {
	border-bottom: 1px solid #fff; padding-bottom: 20px; margin-bottom: 20px;
}

.haber a{
	text-decoration: none; color:#fff;font-weight:bold;
}
.haber_baslik{
	margin-left:10px; font-weight:bold;

}
.haber_devami a{
	float:right; font-weight:normal;
}
/*   */
.play{
	position:absolute;
	width:290px; height: 180px;
	margin-left:20px;
	margin-top:5px;
}


.referans-resim{
	width:140px; height: 70px; margin-left:19px; margin-top:5px;
	border:solid 10px rgba(0, 0, 0, 0.5); 
	border-radius:5px;
}

/* iletişim */

input[type=text], textarea, input[type=submit]
{
    background-color: rgba(0, 0, 0, 0.5);
    border:solid 2px #000;
    color: #fff;
    height: 28px;
    padding:3px;
    width: 191px;
}
textarea{
	height: 100px;
    width: 250px;
}
input[type=submit]
{
    height: 24px;
    width: 103px;

}
.harita{
	border:solid #000 2px;
}

.adres_baslik{
	margin-top:20px;
	text-decoration: underline;
	margin-bottom:-10px;
}
/* iletişim son */