/*Gallery CSS -------------*/
 /*layout*/

.galclips {
	width: 315px;
	height: 170px;
	float: left;
	position: relative;
}
.galclips img {
	width: 130px;
	height: 130px;
	border: 4px solid #A6BD75;
	float: right;
}
.galclips h3 {
	font: normal bold 14px/15px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #225400;
	padding: 0 0 5px 0;
	margin: 5px 150px 10px 20px;
	border-bottom: 1px solid #225400;
}
.galclips p {
	padding: 0 0 0 20px;
	height: 70px;
	position: relative;
	overflow: hidden;
}
.galclips a {
	font: 11px/14px Arial, Lucida Grande, Helvetica, sans-serif;
	padding: 0 0 0 20px;
}

.gallerylarge {
	width: 632px;
	padding: 5px 5px 10px 5px;
	margin: 5px 2px 0 2px;
	float: left;
	position: relative;
}
.gallerylarge img {
	border: 1px solid #225400;
	float: right;
	padding: 0 10px 0 0 0;
	position: relative;
}

.gallerylarge p {
	width: 310px;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	position: relative;
}

.gallerylarge h3 {
	font: normal bold 14px/15px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #225400;
	padding: 0 0 5px 0;
	margin: 5px 10px 10px 10px;
	border-bottom: 1px solid #225400;
}

 
 /*text formating*/

.shoppallitem p a:link, .galclips a:link, .shoppallitem p a:visited, .galclips a:visited, .shoppallitem p a:active, .galclips a:active, {
	color: #225400;
	text-decoration: none;
}
.shoppallitem p a:hover, .galclips a:hover,{
	color: #A6BD75;
	text-decoration: underline;
}
/* All code (C) Antony Ellam, Designed4hits 2005 */