﻿/* css by kucukgeris.com */

body {
	margin:10px 0 10px 0;
	padding: 0;
	background:#264E75;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #006291;
	
}

#header {
	width: 980px;
	height: 220px;
	margin: 0 auto; 
	background: url(images/headbg.png) no-repeat right bottom;
}

#left {float: left;
	width: 150px;
	margin:10px 0 0 0px;
	padding:10px;
	}
#content {
	float: left;
	width: 620px;
	margin:5px 0 0 0;
	padding:10px;

}

#right {
	float: right;
	width: 150px;
	margin:10px 0 0 0;
	padding:10px;
}
.clear{clear:both; height:0px;}

#footer
{ 
 height:60px;
 padding:10px 60 0 0;
 background: url(images/headerback.png);
 text-align: center;
 color:#ffffff;
}
#welcome
{
background-color: #EAF9FF;
padding:3px;
border:1px solod #FFFF00;
}
h2 {
	font-size: 22px;
	display:block;
	margin:0;
}

h3{
	font-size: 15px;
	color:#000000;
 background: url(images/cubuk.png);
	height:18px;
	display:block;
	margin:0;
	padding:2px 0 2px 2px;
	border:1px solid #009999;
}
h4 {
	font-size: 16px;
	color:#cccccc;
	display:block;
	padding-left:35px;
	font-weight:normal;
	
}

p {
	line-height: 18px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 18px;
}

ul li {
	padding: 2px 0 5px 5px;
	display:block;
	background-color: lightblue;
	border:1px solid #666666;

}
ul li:hover {
	
	background-color: white;

}

.thumbs {float:left;
width:170px;
height:150px;
margin:5px;
border:1px solid #CCCCCC;
text-align:center;
vertical-align:text-top;

}
.price
{color:#FF0000;
font-size:14px;
padding:2px;
}
.detail
{color:#000000;
font-size:12px;
padding:2px;
}
.cart
{color:#339933;
font-size:12px;
padding:2px;

}
h1
{ padding:45px 0 0 30px;
  color:#999900;
  font-weight:normal;
	font-size: 36px;
	text-decoration:none;
	line-height:36px;
	margin:0px;
	}


h1 a { color:#999900;
	text-decoration:none;
	}
h1 a:hover { color:#ffCC00;
	text-decoration:none;
}
#menu
{ height:60px;
 padding-left:25px;
 background: url(images/headerback.png);
}
#search {
	float: right;
	width: 250px;
	height: 30px;
	margin:15px 20px 0 0;
}

.toplinks
{ 
  width:100px;
  text-align:center;
  float:left;
  height:40px;
  line-height:40px;
  font-family:tahoma;
  font-size:14px;
  font-weight:bold;
  margin:10px 0 0 3px;
  color:#000000;
  text-decoration:none;
  background: url(images/linkbg.png) no-repeat center bottom;
 }

.toplinks:hover
{ color:#DFB91E; 
 background: url(images/linkbg-hover.png) no-repeat center bottom;
 }

a {
	color:#000000;
}

a:hover {
	text-decoration: none;
	color: red;
}