/* @override http://www.pixelbuilding.com.au/style.css */

/* @override http://pixel.efront.com.au/style.css */

*{
	padding: 0px;
	margin: 0px;
}

body{
	font-size:12px;
	font-family: "Courier New", Courier, mono;
	color: #000;
		overflow: hidden;
		background: #fff url(/images/loader.gif) no-repeat center 300px;

}

#wrapper{
background: transparent url(/images/bg.jpg) no-repeat top left;
width: 100%;
	height: 1205px;
	overflow: auto;

}


#header{
	
	height: 115px;
	width: 322px;
	
}


#nav{
	padding-top: 7px;
	background: #fff;
	width: 110px;
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 7px;
	float: left;
	
	
}

.line{
height:8px;
margin-bottom: 6px;
	font-size:16px;

}

#grocon{
/*
	height: 56px;
	width:192px;
	background: #fff url(/images/grocon.gif) no-repeat left top;
	position: fixed;
	bottom: 0;
	left: 0;
*/
	
	z-index: 4;
	background: #fff url(/images/grocon.gif) no-repeat left top;
	height: 56px;
	width:192px;
	position:fixed;
  _position:absolute;
  bottom:0;
  left: 0;
  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight-500);
  
  cursor: hand;
  cursor: pointer;
	
}







.menu_item{
	margin-bottom: 3px;
	height: 12px;
	font-size:16px;

}

.menu_item a{
	color:#000;
	text-decoration: none;
}

.menu_item a:hover{
	color:#ff6600;
	text-decoration: none;
}


.vision_container, .location_container, .media_container,.contact_container{
	float: left;
	background: #fff;
}


.vision_container{
	width:255px;
	font-size: 13px;
	line-height: 15px;
	padding: 10px 10px 0px 10px;
	height:480px;
	overflow: auto;
	margin-left: 0px;


}

.vision_images{
	margin: 0px 0px 10px;
}

.vision_images img{
	margin-top: 10px;
}


.location_container{width:396px; margin-top:30px; padding:5px;}


.video_container{
		width:427px; 
		height:344px; 
		margin-top:80px; 
		padding:5px; 
		margin-left: 110px;
		background: #fff;
		}

.media_container{
	width:245px; margin-top:60px; padding:5px;font-size: 13px;
	line-height: 15px;
}

.media_container a, .contact_container a {
	color:#000;
}

.media_container a:hover, .contact_container a:hover {
	color:#000;
	font-weight: bold;
}


.contact_container{
	width:245px; margin-top:88px; padding:5px;font-size: 13px;
	line-height: 15px;
}

ul.pdf li{
 padding:8px 0px 8px 30px;
 background: #fff url(/images/pdf.gif) no-repeat left;
 list-style-type: none;
 }
 
 ul.video li{
 padding:8px 0px 8px 30px;
 background: #fff url(/images/video.gif) no-repeat left;
 list-style-type: none;
 }
 
 
