

/* LOGGERHEAD SPECIFIC STYLES */

#siteinfoLegal {
  width: 804px;
	}

#indexBody .tabTable, #indexBody #cat1Table, #allProductsDefault {
  background-color:white;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid gray;
  width: 85%;
	}

.navButtons {
  text-align:right;
	padding-right: 0.5em;
	margin-right: 0.5em;
	}

.style2  {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #000000;
}

.style3  {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


ul {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 0px;
line-height: 1.1;
padding-left: 6px;
}

h2#checkoutShippingHeadingMethod { 
padding-top: 1.3em;
}

span.green {
  color: #1E8A00;
	}
	
#aboutus a, #application a, #news a {
  color: #1E8A00; font-weight:bold;
  }

td.footercell {
  color: #1E8A00; 
	font-weight:bold;
	background-color:#000000;
  }

#marqueeBox {
  margin-left:180px;
  border: 3px solid #639c18;
  color: #FFFFFF;
  background-color: #000000;
  width: 400px;
  font-weight:bold;
  position:relative;
  vertical-align:middle;
  padding-top: 2px;
}

th.productListing-heading { 
  background-color:#9FC965;
  height: 2.1em;
}

th.productListing-heading a, th.productListing-heading a.productListing-heading { color: black; }

tr.productListing-even td.productListing-data a,
tr.productListing-odd td.productListing-data a {
  font-size:larger;
  text-decoration:underline;
  }


.paragraphs  {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #000000;
}
	
li.body, p.body, td.body  {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-image: url(../images/item.gif);
	list-style-position: inside;
}


td.borderleft{
background-image: url(../images/border_left.jpg);
background-position: top;
background-repeat: repeat-y;
}

td.borderright{
background-image: url(../images/border_right.jpg);
background-position: top;
background-repeat: repeat-y;
}

td.borderRight2 {
background-image:url(../images/border_right2.jpg); 
background-repeat:repeat-y;
}
td.borderLeft2 {
background-image:url(../images/border_left2.jpg);
}

td.bg {
background-image: url(../images/graph_bg.jpg);
background-position: inherit;
background-repeat: repeat-y repeat-x;
}
table.bg {
background-image: url(../images/graph_bg.jpg);
background-position: inherit;
background-repeat: repeat-y repeat-x;
}


/* ** ********** USED FOR FORMS PAGES **********/
.formheader  {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.formtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* ** ********** USED FOR FORMS PAGES **********/


/* DROPDOWN SPECIFIC STYLES */

#products{
position:relative;
}

#dropmenudiv{
position:absolute;
top:-100px;
left:50px;
border:1px solid black;
border-top-width: 0;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: rgb(111,143,70);
}

/**************************/