/* @override http://www.gtm.net.au/css/landingpage-structure.css */

/* CSS Document */
body { 
  margin:130px 0px 0px 0px;
  padding:0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:16px;
  color: #F05A28;
  background: #f7e200;/*yellow*/
  margin-left:auto;
  margin-right: auto;
}
#wrapper {
	width:955px;
	min-height:952px;
	padding:0px;
	margin: auto;
}

/* @group NAVIGATIONS */
#navigation-structure {
	height:399px;
	height:48px;
	background: URL(../images/nav-bg.gif) no-repeat;
}
#navigation-region {
	height:399px;
	height:48px;
	padding-left: 232px;
}
/* @end */


/* @group HEADER STRUCTURE */
#header-structure {
	width: 955px;
}
#header-region {
	width: 955px;
	height:71px;
	background: URL(../images/landingpage-logo.gif);
	padding: 0px;
	margin: 0px;
}
/* @end */

/* @group CONTENT  */
#content-structure {
	width:955px;
	padding: 0px;
}
#content-region {
	width:955px;
	min-height:600px;
	padding: 0px;
}
#content-region p {
	padding: 0px;
	margin: 0px;
}
/* @end */


/* @group FOOTER */
#footer-region {
	width:955px;
	padding:100px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}
#footer-region p {
	margin: 0px;
}
#footer-region a img {
	margin-top: 7px;
}
#footer-region a {
	color: #F05A28;
	margin-right: 20px;
	margin-bottom: 0px;
}
#footer-region a:hover {
	color: #2cb473;
	text-decoration: none;
}
/* @end */


/* @group clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* @end */	
