/*--default HTML setup--*/
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/
body {
	color: #000000;
	font: 10px/11px verdana, arial, helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
	background-color: #F3F3F3;
}
p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6 {
	color: #000000;
	font: 10px/11px verdana, arial, helvetica, sans-serif;
	/* Netscape 4&IE5 doesn't really like type tags just set in the body, this helps */
	margin: 0 0 0 0; /* removes unpridictable 'browser default' settings */
	padding: 0 0 0 0; /* " " */
}
br.clear {
	clear: both;
	height: 2px;
	overflow: hidden;
}
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/*--header--*/
#head { 
	background: url(images/bgnd-head.gif) no-repeat center top; 
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	height: 67px;
	width: 774px;
}
#head p {
	padding: 40px 0 0 408px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif; /*"neue helvetica"*/
}
#head p img {
	width: 3px;
	height: 19px;
	margin: 0 7px -5px 7px;
}
#head p a:link, #head p a:visited, #head p a:active { 
	text-decoration: none;
	color: White;
	}
#head p a:hover { 
	text-decoration: underline;
	color: #ADADAD;
	}
#head img.printlogo {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: none;
}
/*--main content--*/	
#main { 
	background: url(images/bgnd-cont.gif) repeat-y center; 
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	height: auto;
	width: 774px;
	}
#main-cont {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	height: auto;
	width: 741px;
	padding: 0 0 0 0;
}
#imghold {
	float: left;
	width: 552px;
	background: White url(images/content-top-shad.gif) repeat-x top;
	text-align: left;
}
.img-flash {
	margin: 0 0 0 4px;
}
#contenthold {
	float: left;
	width: 520px;
	text-align: left;
	margin: 10px 0 0 6px;
}
#contenthold h1.headreplace {
/*Flash replace*/
	width: 520px;
 	font: bold 16px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #454545;
}
#contenthold p {
	margin: 5px 0 2px 3px;
	display: block;
}
#contenthold a:link, #contenthold a:visited, #contenthold a:active { 
	color: #2e3192;  
	text-decoration: none;
	border-bottom: 1px dashed #2e3192;
}
#contenthold a:hover {
	color: #5C5C5C;  
	text-decoration: none;
	border-bottom: 1px dashed #E40101;
}
.darktxt{
	color: Red;	
}
.alt-rules{
	height: 1px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #AFAEAE;
	margin-top: 3px;
}

/*------Ind page layout-------*/
body#home #imghold object, body#prodpage #imghold object {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}
body#profile #contenthold table {
	width: 520px;
	padding: 0 0 0 0;
	margin-top: 15px;
}
body#profile #contenthold table td {
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #AFAEAE;
	border-right: 1px solid #AFAEAE;
	vertical-align: bottom;
}
body#profile #contenthold table td.bot { 
	border-bottom:  0 none White;
	vertical-align: top;
}
body#profile #contenthold table td.end { 
	border-right: 0 none White;
}

body#prodpage #contenthold h1 {
	margin: 8px 0 3px 3px;
 	font: bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #454545;
}
body#prodpage #contenthold h1.headreplace {
/*Flash replace*/
	width: 520px;
 	font: bold 16px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #454545;
}
body#prodpage #contenthold h2, body#terms #contenthold h3 {
	margin: 8px 0 3px 3px;
 	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2e3192;
}
body#prodpage #contenthold h3 {
	margin: 8px 0 6px 3px;
 	font: bold 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body#prodpage #contenthold img {
	margin-top: 5px;
}
body#prodpage #contenthold img.right {
	float: right;
	margin-left: 4px;
}
body#prodpage #contenthold img.left {
	float: left;
	margin-right: 4px;
}
body#prodpage #contenthold ul { 
	list-style: disc inside;  
	margin: 5px 0 5px 0; 
	}
body#prodpage #contenthold ul li { 
	margin: 3px 0 3px 4px; }
body#terms #imghold img, body#prodpage #imghold img.finish {
	float: left;
	margin-left: 0;
	padding-left: 0; 
	display: inline;
}
body#terms #contenthold ul { list-style: disc inside; }
body#terms #contenthold ul li {
margin: 3px 0 3px 5px;
}

body#retresult #prodnav img.sideban, 
#prodnav object.sideban, 
#prodnav #flashada, #prodnav #flashadb {
	margin: 15px 0 0 12px;
	border-width: 0 0 0 0;
}

body#retresult p.temp {
	margin-bottom: 8px;
}

/*Contact form layout*/
body#contact .singleline-field-c, body#retresult .singleline-field-c {
	width: 157px;
	height: 20px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body#contact select.singleline-field-c, body#retresult select.singleline-field-c {
	width: 158px;
	height: 20px;
}
body#contact .multiline-field, body#retresult .multiline-field {
	width: 157px;
	height: 98px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body#contact .form-container, body#retresult .form-container {
	float: left;
	width: 260px;
	height: 330px;
	border-bottom: 1px solid Black;
	padding-bottom: 4px;
}

