/****************************************** layout ***************************************/	

html, body {
	font-family: arial;
}

#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0 18px;
}

#main {
	padding: 20px 15px 0px;
}

#leftWrap {
	width: 648px;
	float: left;
}

#left {
	width: 174px;
	border-right: 1px solid #cbcbcb;
	float: left;
}

#twoLeft {
	width: 630px;
	float: left;
}

#middle {
	width: 455px;
	float: right;
	padding: 0 0 0 17px;
	border-left: 1px solid #cbcbcb;
	position: relative;
	right: 1px;
}

#right {
	float: right;
	width: 256px;
	text-align: center;
}

.bold {
	font-weight: bold;
}
/************************* header *********************/

#header {

	padding: 1px 0 0;
}

#goTo {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	float: right;
	padding: 6px 8px;
	margin: -1px -0px 0 0;
}

#header ul {
	clear: both;
}

#header ul li {
	float: left;
	border-right: 1px solid #fff;
	width: auto;
}

#header ul li a {
	display: block;
	color: #fff;
	background: url('/assets/site/images/navRight.gif') right top no-repeat;
}

#header ul li a span {
	display: block;
	background: url('/assets/site/images/navLeft.gif') left top no-repeat;
	padding: 6px 9px 6px 9px;
	font-size: 12px;
	color: #818181;
	font-weight: normal;
}

#header ul li a:hover {
	background: url('/assets/site/images/navRightOn.gif') right top no-repeat;
}

#header ul li a:hover span {
	background: url('/assets/site/images/navLeftOn.gif') left top no-repeat;
	
}

/************************* boy *********************/

#bodyBoy {
	background: url('/assets/site/images/boy/bgBoy2.gif') 50% 0% repeat;
}

#bodyBoy #wrap {
	background: url('/assets/site/images/boy/mainBoy.gif') left top repeat-y;
}

#bodyBoy #header {
	background: url('/assets/site/images/boy/handsBg.jpg') left top no-repeat;
}

#logoBoy {
	display: block;
	margin: 30px 0 25px 20px;
	float: left;
}

#logoBoy  img{
	width: 199px;
	height: 80px;
}

#bodyBoy #header ul li.onstate a {
	background: #000;
}

#bodyBoy #header ul li.onstate a span {
	background: #077ebd;
	color: #fff;
}

#bodyBoy #header ul li.onstate a:hover {
	background: #077ebd;
}

#bodyBoy #header ul li.onstate a:hover span {
	background: #077ebd;
}



.toGirl {
	background: #077ebd;
}

.toGirl:hover {
	background: #0e93d9;
}

/****************************************** girl ***************************************/
#bodyGirl {
	background: url('/assets/site/images/girl/bg.gif') 50% 0% repeat;
}

#bodyGirl #wrap {
	background: url('/assets/site/images/girl/bgTile.gif') left top repeat-y;
}

#bodyGirl #header {
	background: url('/assets/site/images/girl/marqueBg.jpg') left top no-repeat;
}

#logoGirl {
	display: block;
	margin: 10px 0 18px 20px;
	float: left;
}

#logoGirl  img{
	width: 199px;
	height: 107px;
}

#bodyGirl #header ul li.onstate a {
	background: #ef6491;
}

#bodyGirl #header ul li.onstate a span {
	background: #ef6491;
	color: #fff;
}

#bodyGirl #header ul li.onstate a:hover {
	background: #ef6491;
}

#bodyGirl #header ul li.onstate a:hover span {
	background: #ef6491;
}



.toBoy {
	background: #ef6491
}

.toBoy:hover {
	background: #fc6293;
}

#right img {
	margin: 0 0 3px 0;
}

/************************* sub nav *********************/

#sub li {
	margin: 0 0 20px 0;
}

#sub li a {
	font-size: 16px;
	color: #404040;
	font-weight: bold;
	padding: 0 17px 0 0;
}

#sub li.on a {
	font-size: 26px;
	color: #991f46;
	font-weight: normal;
}

#sub li.smaller a {
	font-size: 23px;
}

#sub li.on a:hover {
	background: none;
}

#sub li a:hover {
	background: url('/assets/site/images/girl/navBlob.gif') 100% 50% no-repeat;
}

.light {
	margin: 0 0 30px 0;
}

/************************* text styles *********************/

#bodyGirl h1 {
	font-size: 30px;
	color: #991f46;
	margin: 0 0 45px 0;
}

