body {
  font-family: Verdana;
  margin: 0px;
  background: rgb(40,40,40);
  }

div.header  {
  width: 800px;
  height: 185px;
  padding: 0px;
  margin: 0px;
  background: url('../img/header_bg.jpg');
  }
  
div.nav {
  width: 800px;
  height: 33px;
  background: url(../img/nav_bg.jpg);
  text-align: left;
  }
  
a.nav {
  color: black;
  font-weight: bold;
  font-family: Verdana;
  margin-left: 35px;
  text-decoration: none;
  }
  
a.nav:hover {
  color: white;
  }
  
a.nav_s {
  color: white;
  font-weight: bold;
  font-family: Verdana;
  margin-left: 35px;
  text-decoration: none;
  }
  
div.graphic  {
  width: 800px;
  height: 276px;
  background: url('../img/graphic_bg.jpg');
  text-align: right;
  }

div.content_wrapper {
  width:800px;
  background: url('../img/content_wrapper_bg2.jpg');
  margin: 0px;
  }
  
td.content {
  margin: 0px;
  width: 765px;
  text-align: left;
  color: white;
  font-size: 12px;
  }
  
div.footer {
  width: 800px;
  height: 112px;
  background: url('../img/footer_bg.jpg');
  text-align: left;
  }
  
td.p1_desc {
  color: white;
  }
  
div.p1_desc {
  width:95%;
  text-align: left;
  }

h2 {
  font-size: 16px;
  }
  
td.p1_pic {
  width: 200px;
  }
  
div.p1_pic {
  width: 95%;
  color: white;
  }
  
td.p1_items {
  color: white;
  }
  
div.p1_items {
  width:95%;
  }
  
td.p1_item_heading {
  font-weight: bold;
  color: white;
  border-bottom: 1px solid white;
  }
  
td.p1_item_data  {
  color: white;
  }

.state_link{
font-family:Verdana;
text-align:left;
font-size:10px;
color: #000000;
}

.f_style{
font-family:Verdana;
text-align:left;
font-size:10px;
color: #000000;
}

.state_link{
font-family:Verdana;
text-align:left;
font-size:10px;
color: #000000;
}

td.products {
  align: center;
  margin: 0px;
  color: #ffffff;
  background: #000000;
  font-size: 12px;
  padding: 5px;
}

div.footer {
  width: 800px;
  height: 112px;
  background: url('../img/footer_bg.jpg');
  text-align: left;
  }
  
td.p1_desc {
  color: white;
  }
  
div.p1_desc {
  width:95%;
  text-align: left;
  }

h2 {
  font-size: 16px;
  }
  
td.p1_pic {
  width: 200px;
  }
  
div.p1_pic {
  width: 95%;
  color: white;
  }
  
td.p1_items {
  color: white;
  }
  
div.p1_items {
  width:95%;
  }
  
td.p1_item_heading {
  font-weight: bold;
  color: white;
  border-bottom: 1px solid white;
  }
  
td.p1_item_data  {
  color: white;
  }
/*drop down menu*/

#menu{
float:left;
}

#menu a, #menu h2{
	display:block;
	font:bold 12px, verdana;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	white-space:nowrap;
	text-indent:5px;
	margin:0;
	padding:3px;
}

#menu a{
color:#ffffff;
background:#000000;
text-decoration:none;
width:100%;
}

#menu a:hover{
	color:#ffffff;
	background:#7b7b7b;
	color:#FFFFFF;
	background:#7b7b7b;
}

#menu a.blackme{
background:#ffffff;
text-decoration:none;
width:100%;
}

#menu a.blackme {
	color:#FFFFFF;
	text-align: center;
}

#menu a.blackme:hover{
	color:#FFFFFF;
	background:#000000;
	text-align: center;
}

#menu ul{
margin:0;
padding:0;
list-style:none;
float:left;
}

#menu li {position: relative;}

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

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
/* top:0; */
display:none;
}

#menu ul ul ul{
top:0;
left:9.0em;
}

#menu li:hover ul ul,
#menu li li:hover ul ul,
#menu li li li:hover ul ul,
#menu li li li li:hover ul ul
{display:none;}

#menu li:hover ul, 
#menu li li:hover ul,
#menu li li li:hover ul, 
#menu li li li li:hover ul 
{display:block;}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

/* Styling for Expand */


#menu h2{
color:#fff;
background:#000;
margin:0;
width:100%
}

/*end of drop down menu*/




















* html #menu ul li a{height:1%;}
/* End */

/* Styling for Expand */


#menu h2{
color:#fff;
background:#000;
margin:0;
width:100%
}

/*end of drop down menu*/


















a {
  color: #b1c7ea;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 35px;
  text-decoration: underline;
  }
  
a:hover {
  color: #b1c7ea;
  }
