@font-face {
    font-family: 'MatizRegular';
    src: url('fonts/Matiz-webfont.eot');
    src: url('fonts/Matiz-webfont.eot?iefix') format('eot'),
         url('fonts/Matiz-webfont.woff') format('woff'),
         url('fonts/Matiz-webfont.ttf') format('truetype'),
         url('fonts/Matiz-webfont.svg#webfontbelTLU8E') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CantarellBold';
    src: url('fonts/Cantarell-Bold-webfont.eot');
    src: url('fonts/Cantarell-Bold-webfont.eot?iefix') format('eot'),
         url('fonts/Cantarell-Bold-webfont.woff') format('woff'),
         url('fonts/Cantarell-Bold-webfont.ttf') format('truetype'),
         url('fonts/Cantarell-Bold-webfont.svg#webfontrmxS4R7l') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellRegular';
    src: url('fonts/Cantarell-Regular-webfont.eot');
    src: url('fonts/Cantarell-Regular-webfont.eot?iefix') format('eot'),
         url('fonts/Cantarell-Regular-webfont.woff') format('woff'),
         url('fonts/Cantarell-Regular-webfont.ttf') format('truetype'),
         url('fonts/Cantarell-Regular-webfont.svg#webfontABgg4EO0') format('svg');
    font-weight: normal;
    font-style: normal;

}

body 	{
		margin:0 auto;
		background: #6071b9;
		padding:0px;
		font-family: Tahoma;
		font-size:12px;
		color:#636161;
		}
		
img {
	border: none;
}
		
#topbar {
	background: #102169;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 96px;
}

#maintable
		{
		margin:0 auto;
		width:928px;
		position: relative;
		z-index: 999;
		}
#crane	{
		width:928px;
		padding-left:0;
		margin-bottom: 40px;
		}	
#crane1	{
		width:684px;
		padding-left:15px;
		}			
/* header styles starts here */
.headeremail a{
		color:#fff;
		text-decoration:none;
		font-size:13px;
		font-weight:bold;
}
.headeremail a:hover{
		color:#fff;
		text-decoration:underline;
		font-size:13px;
		font-weight:bold;
}
.headerlinks a{
		padding:10px;
		color:#003366;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		display:block;
		
}
.headerlinks a:hover{
		background:url(images/sitestructure/yellow-arrow.gif) bottom center no-repeat #003399;
		color:#fff;
}
a.s{
		background:url(images/sitestructure/yellow-arrow.gif) bottom center no-repeat #003399;
		color:#ffffff;
}
.anylinkcss
	{
	position:absolute;
	visibility: hidden;
	border:solid 2px #FFFFFF;
	font:normal 12px Tahoma;
	z-index: 100;
	background-color: #F5EB71;
	margin:6px 0px 0 0px;
	padding:5px 0px 0 0px;
	line-height:10px;
	}
* html .anylinkcss
	{
	position:absolute;
	visibility: hidden;
	border:solid 2px #FFFFFF;
	font:normal 12px Tahoma;
	z-index: 100;
	background-color: #F5EB71;
	margin:6px 0px 0 0px;
	line-height:10px;
	}
.anylinkcss a
	{
	display: block;
	padding: 8px 8px 8px 8px;
	color:#10216A;
	font-size:11px;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	}
.anylinkcss a:hover
	{ /*hover background color*/

	background-color:#10216A;
	
	text-decoration:none;
	color:#fff;
	}
/* header styles ends here */
/* table borders styles starts here */
.topleftcorner{
			   width:8px; height:8px; background:url(images/sitestructure/top-left-corner.jpg) right bottom no-repeat;
			  }
.topline	 {
			  height:8px; background:url(images/sitestructure/top-line.jpg) left bottom repeat-x;
			  }
.toprightcorner{
			   width:8px; height:8px; background:url(images/sitestructure/top-right-corner.jpg) left bottom no-repeat;
			  }	