#bodyGirl h3, #bodyGirl h2 {
	font-size: 18px;
	color: #991f46;
	margin: 0 0 14px 0;
	
}

p {
	font-size: 12px;
	color: #4d4d4d;
	margin: 0 0 30px 0;
	line-height: 16px;
}

#bodyGirl p a {
	color: #991f46;
}

#bodyGirl p a:hover {
	text-decoration: underline;
}

#wrap #label {
	font-size: 12px;
	margin: 0;
}

p.title {
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 14px;
}

#middle ul, #twoLeft ul {
	margin: 0 0 30px 15px;
}

#bodyGirl #middle ul li, #bodyGirl #twoLeft ul li {
	font-size: 12px;
	color: #4d4d4d;
	padding: 0 0 0 20px;
	margin: 0 0 7px 0;
	background: url('/assets/site/images/girl/navBlob.gif') 0px 50% no-repeat;
}

/************************* table style *********************/

table {
	font-size: 12px;
	color: #4d4d4d;
	border: 1px solid #767676;
	margin: 0 0 30px 0;
}

 th {
	font-weight: bold;
	border-right: 1px solid #767676;
	border-bottom: 1px solid #767676;
	
	padding: 7px;
	text-align: center;
}

table td {
	padding: 7px;
	border-right: 1px solid #767676;
	border-bottom: 1px solid #767676;
	
	text-align: center;
}

table .titleBar td {
	border-right: none;
	
}

/************************* quote *********************/	

p.quoteTop {
	width: 358px;
	background: #fbfbfb url('/assets/site/images/girl/quoteGirl.gif') left top no-repeat;
	margin: 0;
	padding: 20px 40px 10px 60px;
	line-height: 20px;
}

p.quoteBottom {
	width: 358px;
	font-weight: bold;
	padding: 10px 40px 30px 60px;
	background: url('/assets/site/images/girl/quoteGirlBottom.gif') left top no-repeat;
}

/************************* form *********************/

#twoLeft form label {
	display: block;
	width: 60px;
	float: left;
	font-size: 12px;
	color: #4d4d4d;
	font-weight: bold;
}

#twoLeft form br {
	clear: both;
}

#twoLeft form input {
	display: block;
	width: 200px;
	height: 15px;
	margin: 0 0 15px 0;
	float: left;
	border: 1px solid #6f6f6f;
	font-size: 12px;
	color: #4d4d4d;
	padding: 5px 0 5px 5px;
}

#twoLeft form textarea {
	display: block;
	width: 400px;
	height: 100px;
	margin: 0 0 15px 0;
	float: left;
	border: 1px solid #6f6f6f;
	font-size: 12px;
	color: #4d4d4d;
	padding: 5px;
}

#twoLeft #submit, #twoLeft #submitSound {
	padding: 5px;
	height: auto;
	width: 60px;
	text-align: center;
	margin: 0 0 0 60px;
	font-weight: bold;
	background: #fff;
}

#twoLeft #firstLoad {
	border: none;
	height: auto;
	width: auto;
	clear: both;
}

#twoLeft #sent {
	font-weight: bold;
	font-size: 14px;
	clear: both;
	padding: 20px 0 0;
	color: #4d4d4d;
	
}

#twoLeft #please {
	font-weight: bold;
	font-size: 14px;
	clear: both;
	padding: 20px 0 0;
	color: #821c14;
	
}

#bodyGirl #twoLeft ul.errorlist {
    padding-bottom: 3px;
    margin-left: 60px;
}



#middle ul.errorlist, #twoLeft ul.errorlist {
	margin: 20px 0 3px;
}

/****************************************** boy ***************************************/

/************************* text styled *********************/

#bodyBoy h1 {
	font-size: 30px;
	color: #0b007a;
	margin: 0 0 45px 0;
}

#bodyBoy h3, #bodyBoy h2 {
	font-size: 18px;
	color: #0b007a;
	margin: 0 0 14px 0;
	
}

#bodyBoy #middle ul li, #bodyBoy #twoLeft ul li {
	font-size: 12px;
	color: #0b007a;
	padding: 0 0 0 20px;
	margin: 0 0 7px 0;
	background: url('/assets/site/images/boy/navBlob.gif') 0px 50% no-repeat;
}

#bodyBoy p a {
	color: #0b007a;
}

#bodyBoy p a:hover {
	text-decoration: underline;
}

/************************* performers lists *********************/

.perf ul {
	display: block;
	width: 190px;
	float: left;
}