body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
.table {
	font-size: 85%;
	font-weight: bold;
}



#centrepic {
	position: absolute;
	z-index: 1;
	bottom: 10%;
	text-align: center;
	width: 80%;
	top: 5%;
	left: 5%;
	height: 85%;
}
#index_link {
	position:absolute;
	left:5px;
	top:80px;
	width:20%;
	z-index: 7;
	text-align: right;
	color: #FFFFFF;
	}

#index_link a:link , #index_link a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#index_link a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.prod {
	font-weight: bold;
}
.strap {
	font-size: 110%;
	text-align: center;
}
#credit {
	top: 490px;
	position: absolute;
	left: 5%;
	width: 55%;
	text-align: right;
	z-index: 3;
	vertical-align: bottom;
	background-position: bottom;
	visibility: visible;
}
.credit_text {
	font-size: -65%;
	color: #727272;
	vertical-align: bottom;
}
.credit_text a:link , .credit_text a:visited{
	color: #999999;
	text-decoration: none;
	vertical-align: bottom;
}
.credit_text a:hover {
	color: #CCCCCC;
	text-decoration: none;
	vertical-align: bottom;
}
#strapper {
	position:absolute;
	left:1%;
	top:30px;
	width:90%;
	z-index: 4;
	letter-spacing: 10px;
	}
	
#header {
	font-size: 120%;
	width: 60%;
	top: -41px;
	position: absolute;
	font-weight: bold;
	z-index: 4;
}
#products {
	width: 50%;
	left: 22%;
	top: 16%;
	right: 20px;
	bottom: 0px;
	position: absolute;
	z-index: 4;
	color: #000000;
}
#produtpics {
	width: 80%;
	position: absolute;
	left: 148px;
	top: 75px;
	text-align: right;
	z-index: 5;
}
.tablehead {

	font-size: 120%;
	font-weight: bold;
}
#strapperprod {

	position:absolute;
	left:30%;
	top:5%;
	width:50%;
	z-index: 4;
}
/* added for contact.php */
#contactleft {
	width: 44%;
	left: 23%;
	top: 84px;
	right: 20px;
	bottom: 0px;
	position: absolute;
	z-index: 4;
}
div.formcontainer {
 position: relative;
	width: 500px;
}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 

input.textfield {
	width : 220px;
}

textarea.textarea {
	width : 220px;
}

a.whitelink:link, a.whitelink:visited, a.whitelink:active {
 color: white;
	text-decoration: underline;
}
a.whitelink:hover {
  color: #cecece;
		text-decoration: underline;
}