@charset "UTF-8";
/* CSS Document */

body {
	background-color:#fff;
	margin:20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#647883;
}

#container {
	width:796px;
	margin:0 auto;
	min-height:431px;
	padding:12px 0px 12px 12px;
}
#header {
	height:53px;
	background:url(images/lca_calculator.gif) no-repeat;
	padding-bottom:10px;
}
#logo {
	float:right;
	height:41px;
	width:61px;
	margin:0px 20px 0px 0px;
	
}
#logo a {
	height:41px;
	width:61px;
	background:url(images/idc_logo.gif) no-repeat bottom;
	display:block;
}
*html #logo {
	margin-right:10px;
}
#logo a:hover {
	background:url(images/idc_logo_over.gif) no-repeat bottom;
}
#contact a{
	clear:both;
	float:right;
	height:18px;
	width:61px;
	background:url(images/contact_off.gif) no-repeat;
	display:block;
	margin-right:20px;
	
}
*html #contact {
	margin-right:-18px;
}
#contact a:hover {
	background-image:url(images/contact_over.gif);
}

#mainform {
	width: 690px;
	padding: 22px 12px 12px 12px;
	background-color:#E6E6E5;
	float:left;
	min-height:326px;
	*height:326px;
	overflow:visible;
	margin-left:-20px;
}

#versions {
	padding: 22px 12px 12px 12px;
	background-color:#E6E6E5;
}

#mainform.steps {
	width:670px;
}
#mainform.steps div#onecolumn.singlespan{
	width:649px;
}
#mainform.results {
	margin-left:0px;
	width:670px;
}
*html #mainform.results {
	padding-right:0px;
	width:675px;
	*margin-left:20px;
	float:left;
}

div.tab {
	width:40px;
	float:left;
	height:360px;
	margin-left:-20px;
	display:block;
	height:360px;
	background-repeat:none;
	background-position:bottom left;
}

div.tab a {
	display:block;
	width:40px;
	height:360px;
	background-repeat:none;
	background-position:bottom left;
}
	
#tab-intro {
	margin-left:0px!important;
}
#tab-intro {
	background-image:url(images/tab-intro-off.gif);
	clear:both;
	background-color:
}
#tab-intro a:hover{
	background-image:url(images/tab-intro-over.gif);
	display:block;
}
#tab-stages {
	background-image:url(images/tab-stages-off.gif);
}
#tab-stages a:hover{
	background-image:url(images/tab-stages-over.gif);
	display:block;
}
#tab-steps {
	background-image:url(images/tab-steps-off.gif);
}
#tab-steps a:hover{
	background-image:url(images/tab-steps-over.gif);
	display:block;
}
#tab-results {
	background-image:url(images/tab-results-off.gif);
	width:20px!important;
	*width:20px;
}
#tab-results a{
	background-image:url(images/tab-results-off.gif);
	display:block;
	width:20px;
}

#tab-results a:hover{
	background-image:url(images/tab-results-over.gif);
	display:block;
	width:20px;
}

.subtab {
	height:105px;
	margin-top:-15px;
	position:relative;
	width:20px;
	display:block;
}
#step04 {
	height:90px!important;
	margin:0!important;
	z-index:100;
}
#step03{
	z-index:99;
}
#step02{
	z-index:98;
}
#step01{
	z-index:97;
}


#step01 {
	background-image:url(images/step01_off.gif);
	display:block;
}
#step02 {
	background-image:url(images/step02_off.gif);
	display:block;
}
#step03 {
	background-image:url(images/step03_off.gif);
	display:block;
}
#step04 {
	background-image:url(images/step04_off.gif);
	display:block;
	height:90px!important;
	background-position:bottom left;
}


#step01.on {
	background-image:url(images/step01_on.gif);
}
#step02.on {
	background-image:url(images/step02_on.gif);
}
#step03.on {
	background-image:url(images/step03_on.gif);
}
#step04.on {
	background-image:url(images/step04_on.gif);
}

#leftcolumn, #rightcolumn {
	display:block;
	float:left;
	width:330px;
	margin-right:11px;
	min-height:306px;
	*height:306px;
}
#rightcolumn {
	margin:0;
}

.formcolumntop, .formcolumnbottom {
	width:320px;
	float:left;
	margin-right:11px;
}

#onecolumn {
	min-height:306px;
	float:left;
	*height:306px;
	display:block;
	*margin-right:10px;
	width:100%;
	
}

.phone-background {
	background:url(images/phone.jpg) right no-repeat;
}
.trees-background-green {
	background:url(images/background-trees-green.jpg) #fff center no-repeat;
	color:#24420E;
}
.lifecycle {
	background:url(images/lifecycle.jpg) #fff left no-repeat;
}
*html .lifecycle {
	margin-right:-20px;
}

