html
{
  overflow:auto;
  height: 99%;
}
                         
body
{
  background:#333333;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

/* === Containers === */

#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  position: relative; 
  overflow: visible; 
  width: 670px;
}

#second_container
{
  position: absolute; 
  top: 65px;
  vertical-align: middle;
  width: inherit;

}

#third_container
{
  position: relative; 
  top: 15px; 
  width: 670px;
  overflow:visible;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 9px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #ffffff; 
  background-color: #333333;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/tab2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tab.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 

#addthis
{
	position:relative;
	top: -35px;
	text-align:left;
	width: 125px;
	height: 16px;
}

#sales
{
	text-align:center;
}

#maillist
{
	position:relative;
	top: -48px;
	right: -250px;
	width: 200px;
	height: auto;
	color: #FFFFFF;
}

#maillist a
{
	color:#FFFFFF;
	text-decoration:none;
}

.border
{
  background-color: #999999;
  padding: 15px 15px 15px 15px;
  height: auto;
  text-align: left;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.title, .title2
{
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
	width: 146px;
	height: 43px;
	top: -68px;
	font-size:45px;
	line-height:100%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content
{
  height: auto;
  overflow: auto;
  padding: 7px;
}

.copyright
{
  margin-top: 5px;
  text-align: right;
  color: #ffffff;
  background-color: inherit;
  display:block1;
}

.webmaster
{
  text-align: left;
  color: #ffffff;
  background-color: inherit;
}

.floatimgr {
float:right;
margin-top:0px;
margin-right:10px;
margin-left:5px;
margin-bottom:10px;
}

.floatimgl {
float:left;
margin-top:0px;
margin-right:10px;
margin-bottom:10px;
}

/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 15px;
  color: #ffffff;
  background-color: inherit;
 /* border-left: 5px solid rgb(211, 226, 195); */

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 15px 12px;
  line-height: 100%;
}

.text a
{
  color: #FFFFFF;
  text-decoration: none;
}

.text a:hover, .text a:active
{
	color: #FFFFFF;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 20px 10px 20px;
	color: #ffffff;
}

.bold
{
  font-weight: bold;
}
