/* CSS Layout */

div {
	position:absolute;
	visibility:visible;
}

#master {
	position: relative;

	margin-left: auto;
	margin-right: auto;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 77px;

	top:36px;
	width: 916px;
	
	font-size:0.8em;
	text-align: left;
	color:#000000;
	background-color: #FBFCFB;
	
	background-image:url(../images/site-bg.jpg);
	background-repeat:repeat-y;

}

#text-area {
	position: relative;
 left:326px;
 top:161px;
 width:580px;
	min-height:450px;
 height:450px;	
	
	padding:30px;
	padding-top:30px;
	padding-bottom:0px;
	
	margin-bottom:0px;

	text-align:justify;

	background-image:url(../images/text-bg.jpg);
	background-repeat:repeat-x;
}

div[id] #text-area {
 height:auto;
}

#menu-bg {
 left:326px;
 top:104px;
 width:587px;
 height:38px;
	
	font-size:1.2em;
	color:#646464;
	white-space:nowrap;
	
	padding:20px;
	padding-right:0px;
/*	padding-top:20px;*/

	background-image:url(../images/menu-bg.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

#menu-bg a {
	color:#646464;
	padding:5px;
}

#top-img {
 left:0px;
 top:0px;
 width:636px;
 height:104px;
}

#img02 {
 left:636px;
 top:0px;
 width:280px;
 height:104px;
}


#img01 {
 left:0px;
 top:104px;
 width:326px;
 height:58px;
}

#img03 {
 left:0px;
 top:162px;
 width:326px;
 height:91px;
}

#img05 {
	left:752px;
	top:-13px;
	width:52px;
	height:13px;
}

#img06 {
	left:910px;
	top:104px;
	width:33px;
	height:58px;
}

#bottom {
	position:relative;
 top:-200px;
 left:-71px;
	padding-bottom:100px;
}

#img04 {
 left:0px;
 top:0px;
 width:398px;
 height:461px;
}

#bottom-line {
 left:397px;
 top:368px;
 width:580px;
 height:21px;
	padding-top:20px;
	padding-left:20px;

	background-image:url(../images/bottom-bg.jpg);
	background-repeat:repeat-x;

}

#bottom-corner {
 left:970px;
 top:368px;
 width:40px;
 height:41px;
}



/* PRODUCT TABLE */

.product-table {
	color:#646464;
	font-size:11px;
	border-width:0px;
	margin-bottom:20px;
}

.product-table .table-text {
	text-align:justify;
	padding:7px;
	padding-bottom:20px;
}

.product-table .table-header {
	background-color:#FFFFFF;
	padding-left:5px;
	background-image:url(../images/product-header.jpg);
	background-repeat:repeat-x;
}

.product-table h2 {
	color:#01622C;
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
}

.product-table .table-footer {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	background-image:url(../images/product-footer.jpg);
	background-repeat:repeat-x;
}

.product-table .product-image {
	padding:15px;
}

