body {
	background-image: url('/images/home/bg-shade.png');
	background-repeat: repeat-y;
	background-position: center;
}

#bg_page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#top_left {
	height: 336px;
}

#gc_search {
	top: 300px;
	#top: 284px;
}

.sidebar_hr {
	top: 334px;
	#top: 320px;
}

#top_right {
	height: 336px;
	left: 240px;
	line-height: 0;
	font-size: 0;
	text-align: right;
}

#flowers {
	position: absolute;
	z-index: 150;
	overflow: hidden;
	width: 960px;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#main_base {
	top: 336px;
}

#main {
	top: 336px;
}

#main_right {
	overflow-x: hidden;
	overflow-y: auto;
	left: 320px;
}

.img_box_tbl {
	display: table;
	width: 578px;
}
.img_box_tbl_ie {
	width: 602px;
}
.img_box_tbl, .img_box_tbl_ie {
	margin: 1.5em auto;
}

.img_box_tbl_row {
	display: table-row;
}

.img_box_shadow_top {
	display: table-cell;
	width: 186px;
	background: url('/images/home/top-right-shadow.png') right top no-repeat;
}
.img_box_shadow_top_ie {
	width: 194px;
	background: url('/images/home/top-right-shadow.png') 186px top no-repeat;
	vertical-align: top;
}

.img_box_shadow_bottom {
	background: url('/images/home/bottom-left-shadow.png') left bottom no-repeat;
	padding-top: 8px;
	padding-left: 8px;
}

.img_box_shadow {
	background: url('/images/home/shadow.png') bottom right;
}

.img_box {
	position: relative;
	left: -8px;
	top: -8px;
	padding: 2px;
	background-color: white;
}

.img_box_top {
	margin: 8px 4px;
	text-align: center;
	color: #007a68;
	font-size: 1.2em;
	font-weight: bold;
}

.img_box_img {
	border: 0;
	margin: 4px 16px;
	padding: 0;
}

.img_box_bottom_1 {
	#position: relative;
	display: table;
	width: 100%;
	height: 7em;
}

.img_box_bottom_2 {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.img_box_bottom_3 {
	#position: relative;
	#top: -50%;
	width: 150px;
	margin: 2px auto 8px;
	text-align: center;
	font-size: .86em;
	color: #007a68;
}

.img_box_spacer {
	display: table-cell;
	width: 8px;
}

