body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 25px;
	padding: 0px;
	text-align: center;
	background-color: #B6B9C8;
	background-image: url(../images/interface/bg.jpg);
	background-repeat: repeat-x;
}

	a {
		color: #406091;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}

img {
	border-width: 0px;
}

#bodyWrapper {
	width: 884px;
	max-width: 884px;
	border: solid 3px #8B92B3;
	background-color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
}

#header {
	position: relative;
	top: -3px;
	left: -3px;
	width: 890px;
	max-width: 890px;
	height: 162px;
	max-height: 162px;
}

#contentWrapper {
	margin-top: 20px;
}

#leftNav {
	text-align: left;
	width: 200px;
	border-right: 1px solid #CCCCCC;
}
	#leftNav ul {
		margin: 0px;
		padding: 0px;
	}
	#leftNav ul, li {
		list-style-type: none;
	}
	#leftNav li:hover {
		background-color: #EFEFEF;
	}
	.activeCategory {
		border: 1px solid #CCCCCC;
		width: 80%;
		padding: 3px;
		font-size: 16px;
		font-weight: bold;
		color: #CCCCCC;
		margin: 5px;
		text-align: left;
		background-color: #EFEFEF;
	}
	.normalCategory {
		border: 1px solid #CCCCCC;
		width: 80%;
		padding: 3px;
		font-size: 16px;
		font-weight: bold;
		color: #999999;
		margin: 5px;
		text-align: left;
	}

#content {
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 15px;
	width: 600px;
	text-align: justify;
}
	#content ul, li {
		list-style-type: inherit;
	}

#productWrapper {
	min-height: 150px;
	border: 1px solid #CCCCCC;
	margin: 10px 2px 10px 2px;
	padding: 5px;
	text-align: left;
}

.tablerow1 {
	background-color:#ECECEC;
	text-align: left;
	padding: 5px;
}

.tablerow2 {
	background-color:#DDDDDD;
	text-align: left;
	padding: 5px;
}

#footer {
	margin-top: 15px;
	position: relative;
	top: -9px;
	left: -3px;
	width: 890px;
}