/***************************************************************
Style Sheet for My-Home-Saver.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	
}

#container {
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}

#content {
	position:relative;
}

#header {
	position:absolute;
	top:8px;
	left:8px;
	padding:0;
	
	width:794px;
	height:148px;
		
	background: url('images-layout/header-bg.jpg') top left no-repeat #7ca6ea;
}

#headerWrapper {
	height:148px;
	border-bottom:1px solid #000;
}

#header .headerLogo {
	position:absolute;
	top:6px;
	left:15px;
}
#header .tagline1 {
	position:absolute;
	top:4px;
	left:190px;
	
	text-align:center;
	letter-spacing:1px;
	font-size:121%;
	font-weight:bold;
	color:#fff;
}
#header .tagline2 {
	position:absolute;
	top:57px;
	right:24px;
	
	font-size:115%;
	font-weight:bold;
	color:#fff;
}

#headerLinks {
	position:absolute;
	top:0;
	right:6px;
	padding:0;
	
	width:220px;
	height:21px;
}
#headerLinks ul {
	float:right;
	margin:0 8px;
	padding:3px 0 0 0;

	height:14px;
	
	text-align:center;
}
#headerLinks ul li {
	display:inline;
	padding:0px 8px 0px 8px;
	font-size:90%;
}
#headerLinks ul .last{
	background:none;
}
#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;
}

#investorRelations:link, #investorRelations:visited {
	font-weight:600;
	color:#fff;
	margin-left:55px;
	padding-left:25px;
	text-decoration:none;
	background:url('images-layout/investor-relations-bullet.gif') top left no-repeat;
}

#investorRelations:hover, #investorRelations:active {
	text-decoration:underline;
}

#espanol:link, #espanol:visited {
	font-weight:600;
	color:#fff;
	margin-left:55px;
	padding-left:25px;
	text-decoration:underline;
	background:url('images-layout/spain-flag.jpg') 2px 3px no-repeat;
}

#espanol:hover, #espanol:active {
	text-decoration:none;
}