@charset "UTF-8";

* { margin: 0px; padding: 0px; }

html {
	background: #d0b870 url('imagesWood/background.jpg');
	font-family: arial, sans-serif;
}

body {
	margin: 10px auto;
	width: 900px;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	border: 0px;
}
h2 {
	font: italic 20px/40px Arial, Sans-Serif;
}
h3 {
	font: normal 16px/26px Arial, Sans-Serif;
}
h4 {
	font: bold 14px/20px Arial, Sans-Serif;
}
#Header {
	background: url('images/headerback.png') no-repeat;
	padding: 10px 0px 10px 140px;
	width: 760px;
	height: 180px;
}
#Title {
	background: url('images/headerKWT1.png') no-repeat 0% 70%;
	width: 760px;
	height: 145px;
}
#Title a {
	display: block;
	width: 760px;
	height: 140px;
}
#Menu {
	width: 760px;
	height: 40px;
	padding: 4px 0px;
	background: url('images/menuback2.png') left bottom;
	text-align: center;
}
#Menu ul {
	margin: 0px auto;
	list-style-type: none;
}
#Menu li {
	float: left;
	height: 40px;
	width: 84px;
		font-size: large;
}
#Menu ul ul {
	z-index: 50;
	visibility: hidden;
	position: absolute;
	top: -45px;
	left: -58px;
	width: 200px;
}

#Menu ul ul li {
	width: 200px;
	text-align: center;
}
#Menu ul li:hover ul { visibility: visible;}
#Content {
	height: 300px;
	margin-top: 30px;
	width: 900px;	
	background-color: none;
}
.Jewellery, .Styles, .Pens, .Bowls, .Toys, .Utilities, .Sales, .Exhibit, .Gifts {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}
.Styles2, .Sales2 {
	overflow: hidden;
	display: none;
}
.Styles img, .Styles2 img {
	float: right;
}
#SubMenu {
	float: left;
	width: 130px;
	height: 300px;
	padding: 0px 5px;
	background: #d0b870 url('imagesWood/background.jpg');

}