
* {
	font-family: Arial, sans-serif;
	color: #04607a;
}


body {
	background: #cde4e9 url(../img/body_bg.jpg) top center repeat-x;
}

a {
	text-decoration: none;
}

.clear { clear: both; }


/* Main container */
#container {
	width: 1000px;
	margin: auto;
	padding-top: 0 !important;
}


/* Header */
#header {
}
	#header h1 {
		float: left;

		width: 330px;
		height: 76px;
		
		margin-top: -13px;
		margin-left: -26px;

		text-indent: -3000px;

		background: url(../img/logo.png) 36px no-repeat;
	}
	
	#banner{
		float: left; width: 225px; height: 79px; margin-top: -18px; margin-left:76px; }

	form#loginForm {
		display: block;
	
		height: 54px;
		width: 240px;

		margin-left: 680px;
		margin-top: 18px;
	
		background: #b1dce9;
		border-radius: 4px;
		-moz-border-radius: 4px;
		border: 1px solid #bfe2ed;
	}
		form#loginForm div.inputs {
			float: left;

			width: 135px;

			margin: 0;
			padding-right: 10px;
			margin-right: 10px;

		}
			form#loginForm input.username, form#loginForm input.password {
				float: left;

				width: 100%;

				margin: 3px;
				padding: 3px 3px 3px 10px;

				font-size: smaller;

				border: 1px solid #b1dce9;
			}
			form#loginForm input.submit {
				float: left;
				width:69px;
				margin: 3px;
				padding: 11px 11px 10px 9px;

				font-size: 20px;
				text-indent: -3000px;
				border: 1px solid #b1dce9;
				background: url(../img/btn_login_bg.png) no-repeat;
			}
/* / Header */


#mainContent {
	float: left;

	width: 930px;
	height: 520px;
	
	margin-top: -27px;
	padding: 25px 20px 0 0;

	background: #fff url(../img/mainContent_bg.jpg) no-repeat;
}
	#searchBox {
		margin-top:-10px;
		float: right;
		width: 470px;
		
		padding: 10px;
		padding-top:0;
		
		background: url(../img/search_bg.png) no-repeat;
		background-position:right top;
		
	}
		#searchBox h2 {
			width: 470px;
			height: 51px;

			margin-left: 17px;
			font-size:51px;
			color: #013153;

		}
		#searchBox h3 {
			margin-left:48px;
			margin-top: -10px;
			font-size: 19px;
			font-weight: bold;
			color: #99d1e2;
		}
		#searchBox form {
			margin-top:61px;
			margin-left:60px;
		}
		#searchBox label {
			float: left;
			
			width: 100px;
			
			padding-right: 25px;
			margin-left: 28px;
			
			font-size: 13px;
			font-weight: bold;
			color: #048cb2;
		}
		#lab1 {
			margin-top:3px;
			margin-right:20px;
		}
		#gender {
			border: solid 0px #fff;
			color: #858585;
			width:189px;
			margin-left:-4px;
		}
		#line2 {
			margin-top:25px;
		}
		#lab2 {
			margin-top:3px;
			margin-right:-30px;
		}
		#minage {
			margin-left:-215px;
			border: solid 0px #fff;
			color: #858585;
		}
		#maxageLabel {
			margin-left: 135px !important;
			margin-top: 3px !important;
			margin-right:0px;
		}
		#maxage {
			margin-left:92px;
			border: solid 0px #fff;
			color: #858585;
		}
		#line3 {
			margin-top:24px;
		}
		#lab3 {
			margin-top:3px;
			margin-right:50px;
		}
		#region {
			border: solid 0px #fff;
			color: #858585;
			width:188px;
			margin-left:-32px;
		}
		/* Select styles */
		/* Wide */
		.cbWideContainer {
			float: left;
			width: 210px !important;
			height: 45px;
		}
		.cbWideValueContainer {
		}
		.cbWideValueContent {
			height: 35px;
	
			padding-top: 2px;
			padding-left: 10px;
	
			font-size: 20px;
			color: #858585;

			background: url(../img/select_wide.png) no-repeat;
		}
		/* Narrow */
		.cbNarrowContainer {
			float: left;
			width: 88px !important;
			height: 45px;
		}
		.cbNarrowValueContainer {
		}
		.cbNarrowValueContent {
			height: 35px;
	
			padding-top: 2px;
			padding-left: 10px;
	
			font-size: 20px;
			color: #858585;
	
			background: url(../img/select_narrow.png) no-repeat;
		}
		/*  */
		.cbDropDownButton {
			width: 41px;
			height: 35px;
			background: url(../img/select_btn.png) no-repeat;
		}
		.cbDropDownContainer {
			height: 200px;
			background: #fff;
			border: 1px solid #858585;
			border-top: none;
			overflow: auto;
			position: relative;
		}
		.cbDropDownContainerShort {
			height: 70px;
			background: #fff;
			border: 1px solid #858585;
			border-top: none;
			overflow: auto;
			position: relative;
		}
		.cbItem {
			margin-left: 15px;

			font-size: 20px;
			color: #858585;
		}
		.cbItemHover {
			font-weight: bold;
		}
		#submit {
			float: right;
			margin-right: 100px;
			margin-top:23px;
		}
	
	#blurb {
		float: right;
		width: 390px;
		
		padding-right: 30px;
	}
		#blurb1 {
			width: 387px;
			height: 22px;
			
			text-align:center;
			margin-bottom: 18px;
			
			font-size: 24px;
			color: #33a2c2;
		}
		#join {
			float: right;
		}
		#blurb2 {
			font: 13px Arial;
			color: #000;
			text-align:center;
		}
		#blurb2 strong {
			color: #000;
		}
	#blurb3 {
		float: right;
		
		margin-top: 25px;
		margin-right: 20px;
		
		font-size: 26px;
		font-weight: bold;
	}