.leftline	 {
			  width:8px; background:url(images/sitestructure/left-line.jpg) right top repeat-y;		  			  
			  }				  
.rightline	 {
			  width:8px; background:url(images/sitestructure/right-line.jpg) left top repeat-y;	  
			  }				  			  
.bottomleftcorner{
			   width:8px; height:8px; background:url(images/sitestructure/bottom-left-corner.jpg) right top no-repeat;
			  }
.bottomline	 {
			 height:8px; background:url(images/sitestructure/bottom-line.jpg) left top repeat-x;
			  }
.bottomrightcorner{
			  width:8px; height:8px; background:url(images/sitestructure/bottom-right-corner.jpg) left top no-repeat;
			  }	
/* table borders styles ends here */
/* left panel starts here */
#LeftPanel	{
			color:#FFFFFF;
			margin:0px;
			padding:0 15px 0 15px;
			}
#LeftPanel h3
			{
			margin:0px;
			padding:5px 0 0 0px;
			font-size:24px;
			font-family:Arial;
			font-weight:bold;
			}
#LeftPanel ul
			{
			margin:0px;
			padding:0px;
			list-style-type:none;
			font-size:12px;
			text-align:left;
			font-weight:bold;
			}
#LeftPanel li	{
			/*margin:12px 5px 12px 0px;
			padding:0 0 0 18px;*/
			margin:12px 0px;
			padding:0 0 0 12px;
			list-style-type:none;
			background:url(images/sitestructure/arrow.gif) left 4px no-repeat;
			line-height:14px;
			}
#LeftPanel li a
			{
			color:#fff;
			text-decoration:none;
			}
#LeftPanel li a:hover
			{
			color:#FAE94F;
			text-decoration:underline;
			}


#headingblue
			{
			font-family:arial;
			padding:10px 0 5px 5px;
			color:#10216A;
			font-size:24px;
			font-weight:bold;
			}
#LeftPanelgray	{
			color:#000;
			margin:0px;
			padding:0 15px 0 15px;
			}
#LeftPanelgray ul
			{
			margin:0px;
			padding:0px;
			list-style-type:none;
			font-size:12px;
			text-align:left;
			}
#LeftPanelgray li	{
			/*margin:12px 5px 12px 0px;
			padding:0 0 0 18px;*/
			margin:12px 0 12px 0px;
			padding:0 0 0 28px;
			list-style-type:none;
			background:url(images/sitestructure/gray-arrow.gif) left 0px no-repeat;
			line-height:18px;
			}
#LeftPanelgray li a
			{
			color:#000;
			text-decoration:none;
			}
#LeftPanelgray li a:hover
			{
			color:#10216A;
			text-decoration:underline;
			}
/* left panel ends here */

/* body starts here */
#bodytop   {
 			height:251px;
			width:679px;
			background:url(images/sitestructure/crane.jpg) left top no-repeat;
			color:#000;
			font-size:13px;
			}
	#bodytopcopy   {
	height:251px;
	width:679px;
	background:url(images/sitestructure/screen.jpg) left top no-repeat;
	color:#000;
	font-size:13px;
	}
#bodytop2   {
	height:100%;
	width:679px;
	color:#000;
	font-size:13px;
	background: #fff;
			}
#container	{

			width:350px;
			text-align:justify;
			position:absolute;
			margin:20px 310px 0px 36px;
}
#craneheadingsmall
			{
			font-family:arial;
			padding:10px 0 5px 0px;
			color:#10216A;
			font-size:18px;
			font-weight:bold;
			}
#craneheading
			{
			font-family:arial;
			padding:10px 0 5px 0px;
			color:#10216A;
			font-size:24px;
			font-weight:bold;
			}
#craneheadingcopy a { font-size: 19px; color: #10216A; font-weight:bold; }
#craneheading1
			{
			font-family:arial;
			padding:10px 0 5px 0px;
			color:#10216A;
			font-size:24px;
			font-weight:bold;
			}