/* text styles */
h2 {
	margin:0;
	padding:0;
	font-size:1.2em;
	line-height:normal;
	margin-bottom:.5em;
}
p{
	margin-top:0;
	margin-bottom:1.3em;
	line-height:1.3em;
}
h1 {
	text-transform:uppercase;
	margin:0;
	margin-bottom:.5em;
	font-size:1.2em;
	width:500px;
	float:left;
	color:#647883;
}

#navigation{
	clear:both;
	min-height:20px;
	*height:20px;
}



input.next, a.next{
	float:right;
	margin-right:25px;

}
input.previous, a.back{
	float:left;
}


img {
	border:none;
}

.error {
	padding:2px;
	display:block;
	background-color:#ff7400;
	color:#fff;
	width:100%;
}

.inlineerror {
	background-color:#ff7400;
	color:#fff;
	padding:2px;
	clear:none;
	float:left;
	margin-right:10px;
	margin-top:0.7em;
}

#errorbanner {
	padding: 10px;
	min-height:2em;
	width: 755px;
	background:#ff7400 url(images/errorbanner.gif) bottom repeat-x;
	color:#fff;
}
*html #errorbanner {
	height:2em;
}

#help {
	background: url(images/helptab.gif) no-repeat bottom left;
	padding: 10px 10px 20px 10px;
	padding-left:30px;
	width: 735px;
}


/*tool tip */
.bubbletitle {
	font-weight: bold;
	font-size: 0.8em;
	text-transform:uppercase;
	margin: 0;
	padding: 30px 0px;
	background: url(images/title-bubble.png) no-repeat;
	width: 243px;
	height:17px;
	text-align:center;
}
.bubbletitle a {
	color:#006837;
	text-decoration:none;
	display:block;
	width:243px;
}

.tool-tip {
	width: 243px;
	z-index: 13000;
	position:absolute;
	height: 93px;
}
 
.tool-title {
	font-weight: bold;
	font-size: 0.9em;
	text-transform:uppercase;
	margin: 0;
	padding: 35px 35px 0px 35px;
	background: url(images/hover.png) top left;
}
 
.tool-text {
	padding: 0px 35px 35px 35px;
	font-size:0.8em;
	background: url(images/hover.png) bottom right;
}
*html .bubbletitle{
	background: none;
	font-weight:bold;
	font-size:1.2em;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/white50alpha.png', sizingMethod='scale');
	width:173px;
	padding:10px;
	margin-left:25px;
	margin-top:30px;
}
*html .bubbletitle a {
	width:100%;
}

*html .tool-title{
	background-image: none;
	
}
*html .tool-text{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ie6hover.png', sizingMethod='scale');
	width: 173px;
	padding:35px;
	position:absolute;
	height: 83px;
	left:-35px;
	top:-10px;
}



/* clouds */
.cloud {
	position:absolute;
}
.cloudtext {
	position:relative;
	top:-50%;
	text-align:center;
	color:#000;
}
.cloudtitle {
	text-transform:uppercase;
	color:#666666;
	font-weight:bold;
}
.cloudco2 {
	font-weight:bold;
}

#transport {
	left:10px;
	top:17px;
}
#use {
	top:128px;
	left:214px;
}
#extraction {
	left:403px;
	top:-25px;
}
#disposal {
	right:5px;
	top:141px;
}


/*help link*/
#toggle {
	width:122px;
	height:41px;
	display:block;
	margin-left:530px;
	*margin-top:-30px;
}
#toggle.help-trees {
	background:url(images/help_trees_off.gif) no-repeat
}
#toggle.help-trees:hover {
	background:url(images/help_trees_over.gif) no-repeat
}

#toggle.help-1 {
	background:url(images/help_01_off.gif) no-repeat
} 
#toggle.help-1:hover {
	background:url(images/help_01_over.gif) no-repeat
}

#toggle.help-2 {
	background:url(images/help_02_off.gif) no-repeat
}
#toggle.help-2:hover {
	background:url(images/help_02_over.gif) no-repeat
}

#toggle.help-3 {
	background:url(images/help_03_off.gif) no-repeat
}
#toggle.help-3:hover {
	background:url(images/help_03_over.gif) no-repeat
}

#toggle.help-4 {
	background:url(images/help_04_off.gif) no-repeat
}
#toggle.help-4:hover {
	background:url(images/help_04_over.gif) no-repeat
}

.disclaimer {
	font-size:0.8em;
}


a {
	color:#6A8922;
}
a:hover {
	color:#006837;
}
.reportthumb {
	margin: 0 5px 5px 0px;
	float:left;
	border:1px solid #006837;
}

.navcaption {
	float:right;
	padding-right:10px;
	color:#6A8922;
	font-weight:bold;
}
#footer {
	clear:both;
	text-align:right;
	padding:10px 20px;
	font-size:0.8em;
}