/* CSS1 Style Sheet by Rob Bierton */

BODY { 
  background: white;
  color: 000066;
  font-family: verdana, arial, helvetica, sans-serif;
}

.blueback {
  background-color: 000066;
  color: ffffff;
}

.locationheader{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 20;
}

.locationheader2{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14pt;
  padding-left: 10px;
  padding-top: 10px;
}

.content{
  padding-left: 10px;
  font-size: 10pt;
  text-align: justify;
  padding-right: 10px;
}

.contentheader{
  padding-left: 10px;
  font-size: 0.8em;
  font-weight: bold;
  text-align: justify;
  padding-right: 10px;
}

.contentbottom{
  padding-left: 10px;
  font-size: 10pt;
  text-align: justify;
  padding-right: 10px;
  padding-bottom: 10px;
}

.contentcontainer{
  border: 1px solid #000066;
  border-top-width: 0;
  border-left-width: 0;
}

.contenttable{
  font-size: 10pt;
  text-align: left;
}

.contenttableheader{
  font-size: 0.8em;
  font-weight: bold;
}

.menucontainer{
  border: 1px solid #000066;
  border-top-width: 0;
  border-right-width: 0;
}



/*********************************************************************************************************************
  css top menu 
/*********************************************************************************************************************/
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-left-width: 0;
border-top-width: 0;
border-bottom-width: 0;
background-color: white;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: 000066;
font-size: 1.0em;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.1em;
left: 0;
background-color: white;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
font-size: 0.9em;
color: 000066;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: d3d3d3;/*lightgray;*/
color: 000066;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}


/*********************************************************************************************************************
  css side menu 
/*********************************************************************************************************************/

#csssidemenu, #csssidemenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csssidemenu li{
	float: top;
	position: relative;
	height: 25px;

}

#csssidemenu a{
height: 1.5em;
line-height: 1.5em;
width: 13em;
display: block;
color: black;
text-decoration: none;
text-align: left;
}


.sidemainitems{
border: 1px solid gray;
border-top-width: 0;
border-left-width: 0;
background-color: d3d3d3;/*lightgray;*/
width : 208px;
}

.sidemainitemssel{
border: 1px solid gray;
border-top-width: 0;
border-left-width: 0;
background-color: white;
width : 208px;
}


/*.sideheaderlinks a{
margin: auto 6px;
font-weight: normal;
color: black;
line-height: 1.5em;
}*/

/*.sidemainitems div:hover{
background-color: white;
display: block;
}*/

.sidemainitems a:hover{ /* for IE antiquated ways*/
background-color: white;
display: block;
}

#csssidemenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csssidemenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}


/******************************************************************************************************************
 hover tooltips
*******************************************************************************************************************/

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ffffff}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0em; 
	left:-0.8em; 
	width:9em;
    border:1px solid black;
    background-color:white;
	color:#000000;
    text-align: center;}
	
a.notice img {height: 0; width: 0; border-width: 0;}

a.notice:hover img {position: absolute;
    top: 265px; left: 22px; height: 182px; width: 200px;}

div#links a:hover { background: #ffffff;}
div#links a {text-decoration: none;}
div#links a img {height: 0; width: 0; border-width: 0;}

div#links a:active img {position: absolute; top: 395px; left: 18px; height: 182px; width: 200px;}
div#links a:focus img {position: absolute; top: 395px; left: 18px; height: 182px; width: 200px;}
div#links a:link { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: 000066;}
div#links a:visited { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: 000066;}

/* this is for the information panel that appears when you roll over a product*/
div#links a span {display:none; height: 0; width: 0; border-width: 0;}
/* this is needed for IE to work*/
div#links a:active span {
	display: block;
	position: absolute; 
	top: 25.7em; 
	left: 40.7em;
	height: 350px; 
	width: 425px; 
	border: 1px solid black;
	background-color: d3d3d3;
}

/* this is needed for firefox to work*/
div#links a:focus span {
	display: block;
	position: absolute; 
	top: 25.7em; 
	left: 40.7em;
	height: 350px; 
	width: 425px; 
	border: 1px solid black;
	background-color: d3d3d3;
}


/* this is for the span within a span to display the ILE part numbers alongsde the descriptions*/
div#links a span span {display:none; height: 0; width: 0; border-width: 0;}
/* this is needed for IE to work*/
div#links a:active span span {
	display: block; 
	position: absolute; 
	top: 0em; 
	left: 300px; 
	height: 100px; 
	width: 100px; 
	border: 0px;
	background-color: d3d3d3;
}
/* this is needed for firefox to work*/
div#links a:focus span span {
	display: block; 
	position: absolute; 
	top: 0em; 
	left: 300px; 
	height: 100px; 
	width: 100px; 
	border: 0px;
	background-color: d3d3d3;
}


/* this is for the information panel that appears underneath the picture when you roll over a product*/
div#links a span#left {display:none; height: 0; width: 0; border-width: 0;}
div#links a:hover span#left {
	display: block; 
	position: absolute; 
	top: 590px; 
	left: 22px; 
	height: 110px; 
	width: 375px; 
	border: 1px solid black;
	background-color: d3d3d3;
}

/*********************************************************************************/