body#contact form p, body#retresult form p {
	clear: both;
	height: 27px;
	margin-bottom: 0px; 
}

body#contact form p label, body#retresult form p label {
  float: left;
  width: 90px;
  text-align: right;
}

body#contact form p span.formw, body#retresult form p span.formw  {
  float: right;
  text-align: left;
}
body#contact p.buttons, body#retresult #contenthold form p.buttons {
	width: 130px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
body#contact table {
	width: 520px;
	padding: 0 0 0 0;
	display: block;
	height: 75px;
	font-size: 13px;
	border: 0 none;
}
body#contact table tr td {
	width: 50%;
	vertical-align: top;
}

/*side nav*/
#prodnav {
	float: right; 
	text-align: left;
	background: url(images/blindnav-headbgnd.gif) no-repeat top right;
	width: 188px;
	margin: 0 0 0 0;
	clear: none;
}
#prodnav h1 {
	margin: 10px 0 0 46px;
	padding: 0 0 0 0;
	font: 10px "neue helvetica" Arial, Helvetica, sans-serif;
   position: relative;
	overflow: hidden;
	width: 100px;
	height: 20px;
	color: White;
}
#prodnav h1 span {
	background: #898989 url(images/blindnav-head.gif) no-repeat top left;
	position: absolute;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%; 
}

#prodnav ul {
	text-align: left;
	width: 188px;
	margin: 0 0 0 0;
}
#prodnav ul li {
	margin: 0 0 0 0;
	background: url(images/blindnav-hov.gif) no-repeat top;  
	font: 14px "neue helvetica", Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#prodnav ul li a {
	margin: 0 0 0 0;
	background: url(images/blindnav-bgnd.gif) no-repeat top;  
	padding: 3px 0 4px 47px;
	display: block;
}

#prodnav ul li a:link, #prodnav ul li a:visited, #prodnav ul li a:active {
	text-decoration: none;
	color: #D0D0D0;
}
#prodnav ul li a:hover {
	color: White;
	background-image: none;
}


/*dealer search box*/
#prodnav h2 {
	font: 10px "neue helvetica" Arial, Helvetica, sans-serif;
   position: relative;
	overflow: hidden;
	width: 170px;
	height: 14px;
	margin: 10px 0 0 12px;
}
#prodnav h2 span { 
	background: url(images/blindnav-stocksearch.jpg) no-repeat top;
	position: absolute;
	width: 100%;
	height: 100%;
}
#dealsearch .search { 
	background: url(images/stocksearch-bgnd.gif) no-repeat left top;
	display: block;
	margin: 10px 0 10px 30px;
}
form#dealsearch input.searchfield { 
	background: transparent none no-repeat;  
	border: 0 none White;
	width: 113px;
	height: 21px;
	font: 12px/12px;
	margin: 1px 12px 1px 20px;
}
form#dealsearch input.button {
	clear: both;
	width: 90px;
	margin: 1px 0 3px 23px;
}
/* Retailer result page */
body#retresult table.result-block {
	width: 530px;
	margin: 6px auto 12px auto;
	border: 1px solid #AFAEAE;
	border-width: 1px 0 1px 0;
}
body#retresult table.result-block td.l {
	width: 22%;
	padding: 5px 3px 5px 5px;
	text-align: right;
}
body#retresult table.result-block td.r {
	padding: 5px 5px 5px 0;
	text-align: left;
}
body#retresult table .central strong { 
	font-weight: bold;
	font-size: 12px;
	color: Black;
}
body#retresult ul.blind-select { 
	list-style-type: none;
	margin: 0 0 0 -5px;	 
}
body#retresult ul.blind-select li {
	float: left;
	margin: -5px 15px 20px 0px;
}
body#retresult .form-container-b {
	float: left;
	width: 375px;
	height: 195px;
}
body#retresult .formw input.singleline-field {
	width: 206px;
	height: 20px;
}

/*--footer--*/
#foot { 
	background: url(images/bgnd-foot.gif) no-repeat center top;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	height: 33px;
	width: 774px;
	text-align: center;
}
#foot p {
	font: 10px "neue helvetica" Arial, Helvetica, sans-serif;
	color: White;
	padding-top: 12px;
}
#foot p a:link, #foot p a:visited, #foot p a:active { 
	text-decoration: none;
	color: White;
	}
#foot p a:hover { 
	text-decoration: underline;
	color: #ADADAD;
}
/* All code (C) Antony Ellam, Designed4hits 2005 */