

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #787778;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}

#container {
	position: relative;
	height: auto;
	width: 645px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(http://www.inersolcorp.com/templates/inersolTemp/images/header2.jpg);
	/*height: 320px;*/
	height: 260px;
	width: 645px;
	background-repeat: no-repeat;
	z-index: 3;

}


/*NAV*/

/*orig
#navigation  {
	font-family: Arial, Helvetica, sans-serif;
	color: #787778;
	position: relative;
	top: 219px;
	left: 275px;
	font-size: 8pt;
	display: inline;
}

#navigation a  {
	color: #787778;
	text-decoration: none;
	font-size: 8pt;
}

#navigation a:hover {
	color: #7292cb;
	text-decoration: none;
	font-size: 8pt;
}

*/



#mainbody {
	color: #787778;
	position: relative;
	z-index: ;
	/*height:auto;*/
	height: 295px;
	width: 625px;
	top: -15px;
	padding: 25px;
	float: left;
}


#footer {
	font-size: 9px;
	clear: both;
	height: auto;
	width: 645px;
	position: relative;
	top: 10px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7292cb;
	font-size: 14px;
	line-height: 0px;
}

#links {
	height: 88px;
	width: 400px;
	position: relative;
	/*top: 10px;*/
	left: 6px;
	font-size: 11px;
	font-weight: bold;
}

a {
	color: #7292cb;
	text-decoration: none;
}



#horizontal {
	background-image: url(http://www.inersolcorp.com/templates/inersolTemp/images/hr.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 645px;
	height: 15px;
	top: 0px;
}


.componentheading{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 5px;
	line-height: 0px;
	top;

}


.contentheading{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*top:2px;*/
	color: #7292cb;
	font-size: 14px;
	line-height: 2px;

}

.contentpaneopen{


}




.contentpane td a{
	font-size: 11px;
	

}



h3 	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7292cb;
	font-size: 12px;
	line-height: 0px;


}

/*commented out - ms*/


#contentplace {
	background-color: white;
	width: 300px;
	height: auto;
	float: left;
}


#tagline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	position: relative;
	top: 10px;
	left: 10px;
	color: #7292cb;
}

#tagline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-decoration: none;
	position: relative;
	top: 50px;
	left: 10px;
	color: #7292cb;
}

#tagline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	width: 200px;
	top: 50px;
	left: 10px;
	color: #7292cb;
}

#place {
	/*background-image: url(http://www.inersolcorp.com/dev/templates/inersolTemp/images/imgplace.jpg);*/
	position: relative;
	height: 88px;
	width: 319px;
	top: 0px;
	background-repeat: no-repeat;
}


/*contact xtd*/

-con {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*top:2px;*/
	color: #7292cb;
	font-size: 14px;
	line-height: 2px;

}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
	z-index: 3;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	left: 130px;
	top: 183px;
}

/*Top level list items*/
.suckertreemenu ul li{

left: -42px;
display: inline;
position: relative;
z-index: 1000;
float: none;
/*background-color: #F3F3F3; overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
/*display: block;*/
                   
background-position: 0px;                 
clear: left;                   
float: none;                   
position: relative;                   
z-index: 1000;                   
left: 16px;                   
padding-left: 4px;                   
padding-bottom: 1px;                   
padding-right: 2px;                   
padding-top: 1px;                   
width: 95px; /*Width of top level menu link items*/
/*border: 1px solid black;*/
border-left-width: 0;
text-decoration: none;
color: #787778;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
float: left;
position: absolute;
z-index: 3;
left: 42px;
top: 2em; /* no need to change, as true value set by script */
/* display: inline-block; */
height: 72px;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
z-index: 3;
float: none;
display: list-item;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ /* no need to change, as true value set by script */
z-index: 3;                                                     
position: absolute;                                                     
top: 8px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
z-index: 3;
padding-left: 1px;
padding-bottom: 2px;
padding-right: 1px;
padding-top: 2px;
position: relative;
display: block;
top:4px ;
width: 110px; /*width of sub menu levels*/
color: #787778;
background: white -30px;
text-decoration: none;
/*border: 1px solid #787778;*/
border-top-width: .05em;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #787778;
border-right-color: #787778;
border-bottom-color: #787778;
border-left-color: #787778;
}

.suckertreemenu ul li a:hover{
/*background-color: black;*/
z-index: 3;
                            
color: #7292cb;
}

.suckertreemenu ul li ul li a:hover{

z-index: 3;

background-color: #7292cb;
color: white;
}


/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/*background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;*/
	z-index: 3;
                                                                         
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
/*background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;*/
	z-index: 3;
                                                                          
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: none; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */





/*Image Rollover*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px #787778;
visibility: hidden;
color: #787778;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

                      
#place {
	/*background-image: url(http://www.inersolcorp.com/dev/templates/inersolTemp/images/imgplace.jpg);*/
	position: relative;
	height: 88px;
	width: 319px;
	top: 0px;
	background-repeat: no-repeat;
}



#leftcontent{
	position: relative;
	height: auto;
	width: 325px;
	top: 0px;
	float: left;
}



#rightcontent{
	position: relative;
	height: auto;
	width: 300px;
	top: -6px;
	padding: 10px;
	float: right;
}


#energy_star{

	background-position: right;

	clear: left;

	position: absolute;

	/* float: center; */

	height: 44px;

	width: 134px;

	background-image: url(http://www.inersolcorp.com/templates/inersolTemp/images/BlueEngySm.jpg);

}

