
/* SLIDER
/////////////////////////////////////*/

/* Sudo Slider */
.slayt{ width:100%; height:338px; position:absolute;}
.slayt_yeri{ width:100%; height:338px; position:absolute;}
.slayt_ust{ width:100%; height:22px; background:url(../images/slayt-ust.png) repeat-x transparent; position:absolute; z-index:2}

#slider{z-index:1}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	display:block;
}

#slider li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	display:block;
}


/* Uncomment this if you wan't to only have 1 visible slide before the javascript kicks in. 
*/
#slider li {
	display:none;
}	
#slider li:first-child {
	display:block;
}


#slider, #slider li {
	width:100%;
	height:400px;
	margin:0 auto;
	overflow:hidden;
}








/* Slider images 
/////////////////////////////////////*/

.slider_klima{background-image: url("../images/slider/klima.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    width: 100%;}
	
	
.slider_klima-bg{background-image: url("../images/slider/klima-bg.jpg");
	background-position: top center;
	background-repeat: repeat-x;
    width: 100%;
    height: 400px;
	padding-top: 0px; }
	
	
.slider_gunes_pilleri{background-image: url("../images/slider/gunes-pilleri.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    width: 100%;}	
	
.slider_gunes_pilleri-bg{

   background-image: url("../images/slider/gunes_pilleri-bg.jpg");
	background-position: top center;
	background-repeat: repeat-x;
    width: 100%;
    height: 400px;
	padding-top: 0px; }
	

.taahhut{background-image: url("../images/slider/taahhut.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    width: 100%;}
	
	
.taahhut-bg{background-image: url("../images/slider/klima-bg.jpg");
	background-position: top center;
	background-repeat: repeat-x;
    width: 100%;
    height: 400px;
	padding-top: 0px; }



.vrf{background-image: url("../images/slider/cityMulti.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    width: 100%;}	
	
.vrf-bg{

   background-image: url("../images/slider/gunes_pilleri-bg.jpg");
	background-position: top center;
	background-repeat: repeat-x;
    width: 100%;
    height: 400px;
	padding-top: 0px; }




/* NAV container 
/////////////////////////////////////*/



#nav-background {
	background-image:url("../images/nav-bg.png");
	background-repeat: repeat-x; 
    width:100%;
    height:68px;
	padding-top:0px;
}

#nav-container {
    width:990px;
    height:68px;
    margin:0px auto;
	padding:0;
}

#nav-container ul {
	margin:0;
	padding:0;
}


#slidemenu{
	height:68px;
}

#slidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#slidemenu ul li{
	float:left;
	display:block;
	position:relative;
	height:68px;
}

#slidemenu ul li a{
	z-index:40;
	float: left;
	text-decoration: none;
	position:relative;
	width:247px;
	height:68px;

}

.slidemenu-ul-position {
	position:relative;	
}



#slidemenu ul li .hover{
	
	height:68px;
	position:absolute;
	width:auto;
	z-index:20;
	background:url("../images/nav-bg-active.png") repeat-x 0 0;
	
}

/*IE7 FIX */

*+ html #slidemenu ul li.current {	
	background:url("../images/nav-bg-active.png") repeat 0 -68px;
	cursor:default;
}

*+ html .slidemenu-ul-position {
	position: absolute;	
}

*+ html #slidemenu ul li .hover{	
	background: none;	
}





/*IE6 FIX */

* html #slidemenu ul li.current {	
	background:url("../images/nav-bg-active.png") repeat 0 -68px;
	cursor:default;
}

* html .slidemenu-ul-position {
	position: absolute;	
}

* html #slidemenu ul li .hover{	
	background: none;	
}





#slidemenu ul li.nav-1 {
	width:248px;
}

#slidemenu ul li.nav-2 {
	width:247px;
}

#slidemenu ul li.nav-3 {
	width:247px;
}

#slidemenu ul li.nav-4 {
	width:248px; 
}


