div#shell
{
	display: block;
	position: relative;
	margin: 0px auto;
	width: 1250px;
	height: 510px;
}

div#shell
{
	z-index: 1;
}

img#background1
{
	position: absolute;
	top: -219px;
	left: 43px;
	z-index: 2;
}

img#background2
{
	position: absolute;
	z-index: 3;
	top: -50px;
	left: 20px;
}

img#background3
{
	position: absolute;
	z-index: 4;
	top: -50px;
	left: 20px;
}

#hfeature1
{
	float: left;
	width: 91px;
	height: 115px;
	margin-top: 0px;
	margin-left: 0px;
}

#hfeature2
{
	float: left;
	width: 43px;
	height: 34px;
	margin-top: 10px;
	margin-left: 3px;
}

#hfeature3
{
	float: left;
	width: 43px;
	height: 34px;
	margin-top: 10px;
	margin-left: 0px;
}

#hfeature4
{
	float: left;
	width: 91px;
	height: 115px;
	margin-top: 0px;
}

#hfeature5
{
	float: left;
	width: 80px;
	height: 82px;
	margin-top: 124px;
	margin-left: 54px;
}

#hfeature6
{
	float: left;
	width: 122px;
	height: 138px;
	margin-top: 90px;
	margin-left: 10px;
}

.hfeature img
{
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hfeature:hover img
{
	margin-top: -10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.hfeature div
{
	display: none;
}

.hfeature:hover div
{
	position: relative;
	margin-left: 0px;
	display: block;
	width: 170px;
	top: -100%;
	left: -200px;
	padding: 5px;
	background: #88FFAA;
	opacity: 0.8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #7788FF;
	-webkit-box-shadow: inset 0px 0px 10px 2px rgba(200, 250, 255, 1);
	-moz-box-shadow: inset 0px 0px 10px 2px rgba(200, 250, 255, 1);
	box-shadow: inset 0px 0px 10px 2px rgba(200, 250, 255, 1);
	color: #32F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-shadow: #0FF 0px 0px 4px;
	border: 1px solid #3AA;
	color: #063;
	border: 1px solid #3DD;
}

.readmore_outer
{
	float: right;
	width: 224px;
	height: 42px;
	margin-top: -20px;
	margin-right: 70px;
	background-image: url(../images/Template/home/readmore.png);
}

.readmore_outer a
{
	display: block;
	position: relative;
	z-index: 2;
	float: right;
	width: 144px;
	padding-right: 80px;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	vertical-align: middle;
	text-align: right;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-shadow: #3300CC 0px 0px 4px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.readmore_outer:hover a
{
	text-shadow: #990033 0px 0px 4px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.readmore_outer .readmore_inner
{
	display: block;
	position: relative;
	z-index: 1;
	float: left;
	width: 224px;
	height: 42px;
	margin-top: -42px;
	background-image: url(../images/Template/home/readmore_hover.png);
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.readmore_outer:hover .readmore_inner
{
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
