/* CSS Document */

	body {
		margin:0px 0px 0px 0px; padding:0px; 
		background:#fff;
		background-image: url("../webimages/images/bg.jpg");
		background-repeat:repeat-x;		
		}

	#ContentFrame {
		width:1024px;
		min-height:1024px;
		height:100%;
		margin:0px auto;  /*Right and left margin widths set to "auto" */
		}

	#HeaderSection {
		width:1024px;
		height:91px;
		float:left;
		background-image: url("../webimages/images/fringles_01.jpg");
		background-repeat: no-repeat;
		}

	#SubHeaderSection {
		width:1024px;
		height:168px;
		float:left;
		background-image: url("../webimages/images/fringles_02.jpg");
		background-repeat: no-repeat;	
		}
	
	#SubHeaderSectionInner {
		
		padding:45px 0px 0px 0px;
		
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height: 15pt;
		color: #000;
		
		}

	#ContentBody {
		width:512px;
		height:730px;
		float:left;

		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height: 15pt;
		color: #000;
		
		margin:0px auto;  /*Right and left margin widths set to "auto" */
		padding:200px 0px 0px 0px;
		
		background-image: url("../webimages/images/fringles_03.jpg");
		background-repeat: no-repeat;
		}

	#SearchSection {
		width:1024px;
		height:98px;
		float:left;

		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height: 13pt;
		color: #000;
		
		margin:0px auto;  /*Right and left margin widths set to "auto" */
		background-image: url("../webimages/images/love_generations_03.jpg");
		background-repeat: no-repeat;
		}

	#LatestMembersSection {
		width:512px;
		height:367px;
		float:left;
		background-image: url("../webimages/images/fringles_05.jpg");
		background-repeat: no-repeat;
		position:relative;
		}

	#SignUpSection {
		width:512px;
		height:363px;
		float:left;

		color:#000;
		background-image: url("../webimages/images/fringles_04.jpg");
		background-repeat: no-repeat;
		}

	#SignUpSectionInner {
		padding:15px 0px 0px 0px;

		}



	#FooterSection {
		width:100%;
		height:250px;
		float:left;
		margin:0 auto;
		
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		line-height: 13pt;
		color:#000000;
		
		background-image: url("../webimages/images/footer-bk.jpg");
		background-repeat:repeat;	
		}

	#Menu{
		width:666px;
		height:100%;
		padding:20px 10px 0px 0px;
		float:right;
		text-align:right;
		margin-right:60px;
	}





	#Pager {
		width:534px;
		height:14px;
		float:left;
		padding:10px;
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #000;
		background-color:#ccc;	
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #ACACAC;
		border-right-color: #ACACAC;
		border-bottom-color: #ACACAC;
		border-left-color: #ACACAC;
		}

/* WLD Badge feed output */
.wld_badge_item {
	float: left;
	width: 90px;
	height: 130px;
	overflow: none;
	}
.wld_badge_item img {
	width: 71px;
	height: 71px;
	border: 1px solid #af0082;
	margin-bottom: 0.5em;
	}
.wld_badge_item img:hover {
	border: 1px solid #000;
	}
.wld_badge_item_detail {
	text-transform: capitalize;
	color: #000;
	font-size: 110%;
	width: 80px;
	overflow: hidden;
	}
.wld_badge_item_region {
	font-size: 80%;
	color: #af0082;
	}


.stepcarousel {
	margin-left: 44px;
	margin-top: 12px;
	position: relative;
	overflow: scroll;
	width: 343px;
	height: 130px;
	}
.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
	}
.stepcarousel .panel {
	float: left;
	margin: 0;
	overflow: hidden;
	width: 400px;
	display: inline;
	}



