/* CSS Document */


 /*
  USAGE:
  Copy and paste this one line into your site's CSS stylesheet.
  Add comma-separated CSS selectors / element names that have transparent PNGs.
  Remember that the path is RELATIVE TO THIS HTML FILE, not the CSS file.
  See below for another method of activating the script without adding CSS here.
 */

 .pngfix, .button1 {
	behavior: url("iepngfix.htc")
}
body {
	behavior: url("csshover3.htc");
}
/*
  Here's an example you might use in practice:
  img, div.menu, .pngfix, input { behavior: url("/css/iepngfix.htc") }
 */


body {
	background-color:#333333;
	color:#666666;
	font-family: Arial, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/black_fade.gif);
	font-size: 14px;
}

div, h1, h2, p, form, label, img, span {
	margin:0;
	padding:0;
	border:none;
}
input, textarea {
	margin:5;
	padding:5;
}
ul {
	padding:0;
	list-style-type:none;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
.fl {
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.fr {
	float:right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.flush {
	margin:0;
	padding:0;
	height: 0px;
	clear: both;
	font-size: 0px;
}
.spacer {
	clear: both;
	float: none;
	height: 15px;
}

#container {
	color:#000;
	margin:0 auto;
	padding: 0px;
}

hr {
	height: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#hoc {
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 8px;
	min-height: 50px;
	padding-bottom: 10px;
}

/*----------------------------------header--------------------*/
#header {
	height: 155px;
	position: relative;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 28px;
	margin-left: 0px;
	z-index: 20;
}


.cartheader {
	position: absolute;
	right: 20px;
	color: #FFFFFF;
	background-image: url(images/login_bg.gif);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	height: 17px;
	font-size: 11px;
	padding-top: 5px;
	top: 161px;
}
.hoclogo {
	position: absolute;
	left: 18px;
	top: 62px;
	background-image: url(images/home_owners_club.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 434px;
}
.hplogo {
	position: absolute;
	right: 0px;
	top: 23px;
	height: 90px;
	width: 252px;
	background-image: url(images/homepro_logo.png);
	background-repeat: no-repeat;
}

/*------------------------------------body--------------------*/
#main {
	width:955px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.col1 {
	font-size: 12px;
	width: 300px;
	float: left;
	padding-right: 20px;
}
.col2 {
	font-size: 12px;
	width: 620px;
	float: left;
	padding-right: 20px;
}
.col3 {
	font-size: 12px;
	width: 940px;
	float: left;
	padding-right: 20px;
	margin-bottom: 20px;
}


/*-----------------------content--------------------*/

#topedge {
	background-image: url(images/main_top.gif);
	background-repeat: no-repeat;
	height: 7px;
	font-size: 0px;
}

#content {
	width: 955px;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-color: #FFFFFF;
}
p {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin-bottom: 12px;
	text-align: left;
	margin-bottom: 12px;
}


a {
	color: #0B90AF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F16E22;
}


#content_bottom {
	background-image: url(images/main_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 955px;
	color: #666666;
	font-size: 0px;
}

#content ul {
	margin-bottom: 10px;
	font-size: 13px;
}

ol li {
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: decimal;
	font-weight: bold;
	color: #915C75;
	line-height: 18px;
	padding-left: 0px;
	margin: 0px;
	text-align: left;
	padding-right: 5px;
}
#content ul li {
	padding-bottom: 3px;
	list-style-position: inside;
	list-style-type: disc;
	color: #0B90AF;
}



/*------------------------- text styles -------------------------------*/

h1 {
	color: #F16E22;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	font-style: normal;
	color: #F16E22;
}

h3 {
	margin-bottom: 5px;
	font-size: 13px;
	color: #0B90AF;
	margin-top: 0px;
}
h4 {
	font-size: 16px;
}

.script {
	font-size: 24px;
	font-weight: normal;
	color: #0B90AF;
	margin-bottom: 10px;
	display: block;
}

.big {
	font-size: 16px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	color: #513827;
	display: block;
}
small {
	font-size: 9px;
}
.smalltext {
	text-align: right;
	font-size: 9px;
	float: right;
	clear: both;
}
.smalltext a {
	font-size: 9px;
}

/*------------------------------- boxes -------------------------------*/
.box img {
	float:none;
	margin-top: 5px;
	margin-right: 5px;
}
.box {
	font-size: 12px;
	width: 300px;
	background-image: url(images/login_box.gif);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	float: left;
	margin-right: 3px;
	background-color: #767676;
	margin-left: 3px;
	min-height: 100px;
}

