/* CSS Document */
/*html{
	overflow:hidden;
}*/
body{
	background:url(../images/bg.png) repeat-x #241e1b;
	font:normal 12px "Trebuchet MS";
	color:#4a4a4a;
	padding:0px;
	margin:0px;
	overflow: -moz-scrollbars-vertical; /* Daima kaydırma çubuğunu göster */
}
body a:link,a:visited, a:active{
	color:#4a4a4a;
}
body a:hover{
	color:#fda20e;
}

div{
	position:relative;
	display:block;
}
.turkishwood{
	float:left;
	background:url(../images/turkishwood.png) no-repeat;
	width:240px;
	height:304px;
}
.turkishpaper{
	float:left;
	background:url(../images/turkishpaper.png) no-repeat;
	width:240px;
	height:304px;
}
.turkishfurniture{
	float:left;
	background:url(../images/turkishfurniture.png) no-repeat;
	width:240px;
	height:304px;
}
.ulusal_mobilya{
	float:left;
	background:url(../images/ulusal_mobilya_tasarim_yarismasi2.png) no-repeat;
	width:240px;
	height:304px;
}
table{
	width:550px;
}
table tr td{
	font:normal 12px "Trebuchet MS";
	text-align:left;
}
body img{
	border:0px;
	float:left;
}
p{
	color:#000;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
#container{/* tüm siteyi taşıyacak olan kısım */
	margin:0px auto;
	width:960px;
}
#banner{/* #banner kısmı buradan başlar //////////////////////////////////////////////////////////////////*/
	background:url(../images/bg_banner.jpg) no-repeat;
	width:960px;
	height:139px;
	margin:0px auto;
}
#language{
	position:absolute;
	top:98px;
	left:552px;
	width: 62px;
}
#language img{
	margin:2px;
	border:1px solid #4a4a4a;
}
#logo{
	position:relative;
	background:url(../images/logo.png) no-repeat;
	width:597px;
	height:53px;
	top:65px;
	padding:0 0 0 15px;
	margin:0px auto;
}

#content{	
	width:960px;
	margin:0px auto;
}

h1{
	display:block;
	text-indent:-9999px;/*metni gizle, seo için tut*/
	width:597px;
	height:53px;
	margin:0px auto;
	cursor:default;
}
h2{
	font-size:20px;
	color:#4a4a4a;
	padding:15px 0 10px 20px;
	margin:0px;
}
h3,h4{
	background:url(../images/dotted.gif) bottom left repeat-x #fbfbfb;
	color:#4a4a4a;
	padding:0px 0 3px 0px;
}
h3{
	background:url(../images/dotted.gif) bottom left repeat-x;
	font-size:15px;
	margin:2px 20px 10px 0;
}
h4{
	font-size:13px;
	margin:2px 10px 10px 2px;
}
#footer{/* #footer kısmı buradan başlar /////////////////////////////////////////////////////////////////////////*/
	font-size:10px;
	background:url(../images/bg_footer.png) repeat-x;
	clear:both;
	text-align:center;
	top:65px;
}
#footer .orta{
	color:#0000;
	width:960px;
	height:42px;
	margin:0px auto;
	padding:7px 0 0 0;
	text-align:center;
}
#footer .orta p{
	color:#0000;
	padding:0px;
	margin:0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
