﻿@charset "utf-8";
/* CSS Document */


body 
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. 
                            The text is then set to the left aligned default in the #container selector */
                            
	background-image:url(images/background3.png);
	background-repeat:repeat-y;	
	background-position:center;
	background-color:#666;}


/**************************************
    APTA Expo Styles:
***************************************/

.apta 
{
    outline:0;
    border:none;
    }

	
/*
#box-background {width:920px;
                 margin-top:30px;
                 text-align:center;
                 margin-left:auto;
                 margin-right:auto;
                    background:url('images/background.png') repeat-y;}
*/


.twoColFixRtHdr {
	overflow:hidden;
	
	}
	
/*--- Link Styles: 
-------------------------------------------------*/	

A:link{text-decoration: none; 
       color: #FFFFFF; 
       font-family: Arial, Helvetica, sans-serif; 
       font-size: 12px; 
       font-style: normal; 
       line-height: normal; 
       font-weight: bold; 
       font-variant: normal; 
       text-transform: none}

A:visited{text-decoration: none; 
          color: #FFFFFF; 
          font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px; 
          font-style: normal; 
          line-height: normal; 
          font-weight: bold; 
          font-variant: normal; 
          text-transform: none}

A:active{text-decoration: none; 
         color: #DDCCBB; 
         font-family: Arial, Helvetica, sans-serif; 
         font-size: 12px; 
         font-style: normal; 
         line-height: normal; 
         font-weight: bold; 
         font-variant: normal; 
         text-transform: none}

A:hover{text-decoration: none; 
        color: #DDCCBB; 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-style: normal; 
        line-height: normal; 
        font-weight: bold; 
        font-variant: normal; 
        text-transform: none}


/* Container and Wrap Styles: 
--------------------------------------------------*/

.twoColFixRtHdr #container { 
	width:795px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
 	text-align: left; /* this overrides the text-align: center on the body element. */
 	padding-top:30px;
 	padding-left:20px;
} 
	
.twoColFixRtHdr #container #wrap {
	width:770px;
	background:#fff;
	}
		
.twoColFixRtHdr #container #wrap #wrap2 {
    border-right:1px solid black;
    border-left:1px solid black;
    }
    
/* Background and rounded corner styles:
--------------------------------------------------------  */	    
.twoColFixRtHdr #container .bgTop {
	height:26px;
	background:url(images/bgTop.png) no-repeat center;
	margin-bottom:-1px;
	background-color:#666;
	}
	
.twoColFixRtHdr #container .bgBottom {
	height:30px;
	background:url(images/bgBottom.png) no-repeat center;
	margin-left:-25px;
	margin-top:-15px;
	}

/* Begin Header Styles: 
--------------------------------------------------------*/

.twoColFixRtHdr #header { 
	background: #000000; 
	padding: 0px 20px 0px 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
                                        If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 170px;
	margin-top:-8px;} 

.logo {padding:0;
       margin:0;
       margin-bottom:-10px;
       margin-top:-10px;}

.ISO {padding-left:35px;} /* ISO 9001:2008 Text */ 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse
                     - an unexplainable space between divs. If the div has a border around it, this 
                        is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	
}

.twoColFixRtHdr #header .top {
	padding:0px;
	margin:0px;
	}


.twoColFixRtHdr #mainContent a.linkstyle {
    color:#CC0000;
	font-weight:bold;
    }
    
 .twoColFixRtHdr #mainContent a.linkstyle:hover 
 {
        text-decoration: none; 
        color:#DDCCBB !important; 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-style: normal; 
        line-height: normal; 
        font-weight: bold; 
        font-variant: normal; 
        text-transform: none;
     }   


.twoColFixRtHdr #whitebar { 
	background: #FFFFFF; 
	border-top:3px solid #DDCCBB;
	border-bottom:3px solid #DDCCBB;
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
                        If an image is used in the #header instead of text, you may want to remove the padding. */
}


.twoColFixRtHdr #graybar { 
	background: #CCCCCC; 
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
                        If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixRtHdr #bluebar { 
	background: #FFFFFF; 
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
                        If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #CCC;
}
.twoColFixRtHdr #flash { 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
                                If an image is used in the #header instead of text, you may want to remove the padding. */
	z-index: 10;
	border-bottom:3px solid #DDCCBB;

} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer
                     will include the padding and border in addition to the width */
	padding: 20px 5px;
	text-align: center;
	    }
	
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - 
                            no matter how much content the sidebar1 div contains, the column space will remain. 
                            You can remove this margin if you want the #mainContent div's text to fill the 
                            #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: thin #DDCCBB solid;
} 

a.redlink
{
    color:#CC0000;
    font-weight:bold;
        }
        