#craneheading2
			{
			text-align:left;
			padding-left:25px;
			font-family:arial;
			color:#10216A;
			font-size:24px;
			font-weight:bold;
			}						
#downloadlist	{
			margin:0px;
			padding:0 15px 0 15px;
			}
#downloadlist ul
			{
			margin:0px;
			padding:0px;
			list-style-type:none;
			font-size:12px;
			text-align:left;
			}
#downloadlist li	{
			/*margin:12px 5px 12px 0px;
			padding:0 0 0 18px;*/
			margin:5px 0 0px 12px;
			padding:0 0 0 12px;
			list-style-type:none;
			background:url(images/sitestructure/black-arrow.gif) left 4px no-repeat;
			line-height:14px;
			}
#downloadlist li a
			{
			color:#636161;
			text-decoration:none;
			}
#downloadlist li a:hover
			{
			text-decoration:underline;
			}			
/* body end here */
.footer{
		background:url(images/sitestructure/header_pic.jpg) top left repeat-x;
		color:#fff;
		font-size:11px;
		clear: both;
		}
.footer a{
		color:#fff;
		text-decoration:none;
		font-size:11px;
		font-weight:bold;
}
.footer a:hover{
		color:#fff;
		text-decoration:underline;
		font-size:11px;
		font-weight:bold;

}

/* websiteNI additions */

.textindent { 
        text-indent: 10px;
}
#mainTextcontent {
        margin: 0 10px 10px 10px;
		width: 908px;
}
.img_border {
	border: 1px solid #636161;
}
.pageheadertext {
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: Bold;
	font-variant: normal;
	text-transform: none;
	color: #10216A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pageSubheadertext {
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: Bold;
	font-variant: normal;
	text-transform: none;
	color: #10216A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* news items */

#newsItemNewPlant ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
}

#newsItemNewPlant ul li {
    float:left;
	margin: 0px;
	padding: 6px;
	display:block;
	width: 100px;
}

hr {
    border:0px;
	height:1px;
	color:#ccc;
	/* size: 1; */
}

/* adding the link states to main content*/

#linkscontent a:link {
	color: #10216A;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
	
#linkscontent a:visited {
	color: #10216A;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
} 
	
#linkscontent a:hover {
	color: #FAE94F;
	text-decoration: none;
	font-weight: bold;
    border-bottom: #FAE94F 1px solid;
	font-size: 12px;
}

#linkscontent a:active {
	color: #10216A;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
ul.arrowbullet {
    list-style-type: none;
    padding: 0;
    margin-left: 20px;
}
li.arrowbullet {
    background-image: url(images/sitestructure/black-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	background-position: 0 6px;
	line-height: 18px;
}
ol li {
    padding-left: 1px;
}
.tableborder {
	padding: 0px;
}
.tableborder td {
	border: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #636161;
}
.tableborder th {
	border: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #636161;
}
.mainimage {
	float:right;
	margin-left:15px;
	border: 0px;
	margin-right:0px;
	margin-bottom:15px;
	margin-top: 0px;
	padding: 0px;
}
/* HOME AUTOMATION */
p#heading {
	display:block;
	font-size:2em;
	font-weight:bold;
	margin:0.67em 0;
}
h2#heating {
	color: #10216A;
	font-size: 1.3em;
}

/*NEW STYLES FOR MARCH 2011 UPGRADES*/
.cboth {
	clear: both;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}

/**/
.siteheading {
	font-family: CantarellRegular, sans-serif;
	font-weight: normal;
	margin: -64px 0 0 0;
	font-size: 25px;
	position: relative;
	left: -111px;
	z-index: 9999;
}

.headerlinks-container {
	margin-top: -87px;
	border: 1px solid #dadada;
}

.header-contacts {
	margin: -33px 0 0;
}

.top-left {
	width: 538px;
	height: 250px;
	float: left;
	position: relative;
	border: 1px solid #dadada;
	margin-left: 15px;
	margin-bottom: 20px;
}

