/* CSS Document */

*, html, body {
	margin:0;
	padding:0;
}

body {
	background:#35302D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {color:#9E8A57;}

img a {border:none;}

#logo,
#kursi,
#left,
.nav,
#search { behavior:url(iepngfix.htc) }

#wrap {
	width:1000px;
	margin:0 auto;
	padding:0 1px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	background:#000;
	position:relative;
}

#header {
	width:1000px;
	height:95px;
	margin:0 auto;
	padding-top:25px;
	background: url(images/design/header.jpg) no-repeat;
	position:relative;
}

#logo {
	width:213px;
	height:80px;
	padding:0;
	background:url(images/design/logo.png) no-repeat;
	position:absolute;
	top:0;
	left:35px;
}

#kursi {
	width:85px;
	height:113px;
	background:url(images/design/kursi.png);
	position:absolute;
	top:5px;
	left:250px;
	z-index:100;
}

#addr {
	width:315px;
	height:55px;
	color:#EAD4AF;
	font-size:11px;
	float:right;
}


#page {
	width:985px;
	margin:0 auto;
	padding-left:15px;
	background:#D2C4A1 url(images/design/shadow-top.jpg) top repeat-x;
}

#right{
	width:620px;
	margin-bottom:30px;
	padding: 55px 15px 0 15px;
	color:#68533E;
	background:url(images/design/content-top.jpg) top no-repeat;
}	

.title {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	color:#68533E;
}

.content {
	width:620px;
	height:auto;
	margin:20px 0;
	padding-bottom:20px;
	border-bottom: solid 1px #E3DBC4;
}


#content-top{
	background: url(images/design/content-1.jpg) bottom right no-repeat;
}

#content-bottom {
	background: url(images/design/content-2.jpg) bottom right no-repeat;
}

.patern {
	background:url(images/design/pattern.png);
}

#left {
	background:url(images/design/top-left.png) top no-repeat;
	padding-top:15px;
}

/************* Menu *****************/
.nav {
	width:250px;
	height:auto;
	margin: 0 15px 10px 15px;
	padding:0;
	background:url(images/design/left-menu.png);
	color:#D6C5B4;
}

.nav a {
	text-decoration:none;
	color:#D6C5B4;
}

.nav a:hover{color:#999966}

.nav h3 {
	padding-top:15px;
	padding-left:15px;
	font-size:18px;
}

.nav ul {
	width:180px;
	margin:0 auto;
	padding:25px 0 30px 0;
	display:block;
}

.nav li {
	width:180px;
	height:22px;
	line-height:22px;
	margin:0 auto;
	padding:0;
	border-bottom:solid 1px #5B4A35;
	list-style:none;
	
}

#top-nav li{
	text-indent:25px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	background:url(images/design/ul.png) left no-repeat;
}

.clear {clear:both}

#search {
	width: 150px;
	height: 100px;
	margin:20px auto;
	padding:10px;
	text-align:center;
	background:#48402e;
}

.style1 {color: #D6C5B4}

.box {
	border:solid 1px #D2C4A1;
	text-align:center;
	padding:0 5px 5px 5px;
}

.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;
}

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;
}