@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	5;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 99.2063%;
	padding-left: 0.3968%;
	padding-right: 0.3968%;
	height: 100%;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000000;
}
#home {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#products {
	clear: none;
	float: left;
	margin-left: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	color: #FFF;
}
#enquiries {
	clear: none;
	float: left;
	margin-left: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
}

#contactus {
	clear: none;
	float: left;
	margin-left: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000000;
	text-align: center;
}
#map {
	clear: both;
	margin-left: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000000;
	text-align: center;
}
#Main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	background-color: #000000;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #000000;
	color: #FFF;
	text-align: right;
}
p {
	padding: 2.5%;
}
