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

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

#header {
	height: 170px;
	width: 980px;
}

* html #header {
	overflow: hidden;
}

	#header h1 {
		background: transparent url('images/company_logo.png') no-repeat;
		text-indent: -10000px;
		display: block;
		height: 59px;
		width: 180px;
		float: left;
		position: relative;
		top: 10px;
		left: 80px;
	}
	
	* html #header h1 {
		position: absolute;
		top: 10px;
		left: 80px;
	}
	
	#search {
		float: right;
		position: relative;
		top: 50px;
	}
	
		#search input {
			border-left: 2px #808080 solid;
			border-top: 2px #888888 solid;
			border-bottom: 1px #e9e9e9 solid;
			border-right: 1px #eaeaea solid;
			height: 17px;
			line-height: 18px;
			font-size: 12px;
			padding: 2px;
			width: 180px;
			color: #6f6f6f;
		}
		
		* html #search input {
			font-size: 13px;
		}
		
		html>body #search input {
			font-size: 13px;
		}
		
			#search input:focus {
				color: #000;
			}
		
		#search input.submit {
			width: 40px;
			border: none;
			background-color: #ccc;
			text-align: center;
			color: #FFF;
			font-weight: bold;
			height: 24px;
			cursor: pointer;
		}
		
		* html #search input.submit {
			position: relative;
			top: 1px;
		}
		
		#search input.submit:hover {
			background-color: #666;
		}
	
	#main_nav {
		height: 29px;
		overflow: hidden;
	}
		
			#main_nav li {
				list-style: none;
				display: block;
				float: left;
			}
			
			* html #main_nav li {
				position: relative;
				z-index: 20000;
			}
		
				#main_nav li a {
					font-family: 'Century Gothic', Verdana, Arial, sans-serif;
					display: block;
					height: 22px;
					width: 140px;
					float: left;
					text-transform: uppercase;
					color: #000;
					text-decoration: none;
					font-size: 14px;
					line-height: 16px;
					text-align: center;
					letter-spacing: 0.05em;
					padding-top: 7px;
				}
				
					#main_nav li a:hover, #main_nav li a:active, #main_nav li a.level_1_current {
						color: #FFF;
					}
			