/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
background:url(../images/body.jpg) top repeat-x #000;
font:90% Verdana;
color:#000;
}

a {
color:#e87b18;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#header {
height:248px;
display:block;
color:#fff;
background:url(../images/header.jpg) top center no-repeat;
}

h1.main_title {
font:170% Century Gothic;
color:#fff;
font-weight:bold;
margin:20px auto 0;
text-align:center;
}

h1.main_title a {
color:#fff;
text-decoration:none;
}

#menu {
	width: 980px;
	height: 30px;
	float:left;
	background:#d3d3d3;
	padding-bottom: 0;
	
}

#menu a {
	padding-right: 15px;
	padding-left: 8px;
	margin: 0px;
	display: block;
	font-size: 18px;
	color: #000;	
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	border: none;
	float:left;
}

#menu a:hover {
	color: #fff;
}

#container {
width:1000px;
margin:0 auto;
background:#151521;
padding:5px;
}

#inner_container {
width:980px;
background:#d3d3d3;
padding:10px 10px 10px 10px;
align:center;
float:right;
}

#sidebar {
width:210px;
padding:5px;
float:left;
background:#fff;
color:#000;
}

#container #sidebar h2 {
font-size:90%;
margin:5px 0;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
}



#content {
margin-left:0px;
width:750px;
float:right;
align:center;
background:#fff;
color:000;
}

#container #content {
color:000;
}


#container #urunler {
float:left;
margin-left:10px;
margin-bottom:10px;
padding:0px;
background:#fff;
font:80% Arial;
color:#000;
width:236px;
height:220px;
border-bottom: 1px solid #000;
}

#container #urunler a {
color:#303;

}

#container h1 {
font:170% Arial;
color:#blue;
margin:15px 0;
}

#container h2 {
font:110% Verdana;
color:#blue;
font-weight:bold;
margin:25px 0 15px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

#container img {
padding:0px;
}
#container img {
color:#000;
border:0;
}
#container a {
color:#blue;

}
#container a:hover {
color:#blue;
}

#footer {
width:980px;
background:#151521;
padding:10px;
margin:0 auto;
font:90% Verdana;
color:#fff;
text-align:center;
clear:both;
}
#footer a {
color:#00ff00;
}