.top-left span {
	color: #fff;
	background: url(images/flotherm-bg.png);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	font-family: sans-serif;
	font-size: 16px;
	padding: 10px;
	width: 518px;
	font-weight: bold;
}

.top-right {
	width: 330px;
	height: 250px;
	margin-left: 583px;
	margin-bottom: 20px;
}

.bottom-left {
	width: 434px;
	/*height: 250px;*/
	float: left;
	clear: left;
	margin-left: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.bottom-right {
	width: 434px;
	height: 220px;
	background: #F5EB71;
	margin-left: 479px;
	margin-bottom: 20px;
	padding: 10px 0;
}

/**/

.slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

.slideshow img.active {
    z-index:10;
    opacity:1.0;
}

.slideshow img.last-active {
    z-index:9;
}

/**/
.news {
	width: 443px;
	margin-left: -4px;
	margin-bottom: 15px;
	text-align: left;
}

/**/
.bottom-right h2 {
	margin: 0 0 10px;
	color: #102169;
	padding: 0 0 0 5px;
}

#cform {
	margin: 0 0 0 34px;
}

#cform label {
	width: 120px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 10px;
	clear: left;
}

#cform input:not([type=submit]), #cform textarea {
	width: 210px;
}

.hotr {
	display: none;
}

.acknowledged {
	margin: 0 auto;
	width: 300px;
	background: #fff;
	font-weight: bold;
	padding: 20px;
	border: 1px solid #102168;
}

/**/
.six-boxes {
	clear: both;
	margin-bottom: 20px;
	margin-left: 15px;
}

.one-of-six {
	margin-left: 8px;
	width: 143px;
	height: 143px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

.one-of-six:first-child {
	margin-left: 0;
}

.one-of-six a {
	color: #fff;
	text-decoration: none;
}

.one-of-six span {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	background: url(images/one-of-six-bg.png);
	padding: 5px;
	width: 131px;
	height: 29px;
	text-transform: capitalize;
	font-weight: bold;
}


/**/
.seven-boxes {
	clear: both;
	margin-bottom: 20px;
	margin-left: 15px;
}

.one-of-seven {
	margin-left: 8px;
	width: 121px;
	height: 121px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

.one-of-seven:first-child {
	margin-left: 0;
}

.one-of-seven a {
	color: #fff;
	text-decoration: none;
}

.one-of-seven span {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	background: url(images/one-of-six-bg.png);
	padding: 5px;
	width: 131px;
	height: 29px;
	text-transform: capitalize;
	font-weight: bold;
}

/**/
.four-boxes {
	clear: both;
	margin-bottom: 20px;
	margin-left: 15px;
}

.one-of-four {
	margin-left: 8px;
	width: 215px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

.one-of-four:first-child {
	margin-left: 0;
}


.one-of-four span {
	clear:both;
	font-weight: bold;
	display: block;
	margin: 10px 0;
}

/**/
ul.fleft {
	width: 170px;
	margin-left: 20px;
	margin-bottom: 30px;
	list-style-type: disc;
	list-style: disc;
	padding-left: 0;
	list-style-image: url(images/maincontent/bullet.jpg);
}

ul.fleft li {
	list-style-type: disc;
	list-style: disc;
	list-style-image: url(images/maincontent/bullet.jpg);
}

iframe {
	position: relative;
	z-index: 9;
}

	

/**/
#Body {
	margin-top: -15px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	position: absolute;
	top: 72px;
	right: 0;
	z-index: 999;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/**/
.sf-menu {
	background: #F5EB71;
	padding: 4px 4px 3px;
	text-transform: uppercase;
}

.sf-menu li {
	margin-right: 1px;
}

.sf-menu ul {
	background: #f5eb71;
	border: 1px solid #fff;
	width: 220px;
}

.sf-menu ul li a:hover {
	background: #10216a;
}

.headerlinks ul li a {
	font-size: 11px;
}
