@CHARSET "ISO-8859-1";

html, body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
	margin: 0px;
	color: #555;
	background-color: #EEF3ED;
}

a {
	color:#777;
	text-decoration:underline;
}

a:hover {
	color:#999;
	text-decoration:none;
}

#pagewrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	/*height: 100%;*/
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	/*border-bottom: 1px #000 solid;*/
	background-color: #FFF;
	background-image: url('../images/bg_pagewrapper.gif');
}

	#pagewrapper #header {
		width: 100%;
		height: 200px;
		background-image: url('../images/header.jpg');
		background-repeat: no-repeat;
		border-bottom: 1px #000 solid;
	}
	
		#pagewrapper #header #logo {
			width: 100%;
			height: 180px;
		}
		
		#pagewrapper #header #nav {
			width: 100%;
			height: 20px;
			text-align: center;
		}
	
	#pagewrapper #page {
		height: 100%;
	}
	
		#pagewrapper #page #prodcats {
			float: left;
			width: 170px;
		}
		
		#pagewrapper #page #content {
			/*
			margin-left: 170px;
			margin-right: 150px;
			padding: 5px;
			width: 575px;
			height: 100%;
			*/
			float:left;
			width: 570px;
			height: 100%;
			padding: 5px;
		}
		
		#pagewrapper #page #mans {
			float: right;
			width: 150px;
		}
	
	#pagewrapper #footer {
		clear: both;
		border-top: 1px #000 solid;
		border-bottom: 1px #000 solid;
		font-size: 9px;
		text-align: center;
	}


.cat_main {
	display:block;
	margin:1px;
	margin-bottom:3px;
	width:150;
	padding-left:5px;
	font-size:13px;
	/*background-color:#DBE6D9;*/
	background-color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.cat_main:hover {
	background-color:#E9F0E8;
}

.cat_sub {
	display:block;
	margin:1px;
	margin-bottom:3px;
	width:150;
	padding-left:15px;
	font-size:12px;
	/*background-color:#DBE6D9;*/
	background-color:#FFFFFF;
	text-decoration:none;
}

.cat_sub:hover {
	background-color:#E9F0E8;
}




.rowhead {
	background-color:#DCE7DA;
	/*background-image:url(../images/grad.gif);*/
	font-weight:bold;
}

.row1 {
	background-color:#FFF;
}

.row2 {
	background-color:#DCE7DA;
}

.title {
	font-size:14px;
	font-weight:bold;
}

.thumb {
	margin-left:2px;
	margin-right:2px;
	border: 1px #000 solid;
}

.prod_img {
	margin-left:2px;
	margin-right:2px;
	border: 1px #000 solid;
}

#pagewrapper #page #content #frontpage_cat {
	display: block;
	width: 182px;
	height: 180px;
	float: left;
	border: 1px #000 solid;
	/*padding: 2px;*/
	margin: 2px;
	text-align: center;
}

#pagewrapper #page #content #frontpage_cat #title {
	background-color:#DCE7DA;
	display: block;
	width: 178px;
	height: 16px;
	padding: 2px;
	font-weight: bold;
	border-bottom: 1px #000 solid;
}

#pagewrapper #page #content #frontpage_cat #content {
	display: block;
	width: 178px;
	padding: 2px;
}