/***************************************************************
Style Sheet for Lucion.com

Copyright 2005-2006 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	padding-bottom:40px;
}

#container {
	position:relative;
	top:20px;
}

#content {
	position:relative;
	margin-top:59px;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	padding:0;
	
	width:100%;
	height:60px;
		
	background: url('images-layout/header-bg.gif') top left repeat-x #fff;
}

#headerWrapper {
	height:60px;
	width:100%;
	background: url('images-layout/header-top-right.gif') top right no-repeat;
}

#header .headerLogo {
	z-index:100;
	position:absolute;
	top:10px;
	left:15px;
}
#header .tagline1 {
	position:absolute;
	top:18px;
	right:225px;
	
	font-size:125%;
	color:#ab3728;
}
#header .tagline2 {
	position:absolute;
	bottom:-11px;
	left:22px;
	
	font-size:95%;
}

#headerLinks {
	float:right;
	margin-right:12px;
	width:230px;
	height:24px;
	
	padding:0 0 0 5px;
	/* background: url('images-layout/header-links-bg.gif') top left no-repeat; */
}
#headerLinks ul {
	float:right;
	height:22px;
	
	margin:0;
	padding:5px 0 0 0;
}
#headerLinks ul li {
	display:inline;
	padding:0 8px;
	font-size:89%;
}
#headerLinks ul li a:link, #headerLinks ul li a:visited {
	padding:0;
	text-decoration:none;
	color:#fff;	
}
#headerLinks ul li a:hover, #headerLinks ul li a:active {
	text-decoration:underline;
}