body {
	margin: 0px;
	padding: 10px;
	color: #000;
	background: #F8F5A7;
	font-size: 100.01%;
}

html {
	min-height: 100%; margin-bottom: 1px; /* forces scrollbar */
}

img {
	display: block;
	border: 0;
}

p, td, li, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}

html p {
	text-align: left;
	line-height: 1.5;
}

h2 {
	background: #BE6B12;
	color: #F8F5A7;
	padding: 7px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 0px;
}

h3 {
	background: #AC855B;
	color: #F8F5A7;
	padding: 3px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	width: 100%;
}

#nav {
	vertical-align:top;
}

#content {
	margin-top: 3px;
	padding: 3px;
	border: 2px solid #BE6B12;
}

#txtDiv {
	float: left;
	padding: 10px;
	width: 40%;
	font-size: 10px;
}

#products {
	border-left: 2px solid #9F9E80;
	padding: 10px;
	float: right;
	overflow: auto;
	width: 50%;
	height: 400px;
}

#products img {
	border: 1px solid #ac855b;
}

.largeimageposition {
	position: absolute; top: 270px; left: 139px;
	background: transparent;
}

.footer {
	text-align: center;
	color: #AC855B;
	font-weight: bold;
	padding-top: 10px;
}

.footer a {
	color: #BE6B12; text-decoration: none;
}

.footer a:hover {
	color: #BE6B12; text-decoration: none; border-bottom: 1px solid;
}

.copyright {
	text-align: left;
	color: #AC855B;
	font-weight: normal;
	font-size: 10px;
	padding-top: 10px;
}

.copyright a {
	color: #BE6B12; text-decoration: none;
}

.copyright a:hover {
	color: #BE6B12; text-decoration: none; border-bottom: 1px solid;
}

.englishtext {
	color: #BE6B12;
}