body {
	background-image: images/bg.jpg;
	background-position: top;
	background-repeat: repeat-x;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #0BB4CD;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a.navtext:link, a.navtext:visited {
	text-decoration: none;
	color: #7A7A7A;
	}
	
a.navtext:hover {
	text-decoration: underline;
	}
	
#background {
	position: absolute;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	top: 8px;
	left: 50%;
	margin-left: -289px;
	width: 578px;
	height: 517px;
	}

.arrow {
	position: absolute;
	left: 50%;
	top: 460px;
	width: 24px;
	height: 24px;
	}
	
#arrowhome {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	margin-left: -228px;
	}

#arrowcovers {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	margin-left: -130px;
	}

#arrowweb {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	margin-left: -65px;
	}
	
#arrowlogos {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	margin-left: -15px;
	}
	
#arrowmarketing {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	margin-left: 62px;
	}
	
#arrowcontact {
	background-image: url(../images/arrowgray.gif);
	background-repeat: no-repeat;
	margin-left: 142px;
	}
	
#arroworder {
	background-image: url(../images/arrowgray.gif);
	background-repeat: no-repeat;
	margin-left: 190px;
	}

#arrowlogin {
	background-image: url(../images/arrowgray.gif);
	background-repeat: no-repeat;
	margin-left: 245px;
	}


#price_banner {
	background-image: url(../images/pricebanner.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: -250px;
	width: 318px;
	height: 183px;
	}


#shelves {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -250px;
	width: 313px;
	}
	
#meat {
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: -260px;
	width: 345px;
	}
	
.text {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #8A8A8A;
	}
	
.navtext {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #8A8A8A;
	}

.heading {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #8A8A8A;
	text-transform: uppercase;
	}
	
#nav {
	position: absolute;
	top: 495px;
	left: 50%;
	margin-left: -289px;
	width: 578px;
	}
	
#whereto {
	position: absolute;
	left: 50%;
	top: 300px;
	margin-left: 121px;
	width: 155px;
	line-height: 24px;
	}

.lineheight{
	line-height: 20px;
	}