* {
	font-family: Arial, Helvetica, Sans-serif;
	
}


html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: white;
	
	color: black;
	font-size:13px;
}



.content_main img {

}

.content_main img[align=right] {
	border-right: none;
	border-left: 10px solid white;
	border-bottom: 10px solid white;
}

.content_main img[align=left] {
	border-left: none;
	border-right: 10px solid white;
	border-bottom: 10px solid white;
}

p {
	margin: 0px 0px 10px 0px;
}

h1 {
	margin: 0px 0px 20px 0px;
	font: 16px Arial, Helvetica, Sans-serif;
	color: #660000;
}

img.image_heading {
	position:relative;
	top:2px;
	left:-1px;
	/*padding-top:2px;
	margin-left:-1px;*/
	border:0;
}
	#search_form .image_heading {
		top:5px;
		left:2px;
	}

h2, .header2 {
	margin: 0px;
	font: 16px Arial, Helvetica, Sans-serif;
	color: #660000;
}

h3, .header3 {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #b1663d;
}
	.content_main h3 {
		font-size:13px;
		color:black;
	}

h6 {
	font-weight:normal;
	font-size:14px;
	line-height:1.5;
	margin:0 0 10px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a {
	color: #b1663d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.header2:hover {
	text-decoration: none;
	color: black;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	background: transparent url( "images/dot.gif" ) no-repeat 0px 4px;
	padding: 0px 15px 0px 15px;
}

* html li {
	height: 15px;
}


#site_background {
	
	min-height:100%;
	background: transparent url( "images/bg_container.gif" ) repeat-y top center;
	position:relative;
}

#ie6 #site_background {
	height:100%;
}


#top_wrapper {
	position: relative;
	width: 100%;
	/*height: 100%;*/
	height:auto;
	margin: 0px;
	background: transparent url( "images/bg_body.gif" ) repeat-x top left;
}

#top_wrapper_standard {
	position: relative;
	width: 100%;
	margin: 0px;
	min-height: 100%;
	background: transparent url( "images/bg_body2.gif" ) repeat-x top left;
	
}

#container {
	position: relative;
	width: 800px;
	margin: 0px auto;
	height: 100%;
