
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:100%; 
	margin: 0 20px;
	behavior:url("css/csshover.htc");
	position: relative;
}

.print, #letterhead {
	display: none;
}

* {margin:0; padding:0;} 

h1 {
	font-size: 1.5em;
	margin-bottom: .3em;
}

h2 {font-size: 1em}
h3 {font-size: .9em}
p {font-size: .9em}
ol {
	font-size: 0.9em;
	margin-left: 20px;
}
ul {font-size: .9em}
ul li {font-size: inherit}
ul a {font-size: inherit}

img {    outline: none;} /* hide dotted outline in Firefox */

/*#content a {
}*/

#content a:link {
	color: black;
	border-bottom: dotted 1px #00f;
	text-decoration: none;

}

#content a:visited {
	color: black;
	border-bottom: dotted 1px #00f;
	text-decoration: none;
}

#content a:hover {
	background: #ff9;
	border-bottom: solid 1px gray;
	color: gray;

}



h1, h2, h3 {
	color: #0000ff;
}


#details {
	margin-top: .5em;
}

#details img {
	float: right;
	position: relative;
	margin-left: 10px;
	right: 0px;
	}

#header {
	width: 100%;
	background-color: #ff9;
	font-family: chalkboard, "comic sans ms",  Arial, Helvetica, sans-serif;
	color: #00f;
	text-align: center;

}

#header .left {
	float: left;
}

#header .right {
	float: right;
}

#header h1 {
	padding: 0 0 0 0;
	font-size:2em;
}

#header h2 {
	font-size: 1.2em;
	font-weight: normal;
}

#header h3 {
	padding: 3px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

}

#content {
	margin: 6px 0;
	width: 100%;
}

#content ul {
	list-style-type: none;
}

#catalog {
	list-style-type: none;
}

#catalog li h2, #catalog li h2 a {
	font-size: 1em;
	margin-bottom: .3em;
}

#catalog li h2 a:link, #catalog li h2 a:visited {color: #00f;} 


#catalog li {
	float: left;
	margin-right: 1em;
	margin-bottom: 10px;
	width: 200px;
	height: 200px;
}

#catalog li img {
	clear: both;
	height: 100px;
}

#catalog .bg {
	background: #ffc;
	padding: .5em;
	height: 200px;
}

#leftcolumn {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	width: 160px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: ccf;}
	
#leftcolumn ul {
	background: #ffc;
	margin-bottom: 1em;
	padding-bottom: 0;
}

#leftcolumn li {
	font-size: .8em;
	padding: 0 5px 0 5px;
	line-height: 1.5em;
}

#leftcolumn .pad li {
	padding: 5px 5px 5px 5px;
	line-height: 1.2em;
}

#leftcolumn h3 {
	padding: .25em 5px;
	font-weight: bold;
	background: #ff9;
}

#leftcolumn img {
	max-width: 150px;
}

#mainright {
	float: right;
	position: absolute;
	right: 0px;
	left: 180px;
}

.bullets ul {
	padding: 1em 0;
	background: #3399ff;
} 

.bullets li {
	list-style-type: disc;
	margin-left: 1.3em;
	font-size: .9em;

}

.warning {
	font-size: .9em;
	color: #FFFFFF;
	padding: 3px 5px;
	background-color: #FF0000;
	margin-bottom: 10px;

}

#content .warning a:link {
	color: #FFFFFF;
	border-bottom: dotted 1px #FFFFFF;
	text-decoration: none;

}

#content .warning a:visited {
	color: #FFFFFF;
	border-bottom: dotted 1px #FFFFFF;
	text-decoration: none;
}

#content .warning a:hover {
	color: #FF0000;
	border-bottom: dotted 1px #FFFFFF;
	text-decoration: none;
}

.confirmation {
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 3px 5px;
	background-color: #33CC33;
	margin: 10px 0 10px 0;

}

.summary li {
	background: #ff9;
}

.summary li li{
	padding-left: 2em;
	background: #ffc;
}


table {
  border:1px solid #000;
  border-collapse:collapse;
  font-family:arial,sans-serif;
  font-size:.9em;
}
table table {
	font-size: inherit;
}

table form {
	background: none;}
    
.paypal {
	display: inline;
    }

.rightbutton {	
	float: right;
}


td,th{
  border:1px solid #000;
  border-collapse:collapse;
  padding:5px;
}  


caption{
	background: #ff9;
	font-size:1.4em;
	border:1px solid #000;
	border-bottom:none;
	padding:5px;
	text-align:left;
	right: 10px;
	color: #00f;
	font-weight: bold;
}

