@charset "utf-8";
/* CSS Document */

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;

}
a.navlinks:link {
	color: #000000;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 120%;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a.navlinks:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a.navlinks:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;


}


a.whitelinks:link {
	color: #ffffff;
	font-weight: bold;
}
a.whitelinks:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a.whitelinks:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;


}



a.subnavlinks:link {
	color: #ffffff;
	font-weight: bold;
	word-spacing: normal;
	text-align: center;
	vertical-align: 50%;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 100%;
	white-space: nowrap;

}

a.subnavlinks:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

a.subnavlinks:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;


}

.product1:hover
{
	opacity:0.5;
	background-color:grey;
	position: index-1;
	caption-side:bottom;
	transition: 0.9s;
}

.imageHolder 
{ 
	position: relative;
} 

.imageHolder .caption
{
	position: absolute;
	width: 253px;
	height: 50px;
	left: 17px;
	color: #ffffff;
	background-color:rgba(192,192,192,0.9);
	text-align:center;
	font-weight:bold;
	opacity:0;
}



.imageHolder:hover .caption 
{ 
	padding-top: 200px;
	width: 353px;
	height: 113px;
	opacity:0.5;
	transition: 0.5s;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;


}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;

}
input , textarea {
 	font-size: 10pt; 
	color: #505050; 
	border: 1px solid #505050; 
	background-color: #ffffff;
}
/*this is to enlarge the text box when typing into it--!>*/
input:focus,  textarea:focus  {
	border:1px solid #505050;
	background-color: #94E896;
 }  .sifr {
	position: absolute;
	visibility: hidden;
}
.blacktext {
	color: #000000;
}
hr {
	color: #284361;

}
img {
  max-width: 100%;/*stops images displaying wider than the mobile screen*/
}
.header a {
	color: #FFFFFF;
	margin-right: 22px;
	white-space: nowrap;
	
}
.header {
	background-color: #000000;
	color: #FFFFFF;
	text-align: right;
	min-height: 15px;
	width: 100%;
	padding-top: 2px;
	padding-right: 20px;
	max-width: 1000px;
	padding-bottom: 2px;
}
.contentarea {
	color: #000000;
	background-color: #ffffff;
	width:90%;
	margin-top: -22px;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5%;	
}

.contentboxtable
{
	padding:10px;
	font-weight:bold;
}

.footer {
	color: #FFFFFF;
	background-color: #231F20;
	text-align: left;
	margin: 0px;
	padding: 20px;
}


.banner {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.page {
	
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1020px;
		background-color: #ffffff;
}
.navbar {
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	min-height: 60px;
	width: 100%;
	padding-top: 11px;
}
.nowrap{
	white-space: nowrap;

}
.subnavbar {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #F54901;
	min-height: 22px;
	width: 100%;
	padding-top: 5px;
}
.button {
	color:#FFF;
	background-color: #F54901;
	padding: 5px;
	border-radius:8px 8px 8px 8px; 
	-webkit-border-radius:8px 8px 8px 8px; 
	radius:8px 8px 8px 8px; 
}

.button hover{
	box-shadow: 1px 1px 1px #F54901;
	padding: 5px;
	border-radius:8px 8px 8px 8px; 
	-webkit-border-radius:8px 8px 8px 8px; 
	radius:8px 8px 8px 8px; 
}

input[type="submit"]
{
	border-color:#F54901;
	box-shadow: 2px 2px 2px #F54901;
	padding: 5px;
	border-radius:8px 8px 8px 8px; 
	-webkit-border-radius:8px 8px 8px 8px; 
	radius:8px 8px 8px 8px; 
}

input[type="submit"]:hover
{
	background-color:#F54901;
	color:#FFF;
	border-color:#F54901;
	box-shadow: 2px 2px 2px #F54901;
	padding: 5px;
	border-radius:8px 8px 8px 8px; 
	-webkit-border-radius:8px 8px 8px 8px; 
	radius:8px 8px 8px 8px;
	transition:1s; 
}

.navbar .logo {
	float: left;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 8px;
}
.footerboxalignment {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1000px;
}
.block30percent {
	padding: 5px;
	float: left;
		width: 28%;
	min-width: 200px;
	max-width: 300px;

}
.separator {
	clear: both;
	height: 5px;
}

.product {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.product:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color:rgba(192,192,192,0.9);
	box-shadow: 10px 10px 5px #666;
	transition:1s;
}

.product img {
	padding-right: 11px;
	padding-left: 11px;
	float: left;
}

.table-headers
{
	color:#FFF;
	background-color:#666;
	border-radius:1em;
}

/*table
{
	width:100%;
}
*/


td
{
	color:#000;
}

.up
{
	color:#FFF;
	font-size:11px;
	padding-right:5px;
	float:right;
}

.productheading {
	color: #F44900;
}

.outofstock
{
	color: #F00;
}

form
{
	padding-left:10px;
}

.contact
{
	float:left;
	50%;
}

.clear
{
	clear:both;
}

.conspace
{
	margin-bottom:50px;
}

th
{
	background-color:#999;
}

.data
{
	text-align:center;
	background-color:#CCC;
}

.return-top
{
	float:right;
}

.read{
	font-size:8pt;
	font-style:italic;
}
