/*********** HOME ONLY ***********/
.banner {
	padding: 0 20px 20px;
	background: transparent url(../img/bg-header.png) repeat 0 25%;
}
.banner.banner-big {
	padding: 0;
}

#banner-holder,
#banner-holder .background {
	/*background: #34180c;*/
	width: 940px;
	_width: 941px;
	height: 263px;
}

.banner.banner-big #banner-holder,
.banner.banner-big #banner-holder .background {
	width: 980px;
	height: 500px;
}

#banner-holder * {
	color: #e5d4b7;
}
#banner-holder {
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
#banner-holder .background {
	background: url(../img/bg-banner.png) repeat-y 0 0;
}
#banner-holder .background img {
	float: right;
}
#banner-holder .background * {
	color: #481E10;
}


.cta {
	background: url(../img/cta-bg.gif) repeat-y 0 0;
	float: left;
	clear: both;		
	margin-top: 20px

}

.cta .cta-inner {
	width: 100%;
	background: url(../img/cta-cap.gif) no-repeat 0 0;
	padding: 8px 9px 0;
	display: table;	
}

.cta .cta-bottom {
	background: url(../img/cta-cap.gif) no-repeat left bottom;
}

.cta .cta-box {
	float: left;
	width: 193px;
	margin-right: 27px;
	position: relative;
}
.cta .cta-box.last { margin-right: 0; }

.cta .cta-box a { text-decoration: none; }


.cta .cta-box h4 { margin: 7px 0; }
.cta .cta-box h4 a {
	width: 193px;
	display: block;
	background: url(../img/arrow-gray.gif) no-repeat right top;
}
.cta .cta-box h4 a:hover { background-position: right bottom; }
