/* Feature Box */

#featurebox {
float:left;
}

#featurebuttons {
}

#featurebutton3,
#featurebutton2 {
    float: left;
    border-bottom: white solid 1px;
}

#featurebutton1 {
    float: left;
    border-bottom: #40a7bf solid 1px;
}

.button1 {
	background-color: #40a7bf;
	display: block;
	height: 40px;
	width: 105px;
	background-image: url(../images/featurebox_corner1.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	float:left;
	padding-top:12px;
}

#featurebuttons a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#featurebuttons  a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#featurebuttons a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#featurebuttons a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.button {
	display: block;
	height: 40px;
	width: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	float:left;
	padding-top:12px;
}

/*button2*/
#featurebutton2 a:link {
background-color:#a0d3df;
border-right: solid #c8d8dc 1px;
border-left: solid #c8d8dc  1px;
}
#featurebutton2  a:visited {
background-color:#a0d3df;
border-right: solid #c8d8dc  1px;
border-left: solid #c8d8dc  1px;
}
#featurebutton2 a:hover {
background-color:#40a7bf;
border-right: solid #c8d8dc  1px;
border-left: solid #c8d8dc  1px;
}
#featurebutton2 a:active {
background-color: #40a7bf;
border-right: solid #c8d8dc  1px;
border-left: solid #c8d8dc  1px;
}


/*button3*/
#featurebutton3 a:link {
	background-color:#a0d3df;
	background-image: url(../images/featurebox_corner3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#featurebutton3  a:visited {
background-color:#a0d3df;
	background-image: url(../images/featurebox_corner3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#featurebutton3 a:hover {
	background-color:#40a7bf;
	background-image: url(../images/featurebox_corner4.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#featurebutton3 a:active {
	background-color:#40a7bf;
	background-image: url(../images/featurebox_corner3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#featuretext {
	background-color: #f1f1f1;
	border: 2px solid #40a7bf;
	clear:left;
}

h5 {
	color: #559ac6;
	font-weight: normal;
	background-image:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/* Product overview */
div#ftDataMaintenance {
    border: #40a7bf 2px solid;
		display: block;
		clear: left;
}
div#ftReportProduction {
    border: #40a7bf 2px solid;
		display: none;
		clear: left;
}
div#ftScheduling {
    border: #40a7bf 2px solid;
		display: none;
		clear: left;
}