/*	background: transparent url( "images/bg_container.gif" ) repeat-y top left;	*/
}

	#header {
		position: relative;
		width: 800px;
		height: 90px;
		overflow: hidden;
		background: white url( "images/logo.gif" ) no-repeat top left;
	}
	
		#logo_link {
			position: absolute;
			z-index: 1;
			left: 0px;
			top: 0px;
			display: block;
			width: 160px;
			height: 90px;
		}
		
			#logo_link img {
				border: none;
			}
		
		#search_box {
			position: absolute;
			z-index: 1;
			right: 0px;
			top: 0px;
			width: 265px;
			height: 29px;
			background-color: #f2efde;
			text-align: right;
		}
		
			#search_form, #search_form * {
				display: inline;
			}
			
				#search_form .header2 {
					margin: 3px;
				}
			
				#search_keywords {
					width: 136px;
					background-color: white;
					border: 1px solid #660000;
					margin: 0px 5px 0px 5px;
					padding: 0px 10px 0px 10px;
					font-size: 11px;
					color: #663300;
				}
				
				#search_submit {
					vertical-align: middle;
				}
				
				* html #search_submit {
					vertical-align: middle;
				}
	
		#language_box {
			position: absolute;
			z-index: 1;
			right: 0px;
			top: 47px;
			width: 265px;
			height: 25px;
		}

			#language_box ul {
				padding: 0px;
				margin:0;
			}
			
			#language_box li {
				background: none;
				float: left;
				padding: 0px;
				margin:0;
				width:132px;
				height:25px;
			}
			
			* html #language_box li {
				height: auto;
			}
		
			#language_box li.languageBoxLast {
				float: right;
				width:133px;
			}
			
				#language_box li a {
					display: block;
					padding:0;
					height:26px;
					overflow:hidden;
				}
				
				#language_box li.languageBoxLast a {
					border-right: none;
				}
				
			#language_box a.lang_english {
				background-image:url(/images/english.gif);
				background-position:top 0px;
				background-repeat:no-repeat;
				text-indent:-1500px;
			}
			
			#language_box a.lang_english:hover {
				background-image:url(/images/english.gif);
				background-position: 0px -26px;
			}
			
			#language_box a.lang_deutsch {
				background-image:url(/images/deutsch.gif);
				background-position:top 0px;
				background-repeat:no-repeat;
				text-indent:-1500px;

			}
			
			#language_box a.lang_deutsch:hover {
				background-image:url(/images/deutsch.gif);
				background-position: 0px -26px;
			}
		

		
	#navbar {
		position: relative;
		width: 800px;
		height: 25px;
		background-color: #e5e0bd;
		overflow: hidden;
	}

		#navbar ul {
		}
			
		#navbar li {
			background: none;
			float: left;
			padding: 0px;
		}

		* html #navbar li {
			height: auto;
		}
		
		#navbar li.navbarLast {
			float: right;
		}
		
			#navbar li a {
				display: block;
				padding: 5px 28px 5px 0px;
				text-decoration: none;
				color: #660000;
				
			}
			#navbar li {
				margin-right:2px;
			}
			#navbar li.navbarLast {
				margin-right:0px;
			}

			#navbar li a:hover {
				color: black;
			}

			#navbar li.navbarLast a {
				padding: 5px 0px 5px 0px;
				
			}
			
	#slideshow {
		position: relative;
		width: 800px;
		height: 164px;
		background-color: #f7f5e8;
		overflow: hidden;
	}
	
		#slideshow img {
			border: none;
		}
		
	#bcbar {
		position: relative;
		width: 800px;
		height: 20px;
		padding-top:5px;
		background-color: #f7f5e8;
		overflow: hidden;
		color: #b97954;
	}
	
		#bcbar a {
			color: black;
			text-decoration: underline;
		}
		
		#bcbar img {
			border: none;
		}
		
		#bcbar .current_page {
			color: #b97954;
			text-decoration:none;
		}
		
	#content {
		position: relative;
		width: 770px;
		padding: 15px;
		/*background: transparent url( "images/bg_container.gif" ) repeat-y top left;*/
	}
	
		#content_left {
			position: relative;
			width: 530px;
			float: left;
			background-color: white;
			padding-bottom:30px;

			padding-right:13px;
		}

		#ie6 content_left {
                	padding-right:0px;
  		}

		#content_partition {
			position: relative;
			width: 30px;
			float: left;
			background: white url( "images/bg_partition_v.gif" ) repeat-y top left; 
		}
		
			#content_partition img {
				border: none;
			}
		
		#content_right {
			position: relative;
			width: 210px;
			float: left;
			background-color: white;
			border-left: solid 1px #E5E0BD;
   			padding-left:13px;
		}
		#ie6  #content_right {
			padding-left:0px;
		}

			.quicknav {
				position: relative;
				width: 210px;
				margin: 5px 0px 5px 0px;
				background-color: #f2efde;
				
				
			}
			
				.quicknav .image_heading {
					border: none;
					top:5px;
					left:10px;
				}
					
				.quicknav {
										
				}
					.quicknav a {
						text-indent:-5000px;
						display:block;
						width:210px;
						height:25px;
						outline:0;
						
						background-repeat:no-repeat;
						background-position:top left;	
					}
					
					.quicknav a:hover {
						background-position:bottom left;
					}
					
					#quicknav_print a {
						background-image:url(images/quicknav_print.gif);
					}
					
					#quicknav_email a {
						background-image:url(images/quicknav_email.gif);
					}
										
					#quicknav_register a {
						background-image:url(images/quicknav_register.gif);	
					}
										
					
			.line {
				position: relative;
				width: 210px;
				height: 11px;
				margin: 0px;
				background: white url( "images/bg_partition_h.gif" ) repeat-x top left;
			}
			
				.line img {
					border: none;
				}

