/* Default Style */
* {
	padding:0;
	margin:0;
}
body {
	background:url(images/bg_footer_repeat.jpg) repeat;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
}
ul, ol {
	list-style:none;
}
img {
	display:block;
}
a img {
	border:0;
}


img.hicon {
	float:left;
	width:13px;
	height:13px;
	margin-right:2px;
}

.qtip-content {
	font:.7em "Arial", sans-serif;
}
.qtip-title {
	font:bold .9em "Arial", sans-serif;
	text-align:center;
}
p {
	font:.7em "Arial", sans-serif;
	color:#333;
}
	h1.h1-bizeulasin {
		background:url(images/h1_bizeulasin.png) no-repeat;
		text-indent:-9999px;
		margin-bottom:5px;
		height:30px;
	}
	h1.h1-baglantilar {
		background:url(images/h1_baglantilar.png) no-repeat;
		text-indent:-9999px;
		margin-bottom:5px;
		height:30px;
	}
	h1.h1-anasayfa {
		background:url(images/h1_anasayfa.png) no-repeat;
		text-indent:-9999px;
		margin-bottom:5px;
		height:56px;
	}
	h1.h1-portfoy {
		background:url(images/h1_portfoy.png) no-repeat;
		text-indent:-9999px;
		margin-bottom:20px;
		height:40px;
	}
	
h2 {
	font:bold 1.5em "Arial", serif;
	color:#414831;
	letter-spacing:-2px;
}
	
/*****************/
#container {
	position:relative;
	width:100%;
}

#header {
	position:relative;
	width:100%;
	height:96px;
	background:url(images/bg_header_repeat.jpg) repeat-x;
}

		
		#musicbox {
			position: absolute;
			width: 500px;
			height: 20px;
			z-index: 999;
			top:4px;
			background: url(images/bg_music2.png) no-repeat;
				
		}
		#jplayer {
			position: relative;
			width: 485px;
			height: 20px;
			padding-left:15px;
		}
			#jtrack {
				position: relative;
				width:225px;
				height: 20px;
			}
				#jtrackname {
					color:#666;
					font-weight: bold;
					white-space: nowrap;	
				}
				
				
				
				#jplayertools {
					position: absolute;
					width:244px;
					height: 40px;
					z-index:999;
					background: url(images/bg_musictool.png) no-repeat;
					top:17px;
					left:-8px;
					padding-left:20px;
					display:none;	
				}
				
				#jplayer ul {
					margin-top:8px;
				}
					#jplayer ul li {
						position: relative;
						width:14px;
						height: 14px;
						float: left;
						margin-right: 2px;	
					}
					#jprogresscont {
						position: relative;
						width:224px;
						height: 3px;
						background-color: #333;	
					}
					#jloadbar {
						position: relative;
						width:224px;
						height: 3px;	
					}
					#jprogress {
						position: relative;
						width: 0px;
						height:3px;
						background:url(images/bg_music_pbar.png) no-repeat;
						
					}
					
					#jtracknav {
						position: absolute;
						width:84px;
						height:14px;
						left:162px;
						
					}
					
							#jtracknav a {
								display:block;
								width:40px;
								height:14px;
								float: left;
								margin-right:2px;
						
							}
			
		#header_cont {
			position:relative;
			width:800px;
			margin:auto;
			height:96px;
			background:url(images/bg_header.jpg) no-repeat;
		}
		
			#logo {
				position:absolute;
				z-index:2;
				width:300px;
				height:96px;
				top:0;
				left:0;
			}


								#menu {
									position:absolute;
									z-index:3;
									width:360px;
									height:35px;
									top:40px;
									left:445px;
								}
								
										#menu ul li {
											position:relative;
											width:90px;
											height:35px;
											float:left;											
										}
										
												#menu ul li a {
													display:block;
													width:90px;
													height:35px;
													text-indent:-9999px;
												}
												
														#menu ul li a.menu-anasayfa { background:url(images/menu_anasayfa_off.png) no-repeat; }
														#menu ul li a.menu-anasayfa:hover,
														#menu ul li a.menu-anasayfa-aktif { background:url(images/menu_anasayfa_on.png) no-repeat; }
														#menu ul li a.menu-hizmetlerimiz { background:url(images/menu_hizmetlerimiz_off.png) no-repeat; }
														#menu ul li a.menu-hizmetlerimiz:hover,
														#menu ul li a.menu-hizmetlerimiz-aktif { background:url(images/menu_hizmetlerimiz_on.png) no-repeat; }
														#menu ul li a.menu-portfoy { background:url(images/menu_portfoy_off.png) no-repeat; }
														#menu ul li a.menu-portfoy:hover,
														#menu ul li a.menu-portfoy-aktif { background:url(images/menu_portfoy_on.png) no-repeat; }
														#menu ul li a.menu-iletisim { background:url(images/menu_iletisim_off.png) no-repeat; }
														#menu ul li a.menu-iletisim:hover,
														#menu ul li a.menu-iletisim-aktif { background:url(images/menu_iletisim_on.png) no-repeat; }




