.cBody {
	
}


.cSubTemplate {
	min-height: 710px;
	background: url('../res/bg-home.jpg') no-repeat left top;
	padding-left: 143px;
	position: relative;
}

.cMain {
	position: absolute;
	right: 35px;
	bottom: 210px; /*45px;*/
	width: 230px;
	height: auto;
	/*border-left: 3px solid #711416;
	border-right: 3px solid #711416;
	background-color: #fef9de;*/
	padding: 15px 20px 20px 20px;
	color: #711416;
	z-index: 50;

	background: url('../res/bg-home-ib.png') repeat-y top center;
	
	/*
	-o-box-shadow: 0px 0px 20px #000;
	-icab-box-shadow: 0px 0px 20px #000;
	-khtml-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 00px 00px 20px #000;
	*/
}

.cMain H1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #711416;
	padding: 0px;
	margin: 0px;
}

.cMain .cIBTop {
	background: url('../res/bg-home-ib-top.png') no-repeat center bottom;
	width: 270px;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0px;
}

.cMain .cIBBot {
	background: url('../res/bg-home-ib-bot.png') no-repeat center top;
	width: 270px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 0px;
}


