body {
	margin: 0px;
	padding: 0px;
	background: #ad9e64 url(bg.png) repeat;
}
body, table, input, textarea, select, option {
	font-family: Verdana;
	font-size: 12px;
}
input, textarea, select {
	vertical-align: middle;
}
img {
	border: 0px;
	vertical-align: middle;
}
p {
	margin: 10px 0px;
}
a {
	color: black;
}
h1, h2 {
	font-family: Trebuchet MS;
	font-size: 20px;
	margin: 0px;
	font-weight: normal;
	color: #2c260f;
}
input[type=text], input[type=password] {
	border: 1px solid #ad9e64;
	margin: 0px;
	vertical-align: middle;
}
#site {
	position: absolute;
	left: 50%;
	margin-left: -455px;
	width: 910px;
	top: 0px;
}
#top {
	position: absolute;
	left: 4px;
	top: 0px;
	width: 902px;
	background: transparent url(top_bg.png) repeat-x;
	height: 143px;
}
#logo {
	display: block;
	position: absolute;
	left: -5px;
	top: 14px;
}
#logo img {
	vertical-align: bottom;
}
#page {
	position: relative;
	background: transparent url(page_bg.png) repeat-y;
	padding: 213px 42px 42px 42px;
}
#pagebottom {
	position: absolute;
	left: 0px;
	bottom: -4px;
	width: 910px;
	height: 4px;
	background: transparent url(page_bottom.png) no-repeat;
}
#main {
	position: relative;
	width: 829px;
	background: transparent url(main_middle.png) repeat-y;
}
#maintop {
	position: absolute;
	left: 0px;
	top: -5px;
	width: 829px;
	height: 5px;
	background: transparent url(main_top.png) no-repeat;
}
#mainbottom {
	position: absolute;
	left: 0px;
	bottom: -5px;
	width: 829px;
	height: 5px;
	background: transparent url(main_bottom.png) no-repeat;
}
#basket {
	position: absolute;
	left: 286px;
	top: 0px;
	width: 321px;
	height: 92px;
	background: transparent url(basket_bg.png) no-repeat;
	color: white;
	line-height: 18px;
	font-family: Trebuchet MS;
	font-size: 13px;
}
#basket strong {
	color: #ad9e64;
}
#search {
	position: absolute;
	left: 615px;
	top: 0px;
	width: 252px;
	height: 92px;
	background: transparent url(search_bg.png) no-repeat;
	color: white;
	line-height: 18px;
	font-family: Trebuchet MS;
	font-size: 13px;
}
#searchfield {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: white url(search_input.png) no-repeat;
	height: 21px;
	width: 201px;
}
#searchfield input {
	border: 0px;
	margin: 1px 0px 0px 25px;
	width: 170px;
}
#menu {
	position: absolute;
	left: 42px;
	top: 107px;
	width: 829px;
	height: 61px;
	background: transparent url(menu_bg.png) repeat-x;
}
#menu a {
	float: left;
	line-height: 61px;
	padding: 0px 30px;
	font-family: Trebuchet MS;
	font-size: 16px;
	text-transform: lowercase;
	color: white;
	cursor: pointer;
	text-decoration: none;
}
#menu a.selected {
	text-decoration: underline;
}
#menu .hr {
	width: 2px;
	height: 61px;
	float: left;
	background: transparent url(menu_delimiter.png) no-repeat center center;
}
#menu .submenu {
	display: none;
}
#submenu {
	position: absolute;
	left: 42px;
	top: 169px;
	width: 829px;
	height: 9px;
	background: #ad9e64 url(submenu_bg.png) no-repeat left bottom;
	line-height: 18px;
}
#submenu a {
	display: block;
	float: left;
	margin-left: 30px;
	color: white;
	text-decoration: none;
	font-size: 11px;
	text-transform: lowercase;
	font-weight: bold;
}
#submenu a.selected {
	text-decoration: underline;
	color: #6c5f2e;
}
#bottom {
	position: relative;
	margin: 14px 4px;
	width: 902px;
	height: 65px;
	background: transparent url(bottom.png) no-repeat;
	color: #988b58;
	font-size: 10px;
}
#bottommenu {
	position: absolute;
	top: 10px;
	right: 20px;
}
#bottommenu a {
	color: white;
	font-size: 10px;
}
#stamdata {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#stamdata strong {
	color: white;
	font-weight: normal;
}
