/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

p {
	margin-bottom: 1em;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ff6f00;
	letter-spacing: 0.25em;
}	

h2 {
	font-size: 11px;
}

ul {
	list-style: none;
}

body { 
	background-color: #2f2f2f;
	padding: 0;
	text-align: center;
}

/* Container for all elements */
#wrapper {
	position:relative;
	width: 960px;
	height:530px;
	z-index: 0;
	margin: 15px auto;
	border: solid 1px white;
}

/*Wrapper for normal content*/
#PageWrapper {
	position:absolute;
	left: 0;
	top: 110px;
	height:420px;
	width: 960px;
	z-index:10;
	text-align: left;
	/*overflow-x: hidden;
	overflow-y: auto;*/
	
}

#Logo {
	position: absolute;
	left: 34px;
	top: 10px;
	width: 369px;
	height: 113px;
}

#Slogan {
	position: absolute;
	left: 412px;
	top: 60px;
	width: auto;
	height: auto;
}


/*Navigation ----------------------------------------------------------------------------------- */

#NavBox {
	position: absolute;
	left: 740px;
	top: 10px;
	width: 198px;
	height: 113px;
	color: white;
	text-align: right;
}



#NavBox a {
	display: block;
	text-decoration: none;
	color: white;
}

#NavBox a:hover {
	display: block;
	text-decoration: none;
	color: #ff6f00;
}


#NavBox h1 {
	color: white;
	font-size: 11px;
	letter-spacing: normal;
}

#Nav_Home {
	float: right;
	width: 198px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}



#Nav_Products {
	float: right;
	width: 100%;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

#Nav_Wire {
	float: right;
	width: 100%;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

#Nav_Company {
	float: right;
	width: 100%;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

#Nav_Contact {
	float: right;
	width: 100%;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

/* END Nav ------------------------------------------------------------------------------------------- */
/* START Producst Nav  -------------------------------------------------------------------------------- */

#ProductNav {
	position: absolute;
	top: 71px;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url(Images/btn-background-gradient.gif);
	background-repeat: repeat-x;
}

#ProductsNavInner {
	position: absolute;
	left: 8px;
	top: 1px;
	width: 944px;
	height: 23px;
	text-align: center;
}

#ProductsNavInner h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

#ProductsNavInner a {
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10.5px;
	color: white;
}

#ProductsNavInner a:hover {
	color:#ff6f00;
}

#Nav_Fencing {
	float: left;
	height: 23px;
	width: 120px;
	margin-right:4px;
	background-image: url(Images/btn-gradient.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
}

#Nav_GlassPool {
	float: left;
	height: 23px;
	width: 150px;
	margin-right:4px;
	background-image: url(Images/btn-gradient.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
}

#Nav_Balustrading {
	float: left;
	height: 23px;
	width: 100px;
	margin-right:4px;
	background-image: url(Images/btn-gradient.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
}

#Nav_Marine {
	float: left;
	height: 23px;
	width: 150px;
	margin-right:4px;
	background-image: url(Images/btn-gradient.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
}

#Nav_SplashBack {
	float: left;
	height: 23px;
	width: 200px;
	margin-right:4px;
	background-image: url(Images/btn-gradient.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
}

#Nav_LCD {
	float: left;
	height: 23px;
	width: 200px;
	margin-right:4px;
	background-image: url(Images/btn-gradient.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
}

