/* @override http://www.michaele.com.au/css/main-structure.css */
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) no-repeat fixed;
}
#wrapper {
	width:1000px;
	margin: 0px;
	padding:0px;
	position: absolute;
}

/* @group HEADER REGION */
#header-structure {
	position: fixed;
	width:1000px;
	height: 155px;
	background:url(/images/bg_sidepanel.png);
	z-index: 2;	
}
#logo-region {
		float: left;
	padding: 11px 0px 0px 28px;
}
/* @end */

/* @group MENU-REGION */
#menu-region {
	float:right;
	width:460px;
	padding-top: 10px;
}
/* @end */

/* @group SUBMENU-REGION */
#submenu-region {
	float: left;
	width:250px;
	padding: 12px 0px 0px 0px;
}
#submenu-region a {
	float: left;
	width:115px;
	color: #bcbcbc;
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 2px;
}
#submenu-region a:hover {
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 2px;
}
#submenu-region a.selected-page {
	color: #fff;
}

/* @end */

/* @group CONTENT REGION */
#main-structure {
	position: relative;
	top: 155px;
	z-index: 1;
}
#content-structure {
	padding: 10px 0px 0px 0px;
}
#sidepanel-region {
	float:left;
	width: 313px;
	font-size: 15px;
	line-height: 19px;
	padding-left: 102px;
}
#sidepanel-region li {
	font-size: 11px;
	line-height: 13px;
	margin: 0px 0px 4px 0px;
}
#content-region {
	width:332px;
	float: right;
	padding: 0px 44px 0px 0px;
	margin: 0px;
}
/* @end */

/* @group FEATURE REGION */
#feature-structure {
	height: 327px;
	background: #000;
	/*background: #ff6a80;*/
	padding: 0px 0px 0px 29px;
}
#feature-region {
	width:712px;
	height: 327px;
	float: right;
	color: #fff;
}
/* @end */

/* @group FOOTER-region */
#footer-region {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 26px;
	font-size: 11px;
	line-height: 15px;
	color: #2f2f2f;
}
/* @end */



/* @group CSS CLEARFIX HACK */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */