﻿*{
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
	margin:0px;
	line-height:24px;
	background: url('../images/top-bg.gif') top repeat-x;
	font-size:14px;
	font-family:Verdana, Arial, Sans Serif;
}

img{
	border:0;
}

a{
	color:#3892B5;
	text-decoration:none;
}

a:hover{
	color:#67aec9;
	text-decoration:underline;
}

.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}

#container{
	text-align:left;
	margin:0px auto;
	width:846px;
	height:auto;
	padding:18px 27px 0px 27px;
}

#wrapper{
	width:100%;
}

#header{
	width:846px;
	height:auto;
}
	
	#header span {
		float:right;
		font-size:12px;
		margin-left:20px;
	}
	
	#header p{
		padding-top:10px;
		
	}

#login {
	float:right;
	width:80px;
	height:25px;
	position:absolute; top:-40px; left:800px;
}

#content{
	margin-top:0px;
	bottom:-20px;
	position:relative;
	height:auto;
}

#sideleft{
	float: left;
	width:515px;
	margin-right:20px;
}
	.homes a{
		float:left;
		background:url('../images/banner-1.jpg') no-repeat;
		width:515px;
		height:146px;
		margin-bottom:4px;

	}
	
	.homes a:hover{
		float: left;
		background:url('../images/banner-1-over.jpg') no-repeat;
		width:515px;
		height:146px;
	}	
	.laundry a{
		float:left;
		background:url('../images/banner-3.jpg') no-repeat;
		width:515px;
		height:116px;
		margin-bottom:4px;

	}
	
	.laundry a:hover{
		float: left;
		background:url('../images/banner-3-over.jpg') no-repeat;
		width:515px;
		height:116px;
	}
	.homecare a{
		float:left;
		background:url('../images/banner-2.jpg') no-repeat;
		width:515px;
		height:116px;
		margin-bottom:4px;

	}
	
	.homecare a:hover{
		float: left;
		background:url('../images/banner-2-over.jpg') no-repeat;
		width:515px;
		height:116px;
	}

	
	#sideleft span{
		display:none;
	}
	
#sideright{
	float:left;
	width:305px;
}

#footer-c{
	background:url('../images/footer-bg.gif') top repeat-x;
	height:55px;
	padding-top:80px;
}

#footer-wrap{
	margin:0px auto;
	width:846px;
}

	#footer-wrap p{
		float: left;
		width:570px;
		font-size:12px;
		color:#abe8fd;
		text-align:left;
		line-height:20px;
	}
	
		#footer-wrap a{
		color:#abe8fd;
		text-decoration:none;
	}
	
			#footer-wrap a:hover{
		color:#c4effd;
		text-decoration:underline;
	}