.promobox {
	font-size: 12px;
	width: 300px;
	margin-bottom: 15px;
	background-color: #0B90AF;
	min-height: 100px;
	padding: 10px;
}
.promobox h2 {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
.promobox p {
	text-align: justify;
	color: #FFFFFF;
	font-size: 14px;
}
.promobox a {
	text-shadow:none;
	background-color: #FFF;
	padding: 2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.25) ;  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.25) ;  /*For Firefox*/
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.25) ;  /*For Chrome/Safari*/
}

#content_bottom .box a.button:hover {
	background-image: url(images/buy_now_on.gif);
	background-repeat: no-repeat;
}
.box a.button:hover {
	background-image: url(images/addtocart_on.gif);
	background-repeat: no-repeat;
}


.box h2 {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	display: block;
	background-color: #0B90AF;
	padding: 5px;
	margin: 0px;
}
.box p {
	text-align: left;
	color: #FFFFFF;
	padding-right: 10px;
	font-size: 13px;
	padding-left: 10px;
}
#content_bottom .box img {
	float:right;
	margin-top: 10px;
	margin-right: 15px;
}

.box a {
	color: #fff;
}
.box a:hover {
	color: #000000;
}

.posleft {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
}
.posright {
	float: right;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}


.prices {
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}
.qty {
	text-align: left;
	float: left;
	margin-left: 15px;
}
.info {
	list-style-position: inside;
	list-style-image: url(images/info.gif);
	font-weight: bold;
	line-height: 20px;
	font-size: 10px;
}


#pricebox {
	margin-right: 30px;
	margin-left: 30px;
	text-align: right;
}

/*------------ buttons -----------------------*/



/*------------ footer -------------*/

#footer {
	font-size: 9px;
	text-align: right;
	width: 950px;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #666666;
	margin-left: 5px;
	margin-right: 5px;
}
#footer a:hover {
	color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}




/*-----------------Nav menu------------------*/

#nav {
	position: absolute;
	top: 120px;
	height: 32px;
	width: 100%;
	background-image: url(images/grey_bar.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	z-index: 50;
}
#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#nav a {			/*-----Nav buttons----------*/
	display: block;
	color: #FFFFFF;  /*-----text colour----------*/
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	height: 22px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*#nav li {
	float: left;
	width: 130px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	margin-right: 0px;
	color: #FFFFFF;
}*/
#nav li {
	float: left;
	padding: 0;
	width: 130px;
	margin-right: 0px;
}
#nav li ul {         /*-------------- sub menu style ---------------*/
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.4em;
	w\idth: 14.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	padding: 0px;
	z-index: 50;
}
#nav li li {
	width: 14.9em
}
#nav li ul a {   /*-------------- sub menu text style ---------------*/
	text-align: left;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
	height: auto;

}
#nav li ul a:hover {   /*-------------- sub menu text style ---------------*/
	/*color: #000000;*/
	background-image: url(images/orange_bar.gif);
	background-repeat: repeat-x;
}
#nav li ul ul {
	margin: -1.5em 0 0 14.9em;    /*---------- Side pop out menus (level 3) ------------*/
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;   /*--------- HIde sub menus-----------*/
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;   /*--------- Show sub menus-----------*/
	background-color: #535251;
}
#nav li:hover, #nav li.sfhover {
	background-image: url(images/orange_bar.gif);
	background-repeat: repeat-x;
}

#nav .select {
	background-image: url(images/orange_bar.gif);
	background-repeat: repeat-x;
}







.pushright {
	position: absolute;
	right: 0px;
	top: 0px;
}
.pushleft {
	position: absolute;
	left: 0px;
	top: 0px;
}
#content img {
	margin-bottom: 5px;
}
#bottom_banner {
	height: 144px;
	width: 950px;
	margin-top: 10px;
	position: relative;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
}
.fader {
	background-image: url(images/logo_box.png);
	height: 144px;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#marqueecontainer{
	position: relative; /*marquee width */
	height: 144px; /*marquee height */
	overflow: hidden;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	width: 910px;
}
#vmarquee {
	position: absolute;
	width: 96%;
}
#breadcrumbpos {
	position: absolute;
	left: 10px;
	top: -20px;
	font-size: 10px;
	color: #666666;
}
#breadcrumbpos a {
	color: #999999;
}
#breadcrumbpos a:hover {
	color: #CCCCCC;
}
.cartheader a {
	font-weight: bold;
	color: #FFFFFF;
}
.cartheader a:hover {
	color: #000000;
}

