/********************************************
File: aastyle.css
Site: www.alex-adams.co.uk
Author: Alex Adams
Date: Sept 2006
History:  AA 2006-09-18 Created
          AA 2006-10-06 Added the menu tabs
*********************************************/

body
{
  background-color: #ffffff;
}

div.container
{
  background-color: #ffffff;
  width: 900px;
/*  border: 1px solid;*/
  border-color: navy;
}

div.header
{
  width: 100%;
  background-image: url('images/banner.gif');
  height: 140px; 
}

#tab_header {
    position: relative;
    bottom: -106px;
    float:left;
    width:100%;
    background:/*#DAE0D2*/ url("images/bg.gif") repeat-x bottom;
    font-size:93%;
   	line-height:normal;
    }
    
#tab_header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
#tab_header li {
    float:left;
    background:url("images/lhs.gif") no-repeat left top;
    margin:0;
   padding:0 0 0 9px;
    }    
#tab_header a, #tab_header strong, #tab_header span {
    float: left;
    display:block;
    background:url("images/rhs.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    font-family:"Arial";
    font-size: 9pt;
    /*color:#765;*/
    color: navy;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #tab_header a {float:none;}
  /* End IE5-Mac hack */

#tab_header a:hover
{
  color: #ff0000;
}
    
#tab_header #current {
    background-image:url("images/lhs-current.gif");
    }
#tab_header #current a {
    background-image:url("images/rhs-current.gif");
    padding-bottom:5px;
    }    
    
#tab_header #current a:hover
{
  color: navy;
}

div.second_menu
{
	width: 100%;
 	margin-left: 20px;
 	margin-top: 5px;
	font-family: verdana;
	font-size: 8pt;
	color: navy;
	text-align: left;
}

div.main_body
{
  float: left;
  margin-left: 25px;
  margin-top: 50px;
  width: 525px;
  background-color: #ffffff;
  font-family: arial;
  font-size: 9pt;
  color: #777777;
  text-align: left;
}

div.main_body table
{
  background-color: #ffffff;
  font-family: arial;
  font-size: 9pt;
  color: #777777;
  text-align: left;
}

div.rhs
{

}

div.quote
{
  float: right;
  width: 200px;
  margin-top: 20px;
  margin-right:20px;
	font-family: "Trebuchet MS";
  font-size: 9pt;
  color: #000040;
  text-align:left;
}

div.nuggets
{
  float: right;
  width: 200px;
  margin-top: 30px;
  margin-right:20px;
	font-family: "Trebuchet MS";
  font-size: 8pt;
  color: #000040;
  text-align:left;
}

div.affiliate{
  float: right;
  width: 200px;
  margin-top: 15px;
  margin-right: 20px;
  font-family: "Trebuchet MS";
  font-size: 8pt;
  color: #000040;
  text-align:right;
}

div.footer
{
  clear: both;
  left: 0px;  
  width: 900px;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #555555;
	background-color:#ffffff;
	font-family: arial;
	font-size: 7pt;
	text-align: center;
}

h1
{
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color: #777777;
}

h2
{
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  color: #777777;
}

h3
{
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  color: #777777;
}

a:hover
{
  color: #ff0000;
}

a.secondary
{
  color: navy;
  padding: 0px 0px;
  font-family: verdana;
  font-size: 8pt;
  font-weight: normal;
  text-align: center;
}
a.secondary:hover
{
  color: #ff0000;
}
a.norm
{
  text-decoration:none;
	color: navy;
	padding: 0px 1px;
	font-family: arial;
	font-size: 9pt;
}

a.norm:hover
{
  color: #ff0000;
}

a.nugget
{
  text-decoration:none;
  color: navy;
  padding: 0px 1px;
  font-family: "Trebuchet MS";
  font-size: 8pt;
}

a.nugget:hover
{
  color: #ff0000;
}

a.foot
{
  text-decoration:none;
	color: navy;
	padding: 0px 1px;
	font-family: arial;
	font-size: 7pt;
}

a.foot:hover
{
  color: #ff0000;
}

#quote_owner
{
  text-align: right;
  font-weight: heavy;
  font-size: 7pt;
}

#marqueecontainer
{
  position: relative;
  width: 200px; /*marquee width */
  height: 50px; /*marquee height */
  background-color: #ffffff;
  overflow: hidden;
}
.signature{
	font-family: cursive;
}

form {
	font-family: arial;
  font-size: 9pt;
  color: #777777;
  text-align: left;	
}
