body {
	background-image: url(images/catalogLeft.gif);
	background-repeat: repeat-y;
	background-color: #2d5225;
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

#pageHeader {
	background-color: #2d5225;
	padding-bottom: 8px;
}

#content {
	background-repeat: no-repeat;
	background-image: url(images/content_ul.gif);
	background-color: #ffffdd;
	padding: 4px 12px 0px 12px;
	margin: 0 0 0 185px;
}

#content h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	text-align: center;
}



.productCell {
	padding: 0;
	background-color: #f0f8d1;
	border: 1px solid #8bad6e;
	border-bottom-width: 0;
	width: 33%;
}

#buyBar {
	white-space: nowrap;
}

.buyCell {
	background-color: #f9f8d2;
	border: 1px solid #8bad6e;
	border-top-color: #ddd9af;
	padding: 2px 6px 6px 6px;
	text-align: right;
}

.buyCell .cartQTY{
	margin-right: 4px;
}



#mascot {
	padding: 0;
	margin: 0;
	overflow: auto;
	width: 100%;
}

#mascot #po, #mascot #po img {
	width: 140px;
	margin: 35px 106px 0 12px;
	line-height: 121px;
	vertical-align: middle;
}

#mascot #bug {
	width: 110px;
	float: right;
	width: 100px;
	text-align: right;
	white-space: nowrap;
	margin-right: 12px;
	line-height: 121px;
}

#tagline {
	color: #ffffff;
	background-color: #709457;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-right: 0px;
	margin-left: 185px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: 'Univers 57 Condensed', 'Univers', 'helvetica narrow', helvetica, arial, sans-serif;
	font-style: italic;
	font-weight: bold;
}

#footer {
	margin-top: 0px;
	text-align: center;
	margin-left: 185px;
}

#footer p {
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px;
}
	
	
a:link {text-decoration: underline; color:#5F8F3B;}
a:visited {text-decoration: underline; color:#2B4820;}
a:hover {text-decoration: underline; color:#00CC00;}
a:active {text-decoration: underline; color:#A4E617;}
	
	
	
	
	
	
h1 {
	margin: 8px 0 0 0;
	padding: 0;
	font-family: 'Univers 57 Condensed', 'Univers', 'helvetica narrow', helvetica, arial, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 18pt;
	line-height: 20pt;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: 'Univers 57 Condensed', 'Univers', 'helvetica narrow', helvetica, arial, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 14pt;
	line-height: 14pt;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: 'Univers 57 Condensed', 'Univers', 'helvetica narrow', helvetica, arial, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 13pt;
	line-height: 13pt;
}



.legal
{
	font-size: 7pt;
	color: #FFFFDD;
	font-weight: normal;
	font-style: normal;
	font-family: 'Univers 55', arial, helvetica, arial, sans-serf;
}

.hoursFooter{
	font-size: 12pt;
	color: #FFFFDD;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}


.addressFooter{
	font-size: 16pt;
	color: #FFFFDD;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}


.phoneFooter{
	font-size: 14pt;
	color: #FFFFDD;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}


.addressHelperFooter{
	font-size: 10pt;
	color: #FFFFDD;
	font-weight: normal;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}


@media print {
	body {
		background-color: white;
	}
	.noprint {
		display: none;
	}
}

@media screen {
	.noscreen {
		display: none;
	}
}