@charset "utf-8";

body {
	background-color: #ebebeb;
	margin: 0px;
	padding: 0px;
	font: 13px "Times New Roman", Times, serif
}

#index_page h1 {padding:0; margin:0 }
#index_page h1 a span {background:url(../images/index_pix.jpg) no-repeat; 
width:846px; height:952px; text-indent:-9999px; display:block;}

div	{
	position:relative;
}

a img {
	border:0;
}
a, a:visited {
	color:#111;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

ul {
	margin:0;
	padding:0;
}

/* index */

#warning {
	width:800px;
	margin:auto;
	text-align:center
}

/* home page */
#pageWrap {
	width:974px;
	margin:auto;
}



/* Sample gallery 1 */
ul#sg1 {
	position:absolute;
	bottom:72px;
	left:38px;
	list-style:none;
}

ul#sg1 li {
	display:inline;
	padding:0 10px 0 0;
}
/* Sample gallery 2 */
ul#sg2 {
	position:absolute;
	bottom:64px;
	left:26px;
	list-style:none;
}

ul#sg2 li {
	padding:0;
}

/* join page */

#verotel {
	position:absolute;
	right:400px;
	bottom:100px;
}

#price {
	position:absolute;
	left:120px;
	bottom:170px;
	font-size:14px;
	font-weight: bold;
}

#links table a {font-size:20px; text-transform:uppercase;}	

#footer {
	background:url(../images/join_footer_bg.jpg) repeat-y; padding:10px 0; text-align:center
}
#bodyWrap {
	background:url(../images/join_footer_bg.jpg) repeat-y; padding:10px;

}

/* MEMBERS PAGES */

#members #pageWrap {
	background:url(../images/members_page_bg.jpg) no-repeat; 
	height:1200px;
	width:974px;
	margin:auto;
	position:relative;
	overflow:hidden;
}

#members #membersContent {
	overflow:hidden;
  	height:1200px;
	position:absolute;
	top:300px;
	left:300px;
	width:404px
}

.contentBox {
	border:2px solid #5B5C7A;
	width:400px;
	float:left;
	margin:0 0 12px 0;
	background:white;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.contentBox img {
	margin:4px;
	float:left;
	width:160px;
}

.updateDesc {
	float:right;
	margin:0 10px 0 10px;
	width:200px;
}

.contentBox ul {margin:10px}

div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 565px;
	* height: 560px; 	
    width: 700px; 
}

html > div.scrollable {
 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

#actions {
	width:400px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#670035;
}

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

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	


/* COMMON */

#ftCopy {
	position:absolute; 
	bottom:6px; 
	left:35px; 
	text-align:center
}