/*
   BREAKTHROUGH FITNESS CENTER

   Cascading Style Sheet
   Author: Tony Wynn
   Date:   05/10/12

   Filename:         bfc.css
   Supporting files: 
*/





/*      ---------------->> WEB PAGE BODY <<----------------      */

body {
   color: rgb(255,255,255);
   background-color: rgb(255,255,255);
   text-align: center;
   font-family: 'Arial', sans-serif;
   font-size: 12pt;
}

/*      ---------------------------------------------------      */





/*      -------------->> CONTENT CONTAINER <<--------------      */

#main {
   width: 800px;
   height: 600px;
   position: relative;
   top: 0px;
   text-align: center;
   margin: 0px auto;
   background-image: url();
  
 border:0px solid;
   border-radius:0px;
   -moz-border-radius:0px; /* Firefox 3.6 and earlier */
    color: rgb(255,255,255);

-moz-box-shadow: 0px 0p 0px #000000; /* Firefox 3.6 and earlier */
box-shadow: 0px 0px 0px #000000;
}

/*      ---------------------------------------------------      */

/*      -------------->> MAP CONTAINER <<--------------      */

#map {
   width: 100px;
   height: 75px;
   position: absolute;
   top: 440px;
   left: 20px;
   text-align: center;
   margin: 0px auto;
   background-image: url();
  
 border:1px solid;
   border-radius:0px;
   -moz-border-radius:0px; /* Firefox 3.6 and earlier */
    color: rgb(00,00,00);

-moz-box-shadow: 2px 2p 5px #000000; /* Firefox 3.6 and earlier */
box-shadow: 2px 2px 5px #000000;
}

/*      ---------------------------------------------------      */








/*      ------------------>> HOME PAGE <<------------------      */

#bodyhome {
   width: 800px;
   height: 600px;
   position: absolute;
   top: 0px;
   left: 0px;

   background-image: url(graphics/home/bodyhome.jpg);


border:0px solid;
border-radius:0px;
-moz-border-radius:0px; /* Firefox 3.6 and earlier */
color: rgb(255,255,255);

-moz-box-shadow: 0px 0px 0px #000000; /* Firefox 3.6 and earlier */
box-shadow: 0px 0px 0px #000000;

}

#slidehome {
   width: 200px;
   height: 600px;
   position: relative;
   top: 10px;
   left: 590px;

   background-image: url();


border:0px solid;
border-radius:0px;
-moz-border-radius:0px; /* Firefox 3.6 and earlier */
color: rgb(255,255,255);

-moz-box-shadow: 0px 0px 0px #000000; /* Firefox 3.6 and earlier */
box-shadow: 0px 0px 0px #000000;

}


#hometext {
   width: 400px;
   height: 300px;
   position: absolute;
   top: 200px;
   left: 90px;



   color: rgb(00,00,00);
   background-color: rgb();
   text-align: center;
   font-family: 'Arial', sans-serif;
   font-size: 14pt;
   background-image: url();


border:0px solid;
border-radius:0px;
-moz-border-radius:0px; /* Firefox 3.6 and earlier */


-moz-box-shadow: 0px 0px 0px #000000; /* Firefox 3.6 and earlier */
box-shadow: 0px 0px 0px #000000;

}



#construction {
   width: 250px;
   height: 250px;
   position: absolute;
   top:302px;
   left:331px;

   background-image: url(graphics/home/construction.png);


border:0px solid;
border-radius:0px;
-moz-border-radius:0px; /* Firefox 3.6 and earlier */
color: rgb(255,255,255);

-moz-box-shadow: 0px 0px 0px #000000; /* Firefox 3.6 and earlier */
box-shadow: 0px 0px 0px #000000;

   opacity: 0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */



}


















/*      ---------------------------------------------------      */

/*      ------------------>> TEXT DECORATIONS <<------------------      */
a:link {text-decoration:none;
    color: rgb(00,00,00);
}
a:visited {text-decoration:none;
   color: rgb(255,255,255);


}
a:hover {text-decoration:none;
    color: rgb(51,51,255);
}
a:active {text-decoration:underline;}
/*      ---------------------------------------------------      */







