body {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-texture.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}

#tag {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 223px;
	visibility: visible;
	display: block;
}

#about_bottom {
	position: absolute;
	z-index: 3;
	top: 400px;
	left: 0px;
	width: 100%;
	height: 317px;
	visibility: visible;
	display: block;
}

#content {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	display: block;
}

#products-drop {
	position: absolute;
	z-index: 4;
	top: 135px;
	left: 0px;
	width: 100%;
	height: 259px;
	display: none;
}

#left-hide {
	position: relative;
	width: 354px;
	height: 219px;
	float: left;
	display: inline;
}

#products-table {
	position: relative;
	width: 178px;
	height: 194px;
	float: left;
	display: inline;
}

#right-hide {
	position: relative;
	width: 300px;
	height: 219px;
	display: inline-block;
}

#bottom-hide {
	position: relative;
	width: 900px;
	height: 20px;
	display: block;
}

#top-hide {
	position: relative;
	width: 900px;
	height: 20px;
	display: block;
}


.titleFont {
	color: #695539;
	font-size: 16px;
	font-family: arial, "lucida console", sans-serif;
}

.bodyFont {
	color: #695539;
	font-size: 13px;
	font-family: arial, "lucida console", sans-serif;
	line-height: 22px;
}

.productFont {
	color: #695539;
	font-size: 12px;
	font-family: arial, "lucida console", sans-serif;
	line-height: 14px;
}


.footerFont {
	color: #695539;
	font-size: 11px;
	font-family: arial, "lucida console", sans-serif;
}



a.bodyFont {
	text-decoration: none;
}

a.bodyFont:hover {
	color: #000000;
	text-decoration: none;
}