/* CSS Document */
body {
	margin: 0px;
	padding: 10px 0px 0px;
	background-color: #836D48;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
#google {
	position: relative;
}
#border {
	background-image: url(../pagelayouts/images/images/left_border_02.jpg);
	background-repeat: repeat-y;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFFFFF;
}

#main {
	width: 728px;
	background-image: url(../pagelayouts/images/layout_23.jpg);
	background-repeat: repeat-y;
	margin-left: 100px;
}
	#header {
	height: 237px;
	background-image: url(../pagelayouts/images/layout_02.jpg);
	background-repeat: no-repeat;
	}
	#linkbar {
	padding-left: 29px;
	padding-right: 29px;
	background-color: #f3e5c3;
	}
	#center {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;

	}
#prodlayout {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 10px;
}

	#footer {
	background-image: url(../pagelayouts/images/layout_25.jpg);
	background-repeat: no-repeat;
	height: 200px;
	clear: both;
	}
	#footer_lnks {
	margin-right: 31px;
	margin-left: 29px;
	position: relative;
	top: 127px;
	font-size: 70%;
	text-align: center;
	}
 
/*class styles*/

.intro {
}
.intro img {
	float: right;
	padding: 5px;
}
 .intro p {
	margin: 0px;
	padding: 0px;
}
.hd_1 {
	font-size: 120%;
	font-weight: normal;
	color: #009900;
	text-decoration: underline;
}
.item_box {
	border: 1px solid #A6BF9F;
	margin-top: 5px;
	margin-bottom: 5px;
}
.item_hd {
	text-align: center;
	background-color: #73C386;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
}
.item_bdy {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.item_bdy img {
	border: 2px solid #00CCFF;
	padding: 2px;

}
.item_ftr {
	background-color: #D0BAA3;
	font-size: 80%;
}
.prices {
	font-size: 110%;
	color: #000099;
}

