/* Global Styles */

body {
  position: absolute;
  color: #333;
  font-size: 12px;
  line-height: 1.5em; 
  font-family: "Lucida Grande", Verdana, Arial, Sans-serif;
  margin: 0px;
  padding: 0px;
  max-width: 800px;
}

img {
  border: 0px;
}
img.shadowimg { 
  padding: 5px 5px 9px 5px; 
  background: #ffffff /*url(images/shad_bottom.png)*/ repeat-x bottom left;
}

a {
	color: #993300;
	}
	

a:link {
	color: #0000FF;
}
a:hover {
	color: #001554;
}

h1 {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 160%;
  font-weight: bolder;
}

h2 {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 120%;
  font-weight: bolder;
}

ul {
  list-style-type: square;
}

ul.product_list {
  list-style-type: square;
  list-style-type: none;
}

/* ID Styles */

#maincontainer {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: #ffffff; 
}

#bigbox { 
  position: relative;
  width: 750px;
  margin: 0px 0px 0px 0px;
  background: #b4afa3;
  padding-right: 2px; 
  border-right: 1px solid #dcd7c8; 
}

#content { 
  width: 745px;
  background: #001554 /*url(images/shad_bottom.png)*/ repeat-x bottom left;
  padding: 5px 5px 9px 5px;  
  float: left;
}

#logo_container{
  width: 745px;
  background: #ffffff;
  border-bottom: 5px solid #001554;
  float: left;
}

#logo{
  float: left;
}
#banner{
  float: right;
}


#lower_content { 
  width: 745px;
  background: #001554 url(images/bg.gif) repeat;
  float: left;
}

#left_nav {
  width: 110px;
  margin: 0px;
  float: left;
}

#navlist{
  color: white;
  padding: 0px 0px;
  margin-left: 0;
  width: 105px;
  font: normal 0.8em Verdana, sans-serif;
  float: left;

}

#navlist li
{
  list-style: none;
  border-bottom: 1px solid white;
  margin: 0;
  font-size: 1em;
}

#navlist a:hover, #navlist a#current:hover
{
	background: #ffffff;
	color:#001554;
}	

#navlist a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #d7d7d7;
	line-height:14px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 5px 2px;
}
	


#body_text {
  padding: 20px 15px 10px 10px;
  width: 610px; 
  background: #ffffff;
  float: left;
}

#footer {
  font:11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:normal;
	line-height:18px;
  text-align: center;
}

#copyright {
  width: 750px;
  font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	letter-spacing:normal;
	line-height:18px;
  text-align: center;
}

/* Class Styles */

div.shadow { 
  background: #b4afa3; 
  padding: 0 1px; 
  border-right: 1px solid #dcd7c8; 
}
  


div.bottomright { 
  width: 4px; 
  height: 4px; 
  background: /*url(images/shad_brcorner.png)*/ no-repeat bottom right;
  position: absolute; 
  bottom: 0px; 
  right: -1px; 
}

.navText {
	font-size: 11px;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}
  
.logoFont {
  font-size: 12px;
  font-weight: bold;
  font-family: "Bitstream Vera Sans", Arial, Sans-serif;
  color: #001554;
}
