/***************************************************************
Style Sheet for H11 Digital Forensics.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	padding-bottom:40px;
}

#container {
	position:relative;
	top:20px;
}

#content {
	position:relative;
	margin-top:113px;
}




#header {
	position:absolute;
	top:0px;
	left:0px;
	padding:0;
	
	width:100%;
	height:114px;
		
	background: url('images-layout/header-bg.gif') top left no-repeat;
}

#headerWrapper {
	height:114px;
	background: url('images-layout/header-wrapper-bg.gif') top right no-repeat;
}

#headerLogo {
	z-index:100;
	position:absolute;
	top:6px;
	left:15px;
}
#tagline1 {
	position:absolute;
	bottom:27px;
	left:250px;
	
	letter-spacing:1px;
	font-size:130%;
	color:#4db93f;
}
#tagline1 span{
	position:relative;
	left:4em;
	color:#444;
}
#tagline2 {
	position:absolute;
	bottom:6px;
	right:12px;
	
	text-align:right;
	font-size:115%;
	color:#444;
}

#headerLinks {
	position:absolute;
	top:0;
	right:0;
	padding:0;
	
	width:240px;
	height:37px;
	
	background: url('images-layout/header-links-bg.gif') top left no-repeat #fff;
}
#headerLinks ul {	
	margin:0;
	padding:11px 0 0 0;
	
	height:26px;
	text-align:center;
	background: url('images-layout/header-links-bg-right.gif') top right no-repeat;
}
#headerLinks ul li {
	display:inline;
	padding:4px 12px;
	font-size:90%;
}
#headerLinks ul .last{
	background:none;
}
#headerLinks ul li a:link, #headerLinks ul li a:visited {
	padding:0;
	text-decoration:underline;
	color:#333;	
}
#headerLinks ul li a:hover, #headerLinks ul li a:active {
	text-decoration:none;
}

#searchBar {
	position:absolute;
	top:38px;
	right:18px;
	padding:2px 0;
}

#searchBar fieldset{
	margin:0;
	padding:0;
	border:0;
}

#query {
	width:125px;
	height:15px;
}
#searchSubmit {
	height:22px;
}
#searchType {

}
