* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Arial;
	background: #0E0E0E;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	color: black;
	width: 900px;
	margin: auto;
	text-align: center;
	padding: 0px 0;
}
html {
	scrollbar-3d-light-color: #666666;  
    scrollbar-arrow-color: #CCCCCC;  
    scrollbar-base-color: #666666;  
    scrollbar-dark-shadow-color: #666666;  
    scrollbar-face-color: #666666;  
    scrollbar-highlight-color: #666666;  
    scrollbar-shadow-color: #666666;  
    scrollbar-track-color: #141E28 
} 
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #6CE268;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:focus { 
	outline:none 
}
/* -- opac -- */ 
.l_opac { 
	-moz-opacity:0.3; 
    filter:alpha(opacity=30); 
} 

.f_opac { 
	-moz-opacity:1; 
 	filter:alpha(opacity=100); 
} 

h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left; }
h4 { color:#0000FF; font-size:9px}
h5 { color:#66FF66; font-size:13px; border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left; }
.ufacik1 { font-size:3px; }

/* --------------------------------------------------REKLAM ÇIZGILERI-------------------------------------------------- */
#cizgili { border:#000000 dashed thick; font-size:9px; color:#fff; background-color:#9900FF}
/* --------------------------------------------------SITE TANITIM ÇIZGILERI-------------------------------------------------- */
#cizgili1 { border:#339900 dashed thick; font-size:9px; background-color:#FFFFFF }
/* --------------------------------------------------BIZE ULASIN ÇIZGILERI-------------------------------------------------- */
#cizgili2 { border:#0000FF dashed thick; font-size:11px; }
#cizgili3 { border:#FF3333 dashed thick; font-size:11px; }
#cizgili4 { border:#FFF dashed thick; font-size:11px; }
#cizgili5 { border:#CC00CC dashed thick; font-size:11px; }
.ozel {
	color: #FF0000;
	font-weight: bold;
}

/* --------------------------------------------------alt resim-------------------------------------------------- */
#footer {
	color: #0066FF;
	font-weight:bold;
	font-size: 9px;
	text-align:center;
	padding:20px 0 0px 0;
	margin:0 0 0 0;
	background: url(../images/altback1.jpg) no-repeat top center;
}

#footer a {
	color: #000;
	padding:0.2em;	
}

#footer a:hover {
	text-decoration:none;
	color: #33FF00;	
	}


/* --------------------------------------------------köse bannerlari-------------------------------------------------- */	
#topleft {
	position: absolute;
  	left: 0px;
  	top: 0px;
    display: block;
	height:125px;
	width: 125px;
	background: url(../images/kenar.gif) no-repeat;
  	text-indent: -999em;
  	text-decoration: none;
	}
#googleklam {
	position: absolute;
  	left: 0px;
  	top: 220px;
    display: block;
	height:125px;
	width: 125px;
	}

#topright {
	position: absolute;
  	right: 0px;
  	top: 220px;
    display: block;
	height:468px;
	width: 60px;
	background: url(http://www.turbofalcon.com/pictures/izmitin1.jpg) no-repeat;
	}
	
/* --------------------------------------------------balonlar-------------------------------------------------- */		
.tooltip{
width: 200px; color: #0033FF; 
font:bold 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(../images/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(../images/bt.gif) no-repeat bottom}

/* --------------------------------------------------xslider-------------------------------------------------- */	

#xlide {background-color:#000000;position:relative;margin:auto;width:250px;border:0px solid #000000;height:350px;}
#xlide img {border:0px;display:none;position:absolute;top:0; left:0;right:0; bottom:0;margin:auto;}

/* --------------------------------------------------slide tab-------------------------------------------------- */	
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		/* THE IMPORTANT STUFF STARTS HERE */
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			width: 100%;
			position: relative;
			margin: 0;
		}

		/* These 2 lines specify style applied while slider is loading */
		.svw {width: 50px; height: 20px; background: #000; overflow: hidden;}
		.svw ul {position: relative; left: -999em;}

		.stripViewer { /* This is the viewing window */
			text-align: left;
			font-size: 12px;
			position: relative;
			overflow: hidden; 
			color: #000;
			border: 5px solid #7A7C80; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 790px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 415px;
			clear: both;
			background-color: #fff;
			background-image: url(../images/back0.jpg);
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			-moz-user-select: none; /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			width: 790px; /* Also specified in  .stripViewer  above */
			height: 100%;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* Üsteki butonlar */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 25px;
			background-image: url(../images/1.jpg);
			color: #004CFF;
			text-decoration: none;
			display: block;
			padding: 0 21px;
		}
		
		.stripNav a:hover {
			background-image: url(../images/2.jpg);
			color: #fff;
		}

		.stripNav a:visited {
			color: #fff;
		}

		
		.stripNav a.current {
			background-image: url(../images/2.jpg);
			color: #0000FF;
		}
		
		.stripNavL, .stripNavR { /* Sag sol oklar */
			position: absolute;
			top: 420px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 35px;
			width: 35px;
		}
		
		.stripNavL {
			left: 0px; /* sol oklarin koseye uzakligi */
		}
		
		.stripNavR {
			right: 0px; /* sag oklarin koseye uzakligi */
		}
				
		.stripNavL {
			background: url(../images/sol.jpg) no-repeat center;
		}
		
		.stripNavR {
			background: url(../images/sag.jpg) no-repeat center;
		}