#membersBox {
	float: left;
	
	width: 510px;
	height: 418px;
	margin-top: -2px;
	
	background: url(../img/members_bg.png) no-repeat;
}
	#membersBox h4 {
		float: left;
		margin: 15px 0 0 40px;
		text-indent: -3000px;
	}
	#membersBox #online {
		float: right;
		color: #646464;
		font-size: 13px;
		margin-right: 55px;
		margin-top: 23px;
	}
	#members {
		margin-top: 75px;
		height: 400px;
		margin-left: 28px;
	}
		.member, .wld_badge_item {
			float: left;
			width: 90px;
			margin-right: 20px;
			font: 13px/1.3em Arial;
		}
			.member a, .wld_badge_item a {
				text-decoration: none;
			}
			.wld_badge_item_detail {
				margin-top: -4px;
			}
			.wld_badge_item_region {
				float: left;
				margin-top: -5px !important;
				margin-bottom: 5px;
			}
			.wld_badge_item_region {
				display: none;
			}

#registerBox {
	float: left;
	
	width: 460px;
	height: 422px;
	
	padding-top: 20px;
	padding-left: 30px;
	margin-left: -35px;
	margin-top: -3px; 
	
	background: url(../img/register_bg.jpg) no-repeat;
}
	#registerBox h4 {
		width: 362px;
		height: 17px;
		
		font-size: 18px;
		color: #013254;
	}
	#registerBox #blurb4 {
		width: 180px;
		
		font-weight: bold;
		color: #013254;
		line-height: 16px;
		margin-bottom:35px;
	}
	#registerBox #blurb4 strong {
		color: #013254;
	}
	#registerBox h5 {
		font-size: 15px;
		color: #013254;
	}
	#r {
		font-size:14px;
		width: 250px;
		height: 46px;
		padding-top:8px;
		margin: 0;
		margin-top:-12px;
		margin-left:-7px;
		text-indent: 40px;
		background: url(../img/reg1.png) no-repeat;
	}
	#registerBox img {
		margin-left:-10px;
	}
	


#languagesMenu {
	float: left;
	
	width: 40px;
	height: 200px;
	
	padding-top: 5px;

	list-style-type: none;
	
	background: url(../img/languagesMenu_bg.png) no-repeat;
}
	#languagesMenu li {
		margin: 0;
	}

	#languagesMenu li a.current, #languagesMenu li a:hover {
	
		margin-left: 3px;
	
	}
	

#footer {
	width: 930px;
	height: 56px;
	
	margin-left: 11px;
	margin-top: -20px;
}
	ul#footerMenu {
		list-style-type: none;
		position: relative;
		left: 15px;
		top: -10px;
		padding-top: 10px;
	}
	ul#footerMenu li {
		float: left;
		
		margin-left: .3em;
		
		color: #000;
	}
	ul#footerMenu li a {
		color: #000;
	}

	#rights {
		position: relative;
		left: 20px;
		top: -10px;
		color: #646464;
		padding-bottom: 50px;
	}
	
	#feedback {
		float: right;
		margin-top: -100px;
		margin-right:30px;
		line-height:30px;
		vertical-align:middle;
	}
	
	#feedback_txt {
		position: relative;
		left: -90px;
		top: -5px;
		font-weight: normal;
		color: #646464;
	}
	
	#feedback_img1 {
		position: relative;
		top:-30px;
		left:31px;
	}
	
	#feedback_img2 {
		position: relative;
		top:-30px;
		left:38px;
	}
	
	#feedback_img3 {
		position: relative;
		top:-30px;
		left:45px;
	}









