/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 10px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: left;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame, #noborderFrame
{
	border: solid 1px #000;
}

#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}
#masthead, .hnav
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 5px;
	margin: 0;
}



#pageFrame, #noborderFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}
.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
	color: #000;
}
.hnav
{
	padding: 3px 0 4px 0;
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}


div#oldbrowser
{
	display: none;	/* hide the standards compliant warning - this isn't a catch all, but works for old browsers */
}
a img
{
	border-width: 0;	/* remove the border around linked images. <img border="0" ..../> is invalid in XHTML 1.1 */
}
#innerLeftColumn img
{
	display: block;
	margin: 0 auto;
	text-align: center;	/* IE 5 centering hack */
}
#innerLeftColumn, #innerContentColumn
{
	overflow: visible;	/* fix the Win32 IE italics bug */
	height: 100%;		/* ditto */
}
#innerleftcolumn, #innercontentcolumn
{
	overflow: hidden;	/* IE5.0 fix the Win32 IE italics bug */
	width: 100%;
	height: auto;
}
#innerleftcolumn/* hide from IE5.0 */, #innercontentcolumn/* hide from IE5.0 */
{
	overflow: visible;	/* reset IE5.0 fix for 5.5 */
	height: 100%;		/* ditto */
	width: auto;		/* reset Safair after picking up the above IE5.0 fix : it's case insensitive to CSS selectors */
}
* html #masthead
{
	position: relative;
}

/*** Complex Horizontal Navigation ***/
.hnav ul li
{
	margin: 0;
}
.hnav ul li a
{
	text-decoration: none;
	color: #000;
	background-color: #eee;
	margin: 0 -1px 0 0;
	padding: 3px 10px 4px 10px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
.hNAV
{
	padding: 0;		/*	IE5/Win will resize hnav to fit the heights of its
						inline children that have vertical padding. So this
						incorrect case selector will remove that padding */
}
.HNAV ul li a
{
	height: 1%;		/*	holly hack for IE5/Win because 5.0 doesn't recognize 
						inline padding by default */
}
html>body .HNAV
{
	padding: 3px 0 4px 0;	/* Fix for Safari which is case-insensitive */
	height: auto;
}
.hnav ul li a:hover
{
	text-decoration: underline;
}
.hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span
{
	display: none;
}

.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font-weight: bold;
}
.vnav ul
{
	/*border: solid 1px #000;*/
	/*border-bottom-width: 0;*/
	/*border-bottom: solid 1px #000;*/

}

.vnav  li
{
	border-bottom: solid 1px #E9E8CA;
}

.vnav ul li
{
/*	border-bottom: solid 1px #000;*/
}

.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}

.vnav li li a
{
	display: block;
	text-decoration: none;
	padding: 2px 20px;
	border-bottom: solid 1px #E9E8CA;
}

.vnav li li li a
{
	display: block;
	text-decoration: none;
	padding: 2px 30px;
	border-bottom: solid 1px #E9E8CA;
}


.vnav
{
	margin: 1em 0;
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.vnav ul li a:hover
{
	background-color: #336;
	color: #fff;
}

/* Hide from IE-mac \*/
* html .vnav ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */

body
{
	background-color: #665;	/* border/edge of the layout color */
	line-height: 140%;
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
}

body h1
{
	line-height: 130%;
}

body h2
{
	line-height: 130%;
}

body h3
{
	line-height: 130%;
}

#pageFrame, #masthead, #footer, #noborderFrame
{	
	background-color: #fff;	/* major background color */
}
#pageFrame
{
	/* image used as background color for left column ( #E9E8CA ) */
	background: #fff url('/lightyellow.gif') repeat-y 0 0;
}
#masthead, #footer
{
	background-color: #885;
	color: #fff;
}
#footer
{
	border-bottom: solid 1px #997; /* IE 6 has the footer flow over the pageFrame's 
									  bottom border. if this border is added, IE draws
									  the pageFrame border as exptected */
}
.hnav, .hnav ul li a
{
	background-color: #cc9;
	color: #336;
}
.hnav ul li a:hover
{
	background-color: #336;
	color: #fff;
}


/*** Left Column ***/
#innerLeftColumn p
{
	font-family: arial, helvetica, sans-serif;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #000;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: arial, helvetica, sans-serif;
}
#innerContentColumn h3
{
	color: #000;
}

/*** Masthead ***/
#masthead h1
{
	font-family: arial, helvetica, sans-serif;
	line-height: 110%;
}

/*** Footer ***/
#innerFooter
{
	font-family: arial, helvetica, sans-serif;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: arial, helvetica, sans-serif;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: arial, helvetica, sans-serif;
	line-height: 150%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

.vnav ul li a
{
	color: #336;
	background-color: #cc9;
	font-weight: normal;
}

.vnav li li a
{
	color: #336;
	background-color: #dda;
	font-weight: normal;
}

.vnav li li li a
{
	color: #336;
	background-color: #eeb;
	font-weight: normal;
	font-size: 90%;
}

.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
}


.float_left  {
	float: left;
	width: 506px;
	border: 1px #555 dotted;
	margin: 1em;
	padding: 1em;
}

.float_right  {
	float: right;
	width: 506px;
	border: 1px #555 dotted;
	line-height: 140%;
	margin: 1em;
	padding: 1em;
}

.img_right  {
	float: right;
	/*width: 250px;*/
	padding-right: 1em;
}

.clear_left  {

	float: left;
	border: 1px #777 solid;
}

.clear_right  {
	float: right;
	border: 1px #777 solid;
}

.clear_both  {
	clear: both;
}

.descrip {
    clear: right;
    padding: 1em;
}

.checkout {
        border: 1px #555 dotted;
        padding: 1em;
}

.checkout td {
        padding-right: 0.5em;
        padding-left: 0.5em;
}

.missing {
        color: red;
}


.order {
    border: 1px #555 dotted;
    padding: 1em;
}

.order td {
padding-right: 2em;
padding-top: 1em;
}

.order strong { 
font-size: larger; 
}

.specialoffer {
text-align: center;
color: white;
background-color: red;
font-size: 30px;
font-weight: bold;
margin: 0.5em;
line-height: 150%;
}

.specialoffer #sale {
text-align: center;
font-size: 60px;
font-weight: bold;
line-height: 150%;
}

.sale {
color: white;
background-color: red;
font-weight: bold;
margin: 0.5em;
line-height: 150%;
}

.blackrule {
color: #000000;
}

.grayrule {
color: #C0C0C0;
}

.basket {
margin-left: 10%;
margin-right: 10%;
}

.linkv  {
color: #333;
background-color: #999;
margin: 1em;
font-size: 90%;
border-style: none;
text-align: center;
text-decoration: none;
}

.linkv tfoot  {
color: #fff;
background-color: #665;
}

.linkv td tr  {
color: #0c0c0c;
padding-left: 1em;
padding-right: 1em;
margin: 1em;
}