#bottom_wrapper {
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 25px;
	background-color: #f7f5e8;
	overflow: hidden;
}

#printable #bottom_wrapper {
	position:static;
	width:600px;
	margin: 0 auto;
}

#footer {
	position: relative;
	width: 800px;
	margin: 0px auto;
}

	#footer_copyright {
		position: relative;
		float: left;
		margin: 5px 0px 5px 0px;
		font-size: 11px;
	}
	
	#footer_links {
		position: relative;
		float: right;
	}
	
		#footer_links ul {
		}
			
		#footer_links li {
			background: none;
			float: left;
			padding: 0px;
		}

		* html #footer_links li {
			height: auto;
		}
				
			#footer_links li a {
				display: block;
				padding: 5px 0px 5px 10px;
				text-decoration: none;
				font-size: 11px;
				color: #b97954;
			}
				
			#footer_links li a:hover {
				text-decoration: underline;
			}

	
	
.clear {
	clear: both;
}

/*=============*/
/* LATEST NEWS */
/*=============*/

.newsPanel {
	
}
	.newsPanel h3 {
		margin-bottom:8px;
		
	}
	.newsPanel ul {
		list-style-type:none;
		margin:0;
		padding:0;
		
	}
		.newsPanel .panelContent {
			min-height:110px;
			padding-right:5px;
			width:auto;
			background-color:#F2EFDE;
		}
		
		#ie6 .newsPanel .panelContent,
		#ie6 .newsPanel li {
			height:100px;
		}
		
			.newsPanel .panelContentLeft {
				border-right:10px solid #F2EFDE;
			}
			
		.newsPanel ul li {
			margin:0;
			padding:0;
		}
		
		.newsPanel li.last_visible {
				display:block;
			}
			
		.newsPanel li.invisible {
			display:none;
		}

/*=======*/
/* PANEL */
/*=======*/

.panel {
	position: relative;
	width: 100%;
	margin: 5px 0px 5px 0px;
}

	.panel img {
		border: none;
	}
	
	.panelHeader {
		position: relative;
		width: 100%;
		height: 25px;
		background-color: #e5e0bd;
		overflow: hidden;
	}
	
		.panelHeader h2 {
			margin: 3px 10px 3px 10px;
		}
		
	.panelContent {
		position: relative;
		width: 100%;
		background-color: #f2efde;
		overflow:hidden;
	}

		.panelContentSingle {
			position: relative;
			padding: 7px;
			background-color: #f2efde;
		}
		
		.panelContentLeft {
			position: relative;
			float: left;
			background-color: #f2efde;
		}
		
		.panelContentRight {
			position: relative;
			display:inline;
			/*float: left;
			padding: 7px;
			padding-right:0;
			*/
			background-color: #f2efde;			
		}

			.panelContentRight, .panelContentRight * {
				font-size: 11px;
			}
			
			.panelContentRight ul {
				padding-bottom:3px;
			}
			
			.panelContentRight li {
				background: none;
				padding: 0px;
			}

			* html .panelContentRight li {
				height: auto;
			}

				.panelContentRight li a {
					display: inline;
					margin: 0px 3px 0px 0px;
				}

					.panelContentRight li a img {
						vertical-align: bottom;
					}