tr caption {
	font-size: 1em;
	background-color: #ffc;
	font-weight: normal;
	color: #000000;
}

#qt,#bd,#rt,#range{width:4em;}
#pr {width:18em;}


.dec:before{content: "$";}
.dec {text-align: right;}
.right {text-align: right;}

.fade {color: gray !important;}

thead th{
  background: ccf;
  text-align:left;
}
tbody th{
  background: ccf;
  text-align: left;
}

td tfoot td{
  text-align:right;
  font-weight:normal;
  background:#ffc;
}

tfoot td{
  text-align:right;
  font-weight:bold;
  background: #ff9;
}


td tbody td{
  background:#E5E5E5;  
}



form {
	background: #ffc;
	margin: .25em 0 10px 0;
}

form h1, form h2, form h3 {
	background: #ff9;
	padding: .25em;
}

form h1, form h3 {
		margin-bottom: 10px;

}

.description {
	background: #ffc;
	padding: .25em;
}

label {
	text-align: right;
	clear: both;
	float: left;
	width: 12em;
	margin-top: 0px;
	margin-right: .75em;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: .8em;
}
.input-box {
	margin-bottom: 10px;
	/*color: #26a;*/
	border: 1px solid #26a;
	width: 20em;
}

.smalltextarea {
	margin-bottom: 10px;
	/*color: #26a;*/
	border: 1px solid #26a;
	width: 20em;
	height: 100px;
}


.largetextarea {
	margin-bottom: 10px;
	/*color: #26a;*/
	background-color: #feb;
	border: 1px solid #26a;
	width: 20em;
	height: 300px;
}

.small-input-box {
	margin-bottom: 10px;
	/*color: #26a;*/
	border: 1px solid #26a;
	width: 8em;

}

.large-input-box {
		margin-bottom: 10px;
	/*color: #26a;*/
	border: 1px solid #26a;
	width: 60em;
}

.submit-button {
	clear: both;
	margin-left: 14.75em;
	/*color: #000;
	background-color: #fb0;
	border: 2px outset #9cf;*/
}

fieldset {
	width: 32em;
	border: 1px solid #26a;
}

legend {
	background-color: #fb0;
	padding-top: 1px;
	padding-right: 10px;
	border: 1px solid #26a;
}

.checkbox {
	clear: both;
	margin-left: 16em;
	color: #000;
	/*background-color: #fb0;*/
	border: 2px outset #9cf;
}


.faq p, .faq ol {
	font-size: .75em;

}


.faq h3 {
	margin-top: .5em;
    color: black;
}



/* the horizontal menu starts here */
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:1px solid #069;	/* draws line on top edge of div */
	border-bottom:1px solid #069;	 /* draws line on bottom edge of div */
	font-size:1em;	/* SET FONT-SIZE HERE */
	background-color: ccf; /* colors the div */
	}
div#listmenu ul {margin:0 0 0 30px;/* indents ul from edge of container */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color: #ff9; /*sets the background of the menu items */
	border-right:1px solid #069; /* creates dividing lines between the li elements */
	text-align: left;
	font-size: 1em;

	}
div#listmenu li:first-child {
	border-left:1px solid #069; /*the first vertical line on the menu */
	}
div#listmenu li:hover { 
	background-color:#FFF; /*sets the background of the menu items */
	}
div#listmenu a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#069;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#F33;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	z-index: 1;
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
		font-size: 1em;
}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #069; /*  three sides of each drop-down item */
	border-bottom:1px solid #069;
	border-right:1px solid #069;
	padding:0 0 1px;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #069; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* third level popouts start here*/
div#listmenu ul li ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #069;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#listmenu ul li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  }
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  left:10em;
  }

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {padding-bottom:200px;}
   body div#listmenu ul li ul li ul {padding-bottom:22px;}
   body div#listmenu ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */

   }
/*end Opera hack */
/* end of hack zone */
/* END OF LIST-BASED MENU */

/* finally after feeding values to all others, we deal with MAc5 IE */
/* IE5 Mac can't do drop-downs so we need to present the info in a different way*/
/* we present the drop down choices in a row and never show any second-level drops */
 /* this stylesheet is read by IE5 Mac only - hack omits 'url' and leave no space between @import and ("   */
/*@import("ie51_menu_hack.css"); */
/* END OF DROP DOWN MENUS */



/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
#content h2 {
	margin-top: 1em;
}
