@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #FFFEA1;
	background-image: url(../images/he-design-2_03.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
}
.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 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#vNav {
	width:180px;
	z-index:10;
	background-color: #6B1101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#vNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#vNav li {
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #993333;
	width: 100%;
	float: left; /* for IE only */
	position: relative;
}
#vNav li:first-child{
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #993333;
}
#vNav a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6B1101;
	display: block;
	padding: 5px;
}
#vNav a:hover, #vNav a:active, #vNav a:focus {
	color: #6B1101;
	background-color: #FFFFCC;
	background-image: url(../images/emptybg-1.gif);
}
#vNav li ul {
	visibility: visible;
	position: relative; /* to position them to the right of their containing block */
	width: 100%;
}
#vNav li ul a {
	background-color: #CCCCCC;
	color: #6B1101;
	background-image: url(../images/navbg-1.jpg);
	background-repeat: repeat-x;
}

#vNav li:hover ul {
	visibility: visible;
}
#main  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #6B1101;
}
#main  h2 {
	font-size: small;
	color: #6B1101;
}
#main h3 {
	font-size: small;
	color: #333333;
}
#box {
	background-color: #FFFFD5;
	border: 1px solid #6B1101;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}


#main   p, #main  li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#main   a   {
	color: #BB0F27;
}
#main  a:hover, #main  a:focus, #main  a:active {
	color: #FF9900;
}
#footer  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #F99C35;
	border-bottom-color: #F99C35;
	border-left-color: #F99C35;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #BB0F27;
	background-image: url(../images/backOct08.gif);
	background-repeat: repeat-x;
}
#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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF9900;
}
#footer a {
	color: #FF9900;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #FFFFFF;
}
.therulebelow {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BB0F27;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.pictureframe {
	padding: 5px;
	border: 1px solid #6B1101;
}

.darktint {
	background-color: #FAB639;
}
.mediumtint {
	background-color: #FFFEA1;
}
.lighttint {
	background-color: #FFFFD5;
}
.standoutText {
	font-size: large;
	color: #BB0F27;
}
.more {
	margin-top: 0px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BB0F27;
	padding-bottom: 2px;
}
.pnospaceafter {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.biggerBetterFaster {
	font-size: 24px;
}
.bigStandOut {
	font-size: 24px;
	color: #FF0000;
}
.nospaceafter {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.nospacebefore {
	margin-top: 0px;
	padding-top: 0px;
}
small {
	font-size: x-small;
}
.ac {
	text-align: center;
}
#tafpanel {
	padding: 2px;
	border: 1px solid #6B1101;
	width: 300px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#stockist tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 5px;
}
.theruleabove {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BB0F27;
}
