@charset "UTF-8";
/* CSS Document */
/* Design by Nur CSS Document 

 	Web Designer NUR,  visit  www.designbynur.com
	Design and Layout by NUR KARLICA ROY
	(c) Copyright 2009 All rights reserved!
*/

html,body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #161616;
	background-image:url(../bg/bg6.jpg);
	list-style-image: url(../bg/ok1.jpg);
}

#top {
	text-align: right;
	width: 100%;
	height: 60px;
	color: #ccf;
	background-position:top left;
	background-color: #226063;
	border-bottom: 4px groove #266164;
}


#top  a:link {
	text-decoration: none;
	color: #fff;	
	font-weight: bold;
	padding: 4px;
	font-size: 16px;
	
	
}

#top a:visited {
	text-decoration: none;
	color: #FFC;
	font-weight: bold;
	padding: 4px;
	font-size: 16px;
}

#top a:hover {
	text-decoration: none;
	color: #F90;
	font-weight: bold;
	padding: 4px;
	font-size: 16px;
}

#top a:active {
	text-decoration: none;
	color: #CF3;
	font-weight: bold;
	padding: 4px;
	font-size: 16px;
}


a:link {
	text-decoration: none;
	padding: 4px;
	font-weight: bold;
	color: #039;
}

 a:visited {
	text-decoration: none;
	padding: 4px;
	font-weight: bold;
	color: #069;
}
	
a:hover {
	text-decoration: none;
	padding: 4px;
	font-weight: bold;
	color: #F30;
}
	
a:active {
	text-decoration: none;
	padding: 4px;
	font-weight: bold;
	color: #33C;
}
	
#main {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: #ffffff;
    border: 4px solid #266164;
}

#orta {
	padding: 15px;
	}

#outer {
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	width: 97%;
	background-image:url(../bg/bg2.gif);
	padding: 5px;
	}


.big {
	font-size: 16px;
	color: #341063;
	padding: 2px;
	font-weight: bold;
	}
	
	
.brd {
	border: 2px solid #111;
	background-color: #266164;
	padding: 3px;
	}
	
	
.grn {
	color: #266164;
	font-weight: bold;
	font-size: 16px;
}

.huge {
	color: #191816;
	font-weight: bold;
	font-size: 20px;
}



#footer {
	color: #999;
	margin-bottom: 5px;
	text-align: center;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 11px;
	letter-spacing: 2px;
	}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
border: 2px dotted #eee;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 150px;
left: 60px; /*position where enlarged image should offset horizontally */


