@import url("stylemembersarea.css");
/* Body
----------------------------------------------------------------------------------------- */

body {
background-image: url(bg.gif);
	background-color: #920225;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-family: "ÐÂ¼šÃ÷ów";

}
	.style3 {color: #666666}
#prbottomlinks {color: #FFF;
}

.step1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1A0706;

}
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color: #920225; }


#main {
	margin-bottom: 20px;
}


a:link {color:#ffffff; font-weight: bold; text-decoration: none;}
a:visited {color:#ffffff; font-weight: bold; text-decoration: none;}
a:hover {color:#6F0101; font-weight: bold; text-decoration: underline;}
a:active {color:#FFFFFF; font-weight: bold; text-decoration: underline;}

#promos a:link {color:#FFFFFF; font-weight: bold; text-decoration: none;}
#promos a:visited {color:#FFFFFF; font-weight: bold; text-decoration: none;}
#promos a:hover {color:#666666; font-weight: bold; text-decoration: underline;}
#promos a:active {color:#C0C0C0; font-weight: bold; text-decoration: underline;}







/* Header + Menu
----------------------------------------------------------------------------------------- */


#featuredsitethumb2 img {
	padding: 2px;
	background-color: #FFFFFF;
	border: solid 1px #EDEDED;
}




#dhtmltooltip {
	position: absolute;	
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}




#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