ul#sidenav {
}
	
	ul#sidenav li {
		background: none;
		padding: 0px;
		border-right: 1px solid #ebe7cd;
		border-bottom: 1px solid #ebe7cd;
		border-left: 1px solid #ebe7cd;
	}

	* html #sidenav li {
		height: auto;
	}

		ul#sidenav li a {
			display: block;		
			width: 198px;
			height: 15px;
			padding: 5px;
			background-color: white;
			color: black;
		}
		
		ul#sidenav li.sidenavSelected a {
			background: #f8f7ee url( "images/bg_sidenav_selected.gif" ) repeat-y top left;
			font-weight: bold;
			color: #b1663d;
		}
		
		ul#sidenav li a:hover {
			background: #f8f7ee url( "images/bg_sidenav_hover.gif" ) repeat-y top left;
			font-weight: bold;
			color: #000000;
			text-decoration:none;
		}
		


		ul#sidenav li ul.side_subnav {
			/*border-top: 1px solid #ebe7cd;*/
			border-bottom: 1px solid #ebe7cd;
			background:white;
			margin-bottom:-1px;
			position:relative;
		}

			ul#sidenav li ul.side_subnav li {
				border-left: none;
				border-right:none;
				overflow:hidden;
				border-bottom:0;
			}

				ul#sidenav li ul.side_subnav li a {
					display: block;		
					/*width: 178px;*/
					width:auto;
					height: auto;
					padding: 5px 15px 5px 15px;
					background: white;
					font-weight: normal;
					color: black;
				}
				
				ul#sidenav li ul.side_subnav li.sideSubnavSelected a {
					background: white url( "images/arrow.gif" ) no-repeat 5px 8px;
					font-weight: bold;
				}
				
				ul#sidenav li ul.side_subnav li.sideSubnavSelected li.sideSubnavSelected a {
					color:#B1663D;
					font-weight: normal;
				}
				
				ul#sidenav li ul.side_subnav li a:hover {
					color:#B1663D;
					font-weight:bold;
				} 
				
		ul#sidenav ul.side_subnav ul.side_subnav li {
			padding-left:15px;			
		}

/**
 * REGISTRATION FORM CSS
 */
#registration_form table td {
	padding: 0px 0px 5px 0px;
}

	#registration_form input, textarea {
		border: 1px solid #cccccc;
		padding: 5px;
		font: 11px Arial, Helvetica, Sans-serif;
	}
	
	#registration_form .submitButton, #registration_form .resetButton {
		border: none;
		padding: 0px;
	}
	
	#registration_form .submitButton {
		border: none;
		padding: 0px;
		background-image:url(/images/button_submit.gif);
		background-repeat:no-repeat;
		width:69px;
		height:17px;
		overflow:hidden;
		padding-top:16px;
	}
	
	#registration_form .resetButton {
		border: none;
		padding: 0px;
		background-image:url(/images/button_reset.gif);
		background-repeat:no-repeat;
		width:69px;
		height:17px;
		overflow:hidden;
		padding-top:16px;
		
	}
	
	
	#registration_form select {
		border: 1px solid #cccccc;
	}

/**
 * VIDEO PAGE CSS
 */
#video_list {
	position: relative;
	float: left;
	width: 205px;
}

	#video_list table td {
		padding: 0px 10px 10px 0px;
	}
	
	#video_list img {
		border: none;
	}

#video_player {
	position: relative;
	float: right;
	width: 310px;
	height: 293px;
	overflow: hidden;
}


/**
 * ASX ANNOUNCEMENTS CSS
 */
 
#reports_table {
	width:100%;
	margin-top:16px;
}

	#reports_table th {
		width: 140px;
		vertical-align:top;
		text-align:left;
		
	}
	
	#reports_table td {
		vertical-align:top;
		text-align:left;
	}
	
	


#asx_table {
	margin-top:16px;
 	table-layout:auto;
}
#asx_table th {
	width:40px;
	vertical-align:top;
	padding-top:30px;
	color:#B1663D;
}

#asx_table td {
	padding: 10px 10px;
	width:100px;
	text-align:center;
	vertical-align:top;
}

#asx_table td p {
	color: #ccc;
}

	#asx_table td img {
		border: none;
	}
	
	#asx_table div.caption {
		margin-top:10px;
	}
	
	#asx_table a.pie {
		display:block;
		overflow:hidden;
		background-repeat:no-repeat; 
		background-position: 0 -100px;
		
	}
	
		
	
	#asx_table a.pie:hover {
		background-position:50% 0px;
		text-decoration:none;
		
	}
		
		#asx_table a.pie:hover div.caption {
			text-decoration:underline;
			
		}
	
		#asx_table a.pie:hover img {
			visibility:hidden;
		}
		
		
#related_links .panelContentRight li {
	margin-left:4px;
}
#related_links .panelContentRight li img {
	vertical-align:middle;
	padding-bottom:2px;
}

