@charset "utf-8";
/* CSS Document */

.homeContentBox {
	width: 580px;
	background-color:#FFFFFF;
	height: 200px;
}

.homeContentBoxImage {
	float: left;
	width: 152px;
	background-color:#FFFFFF;
}

.homeContentBoxImage img {
	border: 0px solid #000000;
}

.homeContentBoxHeading {
	float: left;
	width: 428px;
}

.homeContentBoxText {
	float: left;
	width: 408px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.homeSplitFeature {
	width: 580px;
	margin-bottom: 5px;
}


.homeSplitFeatureLeft {
	position: relative;
	float: left;
	width: 276px;
	height: 112px;
	background: #fbf7e4 url(../graphics/home/images/bottom/left.jpg) no-repeat top left;
	margin-bottom: 5px;
}

.homeSplitFeatureRight p {
	padding-right: 5px;
	padding-bottom: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.homeSplitFeatureLeft p {
	padding-left: 5px;
	padding-bottom: 1px;
	position: absolute;
	bottom: 0;
}


.homeSplitFeatureRight {
	position: relative;
	text-align: right;
	float: left;
	width: 276px;
	height: 112px;
	background: #fbf7e4 url(../graphics/home/images/bottom/right.jpg) no-repeat top left;
}
.giftFlash {
	position: relative;
	right: 5px;
	top: 5px;
}

.homeSplitFeatureDivider {
	float: left;
	width: 28px;
	height: 112px;
	background: url(../graphics/home/bottommid.gif) no-repeat top left;
}
