#content{
	background-image:url(../images/features/image.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#features .top{
	padding:30px;
	padding-top:5px;
	padding-bottom:5px;
}
#features h2{
	width:97px; height:14px;
	background-image:url(../images/features/title.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#features h3{
	font-weight:normal;
}
#features p.headline{
	width:250px;
}
#content #features div.t{
	float:left;
	margin-left:-2px;
	width:404px;position:relative;
	z-index:999;
}
#content #features div.t .tcontent{
	width:354px;
	background-image:url(../images/content_table_background_mini.gif);
}
#content #features div.t .ttop{
	width:404px;
	background-image:url(../images/content_table_top_mini.gif);
}
#content #features div.t .tbottom{
	width:404px;
	background-image:url(../images/content_table_bottom_mini.gif);
}
/* TABS */
.tabs{
	width:163px;
	float:left;
	margin-left:30px;
	position:relative;
	z-index:10000;
}
.tabs .tab{
	height:25px;
	text-align:right;
	text-transform:capitalize;
	font-size:70%;
	background-position:bottom;
	background-image:url(../images/features/tab_off.gif);
	padding-top:10px;
}
.tabs .tab.selected{
	background-image:url(../images/features/tab.gif);
	background-position:top;
	margin-top:-2px;
	padding-top:12px;
}
.tabs .tab a{
	text-decoration:none;
	color:#8E8B84;
	margin-right:20px;
}
.tabs .tab.selected a{
	text-decoration:none;
	color:#800C0E;
}
.tabs_content #temperature{
	/*position:relative;*/
}
.tabs_content #temperature #term{
	background-image:url(../images/features/term.jpg);
	background-position:center;
	width:72px;
	height:155px;
	/*position:absolute;
	top:-38px;*/
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:-36px;
}
.tabs_content #temperature p{

}