@charset "utf-8";
/* CSS Document */


#mainLeftBox.home p {
	text-align: right;
	line-height: 1.2em;

}



#mainRightBox #home {
	position: absolute;
	width: 571px;
	height: 385px;
	overflow: hidden;
	z-index: 99;
	text-align: center;	
}

#mainRightBox #home .homeLink1ContentMask {
	position: absolute;
	height: 357px;
	width: 190px;
	overflow: hidden;
	left: 0;
}

#mainRightBox #home .homeLink2ContentMask {
	position: absolute;
	height: 357px;
	width: 190px;
	overflow: hidden;
	left: 0;
}

#mainRightBox #home .homeLink3ContentMask {
	position: absolute;
	height: 357px;
	width: 191px;
	overflow: hidden;
	left: 0;
}

#mainRightBox #home #homeLink1 {
	position: absolute;
	left: 0;
	display: block;
	width: 190px;
	height: 385px;
	background: url(/graphics/home/demonathome-btn.gif) left bottom no-repeat;
	text-decoration: none;
}


#mainRightBox #home #homeLink1Content {
	cursor: pointer;
	position: absolute;
	top: 357px;
	left: 0;
	width: 190px;
	height: 357px;
	background-color: #d7c834;	
}

#mainRightBox #home #homeLink2 {
	position: absolute;
	left: 190px;
	display: block;
	width: 190px;
	height: 385px;
	background: url(/graphics/home/demoncommercial-btn.gif) left bottom no-repeat;
	text-decoration: none;
}


#mainRightBox #home #homeLink2Content {
	cursor: pointer;
	position: absolute;
	top: 357px;
	left: 0;
	width: 190px;
	height: 357px;
	background-color: #34b5d0;	
}

#mainRightBox #home #homeLink3 {
	position: absolute;
	left: 380px;
	display: block;
	width: 191px;
	height: 385px;
	background: url(/graphics/home/demonshowhomes-btn.gif) left bottom no-repeat;
	text-decoration: none;
}


#mainRightBox #home #homeLink3Content {
	cursor: pointer;
	position: absolute;
	top: 357px;
	left: 0;
	width: 191px;
	height: 357px;
	background-color: #f15283;	
}

#mainRightBox #home img {
	margin-bottom: 15px;
}

#mainRightBox #home p {
	color: #FFFFFF;
	line-height: 25px;
	padding: 10px;
	font-size: 1.1em;
}


