body {
	background:url(../img/bg.png) #000 fixed repeat-x top left;
	margin:0;
	padding:0;
	color:#333;
	font-family:"Myriad Pro", Trebuchet MS, Helvetica, sans-serif;
	font-size:14px;

}

#wrapper {
	margin:0;
	padding:0;
}

#header {
	height: 190px; 
	position: fixed; 
	width: 800px; 
	z-index: 444; 
	top: 0; 
	left: 50%; 
	margin-left: -400px;
}
#logo {
	position:absolute;
	top:20px;
	left:0;
}
#top-serit {
	position: fixed;
	z-index: 333; 
	top:12px;
	left:0;
	width:100%;
	height:85px;
	background:url(../img/top-serit.png) repeat-x top left;
}
#menu-wrapper {
	position:absolute;
	top:0;
	right:0;
}
#menu {
	list-style:none;
	padding:0;
	margin:0;	
}
#menu li{
	float:left;
}
#menu li a, #menu li a:visited{
	font-size:18px;
	display:block;
	padding:24px 0; 
	text-align:center;
	color:#333;
	text-decoration:none;
}
#menu li a:hover {color:#ff6633;}

#menu li#menu1{width:130px;}
#menu li#menu1 a{background:url(../img/menu1.png) no-repeat top left;}
#menu li#menu1 a:hover {background:url(../img/menu1-hover.png) no-repeat top left;}

#menu li#menu2{width:139px;}
#menu li#menu2 a{background:url(../img/menu2.png) no-repeat top left;}
#menu li#menu2 a:hover {background:url(../img/menu2-hover.png) no-repeat top left;}

#menu li#menu3{width:137px;}
#menu li#menu3 a{background:url(../img/menu3.png) no-repeat top left;}
#menu li#menu3 a:hover {background:url(../img/menu3-hover.png) no-repeat top left;}

#menu li#menuTeknik{width:139px;}
#menu li#menuTeknik a{background:url(../img/menu2.png) no-repeat top left;}
#menu li#menuTeknik a:hover {background:url(../img/menu2-hover.png) no-repeat top left;}





#top {
	position:relative;
	width: 800px; 
	margin:0 auto;
	background:url(../img/top-bg.png) no-repeat top right;		
}
#topcontent {
	margin:0;
	padding:10px 40px 10px 20px;
	position:absolute;
	top:30%;
	right:0;
	width:389px;
	height:500px;
	background:url(../img/topcontent-bg2.png) no-repeat;
	text-align:right;	
}
.bizh2{
	margin:0;
	padding:5px 0;
	font-size:20px;
	background:url(../img/bizh2.png) left bottom no-repeat;	
}
.bizp {
	margin:0;
	padding:5px 0;
	line-height:18px;
	text-align:left;
}
#middle {
	position:relative;
	width: 100%; 
	margin:0px auto;
}
#middlecontent {
	margin:19px 0 0 -400px;
	padding:0;
	position:absolute;
	top:10%;
	left:50%;
	z-index:21;
}

.fotogaleri {
	padding:0;
	margin:0 0 0 -400px;
	position:absolute;
	top:70%;
	left:50%;
	z-index:8;
	overflow:hidden;
	width:42px;
	height:209px;
	background:url(../img/fotogaleri.png) top left no-repeat;
	text-indent:-99999px;
	z-index:22;	
}
#fotogaleri-bg {
	position:absolute;
	margin-top:19px;
	top:70%;
	width:100%;
	height:169px;
	background:url(../img/fotogaleri-bg.jpg) center left repeat-x;
	z-index:20;
}


#bottom {
	position:relative;
	width: 800px; 
	margin:0px auto;
	background:url(../img/worldmap.png) no-repeat center 100px;	
}
#bottomcontent {
	margin:0;
	padding:15px 30px 10px 10px;
	position:absolute;
	bottom:10%;
	left:0;
	width:770px;
	height:275px;
	background:url(../img/bottomcontent-bg.png) no-repeat;
	text-align:right;	
}
#bottomcontent-left{
	width:380px;
	float:left;
	padding:0 20px;
}
#fleft {text-align:left;}
#bottomcontent-right{
	width:350px;
	float:right;
}
.clear {clear:both;}














#galleryContainer{
	margin:24px 0 0 20px;
	height:113px;	/* Height of the images + 2 */
	background:#000;
	border:1px solid #ccc;
	position:relative;
	overflow:hidden;
	width:780px;
	/* CSS HACK */
	height: 115px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/113px;	/* Other browsers */
	height: /**/113px;
}
#arrow_left{
	position:absolute;
	left:10px;
	z-index:1011;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:1011;		
}
#theImages{
	position:absolute;
	height:113px;
	left:48px;
	width:100000px;
	
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	margin:0 1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}


#theImages .imageCaption{
	display:none;
}


