body {
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #a7ebfe url(../img/bg.png) top left repeat-x;
}

#wrapper {
	width: 907px;
	margin: 0 auto;
}

#header {
	height: 92px;
}

#logo {
	float: left;
	width: 255px;
	height: 82px;
	background: url(../img/logo.gif) top left no-repeat;
}

#logo h1 {
	text-indent: -9999px;
}

#logo h1 a {
	width: 255px;
	height: 82px;
	display: block;
}

#nav {
	float: right;
	width: 638px;
	height: 68px;
	background: url(../img/navBg.png) top left no-repeat;
	margin-top: 32px;
}

#menu {
	
}

#menu li {
	float: left;
	height: 38px;
	line-height: 38px;
	margin: 0 24px;
}

#menu li a {
	display: block;
	height: 38px;
	color: #7e7e7e;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu li a:hover {
	color: #535353;
	background: url(../img/menuLi.gif) bottom center no-repeat;
}

#menu li.selected a {
	color: #535353;
	background: url(../img/menuLi.gif) bottom center no-repeat;
}

#subMenu {
	height: 24px;
	line-height: 24px;
	width: 616px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
}

#subMenu span {
	float: left;
	display: block;
	width: 154px;
	text-align: center;
}

#subMenu strong {
	color: #fff83f;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content {
	width: 907px;	
}

#joinUs {
	float: left;
	width: 641px;
	height: 318px;
	background: url(../img/joinUs.jpg) top left no-repeat;
}

#joinUs h3 {
	text-indent: -9999px;
}

#joinUs h3 a {
	width: 621px;
	height: 278px;
	margin-top: 40px;
	display: block;
}

#chatLogin {
	float: right;
	width: 266px;
	height: 276px;
	background: url(../img/chatBg.png) top left no-repeat;
	margin-top: 42px;
}

#chatLogin h3 {

	width: 167px;
	height: 28px;
	background: url(../img/chatLoginHead.png) top left no-repeat;
	margin-top: 16px;
	margin-left: 50px;
	text-indent: -9999px;
}

.nickInput {
	display: inline;
	width: 161px;
	padding-left: 60px;
	height: 29px;
	padding-top: 6px;
	background: url(../img/usernameBg.png) top left no-repeat;
	border: none;
	margin-left: 20px;
	margin-top: 10px;
	color: #e5e5e5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}

.passInput {
	display: inline;
	width: 161px;
	padding-left: 60px;
	height: 29px;
	padding-top: 6px;
	background: url(../img/passwordBg.png) top left no-repeat;
	border: none;
	margin-left: 20px;
	margin-top: 10px;
	color: #e5e5e5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}

.loginInfos {
	display: inline;
	float: left;
	width: 124px;
	margin-top: 10px;
	margin-left: 20px;
}

.loginInfos a {
	display: block;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.submit {
	float: right;
	width: 92px;
	height: 33px;
	margin-top: 10px;
	margin-right: 26px;
	background: url(../img/submitBg.png) top left no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}

.tour {
	float: right;
	width: 223px;
	height: 71px;
	margin-top: 10px;
	margin-right: 26px;
	background: url(../img/tour.png) top left no-repeat;
	text-indent: -9999px;
}

#news {
	float: left;
	width: 727px;
	height: 37px;
	line-height: 37px;
	padding-left: 120px;
	padding-right: 60px;
	background: url(../img/newsBg.png) top left no-repeat;
	margin-top: 20px;
}

#news a {
	margin-right: 40px;
	color: #333;
	text-decoration: none;
}


.ui-tabs { 
	float: left;
	width: 907px;
	height: 256px;
	background: url(../img/membersBg.png) top left no-repeat;
	margin-top: 20px;
}
.ui-tabs .ui-tabs-nav {
	width: 907px;
	height: 32px;
	font-weight:bold;
	color:#FFF;
	float:none;
	list-style-type:none;
}
.ui-tabs .ui-tabs-nav li { 
	list-style-type:none;
	float:left;
	margin:0 0 0 4px;
	padding:0 0 0 16px;
	line-height: 26px;
}
.ui-tabs .ui-tabs-nav li a { 
	color:#FFF;
	display: block;
	padding: 7px 16px 0 0;
	text-decoration:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
	margin-top: 7px;
	background: #f9651d url(../img/tabs.gif) top left no-repeat;
	height: 26px;
	color:#000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav li.ui-state-processing a 
{
	display:block;
	color:#000;
	height: 22px;
	padding: 0px 16px 4px 0;
	text-decoration:none;
	background: #f9651d url(../img/tabs.gif) top right no-repeat;
	cursor: text; 
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel { 
	float: left;
	width: 887px;
	height: 236px;
	padding: 10px;
	
}
.ui-tabs .ui-tabs-hide { display: none !important; }



/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */

}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



.jcarousel-container-horizontal {
    width: 800px;
    padding: 0 40px;
}

.jcarousel-clip-horizontal {
    width:  800px;
    height: 200px;
}


.jcarousel-item {
    width: 140px;
    height: 200px;
	margin: 0 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.jcarousel-item p {
    text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.8;
	color: #8a8a8a;
	font-weight: bold;
}

.memberImg {
	display: block;
	width: 140px;
	height: 107px;
	background: url(../img/imgBg.png) top left no-repeat;
	text-align: center;
	padding-top: 8px;
}

.membership {
	width: 79px;
	height: 17px;
	background: url(../img/goldBg.png) top left no-repeat;
	text-align: center;
	line-height: 17px;
	color: #ffd800;
	margin: 3px auto;
}


.jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 68px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: transparent url(../img/next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {

}

.jcarousel-next-horizontal:active {
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 68px;
    left: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: transparent url(../img/prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
}

.jcarousel-prev-horizontal:active {
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}






#footer {
	float: left;
	width: 907px;
	height: 57px;
	background: url(../img/footerBg.png) top left no-repeat;
	margin-top: 20px;
}


#footer ul {
	width: 680px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin: 0 auto;
}

#footer ul li {
	float: left;
	margin: 0 24px;
}

#footer ul li a {
	color: #7e7e7e;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#designer {
	float: right;
	margin-right: 20px;
	height: 24px;
	line-height: 24px;
	width: 160px;
	color: #7e7e7e;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#designer span {
	color: #bf0000;
}
