body {
	background-image: url(../images/bg.jpg);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#header {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 165px;
	width: 960px;
	left: 0px;
	top: 0px;
}
#main_menu {
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 41px;
	width: 960px;
}
#main_menu A {
	margin-right: 58px;
	display: block;
	float: left;
	margin-top: 12px;
}
.first_menu_item {
	margin-left: 140px;
}


#content {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 40px 0px 0px;
	width: 960px;
	background-image: url(../images/bg_content.jpg);
}

#content H1 {
	background-image: url(../images/bg_h1.gif);
	background-repeat: no-repeat;
	font-size: 16pt;
	margin-left: auto;
	height: 32px;
	margin-bottom: 0px;
	padding: 2px 2px 2px 15px;
	width: 843px;
	margin-right: auto;
	margin-top: 0px;
}

#content P {
	line-height: 125%;
	margin-right: 60px;
	margin-left: 75px;
	padding: 10px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 164px;
	width: 960px;
	position: relative;
}
#footer_menu {
	position: absolute;
	top: 110px;
	left: 350px;
}

#footer P {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10pt;
	margin: 0px;
	padding: 0px 0px 8px;
}
#footer A {
	color: #FFFFFF;
}
#content A {
	font-weight: bold;
	color: #666666;
}
#gall_cats {
	padding: 5px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #C0C0C0;
}
#gall_prods {
}

#content #gall_cats P {
	padding: 5px;
	margin: 0px;
	font-size: 13pt;
	color: #990000;
}
td {
	vertical-align: top;
}
.product_box {
	background-color: #F9F9F9;
	margin: 3px;
	padding: 0px;
	float: left;
	height: 210px;
	width: 210px;
	border: 1px solid #C0C0C0;
	text-align: center;
}
.product_box img {
	margin: 2px;
	padding: 2px;
	border: 2px solid #333333;
}
.product-hover {
  background: #FFCE00;
  cursor: pointer;
}
.clearall {
	clear: both;
}
.product_img {
	margin: 2px 15px 2px 2px;
	padding: 2px;
	border: 2px solid #333333;
	float: left;
}

