/* CSS Document */
/* Homepage body colour */
body{

	}

/* Footer */
.hp_footer {
	display:none;
	}


/* Homepage Wraper */
.hp_wrapper    
	{
	width:900px;
	color: #000000;
	padding: 15px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background:#ffffff;
	font-size: 11px;
	}

/* Homepage Header */
.hp_header {
	display:none;
	}

/* This style defines contact details on the header. */
.hp_contact {
	display:none;
	}
.hp_contact a {
	display:none;
	}
.hp_contact a:hover {
	display:none;
	}

/* This style defines bg of the item picture. */
.hp_itemPicture{
	background-color: #ffffff;
}

.hp_body {
	position: absolute;
	top:0px;
	margin-top: 0px;
	background-color: #ffffff;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.hp_contentHeader{
	display:none;
}

/* This style defines the area around the navigation bar. This is where the background image for the navigation bar is defines */
.hp_navBar {
	display:none;

	}
/* These styles define the buttons in the navigation bar */
.hp_navButtons {
	display:none;
	} 

.hp_navButtons a {
	display:none;

	}  
.hp_navButtons a:hover {
	display:none;
	}

.hp_contentScroll {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom:0px;
	}
.hp_contentScroll a {
	color: #000000;
	text-decoration: underline;
}
	
.hp_contentScroll a:hover {
	color: #000000;
	text-decoration: none;
	}
	
.hp_pricelist{
	width: 560px; 
	border: 1px solid #000000;
	margin-top:5px; 
	padding: 5px;
}

.hp_text{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
}

.hp_title {
	font-size: 14px;
	font-weight: bold;
}

.hp_aboutUs{
	margin-right: 5px;
	text-align: justify;
}

.hp_specialOffer{
	margin-right: 5px;
	text-align: justify;
}

.hp_imgBorder {
	border:1px solid #000000;
	}

.hp_border {
	border:1px solid #000000;
	}
.hp_border td{
	border:1px solid #000000;
	}

.hp_printHide{
	display:none;
}
