/* CSS Document */
body{
text-align:center;
font-weight:normal;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
color:#8f8f8f;
background-image: url(images/tile.gif);
background-repeat: repeat-x;
background-color:#336699;
}

#wrapper{
width:800px;
margin:auto;
background-color: #fff;
}


.header{
width: 800px;
}


.buttons{
float: left;
margin: 10px 0px 10px 17px;
}

  .buttons ul{
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
  .buttons li{
  float: left;
  margin: 0px 10px 0px 0px;
  }
  
  .buttons li a{
  color: #fff;
  background-color: #336699;
  display: block;
  padding: 3px;
  width: 170px;
  text-decoration: none;
  font-weight: bold;
  height: 15px;
  }

  .buttons li a:hover{
  color: #fff;
  background-color: #292929;
  text-decoration: none;
  }

html>body .buttons{
float: left;
margin: 10px 0px 10px 30px;
}

.main{
float: left;
width: 780px;
text-align: left;
height: 565px;
}

          html>body .main{height: auto !important; min-height: 585px;}



.stock{
float: center;
text-align: left;
height: 565px;
margin-left:100px;
}

          html>body .stock{height: auto !important; min-height: 585px;}

  .main h4{
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 7px 14px 7px 30px;
  color: #336699;
  }
  
  .main p{
  margin: 0;
  padding: 7px 14px 7px 30px;
  }
  
  .main a {
	color:#336699;
	text-decoration:none;
	font-weight:bold;}
	
.main a:hover {
	color:#336699;
  text-decoration:underline;}	


  
  .paddown{
  float: left;
  width: 780px;
  height: 150px;
  }

  .paddownsmall{
  float: left;
  width: 780px;
  height: 30px;
  }

.footer{
width: 800px;
clear: both;
color:#fff;
background-color: #000;
}

.footer p{
margin: 0;
padding: 5px;
text-align: center;
}


#flash{
margin: 10px 0px 10px 30px;
}

.features{
float:right;
width:209px;
height:230px;
background-image: url(images/featurebox.jpg);
background-repeat: no-repeat;

padding-left:17px;
padding-top:46px;
}

html>body .features{
float:right;
width:224px;
height:276px;
background-image: url(images/featurebox.jpg);
background-repeat: no-repeat;

}

.logo{
float:right;
width:209px;
height:230px;
background-image: url(images/logos.jpg);
background-repeat: no-repeat;
padding-top:46px;
}

html>body .logo{
float:right;
width:224px;
height:134px;
background-image: url(images/logos.jpg);
background-repeat: no-repeat;
}

.map{
float:right;
width:379px;
height:217px;
padding-top:26px;
border:none;
}

.map img{
border:none;
}

html>body .map{
float:right;
width:379px;
height:217px;
}

.southern{
float:right;
width:209px;
height:230px;
background-image: url(images/south.jpg);
background-repeat: no-repeat;
padding-top:46px;
}

html>body .southern{
float:right;
width:224px;
height:134px;
background-image: url(images/south.jpg);
background-repeat: no-repeat;
}