html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background: #D21061 url(../../images/homepage/back.gif) repeat-x; 
	}

strong, b {
	font-weight: bold;
	}
img {
	border: 0;
	margin: 0px;
	padding: 0px;
	}
form {
	margin: 0;
	padding: 0;
	}
hr {
	margin:  0;
	border: 0px;
	height: 1px;
	width: 90%;
	color: #000;
	background-color: #79889B;
	border-top: 1px solid #79889B;
	}
.hide {
	display: none;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	/*clear:both;*/
	}
.highlight {
	color: #d9ecff;	
	}
	
.leftimage{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000000;
}

.rightimage{
	float: right;
	margin: 0 0 20px 15px;
	border: 1px solid #000000;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	}



/*From the original Pyx website*/
.greytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: underline;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/************/


/*Menu Roll overs*/

#home img{
	width: 47px;
	height: 21px;
	float: left;
	display: inline;
	border: 0;
}
#home a img{ 
	background-image: url(../../images/homepage/nav_home.png);
	background-repeat: no-repeat;
} 
#home a:hover img{ 
	background-image: url(../../images/homepage/nav_home.png);
	background-repeat: no-repeat;
	background-position: 0 -21px ;
}

#about img{
	width: 92px;
	height: 21px;
	float: left;
	display: inline;
	border: 0;
}
#about a img{ 
	background-image: url(../../images/homepage/nav_about.png);
	background-repeat: no-repeat;
} 
#about a:hover img{ 
	background-image: url(../../images/homepage/nav_about.png);
	background-repeat: no-repeat;
	background-position: 0 -21px ;
}

#contact img{
	width: 91px;
	height: 21px;
	float: left;
	display: inline;
	border: 0;
}
#contact a img{ 
	background-image: url(../../images/homepage/nav_contact.png);
	background-repeat: no-repeat;
} 
#contact a:hover img{ 
	background-image: url(../../images/homepage/nav_contact.png);
	background-repeat: no-repeat;
	background-position: 0 -21px ;
}

#services img{
	width: 92px;
	height: 21px;
	float: left;
	display: inline;
	border: 0;
}
#services a img{ 
	background-image: url(../../images/homepage/nav_services.png);
	background-repeat: no-repeat;
} 
#services a:hover img{ 
	background-image: url(../../images/homepage/nav_services.png);
	background-repeat: no-repeat;
	background-position: 0 -21px ;
}

#products img{
	width: 92px;
	height: 21px;
	float: left;
	display: inline;
	border: 0;
}
#products a img{ 
	background-image: url(../../images/homepage/nav_products.png);
	background-repeat: no-repeat;
} 
#products a:hover img{ 
	background-image: url(../../images/homepage/nav_products.png);
	background-repeat: no-repeat;
	background-position: 0 -21px ;
}

#performance img{
	width: 115px;
	height: 21px;
	float: left;
	display: inline;
	border: 0;
}
#performance a img{ 
	background-image: url(../../images/homepage/nav_performance.png);
	background-repeat: no-repeat;
} 
#performance a:hover img{ 
	background-image: url(../../images/homepage/nav_performance.png);
	background-repeat: no-repeat;
	background-position: 0 -21px ;
}

#foodpails img{
	width: 86px;
	height: 21px;
	float: left;
	display: inline;
	border: 0;
}
#foodpails a img{ 
	background-image: url(../../images/homepage/nav_foodpails.png);
	background-repeat: no-repeat;
} 
#foodpails a:hover img{ 
	background-image: url(../../images/homepage/nav_foodpails.png);
	background-repeat: no-repeat;
	background-position: 0 -21px ;
}
/**/


/*Footer properties*/

#footer {
	margin: 0 auto;
	width: 750px;
	height: 50px;
	text-align: left;
	padding-top: 10px;
	}
#footer div.lhs{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 60px 0 30px;
	float: left;
	display: inline;
	}
	
#footer div.mid{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 60px 0 10px;
	float: left;
	display: inline;
	}
#footer div.mid a{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}
#footer div.mid a:hover{
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	}
	
#footer div.rhs{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 0 10px;
	float: left;
	display: inline;	
	}
#footer div.rhs a{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}
#footer div.rhs a:hover{
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	}