#headeralt {
	position:relative;
	width:100%;
	height:4px;
	background:url(images/bg_headeralt_repeat.jpg) repeat-x;
}


#slidecont {
	position:relative;
	width:100%;
	height:350px;
	background:url(images/bg_slide_repeat.jpg) repeat-x;
}

		#slide_bg {
			position:relative;
			width:100%;
			height:350px;
			background:url(images/bg_slide.jpg) no-repeat top center;
		}
		
				#slidetop {
					position:absolute;
					z-index:2;
					width:100%;
					height:50px;
					top:0;
					background:url(images/bg_slidetop_repeat.png) repeat-x;
				}
				
				#slidetop_bg {
					position:relative;
					width:800px;
					height:50px;
					background:url(images/bg_slidetopcont.gif) no-repeat;
					margin:auto;					
				}
				
				
						#slider {
							position:relative;
							width:780px;
							height:220px;
							background:url(images/bg_slider.png) repeat;
							margin:auto;
							top:70px;
							padding:10px;
						}
						
								#slidercontent {
									position:relative;
									width:780px;
									height:220px;
									background-color:#000;
									overflow:hidden;
								}
								
									#slider_prev {
										position:absolute;
										display:block;
										width:40px;
										height:36px;
										z-index:2;
										left:-30px;
										top:100px;
										overflow:hidden;
										background:url(images/icon_sliderprev.png) no-repeat;
									}
									
									#slider_next {
										position:absolute;
										display:block;
										width:40px;
										height:36px;
										z-index:2;
										left:790px;
										top:100px;
										overflow:hidden;
										background:url(images/icon_slidernext.png) no-repeat;
									}
									#slider_prev a, #slider_next a {
										display:block;
										width:40px;
										height:36px;
										text-indent:-1000px;
									}
									
										div.slide-wrapper {
											position:relative;
											float:left;
											width:780px;
											height:220px;
										}
										
										#slide-controller {
											position:absolute;
											z-index:99;
											width:800px;
											left:0;
											top:240px;
											background:url(images/bg_slide_controller.png) no-repeat;
										}
										
										#slide-controller a.slidenum-off {
											height:23px;
											width:28px;
											display:block;
											float:left;
											text-align:center;
											text-decoration:none;
											color:#FFF;
											font:bold .7em "Arial", serif;
											padding-top:3px;
											
										}
										
										#slide-controller a.slidenum-on {
											background:url(images/bg_slidenum_on.png) no-repeat;
											color:#435139;	
											font-size:.9em;
											padding-top:4px;
											height:22px;
										}
										
										div.slide-wrapper span {
											display:block;
											position:absolute;
											width:200px;
											height:40px;
											background-color:#000;
											left:565px;
											top:160px;
											padding:5px;
											background:url(images/bg_sliderdesc.png) no-repeat;
											
										}
										
												div.slide-wrapper span p {
													font:bold .7em "Arial", sans-serif;
													color:#333;
													
												}
												
												div.slide-wrapper span p.sliderdesc_hizmet {
													font-weight:normal;
													color:#FF6;
												}
												
												
												#slide_desc {
													position:absolute;
													width:240px;
													height:56px;
													background:url(images/bg_slide_desc.png) no-repeat;
													z-index:999;
													padding-left:30px;
													padding-top:24px;
													left:535px;
													top:140px;
													
												}
												#slide_desc strong {
													color:#333;
													font:bold .7em "Arial", sans-serif;
												}
										
										