#searchbox {
	float: right;
	position: relative;
	bottom: 10px;
	margin-bottom: -10px;
}
.start {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #333333;
	background-color: #222222;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.startheader {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px;
	font-size: 12px;
}
#searchbox img {
	position: absolute;
	left: -15px;
	top: 6px;
	margin: 0px;
}
#content .shop-product-small .image {
}
.catheader{
	/*border: 1px solid #C2E6EE;*/
	background-color: #E0F4F9;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 12px;
	color: #41606F;
	margin-bottom: 5px;
}
.catheader p{
	color: #41606F;
}
.join {
	color: #F16E22;

	margin-bottom: 5px;
}
a.clicker {
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFFFFF;
	width: 100%;
	display: block;
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F16E22;
	box-shadow: 3px 3px 10px #999;  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: 3px 3px 10px #999;  /*For Firefox*/
	-webkit-box-shadow: 3px 3px 10px #999;  /*For Chrome/Safari*/
	margin-bottom: 10px;
}
.clicker:hover {
	color: #333333;
	background-color: #FF9900;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
}
#regbox{
	display:none;
}

#hidden{
	display:none;
}
.shop-product-small h2 {
	font-size: 16px;
}
.shop-product-small h3 {
	font-size: 13px;
	color: #F16E22;
}
#related {
	background-color: #229BB7;
	padding: 2px;
	position: relative;
	margin-bottom: 10px;
}
#related .image {
	margin: 0px;
	float: none;
}
#related .productTable {
	background-color: #FFFFFF;
}
#related h2 {
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
#related p {
	color: #9DDFEE;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#related .description {
	display: none;
}
#related .productTable h2 a{
	position: absolute;
	font-size: 14px;
	top: 5px;
	left: 10px;
}
#related .shop-product-small {
	background-color: #FFFFFF;
	position: relative;
	padding-top: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#related td {
	vertical-align: top;
}
.box .catalogueitemdump a {
	font-size: 11px;
	text-transform: lowercase;
}
#content .box li {
	list-style-type: square;
	margin-left: 10px;
	margin-right: 10px;
	list-style-position: inside;
	color: #555;
}
#content .box ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.scrollist {
	height: 200px;
	overflow: auto;
}
#comptext {
	display: none;
}
#prodtext {
	display: block;
}
.pad {
	padding:5px;
}
.start p {
	color: #999999;
}
.start a.button {
	display: block;
	height: 30px;
	width: 109px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 1px;
}
.start a.button:hover {
	background-image: url(images/button_over.png);
	color: #000000;
}
.cardbox {
	background-color: #F16E22;
	font-size: 14px;
	position: relative;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 10px #999;  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: 3px 3px 10px #999;  /*For Firefox*/
	-webkit-box-shadow: 3px 3px 10px #999;  /*For Chrome/Safari*/
}
#content .cardbox img {
	right: -15px;
	float: right;
	position: relative;
	margin-top: -20px;
	margin-bottom: -20px;
}
.box2 {
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}
.cardbox p {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
}
.cartheader .reg {
	position: absolute;
	left: -60px;
}
.cartheader a.reg  {
	color: #F16E22;
}
.cartheader a.reg:hover  {
	color: #FFFFFF;
}
.button1 {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	padding-top: 7px;
	text-align: center;
	width: 100px;
	padding-right: 8px;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
	margin-top: -7px;
	margin-right: 10px;
}
.button1:hover {
	background-image: url(images/button_over.png);
	color: #cccccc;
	
}
.charities {
	width: 100%;
	padding: 10px;
}
.charities td {
	padding: 10px;
	text-align: center;
	vertical-align: bottom;
}
.hide {
	display: none;
}
#reg #more {
	display: none;
}
#reg td {
	padding-bottom: 20px;
}
a img:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.joinbox {
	background-color: #F16E22;
	padding: 20px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 10px #999;  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: 3px 3px 10px #999;  /*For Firefox*/
	-webkit-box-shadow: 3px 3px 10px #999;  /*For Chrome/Safari*/
	margin-top: 20px;
	margin-bottom: 20px;
}
.joinbox h2 {
	font-size: 36px;
	color: #FFF;
}
.joinbox p {
	text-align: center;
	color: #FFF;
	line-height: normal;
	font-size: 18px;
}
.joinbox a {
	display: block;
	background-color: #000;
	padding: 10px;
	color: #F16E22;
	margin: 0px;
	font-size: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 5px #401B08;  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: 3px 3px 5px #401B08;  /*For Firefox*/
	-webkit-box-shadow: 3px 3px 5px #401B08;  /*For Chrome/Safari*/
}

.joinbox a:hover {
	background-color: #fff;
}
#chead h1{
	font-size:14px;
	color: #0B90AF;
}
