﻿body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	margin: 0;
	background-image: url('images/background-Black.gif');
	background-repeat: repeat-x;
	background-color: black;
}

.TopLogo {
	background-image: url('images/ELG-Banner.gif');
	background-repeat: no-repeat;
	height: 37px;
	width: 452px;
}

.navbutton {
	font-size: 10pt;
	color: white;
	width: 99px;
	height: 27px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	display: block;
	text-align: center;

}
.navbutton a {
	color: white;
	width: 99px;
	height: 27px;
	text-decoration: none;
	background-image: url('images/topnavbuttonblack.gif');
	background-repeat: no-repeat;
	display: block;
	padding-top: 5px;
}

.navbutton a:hover{
	width: 99px;
	height: 27px;
	text-decoration: none;
	background-image: url('images/topnavbuttonblack-On.gif');
	background-repeat: no-repeat;
	display: block;
	
}



input.Submit-ButtonBig {
	background-image: url('images/topnavbuttonblack.gif');
	background-repeat: no-repeat;
	background-color: #829BC7;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	border: 0px;
	width: 120px;
	height: 27px;
}

input.Submit-ButtonBig:hover  {
	background-image: url('images/topnavbuttonblack-On.gif');
	background-repeat: no-repeat;
	background-color: #829BC7;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	color:  #FFFFFF;
	text-decoration: none;
	border: 0px;
	width: 120px;
	height: 27px;
}










p{
	font-size: 10pt;
}

.formelement {
	border-color: #C0C0C0;
	border: 1px #8E8E65 solid;
	width: 200px;
}

.formelementbutton {
	border-color: #C0C0C0;
	border: 1px #8E8E65 solid;
	width: 75px;
}


h1 {
	font-size: 15pt;
}

hr  {
	border: 0;
	height: 1px;
	color:  #989871;
	background-color: #989871;
}

form {
	margin: 0px 0px 0px 0px;
}



#catmirrors {
	width: 550px;
	height: 120px;
	padding: 10px 0px 10px 0px;
}

#catmirrors a{
	background-image: url('images/Catalogue-Mirrors.gif');
	background-repeat: no-repeat;
	width: 550px;
	height: 120px;
	display: block;

}

#catmirrors a:hover {
	background-image: url('images/Catalogue-Mirrors-Over.gif');
	background-repeat: no-repeat;	
	width: 550px;
	height: 120px;
	display: block;
}






#cattables {
	width: 550px;
	height: 120px;
	padding: 10px 0px 10px 0px;
}

#cattables a{
	background-image: url('images/Catalogue-Tables.gif');
	background-repeat: no-repeat;
	width: 550px;
	height: 120px;
	display: block;

}

#cattables a:hover {
	background-image: url('images/Catalogue-Tables-Over.gif');
	background-repeat: no-repeat;	
	width: 550px;
	height: 120px;
	display: block;
}





#catstools {
	width: 550px;
	height: 120px;
	padding: 10px 0px 10px 0px;
}

#catstools a{
	background-image: url('images/Catalogue-Stools.gif');
	background-repeat: no-repeat;
	width: 550px;
	height: 120px;
	display: block;

}

#catstools a:hover {
	background-image: url('images/Catalogue-Stools-Over.gif');
	background-repeat: no-repeat;	
	width: 550px;
	height: 120px;
	display: block;
}








#catbuckets {
	width: 550px;
	height: 120px;
	padding: 10px 0px 10px 0px;
}

#catbuckets a{
	background-image: url('images/Catalogue-Buckets.gif');
	background-repeat: no-repeat;
	width: 550px;
	height: 120px;
	display: block;

}

#catbuckets a:hover {
	background-image: url('images/Catalogue-Buckets-Over.gif');
	background-repeat: no-repeat;	
	width: 550px;
	height: 120px;
	display: block;
}





#catpedestals {
	width: 550px;
	height: 120px;
	padding: 10px 0px 10px 0px;
}

#catpedestals a{
	background-image: url('images/Catalogue-Pedestals.gif');
	background-repeat: no-repeat;
	width: 550px;
	height: 120px;
	display: block;

}

#catpedestals a:hover {
	background-image: url('images/Catalogue-Pedestals-Over.gif');
	background-repeat: no-repeat;	
	width: 550px;
	height: 120px;
	display: block;
}




.cartbutton {
	font-size: 10pt;
	color: white;
	width: 200px;
	height: 27px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	display: block;
	text-align:left;
	text-indent: 40px;

}
.cartbutton a {
	color: white;
	width: 200px;
	height: 27px;
	text-decoration: none;
	background-image: url('images/cart-off.gif');
	background-repeat: no-repeat;
	display: block;
	padding-top: 5px;
}

.cartbutton a:hover{
	width: 200px;
	height: 27px;
	text-decoration: none;
	background-image: url('images/cart-over.gif');
	background-repeat: no-repeat;
	display: block;
	
}


input.Submit-ButtonBig {
	background-image: url('images/topnavbuttonblack.gif');
	background-repeat: no-repeat;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	border: 0px;
	width: 120px;
	height: 25px;
	text-align: center;
}

input.Submit-ButtonBig:hover  {
	background-image: url('images/topnavbuttonblack-On.gif');
	background-repeat: no-repeat;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10pt;
	color:  white;
	text-decoration: none;
	border: 0px;
	width: 120px;
	height: 25px;
}


input.submit-butonadmin {
	background-image: url('images/topnavbuttonblack.gif');
	background-repeat: no-repeat;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	border: 0px;
	width: 75px;
	height: 25px;
	text-align: center;
}


input.submit-butonadmin:hover  {
	background-image: url('images/topnavbuttonblack-On.gif');
	background-repeat: no-repeat;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10pt;
	color:  white;
	text-decoration: none;
	border: 0px;
	width: 75px;
	height: 25px;
}





#poweredbyworldpay {
	padding-top:25px;
	text-align:center;
}

#welcometo {
	width:600px;text-align:center;position:absolute;z-index:1;top:90px;font-size:12pt;font-weight: bold;	
}


