/*------------------------------------------------------------
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
#
#############################################################*/

a.register:link,
a.register:visited {
	display: block;
	width: 200px;
	height: 200px;
	background: transparent url('images/register.png') top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -10000px;
	z-index: 3000;
}

#header {
	height: 170px;
	width: 980px;
	padding-top: 20px;
	position: relative;
}

* html #header {
	overflow: hidden;
}

	#header h1 {
		background: transparent url('images/company_logo.jpg') no-repeat;
		text-indent: -10000px;
		display: block;
		height: 59px;
		width: 180px;
		float: left;
		position: relative;
		top: 10px;
		left: 160px;
	}
	
	* html #header h1 {
		position: absolute;
		top: 10px;
		left: 80px;
	}
	
	#header #ipp_logo {
		background: url('images/IPP_logo.jpg');
		height: 30px;
		width: 136px;
		display: block;
		float: right;
		margin-right: 235px;
		margin-top: -7px;
	}
	
	#header br {
		clear: both;	
	}
	
	#search {
		float: right;
		position: relative;
		margin-top: -15px;
	}
	
		#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: 40px;
					width: 140px;
					float: left;
					text-transform: uppercase;
					color: #000;
					text-decoration: none;
					font-size: 14px;
					line-height: 12px;
					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;
					}
	
	#theme_select {
		position: absolute;
		top: 0;
		right: 0;
		width: 210px;
		height: 30px;
		padding-top: 19px;
	}
	
	#theme_select p {
		float: left;
		display: block;
		height: 30px;
		margin: 0 0 0 0;
		line-height: 16px;
	}
	
		#theme_select a:link,
		#theme_select a:visited {
			display: block;
			width: 14px;
			height: 14px;
			text-indent: -10000px;
			background-color: #999;
			float: right;
			margin: 0 0 0 5px;
		}
		
		#theme_select a.link_theme1:link,
		#theme_select a.link_theme1:visited {
			background-color: #77a22f;
			border: 1px #000 solid;
		}
		
		#theme_select a.link_theme2:link,
		#theme_select a.link_theme2:visited {
			background-color: #00a6da;
			border: 1px #000 solid;
		}
		
		#theme_select a.link_theme3:link,
		#theme_select a.link_theme3:visited {
			background-color: #fcb134;
			border: 1px #000 solid;
		}
		
		#theme_select a.link_theme4:link,
		#theme_select a.link_theme4:visited {
			background-color: #1367a7;
			border: 1px #000 solid;
		}
		
		#theme_select a.link_theme5:link,
		#theme_select a.link_theme5:visited {
			background-color: #92278f;
			border: 1px #000 solid;
		}
		
			#theme_select a.current_theme  {
				border: 2px #000 solid !important;
				width: 12px;
				height: 12px;
			}
			
