html {
     overflow-y:scroll;
}

body{
	background-color: #ffffff;
	color: #333;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 28px;
}

a, a:hover, a:visited, a:active{
	color: #000;
	text-decoration: none;
	border-bottom: dotted 1px #B71D22;
}

.header{
	width: 100%;
	height: 66px;
	background-image: url(images/headerBarBack.png);
	background-repeat: repeat-x;
	text-align: center;
}

		.header .inner{
			width: 900px;
			margin: 0 auto;
		}

	.header a{
		background-image: url(images/navigation.png);
		background-repeat: no-repeat;
		height: 66px;
		text-indent: -9999px;
		display: block;
		float: left;
		border-bottom: 0px;
	}
	
	
	
		.header a.anasayfa{
			background-position: 0 -66px;
			width: 155px;
			margin-right: 25px;
		}
		
		.header a.anasayfa:hover{
			background-position:  0 0;
		}
		
		.header a.servisler{
			background-position: -180px -66px;
			width: 146px;
			margin-right: 25px;
		}
		
		.header a.servisler:hover{
			background-position: -180px 0px;
		}
		
		.header a.neden{
			background-position: -350px -66px;
			width: 282px;
			margin-right: 25px;
		}
		
		.header a.neden:hover{
			background-position: -350px 0px;
		}
		
		.header a.blog{
			background-position: -660px -66px;
			width: 83px;
			margin-right: 15px;
		}
		
		.header a.blog:hover{
			background-position: -660px 0px;
			width: 83px;
		}
		
		.header a.iletisim{
			background-position: -760px -66px;
			width: 127px;
		}
		
		.header a.iletisim:hover{
			background-position: -760px 0px;
			width: 127px;
		}
		
		
			.friendfeed{
				width: 121px;
				height: 26px;
				position: absolute;
				right: 20px;
				top:80px;
			}
	
		

.logo{
	width: 809px;
	height: 209px;
	margin: 60px auto 80px auto;
}

.logo2{
	width: 809px;
	height: 270px;
	margin: 60px auto 80px auto;
}


.indexpanik{
	width: 405px;
	height: 524px;
	margin: 60px auto;
}

p{margin-bottom: 24px;}


.subcontainer{
	width: 100%;
	background-color: #f1f1f1;
	padding: 25px 0 10px 0;
	
}

