.textlink1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #D7E15C;
  text-decoration: none;
}
.textlink1:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #D7E15C;
  text-decoration: underline;
}
.normaltext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.normaltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.normaltext2bold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0px;

}
.normaltext2bold:hover, .normaltext2bold:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #D7E15C;
  text-decoration: none;
}
.bigredtext {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  color: DC2128;
  text-decoration: none;
}
.bigredtext:hover {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  color: DC2128;
  text-decoration: underline;
}
.error {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FF000000;
  text-decoration: none;
}
.redtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #FF0000;
  text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D7E15C;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #D74A21;
	font-weight: bolder;
	margin: 0px;
	letter-spacing: 0.1em;
	padding: 0px;
	text-decoration: none;
}
h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-style: italic;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #CC0033;
  font-weight: bold;
  margin: 0px;
  letter-spacing: 0.1em;
  padding: 0px;
}
.formfield {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: EFEFEF;
  border: 1px solid #14624E;
}
.formbutton {
  font-family: Arial, Helvetica, sans-serif;
  color: #CC0033;
  background-color: EFEFEF;
  border: 1px solid #14624E;
  font-size: 11px;
  padding: 1px;
}
.alert {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #D20B0B;
}
.bg2 {
  background-attachment: fixed;
  background-color: 9DA7C5;
  background-image: url(../images/bg-2.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.bg1 {
  background-attachment: fixed;
  background-image: url(../images/bg-1.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.adminmenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.adminmenu:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #D7E15C;
  text-decoration: none;
}
.normaltextbold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  font-weight: bold;

}
.faq {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #FFFF99;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
}
.normaltext3bold {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #CC0033;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D74A21;
	text-decoration: none;
}
.specialtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;

}
.textlink2 {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FF0000;
  text-decoration: none;
}
.textlink2:hover {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #D7E15C;
  text-decoration: underline;
}
.info {
  position:relative; /*this is the key*/
  z-index:24; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #0088B2;
  font-weight: bold;
  text-decoration: none;
}

.info:hover {
  z-index:25; 
  background-color:#C1D7D4;
}
.info span {display: none}
.info:hover span {
  display:block;
  position:absolute;
  top:10px; 
  left:-20px; 
  width:10px;
  border:1px solid #007162;
  background-color:#DCDCDC; 
  color:#000033;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-decoration: none;
}
.picframe {
  border: 1px solid #999999;
}

/* PRODUCT CATEGORIES */

	ul.categoryList {
		padding: 0;
		margin: 0 0 0 0;
		list-style: none;
	}
	
	ul.categoryList li {
		float: left;
		width: 174px;
		height: 200px;
		margin: 0 5px 10px 5px;
		text-align: center;
	}
	
	ul.categoryList li a {
		color: #d74a21;
	}
	
	.catImage {
		width: 174px;
		height: 174px;
		overflow: hidden;
		margin-bottom: 5px;
		background: #eeeeee;
	}
	
/* PRODUCT LIST */	
	
	h1 {
		font-size: 16px;
		color: #d74a21;
		font-weight: 700;
		margin-bottom: 10px;
	}
	
	.sideBar {
		float: left;
		width: 150px;
		background: #f5f7d6;	
	}
	
	.sideBar ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.sideBar ul li a {
		display: block;
		width: 135px;
		padding: 7px 5px 7px 10px;
		color: #d74a21;
	}
	
	.sideBar ul li a:hover {
		color: #000000;
		text-decoration: none;
		background: #d7e15c;
	}
	
	.productList {
		float: left;
		width: 568px;
		padding-left: 10px;	
	}
	
	.product {
		float: left;
		width: 128px;
		margin: 0 7px 20px 7px;
		text-align: center;
	}
	
	.product .prodImage {
		width: 128px;
		height: 100px;
		background: #eeeeee;
		margin-bottom: 5px;
	}
	
	.product .priceRRP {
		margin: 5px 0;	
	}
	
	.addToCart {
		margin: 0 auto;
		width: 110px;
	}
		
	.product .qty {
		float: left;
		height: 17px;
		margin: 3px 5px 0 0;
		font-weight: 700;
	}
	
	.product input {
		float: left;
		width: 40px;
		height: 20px;
		margin: 0 5px 0 0;
		border: 1px solid #d7e15c;
	}

	input.addButton {
		border: none;
		width:30px;
		height: 20px;
		background: #d7e15c;
		color: #d74a21;
		text-transform: lowercase;
		font-size: 11px;
		font-weight: 700;
	}












































