html, body {
	height: 100%;
	margin: 0;
}

body {
	background-image: url(images/bg.jpg);
}

body, td, th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

#container {
	background-image: url(images/bgfade.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}

#container2 {
	background-image: url(images/artwork.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 100%;
}

#topmenu {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	height: 50px;
	/*line-height: 50px;*/
}

#topmenu ul {
	list-style-type: none;
	margin: 0 20px 0;
}

#topmenu ul li {
	display: inline;
	margin-left: 30px;
}

#topmenu ul div {
	display: inline;
}

#topmenu a {
	color: #584f31;
	text-decoration: none;
}

#topmenu .flag {
	position: relative;
	top: 2px;
}

#leftcolumn {
	width: 50%;
	/*min-width: 500px;*/
	margin-top: 132px; /* 182 - topmenu height */
	border-right: 1px solid #584f31;
	float: left;
}

#logo {
	margin-left: 241px;
	margin-bottom: 16px;
}

.productmenu {
	/* width of lists = 173 
	   space for vertical text = 60 */
	margin: 0 auto 0 183px; /* 243 - 60 */
	width: 233px; /* 173 + 60 */
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14px;
	/*background-color: #CCC;*/
}

.productmenu ul {
	list-style-type: none;
	margin: 0 0 0 60px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #c9890d;
}

.productmenu ul li {
	margin: 8px 0 8px 0;
	padding-left: 16px;
}

.productmenu ul li.menu-no {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
}

.productmenu ul li.menu-alt {
	background-image: url(images/bullet-alt.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.productmenu a {
	color: black;
	text-decoration: none;
}

#rightcolumn {
	margin: 132px 0 0 50%;
	/*border-left: 1px solid #584f31;*/
}

#content {
	padding: 10px 13px 10px 25px;
}

h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #584f31;
	margin: 0 0 10px 0;
}

p {
	margin: 0 0 1em 0;
}

#content input, #content select, #content textarea {
	border: 1px solid #888063;
	background-color: white;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	padding: 2px;
}

#content input:focus, #content input.sffocus {
	border: 1px solid #888063;
	background-color: #FFFFAA;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.buybutton {
	height: 20px;
}

.contenttextbox, .contentimagebox, .featuredproduct, .smallbox {
	margin-bottom: 15px;
	width: 449px;
}

.contenttextbox {
	background-image: url(images/contenttextboxbg.png);
	background-repeat: repeat-x;
	background-color: #d6d2c3;
	border: 1px solid #888063;
}

.contenttextbox a {
	color: #584f31;
}

.contenttextpadding {
	padding: 10px;
}

.contentboximages {
	float: left;
	margin-right: 9px;
}

.contentboximages img {
	margin-bottom: 9px;
	border: 0;
}

.contentnewsletterbox {
	background-image: none;
	background-color: #ECEAE3;
}

.contentmessage {
	background-color: white;
	border: 1px solid #888063;
	margin-top: 10px;
}

.smallbox {
	background-image: url(images/smallboxbg.png);
	background-repeat: repeat-x;
	height: 112px;
	border: 1px solid #888063;
}

.smallboximagecontainer {
	float: left;
	margin: 9px;
}

.smallboximage {
	cursor: pointer;
}

.smallbox a {
	color: black;
	text-decoration: none;
}

.smallbox a:hover {
	text-decoration: underline;
}

.featuredproduct {
	width: 141px;
	float: left;
}

.featuredproductimagecontainer {
	background-color: #eceae3;
	width: 141px;
	height: 114px;
	border: 1px solid #888063;
}

.featuredproductimage {
	padding: 9px;
	cursor: pointer;
}

.featured2, .featured3 {
	margin-left: 12px;
}

.featuredproduct a {
	color: #584f31;
}

.cart {
	float: right;
	font-size: 10px;
	text-align: right;
}

.cart a {
	color: black;
	text-decoration: none;
}

.cart a:hover {
	text-decoration: underline;
}

#credits {
	text-align: right;
	margin: 20px 15px 0 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #584f31;
}

#credits a {
	color: #584f31;
}

#credits img {
	position: relative;
	top: 1px;
}

.datatable td {
	border-top: 1px solid #888063;
}

.pointer {
	cursor: pointer;
}

.warning { color: #ff0000; }
