#page-area
{ 
  margin:auto;
  text-align:left;
  width:60em; 
  *width:58.55em;  
  min-width:780px; 
  margin-top: 20px;
  margin-bottom:20px;
} 

#navigation-area
{
  float: left;
}

#navigation
{
  float: left;
  background-color: #FFFFFF;
}


#navigation li
{
  float:left;
  margin:0;
  padding:0;
  background:url(/images/layout/tab-right.gif) no-repeat right top;
  margin-right: 1px;
}

#navigation li a
{
  display: block;
  background:url(/images/layout/tab-left.gif) no-repeat left top;
  padding:5px 15px;
  color:#FFFFFF;
  text-decoration:none;
  font-size:108%;
  font-weight:bold;
}

.clear
{
  clear:both;
}

#logo-strip-area
{
  background:url(/images/layout/logo-strip.jpg) top left no-repeat;
  height: 50px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  border-left: #9fa800 1px solid;
  border-right: #9fa800 1px solid;
  border-top: #9fa800 1px solid;
}

#header-image-area
{
  height:389px;
  background:url(/images/layout/header-image.jpg) top left no-repeat; 
  border-left: #9fa800 1px solid;
  border-right: #9fa800 1px solid;
  width: 100%;
}

#outer-body-area
{
  border-left: #9fa800 1px solid;
  border-right: #9fa800 1px solid;
  width: 100%;
  border-bottom: #9fa800 1px solid;
  padding-bottom: 30px;
  background:url(/images/layout/bottom-border.gif) bottom left no-repeat; 
}


#body-area
{
  background:url(/images/layout/address-bg.gif) repeat-y left top;
}

#main-area
{
}

#tyre-bg-area
{
  background-image: url(/images/layout/tyre-bg3.jpg);
  background-repeat:no-repeat;
  background-position: top right;
  *background-position: -1px 0px;
  width: 100%;
  height: 30px;
}

#main-content-area
{
  background-color: #f6f6f8;
  border-left: #cccccc 1px solid;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  margin-right: 7px;
  *margin-right: 8px;
  padding: 10px 10px 0px 10px;
}

#address-column
{
}

#address-area
{
  margin: 0px 0px 0px 8px;
  padding: 47px 5px 20px 5px;
  border-top: #cccccc 1px solid;
  height: 200px;
  text-align:center;
}

#address-area p
{
  margin-bottom: 15px;
}

#address-area p.header
{
  font-size: 108%;
  font-weight:bold;
}

h1
{
  font-size:182%;
  font-weight: bold;
  margin-bottom: 10px;
}

.hidden
{
  display: none;
}