*{
margin:0px;
padding:0px
}
img{border:0px}
html{
width:100%;
height:100%;
text-align:center;
background-color:#26292E
}
body{
	width:778px;
	margin:auto;
	position:relative;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header{
background-image:url(../images/headbg.gif);
background-position:top left;
background-repeat:repeat-x;
height:134px;
text-align:right;
width:778px;
float:left;
}
.small{
text-align:right;
padding:15px 20px 0 0;
height:29px;
width:758px
}
.small a{
font-family:Arial;
font-size:9px;
color:#E4E4E4;
text-decoration:none;
margin:-1px 12px 0 12px;
}
.small a:visited{text-decoration:none}
.urunb {
	width: 100%;
	font-size: 12px;
	color: #FDAD24;
	padding-top: 5px;
}
.urunb span {
	font-size: 10px;
	color: #CCC;
}


.small a:hover{text-decoration:underline}
.small, .small img, .small a{
float:right
}
.logo{
float:left;
vertical-align:bottom
}
#header p{
font-family:Tahoma;
font-size:11px;
color:#7E7E7E;
padding:40px 35px 0 0;
float:right
}
#header p span{
color:#FDAD24
}
.menu{
	background-image:url(../images/menu_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
	width:778px;
	height:41px
}
.left{
	width:171px;
	float:left;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #26292E;
}
.left li{
	list-style-type:none;
	background-image: url(../yonetici/images/li1_1.gif);
	width: 154px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 5px;
	color: #FDAD24;
	height: 16px;
}
.left div {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 154px;
	padding-top: 3px;
}
.left  a {
	color: #FEDDA5;
	text-decoration:none;
}
.left  a:link {
	color: #FEDDA5;
}
.left  a:active {
	color: #FEDDA5;
}
.left  a:visited {
	color: #FEDDA5;
}
.left  a:hover {
	text-decoration:none;
	color: #FDAD24;
}
.baslik {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

.center{
	background-color:#494949;
	float:left;
	width:588px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	min-height: 400px;
}
#content{
float:left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #494949;

}
#footer{
background-image:url(../images/footer_bg.gif);
background-position:top left;
background-repeat:repeat-x;
height:82px;
width:778px;
float:left;
}
.copy{
font-family:Arial;
font-size:10px;
color:#8A8A8A;
width:90px;
margin:30px 0 0 20px;
float:left
}
.simple_overlay {          /* must be initially hidden */
	display:none;          /* place overlay on top of other elements */
	z-index:10000;          /* styling */
	background-color:#333;
	max-width:675px;
	min-height:200px;
	border:1px solid #666;          /* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	left: -100px;
}  /* close button positioned on upper right corner */ 
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* styling for elements inside overlay */
.details {
	font-size:11px;
	color:#fff;
	padding-left: 10px;
	text-align: left;
}

.details h3 {
	color:#aba;
	font-size:15px;
}
.thumbgrid {
	float: left;
	height: 100px;
	min-width: 40px;
	border: 1px solid #EA8513;
	margin: 5px;
	position: relative;
	overflow: hidden;
	padding: 2px;
	
}
.thumbgrid img {
	height: 100px;
}

.thumbdetail {
	float: left;
	background: #000;
	height: 30px;
	width: 100%;
	opacity: .8;


	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	visibility: hidden;
	left: 0px;
	bottom: 0px;
	position: absolute;
	top: 154px;
}
.iletisim {
	color: #F3D1AC;
}
.apple_overlay {
	/* initially overlay is hidden */
	display:none;
	/* growing background image */
	/* background-image:url(../images/white.png); */
	background-image:url(../images/transparent.png);
	/*          width after the growing animation finishes         height is automatically calculated     */
	min-width:550px;
	min-height:400px;
	/* some padding to layout nested elements nicely  */     
	padding:35px;      /* a little styling */
	font-size:11px;
	text-align: center;
	}  /* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
	background-image:url(../images/close.png);
	position:absolute; 
	right:5px; 
	top:5px;     
	cursor:pointer;     
	height:35px;     
	width:35px;
	}
