﻿@charset "utf-8";
/* CSS Document */
.tabs2
{
    color: #666666;
    width: 80px;
    margin-right: -1px;
    padding: 4px;
    text-align: center;
    float: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-left-color: #ccc;   
}

a:active.tabs2{
    color: #FFFFFF;
    background-color: #CCCCCC;
    text-decoration: none;
    }
a:visited.tabs2{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    }
a:hover.tabs2
{
    color: #FFFFFF;
    background-color: #E4E4E4;
}
.activetab2{
    color: #FFFFFF;
    background-color: #CCCCCC;
    text-decoration: none;
    width: 80px;
    margin-right: -1px;
    padding: 4px;
    text-align: center;
    float: left;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-left-color: #ccc;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


.tabs
{
    color: #666666;
    width: 80px;
    margin-right: -1px;
    padding: 4px;
    text-align: center;
    float: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-left-color: #ccc;   
}

a:active.tabs{
    color: #FFFFFF;
    background-color: #CCCCCC;
    text-decoration: none;
    }
a:visited.tabs{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    }
a:hover.tabs
{
    color: #FFFFFF;
    background-color: #E4E4E4;
}
.activetab{
    color: #FFFFFF;
    background-color: #CCCCCC;
    text-decoration: none;
    width: 75px;
    margin-right: -1px;
    padding: 4px;
    text-align: center;
    float: left;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-left-color: #ccc;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


#content
{
    height: 1px;
    clear: both;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
}

img
{
    border-style: none;

}

ol
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #233A76;
}
p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}  
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #233A76;

} 
 h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

} 
strong
{
    color: #666666;
}                                                   /* Background*/


body
{
    margin-left: auto;
    margin-right: auto;
    background-color: #CDCED0;
	background-image: url(images/bg4.gif);
    background-repeat: repeat-x;
    margin-top: 7px;

}
                                                      /* Header Logo*/
#header{
    margin-left: auto;
    margin-right: auto;
    height: 43px;
    width: 800px;
}
                                                  /*Navigation Container */ 
#navigationcontainer{
    margin-left:auto;
    margin-right:auto;
    height: 22px;
    width: 800px;
    background-image: url(images/nav.png);
    background-repeat: no-repeat;
}
                                                    /* Begin CSS Drop Down Menu */

#menuh-container {
    margin-left: 25px;
    width: 715px;
}
#menuh {
    font-size: 15px;
    font-family: arial, helvetica, sans-serif;
    width: 100%;
    margin: 2em;
    margin-top: 0em;
    font-weight: lighter;
}
#menuh a
{
    text-align: center;
    display: block;
    padding: 0.2em;
}

#menuh a:link, #menuh a:visited, #menuh a:active {
    color: #C0C8DA;
    text-decoration: none;
    background-color: #3C496C;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000000;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #000000;
}
#menuh a:hover
{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #61719A;
}	
                                                        /* Begin Parent */
#menuh a.tparent {
    border-style: none;
    font-size: 12px;
    background-image: url(images/navid.jpg);
    background-repeat: no-repeat;
}
#menuh a.tparent:hover {
    border-style: none;
    font-size: 12px;
    background-image: url(images/navid.jpg);
    background-repeat: no-repeat;
}
                                                        /* End Parent*/	
#menuh ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 115px;
}
#menuh li {
    position: relative;
    min-height: -1px;
}
#menuh ul ul
{
    position: absolute;
    z-index: 500;
    top: auto;
    display: none;
    padding-top: 18px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -17px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: -15px;
}
div#menuh li:hover {
    cursor: pointer;
    z-index: 100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

                                            /* Beginning Left Nav Container */                                         
#leftnavcontainer {
    width: 169px;
    float:left;
    background-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #E4E4E4;
}

                                             /* Beginning Left Nav Container */                                         
#leftnavcontainer {
    width: 170px;
    float:left;
    background-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #E4E4E4;
}

                                             /* Beginning Left Nav Menu */
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	color:#233A76;
	margin-top: 10px;
	padding-left: 20px;
	}
                                             
a.leftnav {
    text-align: left;
    display: block;
    width: 140px;
    height: 14px;
    text-decoration: none;
    background-position: 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
    padding-left: 30px;
    padding-top: 3px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EAEAEA;
}
 a:hover.leftnav {
    background-position: 0 -18px;
    text-decoration: none;
    color: #233A76;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;
    background-color: #F5F5F5;
} 
 a:active.leftnav {
    background-position: 0 -18px;
    text-decoration: none;
    color: #233A76;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;
    background-color: #F5F5F5;
}
#factorybreak {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color:#233A76;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#bottomnav {
	width: 160px;
	}


                                            /* Beginning Left Nav Menu */


                                           /* Inner Changing Content */
	
#flash	{
	width:630px;
	height:250px;
	background-image: url(images/T5.jpg);
	background-repeat: no-repeat;
	}

#factorylinks
{
    width: 630px;
    height: 200px;
}
#contractorseries	{
	width:630px;
	height:55px;
	background-image: url(images/contractor.jpg);
	background-repeat: no-repeat;
	}
#industrylinks
{

}
	
	
                                                     /* Footer */	
#footer {
	margin-left: auto;
	margin-right:auto;
	height: 25px;
	width: 800px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding-top: 4px;
	}
#emptyspace {
	width: 800px;
	height: 50px;
	}
	
#fluorescentlink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
    width: 150px;
    height: 15px;
    top: 125px;
    left: 470px;
    position: relative;
}
#tamcolink{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	width: 145px;
    height: 15px;
    top: 155px;
    left: 165px;
    position: relative;
    }
#hidlink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
    width: 130px;
    height: 15px;
    top: 170px;
    left: 25px;
    position: relative;
}
#layinslink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
    width: 130px;
    height: 15px;
    top: 140px;
    left: 315px;
    position: relative;
}
a
{
    color: #000080;
}
#split2
{
    width: 800px;
    height:1px;
    background-color: #FFFFFF;
}
#homecontainer
{
    width: 800px;
    height:315px;
    background-color: #000000;
    /*background-image: url(images/homeimg5.jpg);
	background-repeat: no-repeat;*/
}
#split
{
    width: 800px;
    height:6px;
    background-color: #243B7E;
}

#homecontent
{
    width: 800px;
    height:220px;
    background-color: #FFFFFF;

}
ul
{
    list-style-type: square;
}
ul.square
{
    list-style-type: square;
    color:#243A76;
}
#part
{
    width: 2px;
    height:250px;
    float:left;
    background-image: url(images/part2.gif);
	background-repeat: no-repeat;
}


a:active.square{
    text-decoration: none;
    }
a:visited.square{
    text-decoration: none;
    }
a:hover.square
{

   text-decoration: underline;
}




#layins
{
    padding: 15px;
    width: 168px;
    float: left;
}
#hid
{
    padding: 15px;
    width: 168px;
    float:left;
 }
#flu
{
    padding: 15px;
    width: 168px;
    float:left;
}
#tamco
{
    padding: 15px;
    width: 168px;
    float:left;
}

#containerspec
{
    width: 550px;
    margin-top: 20px;
}
#containerspec2
{
    width: 550px;
    margin-top: 20px;
}
#spectainer
{
    width: 160px;
    float: left;
    margin-right: 15px;
}
#spectainer2 {
    width:140px;
    float:left;
    margin-right: 15px;
}
#spectainer3 {
    width:150px;
    float:left;
}
#energystar
{
    width: 800px;
    height: 60px;
    background-color: #FFFFFF;
}

#test {
    background:yellow;
    width:100px;
    height:100px;
    }
    
#remote
{
    text-align: center;
}