body {
	background-color: #ffffff;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	margin: 10px 1px 20px 1px;
}

a {
  text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #ff0000;
}

img {
	border-width: 0px;
}

/* pageContent */
div.pageContent {
	position: relative;
	margin: 0px auto; 
	top: 10px;
	width: 990px;
}

div.header {
	color: #4d482d;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 10px;
}

div.menu {
	position: relative;
	background-color: #999999;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	height: 65px;
}

div.menuItemBack {
	position: absolute;
	left: 200px;
	bottom: 10px;
}

div.menuItemCat {
	position: absolute;
	bottom: 10px;
}

div.menuItemCatSel a {
	color: #ff0000;
}

div.redSeparator {
	background-color: #ff0000;
	height: 7px;
	font-size: 1px;  /* ie hack */
	line-height: 0;  /* ie hack */
}

div.bodyContent {
	background-color: #cccccc;
	height: 400px;
}

div.footer {
	color: #ffffff;
	background-color: #999999;
	height: 65px;
}

div.footerText {
	position: relative;
	top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}

div.footerText a {
	text-transform: lowercase;
	text-decoration: underline;
}

/* main */
div.mainPhoto {
	position: absolute;
	width: 360px;
}

div.categories {
	position: absolute;
	left: 380px;
}

div.category {
	position: absolute;
	width: 140px;
	height: 320px;
	background-color: #e6e6e6;
}

div.categoryText {
	position: absolute;
	padding: 8px;
	color: #4d482b;
	font-size: 13px;
	line-height: 18px;
}

div.categoryPhoto {
 	position: absolute;
	bottom: 15px;
	width: 140px;
	text-align: center;
}

/* category */
div.productFrame {
	position: absolute;
	width: 400px;
	height: 400px;
}

div.products {
	position: absolute;
	left: 400px;
	width: 590px;
	height: 400px;
	overflow: auto;
	#background-attachment: fixed;
	background-repeat: no-repeat;
}

div.productsBgLeft {
	position: absolute;
	z-index: 10;
	left: 400px;
}

table.products {
	height: 350px;
	margin: 20px 5px 0px 20px;
}

img.productThumb {
	border: 1px solid #ffffff;
}

/* product */
body.product {
	background-color: #cccccc;
	color: #333333;
	margin: 0px;
}

table.product {
	padding: 5px;
	width: 100%;
	height: 400px;
}

td.productPhoto {
	width: 50%;
  text-align: center;
}

img.productFull {
	border: 2px solid #ffffff;
}

td.productProperties {
	width: 50%;
	padding-left: 10px;
	font-size: 12px;
}

div.productTitle {
	padding-bottom: 5px;
	font-weight: bold;
}

div.property {
	padding-top: 5px;
	font-weight: bold;
}

