/* CSS Document modified for pillow nz*/

/* ---- formatting ----- */

body { 	margin: 0;
		padding: 0;
		font: 1.0em Verdana, sans-serif;
	}
	
html, body, #contents {
	min-height:100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #contents {
	height: auto;
	}

h1 { 	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3B88C5; /*mid blue*/
	margin-top: 0px;
	}

#center h2 { clear: both;}

h2 { font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B88C5; /*mid blue*/
	}

h3 { font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}

h4 { font: bold small Verdana, sans-serif;
	color: #3B88C5; /*mid blue*/
	margin-bottom: 2px;
	}

h5 { font: italic bold small Arial, sans-serif;
	color: #3B88C5; /*mid blue*/
	margin-top: 2px;
	margin-bottom: 1px;
	}
	
p {	font: 0.7em Verdana, sans-serif;
	}

	
#center p {
	font: 0.9em Verdana, sans-serif;
	}

	
#footer p {
	margin: 4px;
	text-align: center;
	}

/* links */
a { 
	color: #3B88C5; /*mid blue*/
}
a:visited { 
	color: #3279B2;/*darker mid blue*/
}
a:hover, a:active { 
	color: #FF9C00; /*gold*/
}

hr { 
	border-color: #C0C0C0;/*light grey*/
	/*color: #A5B5C6;   /* light blue */
	height: 1px;
	}
	
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 153px;
	background-color: #ffffff;  /* white */	
	}

div#top a:hover {
	background-color: #ffffff;  /* white */	
	}

.textbox {					/* Until IE understands <css> input[type="file"] { </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
	padding: 4px;
	font:  small verdana, sans-serif;
	color: #000;
	background-color: #fff; /*white*/
	border: 1px solid #000; /*black*/
	}

.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #fff;
	background-color: #3888C7; /*darker mid blue*/
/*	background-color: #5C6F90;/*Dark blue*/
	border: 1px solid #000; /*black*/
	}


.shortcopy { 	margin-bottom: 0px;
	}
	
.productdesc {
	margin: 0px 0px 1em 105px;
	}
	
.productshot {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}	

	
.prod_list { 	margin-bottom: 0px;
	}

	
p.shortcopy a {
	clear: right;
	font-size: 80%;
	font-weight: bold; 
	}
	
p.prod_list a {
	clear: right;
	font-size: 80%;
	font-weight: bold; 
	}


.author {
	display: block;
	color: #24567E;/*dark blue*/
	font-size: 70%;
	}

.comment {
	display: block;
	color: #24567E;/*dark blue*/
	font-size: 70%;
	}

.slogan1 {
	display: block;
	color: #24567E;/*dark blue*/
	font-size: 70%;
	}

	
/********** Small Text styles ************/

	.small 		{  font-family:Arial,Helvetica,sans-serif; font-size:0.8em;  }
	.smallBold 	{  font-family:Arial,Helvetica,sans-serif; font-size:0.8em; font-weight:bold; }
	.xSmall {  font-family:Arial,Helvetica,sans-serif; font-size:0.7em;	}	
	.xxSmall  {  font-family:Arial,Helvetica,sans-serif; font-size:0.6em;	}
	.bold {  font-weight: bold;}
	/**************  Text styles **************/
.leadin{
	color:#3788c5; 
	font-weight:bold;
	  }
	  
.texttitleOrange{  
	font-family:Arial,Helvetica,sans-serif; 
	font-size:15px; 
	color:#ED7F09; 
	font-weight:bold;  
}
.red  {  
	color: #CC0033;
}
	/*---   ---*/

.blurb {
	margin: 0px 0px 1em 55px;
	}
.slogan2 {
	margin: 0px 0px 1em 55px;
	}

.productdesc {
	margin: 0px 0px 1em 105px;
	}
	
.textor {font-size: 66%;}	

p.crumbtrail {
	margin: 10px 21% 0px;
	font-size: x-small;
	}
	
.divide {
	text-align: center;
	color: #3986C3; /*darker mid blue*/	
/*	color: #778899; /*dark grey blue*/
}
div#center ul li {
	list-style: disc;
	margin: 0;
	padding: 0;
	font: small Verdana, sans-serif;
}