#related_links .panelContentRight li,
#related_links .panelContentRight a {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/**
 *	MEDIA ARTICLES
 */
 
ul.articles {
	list-style-type:none;
	
}
	ul.articles li {
		background-image:none;
	}
	
.pdf_link {
	background-image:url(/images/icon_pdf_white.gif);
	background-repeat:no-repeat;
	background-position:2px 0px;
	padding-left:24px;
}
	
/**
*	FEATURE STORY
*/
 
#share_price_content {
}

	#share_price_content .panelContentLeft {
		height:85px;
	}
	
	#share_price_content .panelContentRight {
		visibility:hidden;
	}
	
	#share_price_content h3 {
		margin:7px;
		font-size:13px;
		
	}
	
	#share_price_content p {
		margin:7px;
		margin-top:9px;
	}

#feature_story_panel {
	zoom:1;
	position:relative;
}
	#feature_story_panel p {
		margin-top:8px;
		padding-bottom:0;
		margin-bottom:0;
	}

	#feature_story_panel div.clear {
		
	}

	#feature_story_panel .panelContent {
		padding-right:10px;
		width:auto;
	}
	
	#feature_story_panel .panelContentRight {
		padding:0;
		display:inline;
		float:none;		
	}
	
	#feature_story_panel .panelContentLeft {
		border-right:10px solid #F2EFDE;
	}

	#feature_story_panel h3 {
		margin-bottom:0px;
	}
	
/**
*	PHOTO GALLERY
*/

	.photo_gallery {
		table-layout:fixed;
		border:0;
	}
		.photo_gallery td {
			border:0;
			text-align:center;
			vertical-align:top;
			
			padding:5px 5px 15px;
		}
		
		.photo_gallery img {
			border:0;
		}
		
		.photo_gallery .thumbnailImg {
			width:102px;
			margin:0 auto;
		}
		
		.photo_gallery .thumbnailCaption {
			clear:both;
		}
		
		.photo_gallery .drop_shadow {
			padding:0;
			
			float:left;
			background-image:url(images/shadow.img.gif);
			background-repeat:no-repeat;
			background-position:bottom right;
		}
		
			.photo_gallery .drop_shadow .drop_shadow_invert {
				padding:0 6px 6px 0;
				
				float:left;
				
				background-image:url(images/shadow.img.inverse.alpha.png);
				background-repeat:no-repeat;
				background-position:top left;
			}
			
			#ie6 .photo_gallery .drop_shadow .drop_shadow_invert {
				background-image:url(images/shadow.img.inverse.gif);
			}
			
		
		
/**
*	PRINTABLE
*/


	#printable {
	}
	
		#printable #navbar ul,
		#printable #slideshow,
		#printable .newsPanel,
		#printable .quicknav,
		#printable #feature_story_panel,
		#printable #search_box,
		#printable #language_box,
		#printable #related_links,
		#printable #sidenav_panel,
		#printable #video_player,
	        #printable #header,
		#printable #content_right .line,
		#printable #bcbar

 		{
			display:none;
		}

		#printable #navbar{
			background-color:white;
		}
	        #ie6 #printable #navbar{
			display:visible;

			width:500px;
		}                       
		#printable #top_wrapper,
		#printable #top_wrapper_standard {
			background:none;
		}
		
		#printable #container {
			width:600px;
		}
		
		#printable #content {
			padding-bottom:50px;
		}
		
		
		
		
		#printable #content {
			width:auto;
		}
		
		#printable #footer_copyright {
			padding-left:14px;
		}
		
		#printable #header_printable {
			position:relative;
			margin:0 auto;
			width:600px;
			height:115px;
			padding:0;
		}
		
		#printable #close_window {
			position:absolute;
			top:5px;
			left:50%;
			padding-left: 230px;
			z-index:5;
			font-size:10px;
			outline:0;
		}
		

		.asxL {
			border:none;
		}
		
		.asxL a:hover {
			border-bottom:1px solid;
			text-decoration:none;
		}



