/* CSS Sıfırlama */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

	:focus {
		outline: 0;
	}

	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/*CSS Sıfırlama Bitiş*/

 
	body
	{
		font-size:11px;
		font-family:tahoma;
		background:url(../images/header.jpg) center top no-repeat; 
		width:100%;  position:absolute;
	} 

	html
	{
		background:url(../images/bg.gif);
	}


	.container
	{
		float:left;
		width:796px;
		height:800px;
	}

	.header
	{
		float:left;
		width:100%;
		height:186px;
	}

	.logo
	{
		float:left;
		width:302px;
		height:143px;
		line-height:1000px;
		overflow:hidden;
	}

	.menu
	{
		float:left;
		width:702px;
		height:31px;
		margin-top:65px;
		margin-left:50px; 
	}

	.menu li
	{
		float:left;
		width:117px;
		height:27px;
	}

	.menu li a
	{
		float:left;
		width:100%;
		height:100%;
		background:url(../images/menu_hover.jpg) left 100px no-repeat;
		overflow:hidden;
		text-align:center;
		text-decoration:none;
		color:white;
		font-weight:bold;
	}

	.menu li a:hover
	{
		color:black;
	}

	#jant:hover{background-position:-117px top;}
	#lastik:hover{background-position:-234px top;}
	#galeri:hover{background-position:-351px top;}
	#iletisim:hover{background-position:-468px top;}
	#dipnot:hover{background-position:-585px top;}


	.slide
	{
		float:left;
		width:588px;
		height:257px;
		margin-left:102px;
		margin-top:16px;
	}

	#slide
	{
		float:right;
		width:588px;
		height:257px;
		overflow:hidden;
	}

	.icerik
	{
		float:left;
		width:671px;
		min-height:400px;
		background:url(../images/icerikbg.gif) 3px 0px repeat-y;
		margin-top:25px;
		padding-left:60px;
		padding-right:65px;;
	}

	.blok
	{
		float:left;
		padding-top:13px;
	}

	.blok li
	{
		float:left;
		width:197px;
		height:281px;
		padding-left:23px;
		margin-left:2px;
		margin-bottom:20px;
		background:url(../images/blok_bg.gif) no-repeat; 
	}

	.blok li a
	{
		float:left;
		width:100%;
		text-decoration:none;
		color:black;
		margin-top:6px;
		padding-left:17px;
		background:url(../images/ok.gif) left center no-repeat;
	}

	.blok li a:hover
	{
		color:#ad0000;
	}

	.blok li h2
	{
		font-size:12px;
		margin-top:17px;
		margin-bottom:14px; color:white;
	}


	.sayfa_detay
	{
		float:left;
		width:
	}

	.baslik
	{
		float:left;
		width:100%;
		border-bottom:dotted 1px #0d3353;
		font-size:18px;
		font-family:arial;
		font-weight:normal;
		padding-top:5px;
		padding-bottom:10px;
		margin-bottom:10px;
	}


	.footer_menu
	{
		color:white;
		text-align:center;
		margin-bottom:20px;
	}

	.footer_menu a
	{
		text-decoration:none;
		color:white;
	}

	.footer_menu a:hover
	{
		text-decoration:underline;
	}


	.sayfa_baslik
	{
		float:left;
		width:648px;
		height:47px;
		background:url(../images/sayfa_top.jpg) no-repeat;
		padding-left:30px;
		padding-top:33px;
		color:white;
		font-size:18px;
		font-family:arial;
		font-weight:normal;
	}

	.sayfa_detay
	{
		float:left;
		width:638px;
		background:url(../images/sayfa_bg.jpg) repeat-y;
		color:black;
		padding-left:30px;
		padding-right:10px;
		padding-bottom:10px;
	}



.fotograflar
{
float:left;
width:306px;
}

.fotograflar img
{
float:left; 
padding:2px;
border:solid 1px #1b2d45;
margin-right:5px;
margin-bottom:5px;
}

.fotograflar img:hover
{
background:#1b2d45;
}

.form
{
float:left; 
width:50%
}

.form input[type="text"]
{
border:solid 1px #dddddd;
width:250px;
margin-bottom:10px;
}

.form textarea
{
border:solid 1px #dddddd;
width:250px;
margin-bottom:10px;
height:80px;
}

.form input[type="submit"]
{
border:solid 1px #dddddd;
background:white;
display:block;
width:120px;
}