.twoColFixRtHdr #mainContent .padding,
.twoColFixRtHdr #sidebar1 .padding
{
    margin-bottom:20px;
    line-height:20px;
    display:block;
        }        

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 80px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
	white-space:nowrap;
	text-align:center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - 
                    a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin 
                        collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it
                 should be next to on the page. */
	float: right;
	margin: 0px;
	padding:5px;}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px;
	padding:5px;}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a 
                    container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}


/* Special Styles: 
----------------------------------------*/ 
.style1 {
	font-size: 12pt}
	
.style3 {
	font-size: 8.5pt;
	color: #666666;}
	
.style6 {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
	text-align:left;}
	
.style9 {
	font-size: 9pt;
	color: #FFFFFF;
	font-family: verdana;
	font-style: normal;
	text-decoration: none;}
	
.style009 {
	font-size: 14pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;}
	
.style10 {
	color: #000000;
	font-size: 9pt;}
	
.stylecopy {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;}
	
.style14 {
	font-size: 10pt;
	color: #000066;
	font-weight: bold;}
	
.style15 {
	color: #CC0000;
	font-weight: bold;}
	
.style28 {
	font-size: 13px;
	color: #FFFFFF;}
	
.style29 {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;}

.style30 {color: #FFFFFF}

.style295 {
    font-size:14pt;
    font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;}
    
.style300 
{
    font-size:12pt;
    font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight:bold;
    }    

/*Navigation Style: 
--------------------------------------------*/

.siderolls {
text-decoration: none; 
color: #CC0000;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; font-style: normal; 
line-height: normal; font-weight: bold; 
font-variant: normal; text-transform: none;}

.siderolls:hover {
text-decoration: none; 
color: #DDCCBB;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; font-style: normal; 
line-height: normal; font-weight: bold; 
font-variant: normal; text-transform: none;}

.seriesrolls
{
text-decoration: underline; 
color: #000000;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; font-style: normal; 
line-height: normal; font-weight: bold; 
font-variant: normal; text-transform: none
}
.seriesrolls:hover
{
	text-decoration: underline;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;}


.dropdownroll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	background-color: #CCC;
	height: 18px;
	width: 200px;
	border: thin solid #FFF;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;}
	
.dropdownroll:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888;
	text-decoration: none;
	background-color: #CCC;
	height: 18px;
	width: 200px;
	border: thin solid #FFF;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;}
	
.style34 {
	color: #CC0000;
	font-weight: bold;}


#about {
	position:absolute;
	width:200px;
	height:115px;
	z-index:10;
	left: 394px;
	top: 114px;
	visibility: visible;}


/*Begin Horizontal Top Menu Styles*/
.horizontalcssmenu {
	float:right;
	border-right:0px solid black;}


.horizontalcssmenu img.navrt {
    background-image:url(images/menubackground.png);
    background-repeat:repeat-x;}
	
.horizontalcssmenu .navlft{
padding: 0 0 0px 0px;
height:29px;
width:18px;	}

.horizontalcssmenu ul{
margin: 0 0 0 0;
padding: 0 0;
list-style-type: none;
display:inline;
}

li.end {
    padding-right:0px !important;
    margin-right:-20px; 
    display:inline;
          }
          
li.mid 
{
    background-color:#666;
    margin-right:-5px;
    }          

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

.navbk 
{
    background-color:#666 !important;
    }

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
padding: 6px 12px 7px 10px;
text-decoration: none;
background-color:#666;
background-image:url(images/menubackground.png); 
background-repeat:repeat-x;
font: bold 14px Arial;

}



	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
padding: 3px 3px;
border-top: 0px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 300;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 200px; /*width of sub menu levels*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 2px 5px;
background: #DDDDDD;
border-width: 0 1px 1px 1px;
color: #C00;
}

.horizontalcssmenu ul li a:hover{
	color: #888;

}

.horizontalcssmenu ul li ul li a:hover{
color: #888;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
width: 0;
background-color: #000;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

#fadedImage 
{
    background-image:url(images/01_transparent_product.png);
    background-repeat:no-repeat;}
    
.IceFloorPics {padding:5px;}    
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
   

.greg   
{}
    
.pdfs 
{width:120px;
 height:124px; 
 background-repeat:no-repeat;}
 

.in-house 
{width:135px;
 height:115px;
 padding:5px 5px; }
 
 .in-house-tall
{width:135px;
 height:203px;
 padding:5px 5px; }
 
 .ice-house-pics
 {width:150px;
  height:167px;
  padding:0px;
  border:none;}
  
  .thermo-lite-pics
  {width:212px;
   height:160px;
   padding:10px;}
