body
{
  margin: 0 auto;
  font-size: 12px;
  font-family: arial, vederna, sans-serif;
  color: #6F6F6F;
  background-color: #fff;
  background-image: url(../images/bgTile.gif);
  background-repeat: repeat-x;
}

#wrapper
{
  margin: 0 auto;
  width: 813px;
  background-color: #b3b3b3;
}


#padder /*IE 6 margin fix*/
{
  width: 5px;
  height: 350px;
  float: left;
}

#header
{
  float: left;
  margin: 4px 5px 0 0;
  height: 134px;
}


#buttons
{
  float: left;
  width: 800px;
  margin: 5px 0 0 0;
  background-color: #fe0406;
  background-image: url(../images/navBg.jpg);
  background-repeat: repeat-x;
  font-size: 14px;
  border: 1px solid #d20002;
}

  #buttons ul
  {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #buttons li
  {
    display: block;
    float: left;
  }
  
  #buttons li a
  {
    float: left;
    width: 100px;
    padding: 7px 0px 7px 0px;
    text-decoration: none;
    color: #fff;
    background-image: url(../images/button.gif);
    background-repeat: no-repeat;
    text-align: center;
  }
  
  #buttons li a:hover
  {
    text-decoration: none;
    color: #fff;
    background-image: url(../images/buttonOV.gif);
    background-repeat: no-repeat;
  }
  
  
      

#main
{
  float: left;
  width: 802px;
  margin: 5px 0 0 0;
  background-image: url(../images/bgMain.gif);
  background-repeat: repeat-y;
}


#mainFull
{
  float: left;
  width: 802px;
  margin: 5px 0 0 0;
  background-color: #fff;
}

  #main p, #mainFull p
  {
    margin: 0;
    padding: 7px;
  }
  
  #main h1, #mainFull h1
  {
    color: #ee3224;
    padding: 0 0 1px 0;
    margin: 7px 9px 0 7px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ee3224;
  }
  
  #main a, #mainFull a
  {
  color: #ee3224;
  text-decoration: underline;
  }
  
  #main a:hover, #mainFull a:hover
  {
  color: #fff;
  text-decoration: none;
  background-color: #ee3224;
  }
      

  #contentLeft
  {
    float: left;
    width: 575px;
    background-color: #fff;
  }

      
  #contentRight
  {
    float: right;
    width: 222px;
    background-color: #fff;
  }
  

  #contentFull
  {
    float: left;
    width: 800px;
    background-color: #fff;
  }
  
      #contentFull img
      {
        border: none;
      }



#footer
{
  float: left;
}


  #footerContent
  {
    width: 802px;
    background-color: #fff;
    margin: 5px;
    font-size: 10px;
    height: 43px;
  }
  
  #footerContent p
  {
    margin: 0;
    padding: 3px 6px 3px 6px;
  }
  
  #footer a
  {
    color: #ee3224;
    text-decoration: underline;
  }

  #footer a:hover
  {
    color: #6F6F6F;
    text-decoration: underline;
  }

  .footLeft
  {
    float: left;
    width: 400px;
  }
  
  .footRight
  {
    float: right;
    width: 275px;
    text-align: right;
  }
  

/*contectForm*/

#contactform
{
border: 0;
text-align: left;
}

#contactform th
{
padding: 0 0 0 7px;
background-color: white;
border: 0;
width: 100px;
}

#contactform td
{
border: 0;
}


#contactform input
{
width: 200px;
margin: 0 0 0 20px;
}


#contactform input
{
  border:1px solid #EE3224;
}

#contactform textarea
{
  border:1px solid #EE3224;
  width:200px;
  margin: 0 0 0 20px;
}

#contactsubmit
{
  border: 1px solid #EE3224;
  background-color: #EE3224;
  margin-top:5px;
  margin-left:7px;
  margin-bottom: 7px;
  color:white;
  font-size: 12px;
  padding: 0 0 2px 0;
  width: 70px;
}

.captcha
{
  border:1px solid #EE3224;
  top:4px;
}


/*clearFix*/
.clearFix
{
  clear: both;
}