/* 	-------------------------------------------------------------- 

	auroraglass.com.au Custom CSS
		-> Extends Blueprint CSS base templates
		-> Add all custom CSS here to avoid issues when upgrading base template files
	
	Standard Colours:
		bg page		#1D221C
		bg content	#3C3C3C
		dark grey	#333333
		light grey	#656565

	-------------------------------------------------------------- */

	html					{ background-color: #1D221C; }
	body					{ background: #1D221C url(/img/common/bg_body.gif) no-repeat scroll top left; text-align: left; margin: 0; }
	body#home				{ background: #1D221C url(/img/common/bg_body_home.gif) no-repeat scroll top left; text-align: left; margin: 0; }
	body#full				{ background: #1D221C url(/img/common/bg_body_full.gif) no-repeat scroll top left; text-align: left; margin: 0; }
	#container				{ text-align: left; margin: 0; }

	h1,h2,h3,h4,h5,h6		{ color: #fff; }

	h1						{ font-size: 2em; line-height: 1.5; margin-bottom: 0.75em; }
	h1						{ font-size: 3em; line-height: 2; margin-bottom: 0em; }
	h2						{ font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
	h3						{ font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
	h4						{ font-size: 1em; font-weight: bold; margin-bottom: 1.7em; line-height: 1.55; }

	p, li					{ color: #D6D6D6; }

	.small					{ font-size: 10px; line-height: 18px; }

	td						{ padding: 0; } /*fancyZoom fix*/

	.clr					{ clear: both; }

/*
	FLASH PAGE SET-UP FOR NO FLASH ALTERNATIVE
*/

	body#flash 				{ margin: 0px; background-color: #1d221c; color: #fff; }
	body#flash #noflash 	{ margin: 20px; }
	body#flash #setup 		{ float: left; }
	body#flash #content 	{ float: right; width: 50%; }
	body#flash h1,
	body#flash h2 			{ font: normal normal normal 1em/1em Arial, sans-serif; color: #b1b1b1; }
	body#flash h1 			{ font-size: 1.5em;}
	body#flash p 			{ font: normal normal normal .8em/1.2em Arial, sans-serif; color: #656565; }
	body#flash a 			{ color: #656565; }

/* 	-------------------------------------------------------------- 
		Content Styles
	-------------------------------------------------------------- */

	.outside 				{ position: absolute; top: 77px; left: 760px; width: 190px; text-align: center; }
	.outside p				{ margin: 9px 0; color: #666; }
	#tabs					{ height: 36px; }
	#tabs ul				{ margin: 8px 0 0 481px; padding: 0; float: left; background-color: #333; }
	#tabs ul li				{ list-style-type: none; margin: 0; padding: 6px 0 0 0; float: left; width: 93px; text-align: center; height: 21px; border-bottom: 1px solid #292929; }
	#tabs ul li.active1		{ background-color: #3C3C3C; border-right: 1px solid #292929; width: 92px; border-bottom: 1px solid #3C3C3C; }
	#tabs ul li.active2		{ background-color: #3C3C3C; border-right: 1px solid #292929; border-left: 1px solid #292929; width: 91px; border-bottom: 1px solid #3C3C3C; }
	#tabs ul li.active3		{ background-color: #3C3C3C; border-left: 1px solid #292929; width: 92px; border-bottom: 1px solid #3C3C3C; }
	#tabs ul li a			{ text-decoration: none; color: #888888; }
	#tabs ul li.active1 a,
	#tabs ul li.active2 a,
	#tabs ul li.active3 a	{ color: #ffffff; }
	#tabs ul li a:hover		{ color: #ffffff; }

	#nav					{ margin-top: 36px; }

	#wrap					{ width: 980px; background: transparent url(/img/common/bg_body_content.gif) no-repeat scroll 0 36px; margin-top: 72px; float: left; }
	body#home #wrap			{ width: 980px; background: transparent url(/img/common/bg_body_home_content.gif) no-repeat scroll 0 36px; margin-top: 72px; float: left; }

	#content				{ background: #3C3C3C url(/img/common/bg_content.jpg) repeat-y scroll top left; padding-bottom: 18px; }
	body#home #content		{ padding-bottom: 0; background-image: none; }
	body#full #content		{ padding-bottom: 0; background-image: none; }
	#content p				{ margin-right: 10px; }
	#content p.intro		{ font-weight: bold; }

	.col1a, .col1b			{ height: 198px; }
	.frontpanel 			{ margin: 250px 20px 0 320px; width: 290px; }
	.frontpanel h1 			{ line-height: 36px; margin-bottom: 18px; color: #333; }
	.frontpanel p			{ color: #333; font-size: 1.1em; }

	#panel-flash			{ background: #333 url(/img/common/bg_panel_flash.gif) no-repeat scroll center center; margin: 18px 0 0 0; padding: 18px 9px 0 9px; height: 144px; }
	#panel-flash p			{ color: #ccc; }

	#pics					{ background-color: #000000; text-align: center; }
	#pics img				{ border: 1px solid #333; margin-top: 18px; }
	
	.download				{ margin-top: 36px; }
	.download img			{ margin: 0 12px 0 0; float: left; }
	
	#footer 				{ padding-top: 9px; background: #1D221C url(/img/common/bg_footer.jpg) no-repeat scroll 0 0; clear: both; width: 100%; height: 36px; text-align: left; }
	body#home #footer 		{ padding-top: 9px; background: #1D221C url(/img/common/bg_footer.jpg) no-repeat scroll -120px 0; clear: both; width: 100%; height: 36px; }
	body#full #footer 		{ padding-top: 9px; background: #1D221C url(/img/common/bg_footer.jpg) no-repeat scroll 0 0; clear: both; width: 100%; height: 36px; }
	#footer p.small			{ color: #666666; margin-left: 12px; }
	
	body#data ul.col2 li	{ float: left; width: 115px; }

/* 	-------------------------------------------------------------- 
		Navigation / Link Styles
	-------------------------------------------------------------- */

	a:link					{ color: #fff; text-decoration: none; }
	a:visited				{ color: #fff; text-decoration: none; }
	a:hover					{ text-decoration: underline; }

	.outside a:link			{ color: #888888; }
	.outside a:visited		{ color: #888888; }
	.outside a:hover		{ color: #999; text-decoration: none; }

/* 	-------------------------------------------------------------- 
		Form Styles
	-------------------------------------------------------------- */

	div.form-container form p.note { margin-left: 100px; font-size: 90%; color: #D6D6D6; }
	div.form-container form fieldset { border: 0; padding: 0; }
	div.form-container form legend {  color: #D6D6D6; font-weight: bold; margin: 0; padding: 0; }
	div.form-container form div { padding: 0.25em; }
	div.form-container form fieldset div { padding: 0.25em; }
	div.form-container label, 
	div.form-container span.label { color: #D6D6D6; margin-right: 10px; padding-right: 10px; width: 80px; display: block; float: left; text-align: right; font-weight: normal; padding-top: 2px; }
	div.form-container label.error, 
	div.form-container span.error { color: red; }
	div.form-container label em, 
	div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
	div.form-container input.error {  }
	div.form-container input:focus,
	div.form-container input.error:focus, 
	div.form-container textarea:focus {	background-color: #FFF; border-color: #111; outline: none; }
	div.form-container div.controlset label, 
	div.form-container div.controlset input { display: inline; float: none; }
	div.form-container div.controlset div { margin-left: 100px; }
	div.form-container div.buttonrow { margin-left: 110px; }
	div.form-container .il div { float: left; }
	div.form-container .il div label { width: 50px; margin: 0; }
	textarea.inp,
	input.inp { font: normal normal normal 11px/14px Arial, Verdana, sans-serif; padding: 2px; color: #191919; border: 1px solid #CCC; }
	.error { color: red; background-color: transparent; border: none; margin: 0; padding: 0; }
	label { color: #D6D6D6;  }
	sup { line-height: 1; }
