*{
	margin:0;
	padding:0;
}
body,html{
	background-color:#898995;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11PX;
	color:#333;
}
.background1{
	width:100%;
	height:100%;
	background-image: url('../images/back_full.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	z-index:0;
	}
.background2{
	background: url('../images/back.jpg') no-repeat center top;
	position:absolute;
	width:100%;
	height:484px;
	z-index:2;
	padding-top:150px;
	}	
.indx-1 {
	width: 954px;
	margin: 0 auto;
	z-index:3;
	text-align:left;
}

.indx-1-1 {
	background:url(../images/menu_full2.jpg) repeat-x bottom left;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	float: left;
	height: 42px;
	padding: 0px;
	width: 954px;
}

.indx-1-2 {
	background-color:#FFF;
	float: left;
	height: 260px;
	padding: 17px;
	text-align: left;
	width: 920px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
    box-shadow: 0 6px 6px -4px #232323;
    -moz-box-shadow: 0 6px 6px -4px #232323;
    -webkit-box-shadow: 0 6px 6px -4px #232323;
}

.indx-1-3 {
	
	border: none;
	float: left;
	height: 54px;
	padding: 0px;
	text-align: left;
	width: 954px;

}

.indx-1-4 {
	border: none;
	float: left;
	height: 288px;
	padding: 0px;
	text-align: left;
	width: 954px;

}

.indx-1-5 {
	border: none;
	float: left;
	height: 144px;
	padding: 0px;
	text-align: left;
	width: 954px;

}

.indx-1-6 {
	border: none;
	float: left;
	height: 117px;
	padding: 0px;
	text-align: left;
	width: 954px;

}
.logo{

}


///////// MENU
#container {
position:relative;
height:63px;
color:#ffffff;
background:#ffffff;
width:100%;
}
#navMenu {
	float:right;
position:relative;
height:63px;
font-size:20px;
background:url(../images/menu_full.jpg) repeat-x bottom left;
padding:0 0 0 0px;
}
#navMenu ul{
margin:0;
padding:0;
list-style-type:none;
width:auto;
float:right;width:100%;
}
 
#navMenu ul li {
	
	display:block;
	float:left;
	margin:0 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
#navMenu ul li a {
display:block;
float:left;
color:#666;
text-decoration:none;
padding:0 0 0 20px;
height:63px;
}
#navMenu ul li a span {
	height:21px;
	float:left;
	font-weight: 100;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica,
Arial, "Lucida Grande", sans-serif;
	padding-top: 20px;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 0;
}
#navMenu ul li a:hover {
	color:#fff;
	background-image: url(../images/menu_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.o_y {
	width:auto;
	color:#fff;
	background-image: url(../images/menu_siyah.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.o_y span{
	color:#fff;
}
 
#navMenu ul li a:hover span {
display:block;
width:auto;
cursor:pointer;
}
///////////


