@charset "UTF-8";
/* CSS Document */


body {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #FFFFFF;
	color: #555555;
}
a:link {
	color: #4da532;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4da532;
}
a:hover {
	text-decoration: underline;
	color: #4da532;
}
a:active {
	text-decoration: none;
	color: #4da532;
}
#homeheading {
	width: 100%;
	background-image: url(images/backgroundheading.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0;
	background-position: center top;
}
#homeheading img {
	padding: 14px 6px 6px 6px;
	margin: 9px 0 6px 0;
}
#topline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4FBA2E;
	display: block;
	height: 4px;
}
#bottomline {
	height: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4FBA2E;
	display: block;
}
#cart {
	margin: 0 auto 0 auto;
	padding: 18px 0 0 0;
	width: 784px;
	position: relative;
}
#cart  a {
	color: #ff942c;
	background-image: url(images/shopping_cart.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 6px 0 0 0;
	height: 38px;
	width: 151px;
	position: absolute;
	right: -10px;
}
#cart a:hover {
	background-position: right center;
}
#heading {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	display: block;
	margin: 18px 0 0 0;
}
#container {
	background-image: url(images/bodybackgroundrepeat.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 784px;
	clear: both;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#copyright {
	width: 610px;
	margin: 0 auto -22px auto;
	text-align: center;
	padding: 16px 0 0 0;
}
#copyright p {
	text-indent: 0px;
	padding: 0 0 2px 100px;
	font-size: 12px;
	color: #888888;
	line-height: 18px;
	background-image: url(images/insignia.jpg);
	background-repeat: no-repeat;
	background-position: 46px 3px;
	text-align: left;
}
.clear {
	clear: both;
}
.displace {
	position: absolute;
	left: -5000px;
	}