/*********************************************************************************/
/* for spans that need to be bigger to contain more information about the product*/
/*********************************************************************************/
div#linksbig a:hover { background: #ffffff;}
div#linksbig a {text-decoration: none;}
div#linksbig a img {height: 0; width: 0; border-width: 0;}
div#linksbig a:active img {position: absolute; top: 420px; left: 22px; height: 182px; width: 200px;}
div#linksbig a:focus img {position: absolute; top: 420px; left: 22px; height: 182px; width: 200px;}
div#linksbig a:link { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: 000066; text-decoration: none}
div#linksbig a:visited { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: 000066; text-decoration: none}

/* this is for the information panel that appears when you roll over a product*/
div#linksbig a span {display:none; height: 0; width: 0; border-width: 0;}
div#linksbig a:active span {
	display: block; 
	position: absolute; 
	top: 253px; 
	left: 543px; 
	height: 440px; 
	width: 425px; 
	border: 1px solid black;
	background-color: d3d3d3;
}

div#linksbig a:focus span {
	display: block; 
	position: absolute; 
	top: 253px; 
	left: 543px; 
	height: 440px; 
	width: 425px; 
	border: 1px solid black;
	background-color: d3d3d3;
}


/* this is for the information panel that appears underneath the picture when you roll over a product*/
div#linksbig a span#left {display:none; height: 0; width: 0; border-width: 0;}
div#linksbig a:active span#left {
	display: block; 
	position: absolute; 
	top: 565px; 
	left: 220px; 
	height: 130px; 
	width: 325px; 
	border: 1px solid black;
	background-color: d3d3d3;
}
div#linksbig a:focus span#left {
	display: block; 
	position: absolute; 
	top: 565px; 
	left: 220px; 
	height: 130px; 
	width: 325px; 
	border: 1px solid black;
	background-color: d3d3d3;
}

/* this is for the information panel that appears underneath the picture when you roll over a product*/
div#linksbig a span#top {display:none; height: 0; width: 0; border-width: 0;}
div#linksbig a:active span#top {
	display: block; 
	position: absolute; 
	top: 400px; 
	left: 230px; 
	height: 130px; 
	width: 300px; 
	border: 1px solid black;
	background-color: d3d3d3;
}

div#linksbig a:focus span#top {
	display: block; 
	position: absolute; 
	top: 400px; 
	left: 230px; 
	height: 130px; 
	width: 300px; 
	border: 1px solid black;
	background-color: d3d3d3;
}


/*********************************************************************************/

/*********************************************************************************/
/* for spans containing pictures                                                 */
/*********************************************************************************/
div#linksimg a:hover { background: #ffffff;}
div#linksimg a {text-decoration: none;}
div#linksimg a img {height: 0; width: 0; border-width: 0;}
div#linksimg a:active img {position: absolute; top: 260px; left: 405px; height: 350px; width: 370px;}
div#linksimg a:focus img {position: absolute; top: 260px; left: 405px; height: 350px; width: 370px;}
div#linksimg a:link { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: 000066; text-decoration: none}
div#linksimg a:visited { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: 000066; text-decoration: none}

/* this is for the information panel that appears when you roll over a product*/
div#linksimg a span {display:none; height: 0; width: 0; border-width: 0;}
div#linksimg a:hover span {
	display: block; 
	position: absolute; 
	top: 260px; 
	left: 405px; 
	height: 350px; 
	width: 370px; 
	border: 1px solid black;
	background-color: d3d3d3;
}

/* this is for the information panel that appears underneath the picture when you roll over a product*/
div#linksimg a span#left {display:none; height: 0; width: 0; border-width: 0;}
div#linksimg a:hover span#left {
	display: block; 
	position: absolute; 
	top: 590px; 
	left: 22px; 
	height: 110px; 
	width: 375px; 
	border: 1px solid black;
	background-color: d3d3d3;
}
/*********************************************************************************/


/*********************************************************************************/
/* for spans that need to be bigger to contain more information about the product*/
/* but also need to be wider to accomodate more text                             */
/*********************************************************************************/
div#linksbigwide a:hover { background: #ffffff;}
div#linksbigwide a {text-decoration: none;}
div#linksbigwide a img {height: 0; width: 0; border-width: 0;}
div#linksbigwide a:hover img {position: absolute; top: 420px; left: 22px; height: 182px; width: 200px;}
div#linksbigwide a:link { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: 000066; text-decoration: none}
div#linksbigwide a:visited { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: 000066; text-decoration: none}

/* this is for the information panel that appears when you roll over a product*/
div#linksbigwide a span {display:none; height: 0; width: 0; border-width: 0;}
div#linksbigwide a:active span {
	display: block; 
	position: absolute; 
	top: 403px; 
	left: 428px; 
	height: 290px; 
	width: 540px; 
	border: 1px solid black;
	background-color: d3d3d3;
}

div#linksbigwide a:focus span {
	display: block; 
	position: absolute; 
	top: 403px; 
	left: 428px; 
	height: 290px; 
	width: 540px; 
	border: 1px solid black;
	background-color: d3d3d3;
}


/* this is for the information panel that appears underneath the picture when you roll over a product*/
div#linksbigwide a span#top {display:none; height: 0; width: 0; border-width: 0;}
div#linksbigwide a:hover span#top {
	display: block; 
	position: absolute; 
	top: 280px; 
	left: 400px; 
	height: 130px; 
	width: 375px; 
	border: 1px solid black;
	background-color: d3d3d3;
}
/*********************************************************************************/