#contenttop {
	position:relative;
	width:100%;
	height:50px;
	background:url(images/bg_contenttop_repeat.jpg) repeat-x;
}
#content {
	position:relative;
	width:100%;
	background:url(images/bg_content_repeat.jpg) repeat;
}					

		#icerik {
			position:relative;
			width:800px;
			margin:auto;
			padding-bottom:50px;
			background:url(images/bg_icerik.png) no-repeat;
		}





								#anasayfa-icerik-sol {
									position:relative;
									float:left;
									width:390px;
									margin-right:10px;
									padding-top:8px;
								}
								
								#anasayfa-icerik-sag {
									position:relative;
									float:left;
									width:400px;
								}
								
								
								
												#ul-anasayfa {
													position:relative;
													margin-top:20px;
													
												}
												
														#ul-anasayfa li {
															position:relative;
															padding:5px;
															font:bold 1.1em "Helvetica", sans-serif;
															color:#FFF;
															margin-bottom:2px;
															letter-spacing:-1px;
														}
																#ul-anasayfa li.ul-anasayfa-li-a { background-color:#0CF; }
																#ul-anasayfa li.ul-anasayfa-li-b { background-color:#9C0; }
																#ul-anasayfa li.ul-anasayfa-li-c { background-color:#F3C; }
																
																
																
									#anasayfa-icerik-sag ul li {
										position:relative;
										float:left;
										width:130px;
										height:90px;
										background:url(images/bg_anasayfa_list.png) no-repeat;
										margin-left:3px;
										margin-bottom:3px;
									}
									
											#anasayfa-icerik-sag ul li a {
												display:block;
												width:110px;
												height:70px;
												margin:auto;
												background-color:#000;
												margin-top:10px;
											}
											
											
											
											#ul-portfoy li {
												position:relative;
												float:left;
												width:130px;
												height:90px;
												background:url(images/bg_anasayfa_list.png) no-repeat;
												margin-left:3px;
												margin-bottom:3px;
											}
											
													#ul-portfoy li a {
														display:block;
														width:110px;
														height:70px;
														margin:auto;
														background-color:#000;
														margin-top:10px;
													}
													
													
							#showcase {
								position:relative;
								width:800px;
								margin-bottom:20px;
								padding-bottom:20px;
							}
							
									#showcase-thumb {
										position:relative;
										width:400px;
										height:260px;
										background:url(images/bg_showcase.png) no-repeat;
										float:left;
									}
									
											#showcase-thumb a {
												display:block;
												width:380px;
												height:240px;
												margin:auto;
												margin-top:10px;
												overflow:hidden;
											}
											
									#showcase-desc {
										position:relative;
										width:380px;
										float:left;
										padding-left:20px;
									}
									
											#showcase-desc a.showcase-www {
												font:.7em "Arial", serif;
												color:#FFF;
												text-decoration:none;
												padding:5px;
												background-color:#414831;
												display:block;
												width:55%;
												margin-bottom:5px;
											}
											
											#showcase-desc p.showcase-hizmet {
												padding:5px;
												background-color:#39F;
												color:#FFF;
												font:bold .7em "Arial", serif;
												margin-bottom:2px;
											}
											
											#showcase-desc div.showcase-desc {
												position:relative;
												margin-top:20px;
											}
												
												
#iletisim {
	position:relative;
	width:800px;
	height:104px;
	/*background:url(images/bg_iletisim.png) no-repeat;*/
	padding-top:20px;
}

#iletisim p {
	text-align:center;
}
						
						
						


#footer {
	position:relative;
	width:100%;
	background:url(images/bg_footer_repeat.jpg) repeat;
	
}

	#footer p {
		font:.7em "Arial", sans-serif;
		color:#878756;
	}
	#footercont {
		position:relative;
		width:800px;
		height:300px;
		margin:auto;
		background:url(images/bg_footer.jpg) no-repeat;
		padding-top:30px;
	}
	
	
	
	#footer_adres {
		position:relative;
		width:270px;
		float:left;
	}
	
	#footer_form {
		position:relative;
		width:220px;
		float:left;
		padding:0px 25px 0px 25px;
	}
	
	#footer_link {
		position:relative;
		width:260px;
		float:left;
	}
	
		#footer_link ul li {
			position:relative;
			float:left;
			width:130px;
			height:16px;
			margin-bottom:7px;
			border-bottom:1px dotted #435230;
		}
		
			#footer_link ul li a {
				font:.7em "Arial", sans-serif;
				color:#878756;
				display:block;
				text-decoration:none;
			}
				#footer_link ul li a:hover {
					color:#0CF;
				}
			
				#footer_link ul li a img {
					float:left;
					margin-right:5px;
				}