.box 	{
	width: 125px;
	height: 200px;
	padding: 0;
	margin: 2px 0;
	border: 1px solid #000; /*black*/
	font: 12px verdana, lucida, sans-serif;
	}


td {font-size: 75%; padding: 1px;color: #000000;}
td.head {background: #d6b58c; text-align: center; font-weight: bold;} /*gold*/
th {font-size: 85%; 
   padding: 2px; 
   background: #347FbA; /*blue*/
    } 



/* 

------------- layout ------------------ 

Notes:

Do not mix px widths with % widths for margins, borders or padding because 
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |   0    |          25%         |   0    |	
 
Center Margins:
 |  marg  |         width        |  marg  | 
 ------------------------------------------
 |   25%  |        (auto)        |   25%  |

Right Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |  1.5%  |          22%         |  1.5%  |				total width= 25%
 

*/
#contents{
	position:absolute;
	top:0;
	left: 0;
}

#top {
	padding: 4px;
	background: #f6f6f5;		
	border-bottom: 1px solid #3B88C5; /*mid blue*/ 
	}
	
#center {
	margin: 0px 18%; 
	padding: 1% 3%;
	background: #fff; /*white*/
	color: #000; /*black*/
	}
	
#center_wide {
	margin: 0px 0px 0px 25%; 
	padding: 1% 3%;
	background: #fff; /*white*/
	color: #000; /*black*/
	}

#left {
	position: absolute;
	padding: 0px;
	top: 104px;
	width: 19%;
	background: #F6F6F5; /*pale grey*/	
/*	background: #A5B5C6; /*mid blue*/
	color: #000; /*black*/
	}

#otherleftstuff {
	width: 88%;
	padding: 10px 6% 40px 6%;
	}
		
div#topcontent {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80%;
	}

#topcontent h4, #topcontent p {
	display: inline;
	margin-right:10px;
	}


	
#cart_right {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 70%;
	padding: 10px 1.5%;
	top: 205px;
	text-align: center;
	}
	
#right {
	position: absolute;
	width: 24%;
	height: 251px;
	margin-left: 72%;
	padding: 10px 1.5%;
	top: 145px;
	text-align: center;
	}
		



#footer {
	/*position: absolute;*/
	bottom: 0;
	width: 100%;	
	border-bottom: 1px solid #5C6F90; /*darkish blue*/
	background-color: #f6f6f5;/*grey*/	
	font-size: .9em;
	color: #000; /*black*/
	}




/* 

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/

ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F5; /*pale grey*/	
/*	background-color: #D6D6D6; /*grey*/
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #F6F6F5; /*pale grey*/
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #65A5D8;/*mid blue*/
	font: bold 0.8em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #fff;/*white*/
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color: #347FbA;/*dark blue*/
/*	background-color: #43616B;/*dark greeny blue*/
	color: #fff;/*white*/
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	/*border: 0px solid pink;*/
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	/*border: 0px solid green;*/
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #347FBA; /*mid dark blue*/	
/*	color: #5C6F90; /*mid dark blue*/
	background-color: transparent;
	}

ul#mainnav ul.subnav li a:hover {
	color: #FF9C00;  /*brighter gold*/
/*	color: #43616B; /*dark greeny blue*/
	background-color: transparent;
	text-decoration: underline;
	}
	
	
div#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;/*bright dk blue*/	
	}
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a {
	font: 0.7em /1em verdana, sans-serif;
	}

div#topcontent form {
	position: absolute;
	right: 0px;
	top: 55px;
	margin: 0px;
	}
/************** #misc styles **************/

.clr{clear:both;}
  
/************** Image styles **************/
.imageLeft{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 5px 5px 5px 0px;
}

.imageRight{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 5px 5px;
}

/*****   content & care styles for more pages *****/

.contentCare {
	font-family:Arial,Helvetica,sans-serif;	
	font-size:0.8em;
background-color: #F6F6F5; /*pale grey*/	
	font-weight: normal;
}
/******* .more styles ***********/

.first{
	padding: 0px 0px 0px 10px;
	/*font-size: 80%;*/
}
.first h2{
	padding: 10px 0px 0px 10px;
	/*text-align: center;*/
}

.first h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.first img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	position: relative;
	/*fixes disappearing text in IE  */
}
.first ul li {padding: 0px 10px 0px 10px;}