body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, "Sans Serif";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	text-decoration: none;
	list-style-type: none;
	color: #7E7E7E;
}

#brit {
	position: absolute;
	top: 70px;
	left: 90px;
	display: block;
	color: #343530;
	font-size: 10px;
}

input {
	color: #7E7E7E;
	border: 2px solid #D7EFC2;
	text-align: right;
	padding: 2px;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

a, a:visited, #submenu li.active a .left , #calculator-question, th {
	color: #0071BC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active, #menu li.active a {
	font-weight: bold;
}

body, #content {
	background: #f4f9ec;
}

#container {
	background: #fff;
	margin: auto;
	width: 867px;	
}

#container2 {
	margin: auto;
	width: 861px;	
}

#header {
	height: 147px;
	width: 860px;
}

#menu {
	background: url(../images/bg-menu.gif) repeat-x;
	height: 86px;
	margin-bottom: 2px;
	position: relative;
}

#menu img{
	float: left;
}

#menu ul {
	float: right;
	margin:58px 23px 0 0;
}

#menu li {
	display: inline;
	padding: 0 10px;
	background: url(../images/menu-separator.gif) right center no-repeat;
}

#menu li.last {
	padding: 0 0 0 10px;
	background: none;
}

#main {
}

#submenu {
	margin:0 0 9px;
	padding:0 0 0.265em 0;
	height: 43px;
}

#submenu li {
	display:block;
	float:left;
	position:relative;
	top: 1px;
	_width: 1px;
}


#submenu li a{
	display:block;
	height:37px;
	margin:0 6px 0 0;
	position:relative;
	top:0.19em;
	cursor: hand;
}

#submenu li a .left{
	display:block;
	height:37px;
	padding:10px 15px;
	font-weight: bold;
	font-size: 15px;
	color: #8cc63f;
}

#submenu li.active a .left{
	background:url(../images/main-tab-left.gif) top left no-repeat;
}

#submenu li a .right{
	display:block;
	height:37px;
}

#submenu li.active a .right{
	background:url(../images/main-tab-center-right.gif) top right no-repeat;
}

#submenu li .ok{
	position: relative;
	margin: -5px auto 5px;
	width: 21px;
	height: 22px;
}

#submenu li.ok .ok {
	background: url(../images/ok-pipe.gif) no-repeat top left;
}

#content {
	padding:16px 21px 21px;
	background: url(../images/bg-submenu.gif) top right no-repeat #f4f9ec;
	position: relative;
}

#content-border-outer {
	border: 1px solid #ddeec6;
}

#content-border-inner {
	border: 1px solid #d7ebbc;
	background-color: #e8f4d9;
	min-height: 400px;
}

#content-text {
	padding: 20px 130px 17px 100px;
	background: url(../images/co2_iv.jpg) top right no-repeat #e8f4d9;
	text-align: justify;
}

#content-tabs {
	background: url(../images/co2_iv.jpg) top right no-repeat #e8f4d9;
	position: relative;
}

#content-tabs li{
	display: block;
	float: left;
	width: 174px;
	position: relative;
}

#calculator-previous {
	float: left;
}

#calculator-previous a {
	display: block;
	position: relative;
	margin: 33px 0 0 70px;
	width: 42px;
	height: 58px;
	cursor: hand;
}

#calculator-previous a span{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/btn-previous.gif) no-repeat top left;
}

li#calculator-question, th {
	width: 183px;
}

/*#calculator-question, #subresult, th {
	margin-top: 29px;
	font-weight: normal;
	font-size: 16px;
}*/

#result {
	margin: 47px 0 62px;
	font-size: 20px;
}

li#calculator-answer {
	margin-top: 39px;
	width: 244px;
}

/* #calculator-answer input{
	width: 207px;
	height: 20px;
	padding: 2px 16px;
	background: #fff;
	border: 2px solid #ddeec6;
	font-size: 18px;
	margin-bottom: 22px;
} */

tr.subtotal th, tr.total th, tr.subtotal td, tr.total td {
	font-size:20px;
	font-weight: bold;
	padding-top: 1em;
}


#resultnum, .total td span, .subtotal td span {
/*	display: block;
	float: left;
	width: 100px;
	border: 3px solid #ddeec6;  
	padding: 8px;
*/
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	background: none;
	color: #8cc63f;	
}

#resulttext, .total td, .subtotal td {
	font-size: 14px;
	font-weight: bold;
	color: #8cc63f;	
}

#calculator-next {
	position: absolute;
	bottom: 23px;
	right: 72px;
}

#calculator-next a{
	position: relative;
	width: 58px;
	height: 76px;
	display: block;
}

#calculator-next a span{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/btn-next.gif) no-repeat;
	cursor: hand;
}

#left-top-corner {
	background: url(../images/left-top-corner.gif);
	width: 3px;
	height: 3px;
	float:left;
}

#right-top-corner {
	background: url(../images/right-top-corner.gif);
	height: 3px;
	width: 3px;
	float: right;
}

#left-bottom-corner {
	background: url(../images/left-bottom-corner.gif);
	width: 3px;
	height: 3px;
	float: left;
	margin-top: -3px;
}


#right-bottom-corner {
	background: url(../images/right-bottom-corner.gif);
	width: 3px;
	height: 3px;
	float: right;
	margin-top: -3px;
}

table {
	width: 500px;
	margin-left: 160px;
	margin-top: 37px;
	margin-bottom: 30px;
}


tr {
	vertical-align: top;
}

input {
	font-size: 16px;
}


th {
	width: 280px;
	text-align: left;
	font-weight: bold; 
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 1.5em;
}

td {
	width: 220px;
	font-size: 14px; 
	text-align: left;
}

tr.section th {
	background-color: #CBE9AE;
	color: #7E7E7E;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 16px solid #E8F4D9;
	font-weight: bold;
	text-align: center;
}

#step6 th {
	font-weight: normal;
	line-height: 1.2em;
}

td.talalas {
	font-size: 12px;
}

.headings td {
	font-size: 14px;
	padding-bottom: 8px;
}






