/* ************************************************************ */
/* construct main box and holder, html body, etc */
/* ************************************************************ */
#main
{ 
        background: #FFFFFF;
		font-family: Verdana, Arial, Helvetica;
		font-size: 17px;
		color: #000000;
		text-align: justify;
        border-style: solid;
        border-left-width: 1px;
		border-right-width: 1px;
        border-color: #ff0000;
		border-top-width: 0px;
		border-bottom-width: 0px;
        width: 748px;
}

#mainCAT
{
	
	width:980px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 17px;
	color: #000000;
	text-align: justify;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width:2px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	border-top-color: #ff0000;
}
#mainbox
{

	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
img
{  border-style: none;
}
body
{
	background:#98AFC7;
}

#top
{

	width: 750px;
	background-image: url('/nav/border_top1.gif');
	background-repeat: no-repeat; 
	background-position: top center; 
	height: 75px;
}
/* ************************************************************ */
/* end main box / holder */
/* ************************************************************ */


/* ************************************************************ */
/* text, headers, paragraphs */
/* ************************************************************ */
h1,h2
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

p
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #000000;
	margin-left:12px;
	margin-right:12px;
	
}
legend
{
	border:1px solid #AFAFAF;
	font-size:22px;
	background-color:#DFDFDF;
	font-weight:bold;
	padding:2px;
}
fieldset
{
	margin:12px;
	padding:3px;
}
h3{margin-top:0px;font-family: Verdana, Helvetica, Arial;font-size: 24px;font-weight: bold;text-align: center;}


/* ************************************************************ */
/* end text headers para */
/* ************************************************************ */


/* ************************************************************ */
/* Menu code */
/* ************************************************************ */
#linktop
{
	background: #FFF2BF;
	border-color: #ff0000;
	border-style: solid;
	border-width: 1px;
	width: 748px;
	
}

#linkbottom
{
	background: #FFFFFF;
	border-color: #ff0000;
	border-style: solid;
	border-width: 1px;
	width: 748px;
	font-family:Helvetica;
	font-size:16px;
	font-weight:bold;
}

.hovermenu ul{
font: bold 14px Tahoma;
padding-left: 0px;
padding-right: 0px;
margin: 0px;
padding-top:5px;
padding-bottom:5px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
text-decoration: none;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
/* ************************************************************ */
/* End menu code */
/* ************************************************************ */


/* ************************************************************ */
/* Search box code for catalog list, search options, etc */
/* ************************************************************ */
#searchbox
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 15px;
	color: #000000;
	margin-left:8px;
	margin-right:8px;
}
/* ************************************************************ */
/* End search code */
/* ************************************************************ */
td
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 17px;
	color: #000000;
	margin-left:2px;
	margin-right:2px;
	
}

.prods a:link
{
	font-family:  Verdana, Arial;
	font-size: 18px;
	color: #0000FF;
	text-decoration: underline;
	
}

.prods a:visited
{
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #0000FF;
	text-decoration: underline;
}

.prods a:active
{
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #993366;
	text-decoration: underline;
}

.prods a:hover
{
	font-family: Verdana, Arial;
	font-size: 18px;
	color: #FF0000;
	text-decoration: underline;
	
}

.back a:link
{
	font-family:  Verdana, Arial;
	font-size: 22px;
	color: #0000FF;
	text-decoration: underline;
	font-weight:bold;

}

.back a:visited
{
	font-family: Verdana, Arial;
	font-size: 22px;
	color: #0000FF;
	text-decoration: underline;
}

.back a:active
{
	font-family: Verdana, Arial;
	font-size: 22px;
	color: #993366;
	text-decoration: underline;

}

.back a:hover
{
	font-family: Verdana, Arial;
	font-size: 22px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;

}

.linksimg
{
	border:0px;
	margin-left:8px;
	margin-right:8px; 
	margin-top:8px;
}


/* Begin CSS Popout Menu */


#menuh-container
	{
	position:  absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */