html {
	margin: 0px;
	padding: 0px;
}

body { 
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ABED45 url('images/bg.gif') repeat-x;
	margin: 20px;
	padding: 0px;
	text-align: center;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

A:link { color: #60AB38 }
A:visited { color: #54853A }
A:active, A:hover { color: #B31988 }

h1 {
	background: #DCCC47;
	margin: 0px -4px 5px -4px;
	padding: 4px;
	font: bold 120% Lucida Sans, Lucida, Arial, Helvetica, sans-serif;
	color: #fff;
}

.notopmargin { margin-top: -4px; }

h2 {
	background: url('images/accent1.gif') 0px 1px no-repeat;
	margin: 0px 0px 5px 0px;
	padding-left: 15px;
	font: bold 120% Lucida Sans, Lucida, Arial, Helvetica, sans-serif;
	color: #B31988;
}

h3 { 
	background: url('images/accent2.gif') 0px 1px no-repeat;
	margin: 0px 0px 5px 0px;
	padding-left: 15px;
	font: bold 120% Lucida Sans, Lucida, Arial, Helvetica, sans-serif;
	color: #B31988;
}

h4 { 
	background: url('images/accent3.gif') 0px 1px no-repeat;
	margin: 0px 0px 5px 0px;
	padding-left: 15px;
	font: bold 120% Lucida Sans, Lucida, Arial, Helvetica, sans-serif;
	color: #B31988;
}

h5 { 
	margin: 0px 0px 5px 0px;
	font: bold 120% Lucida Sans, Lucida, Arial, Helvetica, sans-serif;
	color: #B31988;
}

h6 { 
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	font: bold 100% Lucida Sans, Lucida, Arial, Helvetica, sans-serif;
	color: #B31988;
}

.catalog { font-size: 90%; }
.red { color: #990000 }
.big { font-size: 120%; font-family: Arial, Verdana, Helvetica }
.small { font-size: 95% }

input, select, textarea { font: 100% Verdana, Arial, Helvetica, sans-serif; }

hr { height: 1px; color: #1c9c1c }

#container {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 900px;
	height: 920px;
	margin: 5px;
	text-align: left;
}

#top {
	position: absolute;
	top: -38px;
	left: 100px;
	height: 47px;
	width: 800px;
}

#logo {
	position: absolute;
	top: -38px;
	left: 100px;
	width: 280px;
	float: left;
	padding: 15px 0px 0px 20px;
}

#topbuttons {
	position: absolute;
	top: -38px;
	left: 500px;
	float: right;
	padding-top: 20px;
	padding-right: 1px;
	color: #60AB38;
}

	#topbuttons a:link, #topbuttons a:visited {
		color: #60AB38;
		text-decoration: none;
	}
	
	#topbuttons a:active, #topbuttons a:hover {
		text-decoration: underline;
	}

#pagetitle { 
	color: #999; 
	padding: 3px; 
	background: #000; 
	font: bold 140% Arial, Verdana, Helvetica, sans-serif;
}

#bodya {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 900px;
	height: 1101px;
	background: #fff;
}
	

#body1content {
	padding: 4px;
}

#featuredproducts {
	background: url('images/headerbg.gif') repeat-x;
}


.clear { clear: both; }

#footer1 {
	position: absolute;
	top: 1151px;
	left: 5px;
	width: 890px;
	background: #60AB38;
	color: #fff;
	text-align: center;
	font-size: 90%;
	padding: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 890px;
}
	html>body #footer1 { width: 892px; }

	#footer1 a:link, #footer1 a:visited {
		color: #fff;
	}
	
	#footer1 a:active, #footer1 a:hover {
		color: #8BE32D;
	}

#footer2 {
	position: absolute;
	top: 1174px;
	left: 8px;
	text-align: center;
	font-size: 90%;
	width: 890px;
	padding: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 890px;
}
	html>body #footer { width: 890px }
