* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #F1E9DE;
	color: #333333;
	margin-top: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#wrap {
	width: 695px;
}
#nav {
	background:url(images/h_nav.gif) no-repeat;
	height: 51px;
	text-align: left;
	margin-bottom: 20px;
}
.home a {
	background:url(images/h_home.gif) no-repeat;
	width: 85px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
	float:left;
}
.home a:hover {
	background:url(images/h_home_on.gif) no-repeat;
	width: 85px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
	float:left;
}
.about a {
	background: url(images/h_aboutus.gif) no-repeat;
	width: 116px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
	float:left;
}
.about a:hover {
	background: url(images/h_aboutus_on.gif) no-repeat;
	width: 116px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
	float:left;
}
.products a {
	background: url(images/h_products.gif) no-repeat;
	width: 108px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
	float:left;
}
.products a:hover {
	background: url(images/h_products_on.gif) no-repeat;
	width: 108px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
	float:left;
}
.contactus a {
	background:url(images/h_contactus.gif) no-repeat;
	width: 127px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
	float:left;
}
.contactus a:hover {
	background:url(images/h_contactus_on.gif) no-repeat;
	width: 127px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
	float:left;
}
.onlineshop a {
	background:url(images/h_onlineshop.gif) no-repeat;
	display:block;
	height: 51px;
	width: 138px;
	overflow: hidden;
	text-indent:-9999px;
	float:left;
}
.onlineshop a:hover {
	background:url(images/h_onlineshop_on.gif) no-repeat;
	display:block;
	height: 51px;
	width: 138px;
	overflow: hidden;
	text-indent:-9999px;
	float:left;
}
p {
	padding-bottom: 10px;
}
strong {
	font-size: 9pt;
}
a {
	color: #333333;
	text-decoration: none;
}

