/*------------------------------------------------------------
SHILLING - Header Style Sheet
 
version:			1.0
compatibility:		IEv7, IEv6, FIREFOXv2
 
author:				Tony Taylor
email:				tony@shilling.co.uk
copyright:			2008 Shilling Communication
 
TO DO LIST
 
------------------------------------------------------------*/

/*#############################################################
#
#	HEADER
#
#############################################################*/

#header {
	background: #FFFFFF url('../images/header_back.jpg') top center repeat-x;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

	#header_content {
		background: transparent;
		height: 120px;
		margin: 0px auto;
		position: relative;
		text-align: left;
		width: 990px;	
	}
		
		#logo {
			float: left;
			height: 90px;
			left: 13px;
			overflow: hidden;
			position: relative;
		}	
		
		#header_content .gcom_logo {
			float: right;
		}
		
		#header_content h4 {
			float: right;
			color: #fff;
			position: relative;
			right: 20px;
			top: 10px;
			font-weight: bold;
		}
		
			#header_content h4 a:link, #header_content h4 a:visited {
				color: #FFFFFF;
			}
			
			#header_content h4 a:hover, #header_content h4 a:active {
				color: #036b86;
				text-decoration: underline;
			}

#main_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 980px;
}
	
	#main_nav ul {
		display: block;
		margin: 0 0 0 200px;
		padding: 0;
	}
	
	#main_nav li {
		display: block;
		float: left;
		height: 50px;
		list-style: none;
		width: 154px;
	}
			
	#main_nav li a {
		color:#FFFFFF;
		display: block;
		font-size: 14px;
		line-height: 50px;
		text-align: center;
		width: 154px;
	}
		
		#main_nav a:link, #main_nav a:visited {
			color: #FFF;
			text-decoration: none;
		}
		
		#main_nav a:hover, 
		#main_nav a:active, 
		#main_nav a:focus {
			color: #007f7b;
			text-decoration: none;
		}
	
		#main_nav li a.level_1_current {
			background: transparent url('images/main_nav_hover.png') top center no-repeat;
			color: #007f7b;
		}

		

		#watermark1, #watermark2, #watermark3, #watermark4, #watermark5, #watermark6, #watermark7 {
			position: absolute;
			z-index: 0;
		}
		
		#watermark1 {
			left: 50px;
			top: 200px;
		}
		
		#watermark2 {
			left: 250px;
			top: 450px;
		}
		
		#watermark5 {
			left: 20px;
			top: 520px;
		}
		
		
		#watermark3 {
			right: 50px;
			top: 260px;
		}
		
		#watermark4 {
			right: 250px;
			top: 450px;
		}

		#watermark6 {
			right: 0px;
			top: 480px;
		}
		
		#watermark7 {
			left: 400px;
			top: 200px;
		}
