body {
	background: transparent url(graphics/body.gif) repeat-y 180px 0;
	color: #000;
	font-family: arial, helvetica, serif;
	font-size: 80%;
	margin: 20px 0 0 0;
	min-width: 770px;
}
a {
	color: #c03;
}
img {
	border: 0;
}
#wrapper {
	background: transparent url(../graphics/wrapper.jpg) repeat-y 20px 0;
	overflow: hidden;
	width: 100%;
}
#hold {
	background: transparent url(../graphics/hold.jpg) no-repeat 20px 100%;
	overflow: hidden;
	width: 100%;
}
#header {
	background: #80c6a3 url(../graphics/headerkebab.jpg) no-repeat 100% 0;
	height: 80px;
	margin: 0 20px 0 20px;
	overflow: hidden;
}
#header a.headerbasket {
	color: #fff;
	float: right;
	font-size: 15px;
	font-weight: bold;
	line-height: 34px;
	padding: 0 44px 0 0;
	text-decoration: none;
	white-space: nowrap;
}
#header img {
	display: block;
}

#top {
	background: #008c46 url(../graphics/top.jpg) no-repeat 100% 100%;
	height: 24px;
	margin: 0 20px 0 20px;
	overflow: hidden;
}
#top ul {
	border-left: 180px solid #40a974;
	height: 24px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#top li {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#top li a {
	background: #008c46;
	border-right: 1px solid #80c6a3;
	color: #fff;
	display: block;
	float: left;
	line-height: 24px;
	margin: 0;
	padding: 0 10px 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
#top li a:hover {
	background: #c03;
}

#left {
	float: left;
	padding: 0 0 19px 0;
	width: 200px;
}
#left h1 {
	background: transparent url(../graphics/lefth1.jpg) no-repeat 0 100%;
	color: #fff;
	font-size: 15px;
	margin: 0 0 0 20px;
	padding: 20px 10px 20px 10px;
	text-align: center;
}
#left ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
	width: 180px;
}
#left li {
	background: #008c46;
	font-size: 11px;
	margin: 0 0 1px 0;
	padding: 0;
	width: 180px;
}
#left li a {
	background: #008c46 url(../graphics/lefta.jpg) no-repeat 7px 50%;
	color: #fff;
	display: block;
	line-height: 20px;
	padding: 0 0 0 25px;
	text-decoration: none;
	width: 153px;
}
#left li a:hover {
	background: #c03 url(../graphics/leftahover.jpg) no-repeat 7px 50%;
}
#left li.leftbasket {
	font-weight: bold;
	margin: 20px 0 0 0;
}
#left li.leftbasket a {
	background: #008c46 url(../graphics/leftbasket.jpg) no-repeat 7px 50%;
}
#left li.leftbasket a:hover {
	background: #c03 url(../graphics/leftbaskethover.jpg) no-repeat 7px 50%;
}

#right {
	float: right;
	width: 200px;
}
#right div {
	background: #80c6a3 url(../graphics/right.jpg) no-repeat 0 100%;
	cursor: pointer;
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 180px;
}
#right h1 {
	background: #40a974 url(../graphics/righth1.jpg) no-repeat 0 0;
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding: 5px 10px 5px 10px;
}
#right h1 a {
	color: #fff;
	text-decoration: none;
}
#right p {
	font-size: 11px;
	margin: 10px 10px 0 10px;
}
#right img {
	border-bottom: 1px solid #fff;
	display: block;
	margin: 0;
}
#right a.rightmore {
	background: transparent url(../graphics/rightmore.jpg) no-repeat 100% 100%;
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	line-height: 24px;
	font-size: 11px;
	padding: 10px 34px 0 0;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}
#right a.rightmore:hover {
	background: transparent url(../graphics/rightmorehover.jpg) no-repeat 100% 100%;
}

#center {
	margin: 0 220px 0 220px;
}
#page {
	float: left;
	padding: 0 0 5px 0;
	width: 100%;
}

#footer {
	background-color: #fff;
	color: #008c46;
	font-size: 11px;
	margin: 0 20px 0 20px;
	padding: 20px 0 20px 0;
	text-align: right;
}
#footer img {
	float: left;
	margin: -5px 0 0 0;
}
#footer a {
	border-right: 1px solid #80c6a3;
	color: #008c46;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0
}