*, html, body {
	margin:0;
	padding:0;
}

body {
	background:#642800;
	font-family:Arial, Helvetica, sans-serif;
}

#wrap1 {
	background: url(images/design/shadow-left.png) left repeat-y;
	width: 910px;
	margin:0 auto;
	padding-left:5px;
	
}
#wrap2 {
	background: url(images/design/shadow-right.png) right repeat-y;
	width: 905px;
	margin:0 auto;
	padding-right:5px;
	position:relative;
}
#inner {
	width: 900px;
	margin:0 auto;
	padding-top:20px;
	background:#333;
	border-right: solid 1px #666;
	border-left: solid 1px #666;
	position:relative;
}

#header {
	width:900px;
	height:210px;
}

#logo {
	width: 252px;
	height:210px;
	float:left;
	background: #fff url(images/design/logo.jpg) left no-repeat;
}

#kursi {
	width: 648px;
	height:210px;
	float:left;
	background:#fff url(images/design/header.jpg);
}

.shadow-top {
	width:100%;
	height:210px;
	background:url(images/design/shadow.png) top repeat-x;
}

.shadow-bot {
	width:100%;
	height:210px;
	background:url(images/design/shadow2.png) bottom repeat-x;
}

#nav {
	width: 900px;
	height: 40px;
	background:url(images/design/menubg.png) repeat-x;
}

#nav ul {
	display:block;
	margin-left:20px;
}
#nav li {
	display:inline;
	color:#fff;
	font-size:12px;
	line-height:40px;
	border-right: solid 1px #fff;
	padding: 0 10px;
}

#nav a {
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

.no-border {border:none}

#page {
	width:900px;
	background:#cfcfcf;
}


#sidebar {
	width: 250px;
	height:auto;
	background:#fff;
}

.box {
	width:246px;
	padding:2px 2px 20px 2px;
	border-bottom: solid 3px #ccc;
}

.box h3 {
	font-size:14px;
	font-weight:bold;
	width:220px;
	height:25px;
	margin-bottom:20px;
	padding-left:26px;
	line-height:25px;
	color:#fff;
	background: url(images/design/titlebg.png) repeat-x;
}

.box li {
	width:190px;
	height:20px;
	font-size:12px;
	color:#c14c21;
	margin-left:26px;
	list-style:none;
	line-height:20px;
	border-bottom:solid 1px #ccc;
}

.box li a {
	color:#c14c21;
	text-decoration:none;
}

.box li a:hover {text-decoration:underline;}

#right {
	width:640px;
	height:auto;
	padding:2px 2px 20px 2px;
	border-bottom: solid 5px #ccc;
	background:#fff;
}

#right h2 {
	height:25px;
	margin-bottom:20px;
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	color:#fff;
	background:#000;
}

#content {
	color:#4b4b4b;
	width:600px;
	margin-left:25px;
	font-size:12px;
}

#content p {
	margin-bottom:10px;
	text-align: justify;
	line-height: 18px;
}

.footer {
	font-size:10px;
	font-family: verdana;
}

table.cart {
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: #C7C7C7;
	border-collapse: collapse;
	background-color: #ffffff;
	width: 500px;
}
table.cart td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: #C7C7C7;
}

.thumb {
	width: 170px;
	text-align:center;
}
.thumb td {padding-top:5px;}

.thumb a {
	font-size:11px;
	font-weight:bold;
	color:#a45340;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

