@charset "utf-8";
/* CSS Document */

* {

margin: 0;

}

html, body{

margin: 0px;

padding: 0px;

height: 100%;

background: url(images/gauze_bg.jpg);

}


p, a, h1, h2, h3, h4, h5{

font-family:"Times New Roman", Times, serif;

}

a{
text-decoration:none;
}

a img{

border: 0px;

}

#wrapper{

height:800px;

margin: 0 auto -4em;

}

#container{

width: 100%;

height: 768px;

position:relative;

background: white url(images/gauze_bg.jpg) repeat;

font-family:"Times New Roman", Times, serif;

}

#header{

width:100%;

height: 108px;

background: url(images/header_bg.jpg) repeat-x;

position:absolute;

top:0px;

left:0px;

}

#inner-header{

height:160px;

width:1224px;

margin:0px auto;

position:relative;

background: url(images/fluid_header_bg.jpg) no-repeat;

}


#logo{

position:absolute;

left: 70px;

top: 27px;

z-index: 998;
}

#nav{

position:absolute;

bottom:55px;

right:25px;

z-index:999;

}

#nav ul{

padding: 0px;

margin: 0px;

}

#nav ul li{

padding:0px;

margin: 0px;

list-style: none;

float:left;

cursor:pointer;

}

#main{

height: 100%;

width:1224px; 

margin: 0px auto;

position:relative;

}

#slideshow{

position:absolute;

top: 132px;

left: 69px;

text-align:center;

width: 641px;

height: 700px;

overflow:hidden;

}

#slideshow ul{
	
margin:0px;

padding: 0px;	

position:absolute;

top:0px;

left:0px;

width:5000px;

}

#slideshow ul li{

padding:0px;

margin:0px;

list-style: none;

float: left;

display:inline;

}


#caption{

font-family: Comic Sans, Comic Sans MS, cursive;

font-size: 25pt;

color: black;

}

#copy{

position: absolute;

top: 154px;

right: 45px;

background: url(images/copy_bg.png) no-repeat;

width: 433px;

height: 250px;

color:white;

font-family:"Times New Roman", Times, serif;

}

#inner-copy{

width:373px;

height:206px;

position:absolute;

top: 25px;

left:25px;

}

#inner-copy .h1{

font-size:30pt;

font-weight:100;

}

#inner-copy p{

font-family:"Times New Roman";

}

#gympics{

position:absolute;

right: 35px;

top: 450px;

}

#footer{

width:100%;

min-width:1224px;

height: 80px;

background: url(images/footer_bg.png) repeat-x;

position:relative;

float:left;

left:0px;

bottom: 0px;

text-align:center;

color:white;

font-size: 10pt;

}


#designby{

position:absolute;

right: 25px;

}

#designby a{

text-decoration:none;

color:#CCCCCC;

}

.textfield{

width:217px;

height: 22px;

background: white;

border: 1px solid #cccccc;

font-size:12px;

}

.textarea{

width:217px; 

height:70px;

background: white;

border: 1px solid #cccccc;

margin:0px;

font-size:12px;

overflow: auto;

}

.trainers-thumb{

background: url(images/trainers/trainers_thumb_bg.png) no-repeat;

width:181px;

height:241px;

position:relative;

}

.trainers-thumb img{

position:absolute;

top: 11px;

left:12px;

}

.trainers-full{

background: url(images/trainers/trainers_full_bg.png) no-repeat;

width:402px;

height:544px;

position:relative;

}

.trainers-full img{

position:absolute;

top: 11px;

left:12px;

}

.arrow{

font-size:16px;

font-family:Verdana, Arial, Helvetica, sans-serif;

color: #666;

padding:5px;

background: #f2f2f2;

border:1px solid #ccc;

}


