/* ################################################################# */
/*                                                                   */
/*  TITLE:        STYLE.CSS                                          */
/*  SITE:         marketmycabin.com                                  */
/*  LAST UPDATED: 01/01/08                                           */
/*                                                                   */
/* ################################################################# */



body 
   {
   background: #392625 url(../images/bg.gif) repeat;
   font-color: #231f20;
   }

h1, h2, h3, h4, h5, h6 
   {
   margin: 0;
   }
   
p
  {
  padding: 8px;
  font: normal normal normal 12px helvetica, arial;
  }

em
  {
  font: normal normal bold 13px helvetica, arial;
  color: #231f20;  
  }

li 
  {
  border: 0px;
  padding: 8px;
  font: normal normal normal 12px helvetica, arial;
  }  
  
td 
  {
  border: 0px;
  padding: 1px;
  font: normal normal normal 12px helvetica, arial;
  } 
  
a
  {
  color: #5b2727;
  text-decoration: underline;  
  }

a:visited {
  color: #f7931d; 
  text-decoration: none;
  }

a:hover {
  color: #f7931d; 
  text-decoration: underline;
  }

a:active {
  color: #f7931d; 
  text-decoration: none;
  }
 
.navtext { 
  display: none;
  }   
  
.bodytxt
   {
   color: #231f20;
   }
 
.points
   {
   font: normal normal bold 11px helvetica, arial;
   }   
   
.formtext
   {
   font: normal normal normal 11px helvetica, arial;
   }    






/* ==== LEFTCOL ========================== */

#leftcol
   {
   position:absolute;
   top: 100px;
   left: 180px;
   float: none;
   width: 200px;   
   height: 500px;
   border: 0px;   
   padding: 0px;   
   }

#logo
   {
   position:relative;
   top: 0px;
   left: 0px;
   float: none;
   width: 210px;   
   height: 96px;
   border: 0px;   
   padding: 0px;   
   }

#whatis
   {
   position:absolute;
   top: 100px;
   left: 0px;
   float: none;
   width: 209px;   
   height: 29px;
   border: 0px;   
   padding: 0px;   
   }
   
#points
   {
   position:absolute;
   top: 20px;
   left: 5px;
   float: none;
   width: 210px;   
   height: 99px;
   border: 0px;   
   padding: 0px;   
   }   
   
#getstarted
   {
   position:absolute;
   top: 325px;
   left: 0px;
   float: none;
   width: 178px;   
   height: 41px;
   border: 0px;   
   padding: 0px;   
   }   
   
   
   
   
   
   
   
/* ==== RIGHTCOL ========================== */
   
#rightcol
   {
   position:absolute;
   top: 100px;
   left: 400px;
   float: none;
   width: 525px;   
   height: 500px;
   border: 0px;   
   padding: 0px;   
   }
   
#tabs
   {
   position:absolute;
   top: 20px;
   left: 25px;
   float: none;
   width: 460px;   
   height: 55px;
   border: 0px;   
   padding: 0px;   
   z-index: 2;
   }  
   
#tab1
   {
   position:relative;
   top: 0px;
   left: 5px;
   float: none;
   width: 95px;   
   height: 55px;
   border: 0px;   
   padding: 0px;   
   }   
   
#tab2
   {
   position:relative;
   top: 0px;
   left: 5px;
   float: none;
   width: 95px;   
   height: 55px;
   border: 0px;   
   padding: 0px;  
   } 
   
#tab3
   {
   position:relative;
   top: 0px;
   left: 5px;
   float: none;
   width: 95px;   
   height: 55px;
   border: 0px;   
   padding: 0px;  
   }
   
#tab4
   {
   position:relative;
   top: 0px;
   left: 5px;
   float: none;
   width: 95px;   
   height: 55px;
   border: 0px;   
   padding: 0px;  
   }
   
#tab5
   {
   position:relative;
   top: 0px;
   left: 5px;
   float: none;
   width: 95px;   
   height: 55px;
   border: 0px;   
   padding: 0px; 
   } 
   
#twigframe
   {
   position:absolute;
   top: 50px;
   left: 1px;
   float: none;
   width: 525px;   
   height: 328px;
   border: 0px;   
   padding: 0px; 
   z-index: 3;
   }    
   

#signup
   {
   position:absolute;
   top: 375px;
   left: 10px;
   float: none;
   width: 245px;   
   height: 94px;
   border: 0px;   
   padding: 0px; 
   }   
   
#taketour
   {
   position:absolute;
   top: 375px;
   left: 270px;
   float: none;
   width: 245px;   
   height: 94px;
   border: 0px;   
   padding: 0px;    
   }    
   
#tollfree
   {
   position:absolute;
   top: 475px;
   left: 100px;
   float: none;
   width: 317px;   
   height: 28px;
   border: 0px;   
   padding: 0px;    
   }   
   
   

 
 
 
 /* ==== INTERIOR ========================== */
 
 
 #interior
    {
    position:absolute;
    top: 10px;
    left: 200px;
    float: none;
    width: 700px;   
    height: 600px;
    border: 0px;   
    padding: 0px;   
    }
    
 #body
    {
    position:absolute;
    top: 180px;
    left: 0px;
    float: none;
    width: 700px;   
    height: 600px;
    border: 0px;   
    padding: 0px;
    z-index: 6;    
    }

#header
   {
   position:relative;
   top: 20px;
   left: 0px;
   float: none;
   width: 700px;   
   height: 62px;
   border: 0px;  
   padding: 0px;   
   }     
   
#logo_int
   {
   position:absolute;
   top: 0px;
   left: 0px;
   float: none;
   width: 150px;   
   height: 60px;
   border: 0px;  
   padding: 0px;  
   }    
   
#tabs_int
   {
   position:absolute;
   top: 20px;
   left: 175px;
   float: none;
   width: 460px;   
   height: 55px;
   border: 0px;   
   padding: 0px;   
   z-index: 1;
   }    
   
#twig
   {
   position:absolute;
   top: 55px;
   left: 0px;
   float: none;
   width: 700px;   
   height: 46px;
   border: 0px;   
   padding: 0px;   
   z-index: 2;
   } 
   
#hdr_int
   {
   position:absolute;
   top: 120px;
   left: 125px;
   float: none;
   width: 400px;   
   height: 46px;
   border: 0px;   
   padding: 0px;   
   z-index: 3;
   }  
   
#hdr_int_center
   {
   position:absolute;
   top: 120px;
   left: 305px;
   float: none;
   width: 400px;   
   height: 46px;
   border: 0px;   
   padding: 0px;   
   z-index: 4;
   }    
   
#cabin
   {
   position:absolute;
   top: 80px;
   left: 400px;
   float: none;
   width: 300px;   
   height: 86px;
   border: 0px;   
   padding: 0px;   
   z-index: 5;
   }     
   
#tourSWF
   {
   position:absolute;
   top: 200px;
   left: 205px;
   float: none;
   width: 400px;   
   height: 264px;
   border: 0px;   
   padding: 0px;   
   z-index: 5;
   }    
   
#terms
   {
   position:absolute;
   top: 80px;
   left: 450px;
   float: none;
   width: 500px;   
   height: 400px;
   border: 0px;   
   padding: 0px;   
   }    