/* 
----------------------
Neighbourhood Net 
Landing page styles 
----------------------
*/

html 
{
	height : 100%;
}

body
{
	margin : 0;
	height : 100%;
}

a 
{
	outline : none;
	border : 0;
}

p
{
	font-family : 'Trebuchet MS', Arial, sans-serif;
	font-size : 13px;
	color : #6F7071;
	line-height : 18px;
}

#page_wrap
{
	width : 100%;
	height : 85%;
	min-height : 560px;
	/*overflow : hidden;*/
}


body#town #page_wrap
{
	background : #C9DE77 url(/templates/mirvac_retail_centre/images/nnet_framework/bg_stretched.gif) center top no-repeat;
}

body#city #page_wrap
{
	background : #C9DE77 url(/templates/mirvac_retail_centre/images/nnet_framework/bg_city_stretched.gif) center top no-repeat;
}

#bg_wrap
{
	width : 670px;
	height : 463px;
	position : relative;
	margin : 0 auto;
}

#town #bg_wrap
{
	background : url(/templates/mirvac_retail_centre/images/nnet_framework/bg_country.gif) 0 0 no-repeat;
}

#city #bg_wrap
{
	background : url(/templates/mirvac_retail_centre/images/nnet_framework/bg_city.gif) 0 0 no-repeat;
}

/* Hit points and animation holders */

.ani
{
	z-index : 890;
}

.hit
{
	z-index : 910;
}

.pop
{
	z-index : 890;
}



.hit_community
{
	position : absolute;
	top : 36px;
	left : 300px;
	width : 192px; 
	height : 65px;
}

	.hit_community a
	{
		display : block;
		width : 192px; 
		height : 65px;
		position : relative;
		z-index : 101;
	}

.community
{
	position : absolute;
	top : 36px;
	left : 300px;
}

.ani a
{
	margin : 0;
	padding : 0;
	display : block;
	position : absolute;
	top : 0;
	left :0;
	z-index : 99;
}

	.community img
	{
		display : none;
		
	}


.hit_sports
{
	position : absolute;
	top : 192px;
	left : 418px;
	width : 84px; 
	height : 70px;
}

	.hit_sports a
	{
		display : block;
		width : 84px; 
		height : 70px;
		position : relative;
		z-index : 101;
	}

.sports
{
	position : absolute;
	top : 192px;
	left : 418px;
}

	.sports img
	{
		display : block;
	}

.hit_buyandsell
{
	position : absolute;
	top : 328px;
	left : 314px;
	width : 85px; 
	height : 88px;
}

	.hit_buyandsell a
	{
		width : 85px; 
		height : 88px;
		display : block;
		position : relative;
		z-index : 101;
	}

.buyandsell
{
	position : absolute;
	top : 328px;
	left : 314px;
}

	.buyandsell img
	{
		display : none;
	}
	
	
.hit_congratulations
{
	position : absolute;
	top : 376px;
	left : 462px;
	width : 175px; 
	height : 102px;
}

	.hit_congratulations a
	{
		width : 175px; 
		height : 102px;
		display : block;
		position : relative;
		z-index : 110;
	}

.congratulations
{
	position : absolute;
	top : 355px;
	left : 432px;
	cursor : pointer;
}

	.congratulations img
	{
		display : none;
	}
	
/* Popup styles */

.popup_community
{
	position : absolute;
	display : none;
	width : 293px;
	height : 193px;
}

#town .popup_community
{
	top : 26px;
	left : 363px;
	background : url(/templates/mirvac_retail_centre/images/nnet_framework/popup_community.gif) transparent 0 0 no-repeat;
}

#city .popup_community
{
	top : 26px;
	left : 363px;
	background : url(/templates/mirvac_retail_centre/images/nnet_framework/popup_city_community.gif) transparent 0 0 no-repeat;
}

	.popup_community p
	{
		color : #fff;
		width : 204px;
		position : relative;
		top : 51px;
		left : 20px;
	}
	
		.popup_community p .highlite
		{
			color : #21409A;
		}

.popup_sports
{
	position : absolute;
	display : none;
	width : 383px; 
	height : 279px;
}

#town .popup_sports
{
	top : 124px;
	left : 235px;
	background : url(/templates/mirvac_retail_centre/images/nnet_framework/popup_sports.gif) transparent 0 0 no-repeat;
}

#city .popup_sports
{
	top : 124px;
	left : 235px;
	background : url(/templates/mirvac_retail_centre/images/nnet_framework/popup_city_sports.gif) transparent 0 0 no-repeat;
}

	.popup_sports p
	{
		width : 199px;
		position : relative;
		top : 59px;
		left : 27px;
	}

		.popup_sports p .highlite
		{
			color : #F7941E;
		}

.popup_buyandsell
{
	position : absolute;
	display : none;
	width : 388px; 
	height : 296px;
}

#town .popup_buyandsell
{
	top : 110px;
	left : 144px;
	background : url(/templates/mirvac_retail_centre/images/nnet_framework/popup_buyandsell.gif) transparent 0 0 no-repeat;
}

#city .popup_buyandsell
{
	top : 110px;
	left : 144px;
	background : url(/templates/mirvac_retail_centre/images/nnet_framework/popup_city_buyandsell.gif) transparent 0 0 no-repeat;
}

	.popup_buyandsell p
	{
		width : 203px;
		position : relative;
		top : 80px;
		left : 40px;
	}

		.popup_buyandsell p .highlite
		{
			color : #F7941E;
		}
		
.popup_congratulations
{
	position : absolute;
	display : none;
	width : 277px; 
	height : 172px;
}

#town .popup_congratulations
{
	top : 256px;
	left : 267px;
	background : url(/templates/mirvac_retail_centre/images/nnet_framework/popup_congratulations.gif) transparent 0 0 no-repeat;
}

#city .popup_congratulations
{
	top : 256px;
	left : 267px;
	background : url(/templates/mirvac_retail_centre/images/nnet_framework/popup_city_congratulations.gif) transparent 0 0 no-repeat;
}

	.popup_congratulations p
	{
		width : 191px;
		position : relative;
		top : 49px;
		left : 50px;
	}

		.popup_congratulations p .highlite
		{
			color : #F7941E;
		}
