@charset "utf-8";
@import "reset.css";
@import "slider.css";
@import "content.css";
@import "alts.css";
@import "table.css";


/* Global
------------------------------------------------------------- */
html, body {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica;
	color:#fff;
	font-size:12px;
	background-color: #fff;
	background-image: url(../images/zemin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height:150%;
}


p {
	padding: 0 0 0px 0;
	margin: 0;
}

a {
	color:#666;
	text-decoration:none;
}

a:hover {color: #000000;}	

/* Üst
------------------------------------------------------------- */
#wrapper {width:960px; margin:0 auto; padding-bottom:40px;}

#ust_baslik {
	clear: both;
	width: 960px;
	height: 86px;
	position: relative;
	padding-left: 0px;
	margin: 0 auto;
	background-image: url(../images/baslik_zemin.png);
	background-repeat: no-repeat;
	background-position: center top;
	}

#ideal_logo {
	clear: left;
	float: left;
	margin-top: 15px;
	margin-left: 12px;
	}
	
/*#contact {
	width:84px;
	height:19px;
	background-image:url(../images/contact.png);
	float:right;
	margin-top:46px;
	text-indent:-9999px;
}
#contact a {display:block; width:84px; height:19px;}
#contact a:hover {background-image:url(../images/contact_over.png);} */


		
/*	| NAVIGATION
	------------------------------------- */

div#menubar {
	background: url(../images/menubar_zemin.png) left top no-repeat !important;
	width: 960px;
	height: 38px;
	padding: 8px;
	overflow: hidden;
	margin: 0;
	position: relative;
	

	}
	
#navigation {
	margin: 0;
	padding: 0;
	}
	#navigation li {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation li.first {
		margin-left: 10px;
		}
	#navigation li.back {
		background: url('../images/lava.gif') no-repeat right -25px;
		width: 4px;
		height: 25px;
		z-index: 8;
		position: absolute;
	}
	#navigation li.back .left {
		background: url('../images/lava.gif') no-repeat top left;
		height: 25px;
		margin-right: 4px;
	}
	#navigation li a {
		text-decoration: none;
		color: #fff;
		outline: none;
		text-align: center;
		z-index: 10;
		display: block;
		height: 25px;
		position: relative;
		overflow: hidden;
		margin: auto 3px !important;
		margin: auto 8px; /* IE6 */
		text-indent: -500em;
		padding: 0 0 0 20px !important;
		padding: 0; /* IE6 */
	}
	#navigation li a strong {display: none;}
	#navigation li a:hover, #navigation li a:active, #navigation li a:visited {
		border: none;
		text-decoration: none;
	}		
#menubar_home a {
	width: 39px;
	background: url('../images/menubar_home.png') no-repeat center;
	}
#menubar_company a {
	width: 65px;
	background: url('../images/menubar_company.png') no-repeat center;
	} 
#menubar_products a {
	width: 69px;
	background: url('../images/menubar_products.png') no-repeat center;
	} 
#menubar_library a {
	width: 57px;
	background: url('../images/menubar_library.png') no-repeat center;
	}	
#menubar_links a {
	width: 41px;
	background: url('../images/menubar_links.png') no-repeat center;
	}
#menubar_contactus a {
	width: 81px;
	background: url('../images/menubar_contactus.png') no-repeat center;
	}
	
	
