body {
	font-family: Verdana, sans-serif;
	background: url(../img/bg.jpg);
	text-align: center;
	font-size: 10px;
	color: rgb(99,99,99);
}
.wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	clear: both;
}
img, form {
	border: 0;
	margin: 3px;
}
table {
	font-size: 10px;
}
div {
	font-size: 10px;
	text-align: left;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.clear {
	clear: both;
}
.fll {
	float: left;
}
.flr {
	float: right;
}
.top {
	margin: 0 0 0 0;
	padding-top: 3px;
	width: 777px;
	height: 109px;
	background: url(../img/top.gif);
}
* html .top { /* MSIE fix */
	height: 112px;
}
	.logo {
		margin: 0 254px 0 254px;
		width: 269px;
		height: 83px;
		background: url(../img/logo.gif);
	}
	.topsep {
		margin: 1px 0 0 0;
		width: 777px;
		height: 3px;
		background: url(../img/top-sep.jpg) no-repeat;
	}

	* html .topsep { /* MSIE fix */
		margin: 1px 0 -10px 0;
	}
	.home {
		margin: 0 0 0 0;
		width: 188px;
		height: 19px;
		background: url(../img/home.gif) top center no-repeat;
		float:left;
	}
		.home a {
			display: block;
			width: 168px;
			height: 19px;
		}
		.home a span {
			display:none;
		}
	.sep {
		margin: 0 0 0 0;
		width: 2px;
		height: 19px;
		background: url(../img/top-sep2.gif);
		float:left;
	}
	.nav {
		color:white;
		margin: 3px 0 0 10px;
		height: 16px;
		float:left;
	}
	
.bottom {
	width: 777px;
	height: 21px;
	background: url(../img/bottom.gif);
}
.content {
	width: 777px;
	height: auto;
	clear:both;
}
.contentmain {
	margin-top: 1px;
	margin-left: 169px;
	padding-left: 13px;
	padding-top: 10px; 
	background: url(../img/content-bg.gif) no-repeat top left;;
}
	.menutop {
		margin: -1px 0 0 0;
		width: 169px;
		height: 19px;
		background: url(../img/menu/top.gif);
	}
	* html .menutop { /* MSIE fix */
		margin-top: 0px;
	}
	.menu {
		margin: 0 0 0 0;
		width: 170px;
		height: 400px;
		background: url(../img/menu/bg.gif);
	}
		.button a {
			font-family: Verdana, sans-serif;
			font-size: 12px;
			text-align: center;
			display: block;
			width: 159px;
			height: 16px;
			margin: 0 0 0 11px;
		}
			.button a span {
				margin: 0 0 0 0;
			}
			.button a:visited, .button a:link {
				color:white;
				text-decoration: none;
				background: url(../img/menu/button/normal.gif);
			}
			.button a:active, .button a:hover {
				color:black;
				text-decoration: none;
				background: url(../img/menu/button/hover.gif);
			}
		.topbutton a {
			font-family: Verdana, sans-serif;
			font-size: 12px;
			text-align: center;
			display: block;
			width: 159px;
			height: 16px;
			margin: 0 0 0 11px;
		}
			.topbutton a span {
				margin: 0 0 0 0;
			}
			.topbutton a:visited, .topbutton a:link {
				color:white;
				text-decoration: none;
				background: url(../img/menu/button/top-normal.gif);
			}
			.topbutton a:active, .topbutton a:hover {
				color:black;
				text-decoration: none;
				background: url(../img/menu/button/top-hover.gif);
			}
		.bottombutton a {
			font-family: Verdana, sans-serif;
			font-size: 12px;
			text-align: center;
			display: block;
			width: 159px;
			height: 16px;
			margin: 0 0 0 11px;
		}
			.bottombutton a span {
				margin: 0 0 0 0;
			}
			.bottombutton a:visited, .bottombutton a:link {
				color:white;
				text-decoration: none;
				background: url(../img/menu/button/bottom-normal.gif);
			}
			.bottombutton a:active, .bottombutton a:hover {
				color:black;
				text-decoration: none;
				background: url(../img/menu/button/bottom-hover.gif);
			}

		.menusep {
			width: 158px;
			height: 1px;
			margin: 2px 0 2px 11px;
			background: url(../img/menu/sep.gif) no-repeat;
		}
		* html .menusep { /* MSIE fix */
			margin: 2px 0 -8px 11px;
		}
	.menubottom {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 170px;
		height: 4px;
		background: url(../img/menu/bottom.gif) no-repeat;
	}
.homeinfo {
	margin: 0 15px 0 15px;
	float: left;
}
.productItem {
	margin: 0 0 0 10px;
	width : 95px;
	float: left;
	text-align: center;
}
.productColors {
	clear: right;
	width : 250px;
	float: left;
	text-align: left;
}
.productBody {
	width : 300px;
}
.productPic {
	width : 250px;
}
h3 {
	font-size: 12px;
	font-variant: small-caps;
	margin: 0px 0 10px 0;
	background: url(../img/dpijl.gif) no-repeat left center;
	padding: 0 0 0 18px;
	color: rgb(99,99,99);
}

a:link, a:visited {
	color: rgb(99,99,99);
	text-decoration: none;
}
a:active, a:hover {
	color: rgb(158,143,123);
	text-decoration: underline;
}
.nav a:link, .nav a:visited {
	color: white;
	text-decoration: none;
}
.nav a:active, .nav a:hover {
	color: rgb(255,230,0);
	text-decoration: underline;
}