/************* Misc *************/
div.spacer16px{ 
	height: 16px;
	background-color: #fff;
}
div.spacer10px{ 
	height: 10px;
	background-color: #fff;
}
img.margin-right10px{
	margin-right: 10px;
}
img.margin-left10px{
	margin-left: 10px;
}
img.margin-left-bottom{
	margin-left: 10px;
	margin-bottom: 10px;
}
img.margin-top-bottom{
	margin-top: 10px;
	margin-bottom: 10px;
}
/************* Containers *************/
div.hp-header-container{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 10px 0px;
}
div.hp-header-container-colorsphere{
	background: url(Images/colorsphere_bg.jpg) repeat-x center;
	margin-top: 1px;
	margin-bottom: 1px;
}
div.hp-header-container2{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}
div.hp-grey-container{
	background-color: #f3f2f2;
	border-bottom: 1px solid #cccccc;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	height: 1%;
}
div.hp-green-container{
	background-color: #668f5f;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	color: White;
	height: 1%;
}
div.hp-lime-container{
	background-color: #4faf00;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	color: White;
	height: 1%;
}
div.hp-blue-container{
	background-color: #0f9efc;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	color: White;
}
div.hp-pink-container{
	background-color: #ff2f63;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	color: White;
	height: 1%;
}
div.hp-white-container{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	height: 1%;
}
div.hp-white-container-bottom{
	border-bottom: 1px solid #cccccc;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px 0px 1px 0px;
	height: 1%;
	.padding: 0px 0px 0px 0px;
}
div.hp-white-container-bottom3{
	border-bottom: 1px solid #cccccc;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px 0px 1px 10px;
	height: 1%;
}
div.hp-white-container-bottom2{
	border-bottom: 1px solid #cccccc;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	height: 1%;
}
div.hp-greyrule{
	border-top: 1px solid #cccccc;
}
div.hp-whiterule{
	border-top: 1px solid #fff;
}
div.IE6-fix{
	height: 1%;
}
/************* UL + LI *************/
ul.hp{
	margin: 10px 0px 10px 40px;
	padding: 0px 0px 0px 0px;
}
li.hp{
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(Images/li_green_arrow.gif);
}