#container14100 {
background: #dbdddf;
width: 760px;
/*height: 100%;*/
margin-left: auto;
margin-right: auto;
border-bottom: 8px solid #2B5072;
}

#header14100 {
	height: 85px;
	background-image: url(../images/products/header-products.png);
}
#header14100 img{
	border:0;
	padding:0;
	margin:0;
}
#visualCalculator {
border-top:#FFFFFF solid 2px;
clear:both;
height: 283px;
background-image: url(../images/calculator/topCalculator.jpg);
}
/************************************* Main Content Navigation Rules ************************************/
#wrapper {
	float:left;
	width:710px;
	background: #FFFFFF; url(../images/calculator/middleGradient.jpg) repeat-x;
	border-left:#FFFFFF 26px solid;
	border-right:#FFFFFF 24px solid;	
}
#content {
	background: url(../images/calculator/middleGradient.jpg) repeat-x;
	border: 1px solid #e5e5e6;
	border-top:0;
	font-family: Tahoma, Verdana, "Arial Narrow", Arial;
	font-size: 11pt;
	text-align:left;
	padding:0 0 20px 15px;
	margin: 0 0 20px 0;
}
#content form div {
	margin-bottom: 5px;
	font-size: 12px;
}
#content form label {
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 5px;
}
#subcontent {
	position:absolute;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	width:625px;
	padding:10px;
	margin:20px 0 0 0;
	display:none;
	text-align: left;
}
*html #subcontent {
	margin:-340px 0 0 20px;
}
.color {
	width:25px;
	float:left;
	height: 40px;
}
.green {
	color:#006600;
	background-color:transparent;
	font-size: 16px;
}
.borderin {
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.borderout {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

