h1 {
	margin:0px;
	padding:0px;
	font-size:20px;
}

a { 
	text-decoration:none;
	color: #8c4a16;
}

a:hover { 
	text-decoration: underline;
	color:#c5712f;
}


ul {
	padding: 0px;
	margin: 0px;
	text-align:left;
		list-style-type: none;
}

li {
	padding:0px 0px 0px 10px;
	margin: 0px;

	text-align:left;
}

.NAV {
	background: url(../images/global/nav.jpg) no-repeat center top;
	padding: 8px 8px 19px 8px;
	font-size: 13px;
	margin: 0px;
}

.NAV a { 
	text-decoration:none;
	color: #8c4a16;
}

.NAV a:hover { 
	text-decoration: underline;
	color:#c5712f;
}
.itemCONTAINER {
	height: 190px;
	width: 631px;
	background-image: url(../images/global/item_container.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.PRICE {
	font-size: 16px;
	font-weight: bold;
	color:#8b8e25;
}
.PRICE a {
	text-decoration:none;
}
.PRICE a:hover {
	text-decoration:underline;
}

.leftCONTAINER {
	background: url(../images/global/left_container.gif) no-repeat center bottom;
	padding: 0px 30px 50px 47px;
}
.rightCONTAINER {
	background: url(../images/global/right_container.gif) center top repeat-y;
	color: #8b8e25;
	padding-top: 0px;
	padding-right: 46px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.PROD {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight: bold;
	color:#8C4A16;
	margin:0px;
	padding:0px;
}
.MAST {
	background-image: url(../images/masts/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
