/*--------------------------------*/

div#promobox {
	display: inline;
	width: 900px;
	height: 410px;
	border: 0;
	overflow: hidden;
	line-height: 410px;
	text-align: center;
}

#boxes {
	position: relative;
	width: 900px;
	padding-left: 6px;
	padding-right: 6px;
}

.box {
	border: 0;
	/*overflow: hidden;*/
	line-height: 120%;
	width: 296px;
	height: 350px;
	float: left;
	display:inline;
	text-align: justify;
}

.box .boxcontent {
	width: 254px;
	height: 240px;
	overflow: hidden;
	padding: 25px 21px 20px 21px;
}

.box  .t1 {
	font-weight: 900;
	font-size: 24px;
	color: #e7ecd1;
}
.box  .t2 {
	font-weight: 400;
	font-size: 12px;
	text-align: justify;
}
.box  img {
	border: 5px solid #CCCCCC;
	border-bottom: 25px solid #CCCCCC;
	margin-right: 12px;
	margin-top: 5px;
	margin-bottom: 2px;
	float: left;
}

#box0 {
	behavior: url(iepngfix.htc) ;
	background-image: url(../images/homebox_1.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#box1 {
	behavior: url(iepngfix.htc) ;
	background-image: url(../images/homebox_2.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#box2 {
	behavior: url(iepngfix.htc) ;
	background-image: url(../images/homebox_3.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#readmore {
	/*float: right;*/
	margin-top: 5px;
	margin-left: 25px;
	overflow: hidden;
}

#readmore a {
	cursor:pointer;
	behavior: url(iepngfix.htc) ;
	background-image: url(../images/btn_more.png);
	background-position:right top;
	background-repeat: no-repeat;
	height: 40px;
	width: 250px;
	text-indent:-99999em;
	display:block;
}
#readmore a:hover {
	cursor:pointer;
	background-position:right bottom;
}





