/* CSS Document */

#home-top{
	width:900px;
	height:290px;
	background-image:url(../../images/sleepmaster/home_top_bg.jpg);
	background-repeat:no-repeat;
	margin: 0px;
    float: left;
	clear: both;
	text-align: left;
	border-bottom: 6px solid #fff;
	z-index: 0;
}

#home-bot{
	position:relative;
	top: 0px;	
	left: 0px;
	float: left;
	clear: both;
	width:900px;
	height:307px;
	background-color: #f2f0eb;
	margin: 0px;
	z-index: 0;
}

#home-top-banner{
	position:relative;
	top: 80px;
	left: 25px;	
	width: 400px;
	margin: 0px;
	padding: 0px;
}

#intro2{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:400px;
	margin: 0px;
	padding: 15px;
	text-align:left;
	overflow:hidden;
	color: #333;
	float: left;
}

h2{
	font-family:Tahoma, Arial, Helvetica, Verdana;
	color: #ffe22C;
	font-size: 9pt;
}


#modulebox{
	width:400px;
	height: 200px;
	position:relative;
	padding-left:6px;
	top: 110px;
	left: 480px;
	overflow:hidden;
	background-color: #fff;
	z-index: 1;
}
.module{
	position:relative;
	top:6px;
	margin-right:6px;
	display:block;
	width:190px; 
	height: 200px;
	padding: 0px;
	float:left; 
	clear: none;
}
.sleepadvice-link{
	display: block;
	float: left;
	clear: both;
	background-image: url(../../images/sleepmaster/home_sleepadvice_bg.jpg);
	background-repeat: no-repeat;
	width:190px; 
	overflow: hidden;
	
}
.decadence-link{
	display: block;
	float: left;
	clear: both;
	background-image: url(../../images/sleepmaster/home_decadence_bg.jpg);
	background-repeat: no-repeat;
	width:190px; 
	overflow: hidden;
	padding: 0px;
}

.module img{
	padding:0px;
	margin:0px;
    float: left;
	clear: both;
	
}
.module p{
	font-family:Tahoma, Arial, Helvetica, Verdana;
	font-size:11px;
	line-height:normal;
	padding: 0px;
	margin:0px;
	width:190px;
	color:#4F7AA3;
	float: left;
	clear: left;
	
}
.module img.button {
	margin: 24px 0px 20px 5px;
}
