/*This file describes the custom rules and layouts on the home page, for instance the feature boxes.*/

#hero {
	background-image: url(../images/design/heros/simple_as.jpg);
	height: 236px;
}

body #navHome a {
	background-image: url(../images/design/nav/group_home_active.jpg);
}

.feature {
	width: 160px;
	height: 150px;
	float: left;
}

#features {
	position: relative;
	z-index: 400;
	height: 150px;
	width: 490px;
	margin-top: -52px;
	margin-left: -12px;
}

#featureManagement {
	margin-right: 5px;
}

#featureSecurity {
	margin-right: 6px;
}

#featureRecovery {
	width: 159px;
}

.featureTxt {
	line-height: 1.2em;
	font-size: 90%;
	padding: 0.5em;
}

#featureManagement .featureTxt {
	background-color: #edf5f8;
	border: 1px solid #3d96c2;
	color: #3d96c2;
}

#featureSecurity .featureTxt {
	background-color: #f4f7f0;
	border: 1px solid #7aac6f;
	color: #7aac6f;
}

#featureRecovery .featureTxt {
	background-color: #fef5f0;
	border: 1px solid #e47e56;
	color: #e47e56;
}

.feature h1 {
	height: 38px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.feature h1 span {
	display:none;
}

#featureManagement[id] h1 {
	background-image: url(../images/design/home/management.png);
}

#featureSecurity[id] h1 {
	background-image: url(../images/design/home/security.png);
}

#featureRecovery[id] h1 {
	background-image: url(../images/design/home/recovery.png);
}

/* IE versions. */

* html #featureManagement h1
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/home/management.png', sizingMethod='scale');
}

* html #featureSecurity h1
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/home/security.png', sizingMethod='scale');
}

* html #featureRecovery h1
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/home/recovery.png', sizingMethod='scale');
}


#events {
	margin-top: 20px;
	margin-left: -5px;
	padding: 5px;
	border-top: 1px solid #e6e6e6;
}

.event {
	width: 200px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
}

#firstEvent {
	padding-right: 20px;
	border-right: 1px solid #e6e6e6;
}

.event h1 {
	color: #007eb8;
	font-size: 1em;
	margin: 0;
	text-transform: uppercase;
}

.event p {
	color: #555;
}