@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 79%;
	background-attachment: fixed;
}
#foot {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FB683C;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 78%;
	color: #999999;
}
.oneColFixCtrHdr #container {
	width: 930px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 176px;
}
.oneColFixCtrHdr #header {
	position:relative;
	height:147px;
	background-color:#939598;
	width:930px;
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;
	border: 1px solid #FB683C;
	padding-top: 1;
	padding-right: 10px;
	padding-bottom: 1;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a {
	color: #B82126;
}


a:visited {
	color: #D92936;
}
.tableborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #33CC33;
	padding-bottom: 3px;
}
.celpad {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 90%;
}
#navdiv {
	background-color: #524948;
	height: 22px;
	width: 930px;
	margin-top: -1px;
	padding-top: 2px;
	margin-right: auto;
	margin-left: auto;
}
#divcentre {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #524948;
	text-transform: capitalize;
	font-size: 130%;
	border: 1px dotted #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	width: 300px;
	text-align: center;
	height: 25px;
}
.oneColFixCtrHdr #container #mainContent table {
}
.oneColFixCtrHdr #container #mainContent #navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FB683C;
}
h5{
	font-size: 100%;
	color: #029CD3;
	border: 1px dotted #029CD3;
	padding: 4px;
	width: 200px;
}
.oneColFixCtrHdr #container #mainContent .tableheader {
	font-weight: bold;
	color: #524948;
}
input {
	border: 1px dotted #006600;
	background-color: #ECFFC4;
}
.input:hover {
	border: 1px solid #B7FFB7;
	color: #FFFFFF;
	background-color: #ED1C24;
}
.button {
	border: 1px dotted #006600;
	background-color: #ECFFC4;
}
.button:hover {
	border: 1px solid #B7FFB7;
	color: #FFFFFF;
	background-color: #ED1C24;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }
.oneColFixCtrHdr #container #mainContent #dimensions {
	width: 150px;
	border: 1px dotted #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.oneColFixCtrHdr #container #mainContent #dimensions h4 {
	font-size: 90%;
	color: #666666;
	text-decoration: underline;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
}
.formlabel {
	color: #999999;
	line-height: 35px;
	text-align: right;
	padding-right: 8px;
}
.outside {
	color: #999999;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: left;
	padding-left: 2px;
}
.oneColFixCtrHdr #container #mainContent .shopcarthead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00BAF0;
}
.3images {
	margin: 1px;
	padding: 2px;
	float: left;
}
#divcentreimage {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-top: 20px;
}
#search {
	float: left;
	height: 25px;
	width: 223px;
	padding-bottom: -1px;
	position: relative;
	top: 108px;
	background-color:#CD5125;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	padding-top: 2px;
	font-size: 90%;
	color: #000000;
	padding-left: 2px;
}
.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	height: 20px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
#navbar {
	position:relative;
	height:24px;
	background-color:#524948;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#col1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	padding: 2px;
	float: left;
	width: 275px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}
#col2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	padding: 2px;
	float: left;
	width: 275px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
}
#col3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	margin: 2px;
	padding: 2px;
	float: left;
	width: 275px;
	border: 1px solid #CCCCCC;
}
.oneColFixCtrHdr #container #mainContent #form2 #col1 img {
	margin-right: auto;
	margin-left: 12px;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #form2 #col2 img {
	margin-left: 12px;
}
.oneColFixCtrHdr #container #mainContent #form2 #col3 img {
	margin-left: 12px;
}
.contacttop {
	padding: 5px;
	float: left;
	width: 100%;
	text-align: center;
}
