body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin: 0px;
	height:100%
}
.date {
	position: absolute;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	text-align: right;
	z-index: 1;
	right: 10px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.osslogo {
	position: absolute;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	text-align: center;
	z-index: 1;
	margin: 0px;
	width: 110px;
	height: 160px;
	border: medium double #993399;
	top: -3px;
	left: -3px;
	background-color: #FFFFFF;
	line-height:2em;
}
.logo {
	position: relative;
	height: 160px;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	z-index: 1;
	background-color: #FFFFFF;
	border: medium double #993399;
	background-image: url(../images/topbg.jpg);
	text-align: left;
	width: 98%;
	margin: 10px 0px 0px;
}
.titlebox {
	position: absolute;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	text-align: right;
	z-index: 1;
	right: 10px;
	top: 10px;
	height: 40px;
	width: 200px;
}
.navbar{
	height: 28px;
	width: 800px;
	position: absolute;
	z-index: 11;
	top: 92px;
	left: 0px;
}
.home_box {
	position: absolute;
	height: 25px;
	width: 100px;
	left: 0px;
	top: 0px;
}
.products_box {
	position: absolute;
	height: 25px;
	width: 100px;
	left: 110px;
	top: 0px;
}
.news_box {
	position: absolute;
	height: 25px;
	width: 100px;
	left: 220px;
	top: 0px;
}
.portfolio_box {
	position: absolute;
	height: 25px;
	width: 100px;
	left: 330px;
	top: 0px;
}
.contact_box {
	position: absolute;
	height: 25px;
	width: 100px;
	left: 440px;
	top: 0px;
}
a.homebutton {
	display: block;
	width: 100px;
	height: 25px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/nav/home.gif);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: auto;
}
a.homebutton:hover {
    background-position: -100px 0;
}
a.productsbutton {
	display: block;
	width: 100px;
	height: 25px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/nav/products.gif);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: auto;
}
a.productsbutton:hover {
    background-position: -100px 0;
}
a.newsbutton {
	display: block;
	width: 100px;
	height: 25px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/nav/news.gif);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: auto;
}
a.newsbutton:hover {
    background-position: -100px 0;
}
a.portfoliobutton {
	display: block;
	width: 100px;
	height: 25px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/nav/portfolio.gif);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: auto;
}
a.portfoliobutton:hover {
    background-position: -100px 0;
}
a.contactbutton {
	display: block;
	width: 100px;
	height: 25px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/nav/contact.gif);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: auto;
}
a.contactbutton:hover {
    background-position: -100px 0;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 84px;
	text-indent: 5px;
	z-index: 3;
	color: #FFFFFF;
	line-height:1.5em;
}
.menu a:link {
	background-color: #993399;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #330033;
	z-index: 3;
	color: #FFFFFF;
}
.menu a:visited {
	background-color: #993399;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #330033;
	color: #FFFFFF;
}
.menu a:active {
	background-color: #993399;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #330033;
	color: #999999;
}
.menu a:hover {
	background-color: #660066;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #330033;
	color: #FFFFFF;
}
.mainbody {
	position: relative;
	height: auto;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	z-index: 0;
	background-color: #FFFFFF;
	border: medium double #993399;
	background-image: url(../images/mapbg.gif);
	text-align: left;
	width: 98%;
	margin: 10px 0px 0px;
}
.content {
	position: static;
	text-decoration: none;
	text-align: left;
	padding: 0px 20px;
	height: auto;
	margin: 0px;
	width: auto;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993399;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993399;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9966CC;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660033;
}
.bottom {
	position: relative;
	height: auto;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	z-index: 0;
	background-color: #FFFFFF;
	border: medium double #993399;
	background-image: url(../images/bottombg.jpg);
	text-align: center;
	width: 98%;
	height: 30px;
	margin: 10px 0px 0px;
	line-height:2.5em;
	color: #000000;
}
.bottom a:link {
	color: #993399;
}
.bottom a:visited {
	color: #993399;
}
.bottom a:active {
	color: #9999CC;
}
.bottom a:hover {
	color: #660066;
}
a.back {
	display: block;
	width: 36px;
	height: 7px;
	margin: 10px;
	text-decoration: none;
	background-image: url(../images/back.gif);
	position: absolute;
	left: 30px;
}
a.back:hover {
    background-position: -36px 0;
}	
a.top {
	display: block;
	width: 28px;
	height: 7px;
	margin: 5px;
	text-decoration: none;
	background-image: url(../images/top.gif);
	position: absolute;
	left: 40px;
}
a.top:hover {
    background-position: -28px 0;
}
#ProductsMenu {
	position:absolute;
	width:150px;
	z-index:23;
	left: 230px;
	top: 162px;
	height: 250px;
	visibility: hidden;
}
#Off {
	position:absolute;
	width:683px;
	height:404px;
	z-index:0;
	left: 148px;
	top: 58px;
}
#Fittings {
	position:absolute;
	width:150px;
	height:20px;
	z-index:18;
	left: 0px;
}
#Tube {
	position:absolute;
	width:150px;
	height:20px;
	z-index:21;
	left: 0px;
	top: 21px;
}
#Fittingssub {
	position:absolute;
	width:150px;
	z-index:3;
	left: 151px;
	top: 0px;
	visibility: hidden;
}
#Forged {
	position:absolute;
	width:150px;
	height:20px;
	z-index:3;
	left: 0px;
	top: 21px;
}
#Steel {
	position:absolute;
	width:150px;
	height:20px;
	z-index:3;
	left: 0px;
	top: 0px;
}
#Navigation {
	position:absolute;
	width:540px;
	height:25px;
	z-index:6;
	left: 120px;
	top: 130px;
}
#Home {
	position:absolute;
	width:100px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#Products {
	position:absolute;
	width:100px;
	height:20px;
	z-index:2;
	left: 101px;
	top: 0px;
}
#News {
	position:absolute;
	width:100px;
	height:20px;
	z-index:3;
	left: 202px;
	top: 0px;
}
#Export {
	position:absolute;
	width:100px;
	height:20px;
	z-index:4;
	left: 303px;
	top: 0px;
}
#Contact {
	position:absolute;
	width:100px;
	height:20px;
	z-index:5;
	left: 404px;
	top: 0px;
}
#System {
	position:absolute;
	width:150px;
	height:20px;
	z-index:20;
	top: 42px;
	left: 0px;
}
#Boards {
	position:absolute;
	width:150px;
	height:20px;
	z-index:19;
	top: 63px;
	left: 0px;
}
#Search {
	position:absolute;
	width:150px;
	height:20px;
	z-index:22;
	left: 0;
	top: 0;
}
#Accessories {
	position:absolute;
	width:150px;
	height:20px;
	z-index:17;
	top: 105px;
	left: 0px;
}
#Beams {
	position:absolute;
	width:150px;
	height:20px;
	z-index:16;
	top: 126px;
	left: 0px;
}
#Props {
	position:absolute;
	width:150px;
	height:20px;
	z-index:15;
	top: 147px;
	left: 0px;
}
#Ladders {
	position:absolute;
	width:150px;
	height:20px;
	z-index:14;
	top: 168px;
	left: 0px;
}
#Stagings {
	position:absolute;
	width:150px;
	height:20px;
	z-index:13;
	top: 189px;
	left: 0px;
}
#Towers {
	position:absolute;
	width:150px;
	height:20px;
	z-index:12;
	top: 210px;
	left: 0px;	
}
#Fencing {
	position:absolute;
	width:150px;
	height:20px;
	z-index:10;
	top: 231px;
	left: 0px;
}
#Boardssub {
	position:absolute;
	width:150px;
	height:100%;
	z-index:4;
	left: 151px;
	top: 0px;
	visibility: hidden;
}
#Standard {
	position:absolute;
	width:150px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#Laminated {
	position:absolute;
	width:150px;
	height:20px;
	z-index:2;
	top: 21px;
	left: 0px;
}
#Ladderssub {
	position:absolute;
	width:150px;
	height:100%;
	z-index:5;
	left: 151px;
	top: 0px;
	visibility: hidden;
}
#Aluminium {
	position:absolute;
	width:150px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#ConTimber {
	position:absolute;
	width:150px;
	height:20px;
	z-index:2;
	left: 0px;
	top: 21px;
}
#TraTimber {
	position:absolute;
	width:150px;
	height:20px;
	z-index:3;
	left: 0px;
	top: 42px;
}
#Surveyors {
	position:absolute;
	width:150px;
	height:20px;
	z-index:4;
	left: 0px;
	top: 63px;
}
#Pole {
	position:absolute;
	width:150px;
	height:20px;
	z-index:5;
	left: 0px;
	top: 84px;
}
#StLadder {
	position:absolute;
	width:150px;
	height:20px;
	z-index:6;
	left: 0px;
	top: 105px;
}
#Roof {
	position:absolute;
	width:150px;
	height:20px;
	z-index:7;
	left: 0px;
	top: 126px;
}
#Towerssub {
	position:absolute;
	width:150px;
	height:100%;
	z-index:4;
	left: 151px;
	top: 0px;
	visibility: hidden;
}
#Boss {
	position:absolute;
	width:150px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#BossFG {
	position:absolute;
	width:150px;
	height:20px;
	z-index:2;
	left: 0px;
	top: 21px;
}
#Minimax {
	position:absolute;
	width:150px;
	height:20px;
	z-index:3;
	left: 0px;
	top: 42px;
}
#Minit {
	position:absolute;
	width:150px;
	height:20px;
	z-index:4;
	left: 0px;
	top: 63px;
}
#FencingSub {
	position:absolute;
	width:150px;
	height:100%;
	z-index:4;
	left: 151px;
	top: 0px;
	visibility: hidden;
}
#TFencing {
	position:absolute;
	width:150px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#THoarding {
	position:absolute;
	width:150px;
	height:20px;
	z-index:2;
	left: 0px;
	top: 21px;
}
#PFencing {
	position:absolute;
	width:150px;
	height:20px;
	z-index:3;
	left: 0px;
	top: 42px;
}
#ContactMenu {
	position:absolute;
	width:150px;
	height:100%;
	z-index:30;
	left: 563px;
	top: 162px;
	visibility: hidden;
}
#Details {
	position:absolute;
	width:150px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#GEnquiry {
	position:absolute;
	width:150px;
	height:20px;
	z-index:2;
	left: 0px;
	top: 21px;
}
#PEnquiry {
	position:absolute;
	width:150px;
	height:20px;
	z-index:2;
	left: 0px;
	top: 42px;
}
#Brochure {
	position:absolute;
	width:150px;
	height:20px;
	z-index:4;
	left: 0px;
	top: 63px;
}
#Map {
	position:absolute;
	width:150px;
	height:20px;
	z-index:4;
	left: 0px;
	top: 84px;
}
