@charset "utf-8";
/* CSS Document */

/* Author: Jay Horne - ZeroOne Limited 2008 */		
/*  

CONTENTS ---------------------------------------

*01: Reset
*02: Default Styles
*03: Global Classes


*/

/***** 01 Default Styles -------------------------------------------------------------------------------*/

	html, body { border:0; margin:0; padding:0;}
	body { font:12px Arial, Helvetica, sans-serif; color: #000; background-color: #FFFFFF;}

	h1{ font-size: 2.0em; font-weight: normal; line-height: 1.1em; margin-bottom: 0.7em; color: #000}
	h2{ font-size: 1.6em; font-weight: bold; line-height: 1.1em;}
	h3{ font-size: 1.5em; font-weight: bold; line-height: 1.1em; letter-spacing: 0; margin-bottom: 0.3em;}
	h4{ font-size: 1.4em; font-weight: bold; line-height: 1.1em; letter-spacing: 0; margin-bottom: 0.3em;}
	h5{ font-size: 1.3em; font-weight: bold; line-height: 1.1em; letter-spacing: 0; margin-bottom: 0.3em;}
	h6{ font-size: 1.2em; font-weight: bold; line-height: 1.1em; letter-spacing: 0; margin-bottom: 0.3em;}
	
	.access { display: none; visibility: hidden;}
	
/***** 02 Print Hide Styles -------------------------------------------------------------------------------*/

	#menu_wrap{ display:none; visibility:hidden;}
	#banner_wrap{ display:none; visibility:hidden;}
	#footer_wrap{ display:none; visibility:hidden;}
	#content_left{ display:none; visibility:hidden;}


/***** 03 Print Display Styles -------------------------------------------------------------------------------*/

	#header_wrap { width: 17cm; padding: 0; margin: 0; }
	#content_wrap{ width: 17cm; padding: 0; margin: 0; padding: 1cm 0 1cm 0;}
	#content_main{ float: left; width: 8cm; padding-right: 1cm;}
	#content_right{ float: left; width: 8cm;}
	#print_footer{ width: 17cm; padding: 0; margin: 0; padding-top: 5px; border-top: solid 1px #988453; color: #666; font-size: 11px; }
	
	
	.gold_text {color: #988453;}
	
	
/*****06:Services Styles -------------------------------------------------------------------------------*/

	#services_header{ float: left; padding-bottom: 20px; width: 8cm;}
	#services_header h2{ color: #666; font-size: 13px; font-weight: bold; margin: 0 0 3px 0; padding: 0px;}
	#services_header li{ font-size: 12px; line-height: 110%; margin: 0 0 5px 0; padding: 0; list-style-image: url(../images/arrow.gif);}
	#services_header p{ margin-top: 0px; padding-top: 0px;}
	#services_header a{ color: #988453; text-decoration: none;}
	#services_content{ float: left; width: 8cm;}
	#services_content h3{ font-size: 13px; color: #988455; padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px;}
	#services_content p{ color: #666; margin: 0px; padding: 0px;}
	#services_content a{ color: #988455;}

/*****06:Product Styles -------------------------------------------------------------------------------*/
	
	#products_header{ float: left; padding-bottom: 20px; width: 8cm;}
	#products_header h2{ color: #666; font-size: 13px; font-weight: bold; margin: 0 0 3px 0; padding: 0px;}
	#products_header li{ font-size: 12px; line-height: 110%; margin: 0 0 5px 0; padding: 0; list-style-image: url(../images/arrow.gif);}
	#products_header p{ margin-top: 0px; padding-top: 0px;}
	#products_header a{ color: #988453; text-decoration: none;}
	#products_content{ float: left; width: 8cm;}
	#products_content h3{ font-size: 13px; color: #988455; padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px;}
	#products_content p{ color: #666; margin: 0px; padding: 0px;}
	#products_content a{ color: #988455;}
	
	
	html {height: 100%;}
	body {height: 100%;}
	#wrap2 {position: relative;	min-height: 100%; height: auto !important; height: 100%; margin-bottom: -45px;}
	#fix2 { position: relative; height: 0px;}
	#print_footer {position: relative; height: 45px;}
	
	
	
	