
body {
	background: url(images/bg.jpg) repeat;
	text-align: left;
	font-family: tahoma;
	font-size: 13px;
	color: #222;
	margin: 20px 0px 20px 0px;
	overflow: visible ;
}

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

a { text-decoration:none; color:#222;}
a:hover { text-decoration: underline; color:#222;}
/* Content */

#content {
	background: #FFFFFF;
	width: 900px;
	height:600px;
	margin: 0px auto;
	border:1px solid #000000;
}
#top { 
	background: #FFFFFF;
	height:90px;
}
#header { 
	width: 880px;
	height:80px;
	margin:0px auto;
	border-bottom: 1px solid #000;
}
.logo {
	width:340px;
	height:80px;
	float: left;
}
.menu {
	width:510px;
	height:50px;
	float:left;
	margin: 25px 0px 0px 0px;
}
.menu a {
	background: url(images/menu-bg.jpg) no-repeat; 
	float: left; 
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	height: 30px;
	display: block;
	margin-right:2px;
}
.menu a:hover,
.menu .active {
	background: url(images/menu-hover.jpg) no-repeat;
	color:#fff;
	text-decoration:none;
}

#wrap { 
	width: 880px;
	height:510px;
	margin:0px auto;
}

.slayt {
	width:308px;
	height:500px;
	float:left;
}

.site-bosluk {
	width: 30px;
	height:500px;
	float:left;
}

.site {
	width: 530px;
	height:500px;
	float:left;
}
.site .bottom-ban {
	width: 530px;
	height:156px;
	float:left;
}
.site .bottom-ban a {
	width:174px;
	height:156px;
	float:left;
	text-align:center;
	border: none;
}
.site .bottom-ban a:hover {
	border: none;
}

.bottom-belge {
	width: 530px;
	height:156px;
	float:left;
	margin:0px 0px 0px 0px;
}
.bottom-belge a {
	width:100px;
	height:138px;
	float:left;
	text-align:center;
	border: none;
	margin-right:2px;
	border: 1px solid #000;
}
.bottom-belge a:hover {
	border: 1px solid #b40000;
}
.bottom-belge img { border:1px solid #fff; margin: 3px auto 0px auto;}

.baslik {
	color:#b40000;
	font-size:16px;
	font-weight:bold;
}
.referanslar { margin: 25px 0px 0px 0px;}
.referanslar p { margin: 7px 0px 7px 0px; font-size:11px;}
.ref-left { float:left; width:265px; height:100px;}
.ref-right { float:right; width:265px; height:100px;}


#footer {
	width: 900px;
	height:40px;
	margin: 15px auto 0px auto;
	color:#e1e1e1;
	font-size:11px;
}
#footer a {
	color:#e1e1e1;
	text-decoration:none;
}
#footer a:hover {
	color:#e1e1e1;
	text-decoration:underline;
}

.foot-left {
	width: 500px;
	float:left;
}
.foot-right {
	width: 300px;
	float:right;
	text-align:right;
}


