@charset "utf-8";

/* CSS Document */



body {

	background-color: #ffffff;

	font-family: Helvetica, Arial, sans-serif;

	font-size: 12px;

	margin: 0;

	color: #000000;

}

h1 {font-size: 20px;}

h2 {font-size: 16px}

#container {

	width: 800px;

	min-height: 654px;

	margin-left: auto;

	margin-right: auto;

	position: relative;

	border: 1px solid #000000;

	background:url(../images/bg.jpg) repeat-x top #ffffff;

}

*html #container {height: 654px;}
	

#header {

	position: relative;

	height: 120px;

	border-bottom: 2px solid #ffffff;

}

 

#logo {

	position: absolute;

	left: 23px;

	top: 23px; 

}



#couple-header {

	position: absolute;

	left: 587px;

	top: 0; 

	z-index: 0;

}



#member-login {

	position: absolute;

	left: 504px;

	top: 0px;

	z-index: 100;

}



#register-now {

	position: absolute;

	left: 627px;

	top: 0px;

	z-index: 100;

}

#menu {position: relative; height: 20px; width: 760px; padding: 5px 20px 0 20px; border-bottom: 2px solid #ffffff;color: #fff; background-color: #f50a0a}

#menu a {color: #fff; text-decoration: none; font-weight: bold}

#menu a:hover {color: #000}

#content {

	position: relative;

	min-height: 512px;
	
	padding: 10px;
	
	width: 780px;

}

*html #content {height: 512px;}



#intro-text {

	position: absolute;

	left: 22px;

	top: 10px;

	width:755px;

	/*color: #f50a0a;*/

	color: #000000;

	font-weight:bold;

}



.heading {

	position: absolute;

	left: 25px;

	top: 10px;

	font-weight: bold;

	font-size: 14px;

}



#members {

	position: absolute;

	left: 22px;

	top: 77px;

	width:761px;

	height:187px;

	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/members-bg.png',sizingMethod='scale');*/

	background:url(../images/members-bg.png) no-repeat;	

}



#wld_badge_wrapper { width: 760px; overflow: hidden; }    

#wld_badge_inner { padding: 37px 0 10px 25px; }    

.wld_badge_item { float: left; margin: 0 10px 0 0; padding: 0; }    

.wld_badge_item img { border: 1px solid black; }    

.wld_badge_item_detail { margin-top: 5px; font-size: 75%; width: 90px; overflow: hidden; }    

.wld_badge_clear { clear: both; }



#search {

	position: absolute;

	left: 22px;

	top: 280px;

	width:368px;

	height: 212px;

	/*background:url(../images/single-pod-bg.png) no-repeat;*/

	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/pink-pod-bg.png',sizingMethod='scale');*/

	background:url(../images/pink-pod-bg.png) no-repeat;	

}



#search form {

	padding: 20px 10px 10px 30px;

}



#special-offers {

	position: absolute;

	left: 413px;

	top: 280px;

	width:368px;

	height: 212px;

	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/special-offers-pod-bg.png',sizingMethod='scale');*/

	background:url(../images/special-offers-pod-bg.png) no-repeat;

}

#footer {position: relative; width: 800px}

#footer-left {

	position: absolute;

	left: 22px;

	top:5px;

	font-size: 11px;

}



#footer-right {

	position: absolute;

	right: 22px;

	top:5px;

	font-size: 11px;

}



#footer-right a {

	color: #000000;

	text-decoration:none;

}



/* .png IE stuff */

img.png {

	behavior: url(/pngbehavior.htc);

}
