/* HOME PAGE LAYOUT */
/* homeblock on home homepage */
input {
	padding-bottom:0;
}
#homeblock {
	padding: 4px 0px 0px 0px;
	margin: 4px 0px 0px 8px;
	width: 934px;
	background: url(../images/bg_home_blocks.jpg) no-repeat;
	xheight: 225px;
	float: left;
	display: inline;
	clear:both;
}

#homeblock div.padding {
	padding-right:10px;
}
.homeblock_left {
	width: 271px;
	float: left;
	xheight: 200px;
	background: url(../images/homeblock_divider.gif) no-repeat right;
}
.homeblock_middle {
	width: 366px;
	float: left;
	xheight: 200px;
	background: url(../images/homeblock_divider.gif) no-repeat right;
}
.homeblock_right {
	width: 295px;
	float: left;
	xheight: 200px;
}

div#banner {
	clear: both;
	margin:0 auto;
	background: #C0A1DE url(../images/home_banner_bg_image.jpg) no-repeat top right;
	width: 934px;
}
/* Banner */
div#banner_sides {
	background: url(../images/home_banner_sides.gif) repeat-y;
}

div#banner_top {
		background: url(../images/home_banner_top_cnrs.gif) no-repeat;
}

div#banner_bottom {
		background:url(../images/home_banner_bottom_cnrs.gif) no-repeat bottom right;
		min-height: 266px;
}
* html div#banner_bottom{
	height: 266px;
}