.subcontainer .subcontent .tab{
	position:absolute;
	top:-70px;
	right:0;
	background-color:#f1f1f1;
	padding:10px 15px;
}

	.subcontainer .subcontent{
		width: 750px;
		margin: 0 auto;
		text-align: justify;
		position:relative;
	}
	
	.subcontainer .subcontent h1{
		background-image: url(images/subtitle.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
		height: 42px;
		margin-bottom: 10px;
		
	}	
	
	.subcontainer .subcontent h2{
		font: normal 40px/42px "Trebuchet MS";
		color:#000000;
		margin-bottom:25px;
		margin-top: 15px;
	}

		.subcontainer .subcontent h2 a, .subcontainer .subcontent h2 a:hover, .subcontainer .subcontent h2 a:visited, .subcontainer .subcontent h2 a:active{
			color: #000;
			text-decoration: none;
			border-bottom: none;
		}
	
	.subcontainer .subcontent h3, .footerblog .inner h3 {
		font: normal 30px/32px "Trebuchet MS";
		color:#B71D22;
	}
	
		.subcontainer .subcontent h1.sprite-blog { background-position: 0 0; width: 71px;} 
		.subcontainer .subcontent h1.sprite-iletisim { background-position: 0 -92px; width: 121px;} 
		.subcontainer .subcontent h1.sprite-neden { background-position: 0 -184px; width: 274px;} 
		.subcontainer .subcontent h1.sprite-servisler { background-position: 0 -276px; width: 136px;} 



	.subcontainer .subcontent ul{
		margin-bottom:24px;
	}


	.subcontainer .subcontent ul li{
		background-image:url(images/bullet-trans.png);
		background-repeat:no-repeat;
		background-position:left 8px;
		padding-left:30px;
		margin-bottom:5px;
	}



.footer{
	width: 100%;
	height: 259px;
	background-color: #b71d22;
	background-image:url(images/footerback.png);
	background-repeat:repeat-x
}

.footercontent{
	width:750px;
	height:259px;
	margin:0 auto;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:10px;
	position: relative;
	z-index: 1000;
	font-family: verdana;
	font-size: 12px;
}


.footercontent .x{
	position: absolute;
	left: 0px;
	top: 185px;
	font-size: 12px;
	color: #fff;
}


.footercontent .x a{
	color: #fff;
	font-size: 12px;
	margin-right: 15px;
}




		.footerblog{
			width: 100%;
			height: auto;
			padding: 15px 0 0 0;
			background-color: #f1f1f1;
			font-family: tahoma, verdana, sans-serif;
		}
		
		
			.footerblog .inner{
				width: 750px;
				margin: 0 auto;
				position: relative;
			}
			
			
				.footerblog .inner .tab{
					position: absolute;
					top:-65px;
					right:0;
					background-color:#f1f1f1;
					padding:10px 15px;
				}
				
				
				
				
				
						.listing .blogitem{
								background-color: #e5e5e5;
								padding: 5px 5px 5px 30px;
								border: solid 1px #c9c9c9;
								width: 330px;
								float: left;
								margin-right: 15px;
								margin-bottom: 15px;
								background-image:url(images/bullet-trans.png);
								background-repeat:no-repeat;
								background-position:3px 14px;
						}
						
						
						.listing .blogitem:hover{background-color: #fff; border-color: #b71d22;}
							
						
						
						.listing .blogitem a{display:  block; border-bottom: dotted 0px #ffffff;}


.listing .blogitem h1{font-family: tahoma, verdana, sans-serif; font-size:12px}





.subcontainer .subcontent img{
	border:solid 5px #ddd;
}

.subcontainer .subcontent img.seperator{
	border:none;
	margin:15px 0 30px 0;
}


.pagecontent{
	font-family: Tahoma, Verdana;
	font-size: 13px;
}

.navigation .alignleft{
	float: left;
	width: 320px;
	text-align: center;
	background-color: #000;
	
}

.navigation .alignright{
	float: right;
	width: 320px;
	text-align: center;
	background-color: #000;
}

.navigation a, .navigation a:visited, .navigation a:active{
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	display: block;
	width: 270px;
}

.navigation a:hover{
	color: #FFCC05;
}





.iletisimf input[type=text], .iletisimf textarea{
	border: none;
	padding: 7px;
	font-family: Verdana;
	font-size: 11px;
}

.iletisimf textarea{ width: 425px; }


.blogpopup{
	display: none;
	position: absolute;
	width: 250px;
	background-color: #fff;
	padding: 10px;
	font-size:11px;
	font-family: Verdana;
	border: solid 5px #FFCC05;
	text-transform: lowercase;
}

.singlemeta{
	width: 250px;
	background-color: #fff;
	padding: 10px;
	font-size: 11px;
	font-family: tahoma, verdana;
	text-transform: lowercase;
	text-align: left;
	float: right;
	margin-left: 15px;
}

.yorumlar h4{
		font: normal 30px/32px "Trebuchet MS";
		color:#B71D22;
		margin-bottom: 15px;
	}

	.yorumlar ol li{
		width: 730px;
		margin: 0 auto;
		text-align: justify;
		padding:10px;
		border: solid 5px #B71D22;
		background-color: #fff;
		margin-bottom: 15px;
		background-image: none;
		font-size: 11px;
		font-family: verdana;
         }


	.yorumlar ol li p{
padding-bottom:4px;
padding-top:3px;
}


		.yorumlar .author{ font-size: 12px; }



.yorumlar p{margin-bottom:0px;}

.yorumlar{ line-height:22px; }





.yorumyaz{
	padding-top:15px;
}


.yorumyaz h4{
		font: normal 30px/32px "Trebuchet MS";
		color:#B71D22;
		margin-bottom: 15px;
}

.yorumyaz input[type=text], .yorumyaz textarea{
	border: none;
	padding: 7px;
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 10px;
	width: 220px;
}

.yorumyaz textarea{
	width: 400px;
	height: 175px;
}

.yorumyaz .req{color: red;}











	.contactformbox{
		width: 440px;
		padding:0 10px 10px 10px;
		float: left;
		border: solid 5px #fff;
	}

	
	.contactpagetext{
		width: 250px;
		padding: 10px;
		float: right;
		background-color: #fff;
		text-align: center;
		font-size: 11px;
	}









.credits{
	width: 100%;
	height: 46px;
	background-image: url(images/headerBarBack.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 20px;
}


.credits h6{
	color: #b71d22;
	font-size: 30px;
	font-family: helvetica, arial;
}










.subcontainer .subcontent img.wp-smiley{
	border: none;
}












.subcontainer .subcontent .blognavis{
	width: 300px;
	background-color: #fff;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	font-family: tahoma, verdana;
	text-transform: lowercase;
	margin-top: 20px;
}







.sbox{
	border: solid 2px #ffcc05;
	font-family: verdana;
	font-size: 12px;
	padding: 5px 3px;
	width: 290px;
	margin-top: 10px;
}

.sbox:focus{
	border-color: #b71d22;
}







