/* CSS Document */
/*-- background wood styles --*/
body{
   text-align: center;
   margin: 20px 0px 0px 0px;
   background:#B5A180 url(../images/bg_images/bg_wood.jpg) center top fixed;
   }


/*-- background torn paper for most of site--*/
#container{
   background: url(../images/bg_images/front_image.gif) no-repeat;
   width: 883px;
   height: 591px;
   margin:0 auto;
   }


/*-- background torn paper for supply page--*/
#supply_container{
   background: url(../images/bg_images/bg_supply.gif) no-repeat;
   width: 883px;
   height: 1600px;
   margin:0 auto;
   }


/*-- background torn paper for order form page--*/
#order_container{
   background: url(../images/bg_images/bg_order.gif) no-repeat;
   width: 883px;
   height: 1000px;
   margin:0 auto;
   }


#clear{
   clear: right;
   }


/*-- flash intro movie --*/
#movie{
   display: block;
   text-align: right;
   float: right;
   }

#flash{
   padding: 150px 120px 0px 0px;
   }

/*-- flash gallery page --*/
#gallery{
   padding: 170px 100px 0px 0px;
   }



/*--beginning of navagition--*/
#mainnav{
   margin: 150px 40px 0px 0px;
   float: left;
   }

.mainnav{
   text-align: left;
   width: 50px;
   }

ul{
   list-style:none;
   }






/*-- styles for the products sections --*/
#blankets, #hay, #poultry, #seeds, #rakes, #supply, #rabbits, #treats, #vac, #products{
   text-align: left;
   }

#blankets{
   padding: 200px 0px 0px 0px;
   }

#hay{
   padding: 200px 0px 0px 0px;
   }

#poultry{
   padding: 200px 0px 0px 0px;
   }

#seeds{
   padding: 200px 0px 0px 0px;
   }

#rakes{
   padding: 200px 0px 0px 0px;
   }

#supply{
   padding: 150px 0px 0px 0px;
   }

#rabbits{
   padding: 200px 0px 0px 0px;
   }

#treats{
   padding: 200px 0px 0px 0px;
   }

#vac{
   padding: 200px 0px 0px 0px;
  }

#products{
   padding: 200px 0px 0px 0px;
   }





/*--- forms --*/
#form{
   text-align: left;
   margin: 0px 0px 0px 200px;
   padding: 180px 0px 0px 0px;
   }

#billing{
   text-align: left;
   margin: 0px 0px 0px 0px;
   }

#comments{
   width: 300px;
   height: 200px;
   }

#thankyou{
   text-align: center;
   margin: 0px 40px 0px 0px;
   padding: 300px 0px 0px 0px;
   }

h1{
   font-size: 12pt;
   }

