/* Basic Reset CSS By Yavuz Bayar 2009 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,* {padding: 0;margin: 0;outline:none;color:#999;font:12px Verdana}

a:link {color: #666;text-decoration: none;}
a:visited {text-decoration: none;color: #666;}
a:hover {text-decoration: underline;color: #666;}
a:active {text-decoration: none;color: #666;}
img {border:0px;}

body{
	background:url(../images/background.png);
}

#main {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bg_center.png) repeat-y center;
}
.banner {
	width:500px;
	float:left;
	background:url(../images/tableBG.jpg) repeat-y;
	padding:10px 0 0 0;
}
.center {
	width:500px;
	float:left;
	background:url(../images/tableBG.jpg) repeat-y;
	padding:10px 0 0 0;
}
.urun {
	width:482px;
	float:left;
	padding-left:18px;
	background:url(../images/tableBG.jpg) repeat-y;

}
.urun h1{
	width:453px;
	float:left;
	font:24px "Times New Roman", Times, serif;
	background:#805b41;
	color:#FFFFFF;
	margin:10px 0 0 0;
	padding:30px 0 10px 10px;
}
.urun ul{
	list-style-type:none;
	width:100px;
	float:left;
}
.urun ul li{
	list-style-type:none;
	width:100px;
	float:left;
}
.urun ul li a{
	list-style-type:none;
	width:100px;
	background:url(../images/urunBG.jpg) repeat-x;
	float:left;
	padding:4px 0 4px 4px;
	margin:3px 0 0px 0;
	color:#FFFFFF;
}
.urun ul li a:hover{
	background:url(../images/urunBG2.jpg) repeat-x;
	text-decoration:none;
}
.urun h2{
	width:343px;
	float:left;
	font:bold 20px "Times New Roman", Times, serif;
	border-bottom:1px solid #805b41;
	color:#805b41;
	margin:10px 0 0 20px;
}
.urun h4{
	margin:10px 0 0 20px;
	float:left;
	width:330px;
}	
.urun h3{
	width:343px;
	float:left;
	font:14px Arial, Helvetica, sans-serif;
	color:#805b41;
	margin:10px 0 0 20px;
	line-height:18px;
}




