/***************************************************************
Style Sheet for LiveHuman.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	padding-bottom:40px;
}

#container {
	position:relative;
	top:20px;
}

#content {
	position:relative;
	margin-top:87px;
}




#header {
	position:absolute;
	top:0px;
	left:0px;
	padding:0;
	
	width:923px;
	height:88px;
		
	background: url('images-layout/header-bg.jpg') top left no-repeat;
	z-index:0;
}

#headerWrapper {
	height:88px;
	background: url('images-layout/header-wrapper-bg.gif') top right no-repeat;
}

#headerLogo {
	z-index:100;
	position:absolute;
	top:38px;
	left:43px;
}
#tagline1 {
	position:absolute;
	top:48px;
	left:300px;
	
	letter-spacing:1px;
	font-size:135%;
	color:#fff;
}
#tagline2 {
	position:absolute;
	bottom:16px;
	right:10px;
	
	text-align:right;
	font-size:110%;
	color:#fff;
}
#supportButton {
	position:absolute;
	top:83px;
	right:3px;
}

#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;
}
#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:3px 15px;
	border-right:1px solid #999;
}
#headerLinks ul .last{
	border:none;
	background:none;
}
#headerLinks ul li a:link, #headerLinks ul li a:visited {
	padding:0;
	text-decoration:none;
	text-transform:lowercase;
	font-size:105%;
	color:#333;	
}
#headerLinks ul li a:hover, #headerLinks ul li a:active {
	text-decoration:underline;
}