@charset "UTF-8";
/* CSS For Altherma */

/************************************** CSS For imported styles **************************************/
@import "framework.css";
@import "other.css";
@import "css/TabContentNew.css";
/************************************** CSS For top section **************************************/

a{ outline:none;}
.top_line{ border-top:solid 5px #cc0000; width:100%; position:fixed; display:block; z-index:260;}
.headerstyle
{
	/*background-image:url(images/New-Daikin-Altherma-Banner2.jpg);*/
	height:80px;
	border-bottom:solid 1px #cc0000; width:1084px;
}

#topnav ul
{
	position: absolute;
	display: block; /*change to block to display tabs at top*/
	top: 90px; /*Calculated from top, 'cause IE60 adds second line of li's on top, if positioned from bottom. Positioning should be based from bottom really*/
	left: 140px;
	right: 40px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 600;
}
#topnav li
{
	display: inline;
	width: auto;
}
#topnav a
{
	/*background-image: url(images/altherma_tabs4Whitebg.png);
	background-position: 0px 0px;*/
	background-color: #ffffff;
	display: inline;
	float: left;
	width: 100px;
	height: 20px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-family: "Helvetica Neue";
	font-size: 12px;
}
#topnav a:hover
{
	background-color: #FFC693;
}
#table_header {background-color:#FFFFFF;}
#altherma_logo{width: 160px; }
#header_text{ width: 710px; }
#logo_space_air{ width: 170px; }

/************************************** CSS For content area **************************************/
.contentareacolor
{
	background-color: white;
	
}
.containerborder { }
.bodystyle
{
	/*background-image: url(images/body_bg.gif);*/
	background-color: #ffffff;
	font-family: "Helvetica Neue" ;
	font-size: 12px;	
}
.contentstyle
{
	margin: 0px;
	z-index:0px;
	
}

.contentoffset
{
	left: 194px;
	top:116px;
	
}
.contentwidth
{
	width: 700px; /*660px;*/
	
	
}

.rhsdefault /**Woman and man**/
{	
	background-color:#FFFFFF;
}

.sitewidth
{
	/*Comment width and margin property to make site full width*/
	width: 1084px;
	margin: 0px auto;
}

.rhswidth
{
	width: 170px;
	right: 0px;
}
.lhsnavwidth
{
	width: 174px;
}
.lhsnavstyle
{
	top: 130px;
	bottom: 0px;
}
#lhsnav_inner li
{
	list-style: none;
	padding: 0px 0px 0px 3px;
	margin: 0px;
}
#lhsnav_inner a
{
	display: block;
	text-transform: inherit;
	text-decoration: none;
	color: #393939;
	font-size: 11px;
	outline:none;
	padding: 5px 0px 5px 12px;/* horiz alignment*/
	margin: 0px 0px 5px 0px;/*gap between sub navs*/
}
#lhsnav_inner a:hover
{
	display: block;
	text-transform: inherit;
	text-decoration: none;
	color: #ffffff;
	background-color:#cc0000;
	font-size: 11px;
	padding: 5px 0px 5px 12px;/* horiz alignment*/
	margin: 0px 0px 5px 0px;/*gap between sub navs*/
}
/*

#submenublock
{
	padding: 0px 0px 0px 8px;
	background-color: #333333;
	margin: -5px 0px 0px 0px;
}

#submenublock a:hover
{
	color: #000000;
}
#submenublock>.childonlymenu a { background-color: #FFFFFF ; margin: 0px 0px 0px 0px;}


.childonlymenu a
{
	background-color: #F1F1F1;	
}

.childonlymenu a:hover 
{
	
	background-color:#cc0000;

}

.parentmenu a
{
	background-color: #F1F1F1;
}
.parentmenu a:hover
{
	
	background-color:#cc0000;
	
}


*/


#selected a, #toselect a
{
	color:#ffffff;
	background-color:#cc0000;
}

/************************************** CSS For bottom section **************************************/
.footerstyle
{
	
	color: #333333;
	font-family: "Helvetica Neue";
	font-size: 10px;
	text-align: center;
	background-color:#FFFFFF;
	/*background: url(images/int_heating_logo.png) no-repeat;*/
}
.footerheight
{
	height: 20px; /*Keep bottom property in .lhsnavstyle in sync*/
	
}
.bottom_line{ border-bottom:solid 5px #cc0000; width:100%; position:fixed; z-index:160; bottom:0px;}












