﻿#content {
    position: relative;
    top:33px;
    left:0px;
    min-height:458px;
    padding:0px 0px 109px 0px;
    margin:0px 0px 0px 0px;    
}


.main
{
	position: absolute;
	top:72px;
	left:0px;
	width:100%;
	background-image: url("../images/main_bg.gif");
	background-repeat: repeat-x;
	z-index:2;
}   

.women
{
	position: absolute;
	top:72px;
	left:0px;
	z-index:100;
}

#moreinfo {
	position: absolute; 
	z-index:1;
	left:30px;
	top:463px;
}

.button
{
	position: absolute;
	top:400px;
	left:745px;
	z-index:101;
}

.playButton{
   color:#5e6e65;
   font-size:small;
   background-color:#ffffff;
   border:0px solid;
   width:55px;
   }	
   
#regform {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	width: 400px;
	background-color: #fff;
	z-index:-1;
	visibility: hidden;
	overflow:auto;
	padding:15px 15px 15px 15px;
	font: normal 62.5% "Lucida Grande", Helvetica, Verdana, Arial;
}
			
form{
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
            	
fieldset {
	border: 1px solid #999933;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	margin-bottom: 10px; 
}

fieldset ul {
	margin: 0;
	padding: 20px 0px 15px 0px;
}
            	
fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
            	
fieldset.second {
	margin: 0px;
	padding: 5px 5px 5px 5px;
}

legend {
	padding: 0px 2px; 
	color: #999933;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	/*\*//*/ legend { display: inline-block; } /* IE Mac legend fix */
}

input, textarea, select {
	margin: 0px;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	width:250px;
	border: 1px solid #999933;
}
            
input.submit {
	width:75px;
}
            	
select {
	padding: 0px; 
}

label {
	float: left;
	line-height: 1.8;
	vertical-align: top;
	width: 120px;
}
            	
em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

.closebox {
	text-decoration:none;
	color:#999933;
}
                
.closebox:hover{
	text-decoration:underline;
	color:#999933;     
} 

#footer_tabs 
{
position: relative;
bottom: 0px;
width: 100%; 
height:79px;
z-index:199;	
}

.footer_tab
{
position: absolute;
bottom: 0px;
background-image: url(../images/home_tabs.gif); 
background-repeat:no-repeat;
background-position:bottom;
width: 100%; 
width:184px;
z-index:200;
padding:17px 0px 6px 0px;
margin:0px 0px 0px 0px;
}

.footer_tab_nobackground
{
position: absolute;
bottom: 0px;
width:184px;
z-index:200;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#footer_tab_1 
{
margin-left:200px;	
color:#5e6e65;
}

#footer_tab_2
{
margin-left:410px;	
color:White;
}

#footer_tab_3
{
margin-left:610px;	
color:White;
}

.footer_tab_header 
{
font-size:10pt;	
font-weight:bold;
text-align:center;
margin-bottom:6px;
color:White;
}

.footer_tab_text a 
{
color:#5e6e65;
text-decoration:none;
}

.footer_tab_text a:hover 
{
color:#cc3333;
text-decoration:underline;
}

.footer_tab_text 
{
font-size:8pt;	
text-align:center;
}

.footer_tab_image
{
	margin:3px 6px 0px 8px;
	float:left;
}
            
#footer_bar {
    position: relative;
    bottom: 0px;
	background-image: url(../images/footer.gif); 
	width: 100%; 
	height:30px;
	z-index:199;
}          	

#footer {
    position: absolute;
    bottom: 0px;
	width: 100%; 
	height:109px;
	z-index:199;
}    



