a, a:link {
	background: transparent;
	color: #ff8080;
}

a:visited {
	background: transparent;
	color: #ffa0a0;
}

a:hover {
	background: transparent;
	color: #ffc0c0;
}

body, html {
	height: 100%;
}

body {
	background: url(img/pageback.jpg) #408000;
	color: #000000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11pt;
	margin: 0px;
	text-align: center;
}

code, pre {
	font-family: "Lucida Console", "Courier New", courier, monospace;
}

div#address p {
	font-weight: bold;
	padding-left: 8px;
	text-align: left;
}

div#borderleft, div#borderright {
	color: #000000;
	position: absolute;
	bottom: 0px;
	width: 16px;
	height: 100%;
}

div#borderleft {
	background: url(img/borderleft.png) repeat-y transparent;
	left: -16px;
}

div#borderright {
	background: url(img/borderright.png) repeat-y transparent;
	right: -16px;
}

div#bottommenu {
	float: right;
	text-align: right;
	width: 50%;
}

div#bottommenu li {
	display: inline;
	list-style: none;
	margin-left: 24px;
	margin-right: 8px;
}

div#bottommenu li a {
	background: transparent;
	color: #e0e0e0;
	text-decoration: none;
	text-transform: uppercase;
}

div#bottommenu li a:hover {
	text-decoration: underline;
}

div#bottommenu p {
	font-size: 10pt;
	margin-top: 1em;
	margin-right: 8px;
	text-align: right;
}

div#footer {
	background: url(img/footerback.jpg) bottom repeat-x #000000;
	color: #e0e0e0;
	padding-top: 24px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 72px;
	width: 100%;
}

div#footer *, div#header * {
	margin: 0px;
	padding: 0px;
}

div#header {
	background: url(img/headerback.jpg) no-repeat #000000;
	color: #e0e0e0;
	padding-top: 32px;
	height: 160px;
}

div#header h1 {
	background: url(img/logo.png) no-repeat transparent;
	color: #ffffff;
	margin: 0px auto;
	text-align: center;
	text-indent: -1000%;
	height: 109px;
	width: 781px;
}

div#header h1 a {
	border: 0px;
	display: block;
	height: 109px;
	width: 781px;
}

div#header img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 256px;
	z-index: 0;
}

div#innercontainer {
	background-color: transparent;
	color: #e0e0e0;
}

div#main {
	background: transparent;
	color: #e0e0e0;
	clear: both;
	padding: 2px 16px 96px 16px;
}

div#menu {
	background-color: transparent;
	color: #000000;
	padding: 8px 0px 8px 8px;
}

div#menu li {
	display: inline;
	list-style: none;
}

div#menu li a {
	display: inline;
	float: left;
	font-size: 12pt;
	margin: 0px 16px 8px 16px;
	padding: 0px;
	text-decoration: none;
	text-transform: lowercase;
	height: 32px;
}

div#menu li a span.menucontent {
	background: url(img/menutab.png) repeat-x transparent;
	color: #e0e0e0;
	display: block;
	float: left;
	padding: 4px 4px 4px 4px;
	text-align: center;
	height: 24px;
	width: 88px;
}

div#menu li a:hover span.menucontent {
	background: url(img/menutabhover.png) repeat-x transparent;
	color: #ffffff;
}

div#menu li a:active span.menucontent {
	background: url(img/menutabactive.png) repeat-x transparent;
	color: #f0f0f0;
}

div#menu li a span.menuspanleft {
	background: url(img/menutableft.png) no-repeat transparent;
	color: #000000;
	display: block;
	float: left;
	height: 32px;
	width: 16px;
}

div#menu li a:hover span.menuspanleft {
	background: url(img/menutablefthover.png) no-repeat transparent;
	color: #000000;
}

div#menu li a:active span.menuspanleft {
	background: url(img/menutableftactive.png) no-repeat transparent;
	color: #000000;
}

div#menu li a span.menuspanright {
	background: url(img/menutabright.png) no-repeat transparent;
	color: #000000;
	display: block;
	float: left;
	height: 32px;
	width: 16px;
}

div#menu li a:hover span.menuspanright {
	background: url(img/menutabrighthover.png) no-repeat transparent;
	color: #000000;
}

div#menu li a:active span.menuspanright {
	background: url(img/menutabrightactive.png) no-repeat transparent;
	color: #000000;
}

div#menu ul, div#topmenu ul {
	margin: 0px;
	padding: 0px;
}

div#outercontainer {
	background: url(img/mainback.jpg) 0px 192px repeat-x #000000;
	color: #e0e0e0;
	margin: auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 816px;
}

div#topfade {
	background: url(img/topfade.png) repeat-x transparent;
	color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 384px;
	width: 100%;
}

div.imgcontainer {
	text-align: center;
}

div.productsbox {
	background-color: #ffffff;
	color: #000000;
	margin: auto;
	text-align: center;
	width: 464px;
}

fieldset {
	border: 1px solid #808080;
}

h1 {
	font-size: 300%;
}

h2 {
	font-size: 200%;
	margin-top: 0px;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 105%;
}

img {
	border: 0px;
}

input, textarea {
	max-width: 100%;
}

input {
	font-family: "Trebuchet MS", sans-serif;
}

p {
	text-align: justify;
}

textarea {
	border: 1px solid #808080;
	font-family: "Lucida Console", "Courier New", courier, monospace;
	font-size: 10pt;
	padding: 4px;
}