/***************************************************************
Style Sheet for LDSAudio.com

Copyright 2006 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	padding-bottom:25px;
}

#container {
	position:relative;
	top:0px;
}

#content {
	position:relative;
	margin-top:83px;
}




#header {
	position:absolute;
	top:0;
	left:0;
	padding:0;
	
	width:782px;
	height:84px;
	
	background: url('/images-layout/header-bg.jpg') top right no-repeat #fff;
}
#header a {
	
}

#headerWrapper {
	height:84px;
}

#header .headerLogo {
	z-index:100;
	position:absolute;
	top:5px;
	left:0;
}
#header .tagline1 {
	display:none;
	position:absolute;
	top:52px;
	left:175px;
	padding:3px 5px;
	
	font-size:140%;
	color:#22598f;
}
#header .tagline2 {
	position:absolute;
	top:30px;
	right:120px;
	
	font-size:110%;
	font-family:Arial Narrow, arial, helvetica, verdana, sans-serif;
	font-weight:300;
	color:#777;
}


#headerLinks {
	position:absolute;
	top:10px;
	right:113px;
	
	padding:0 0 0 5px;
	
	width:350px;
	
	font-size:110%;	
	background: url('/images-layout/blue-bottom-left.gif') bottom left no-repeat;
}
#headerLinks ul {
	float:right;
		
	margin:0;
	padding:0;
	
	list-style:none;
	
	background: url('/images-layout/blue-bottom-right.gif') bottom right no-repeat;
}
#headerLinks ul li {
	display:inline;
	margin:0;
	padding:0;
	font-family:Arial Narrow, arial, helvetica, verdana, sans-serif;
}
#headerLinks ul li a:link, #headerLinks ul li a:visited {
	padding:0 7px;
	text-decoration:underline;
	color:#545454;
	border-right:1px solid #545454;
}
#headerLinks ul li a:hover, #headerLinks ul li a:active {
	color:#000;
	text-decoration:none;
}
#headerLinks ul .last a:link, #headerLinks ul .last a:visited, #headerLinks ul .last a:hover, #headerLinks ul .last a:active{
	border-right:none;
}

#headerLinks ul li a:link span, #headerLinks ul li a:visited span, #headerLinks ul li a:hover span, #headerLinks ul li a:active span{
	color:#da7b07;
}