@charset "utf-8";
/* This controls the header */

/*Controls the body of the site*/
body {
text-align:center;
background-repeat:no-repeat;
background-position:top center;
margin:0;
}


/*Controls everything for the header*/
#container {
margin-right:auto;
margin-left:auto;
width:961px;
text-align:center;
background:#FFF;
}


/*Controls the color and how wide the header is*/
#color
{
}


/*Controls the text aligning left for the header*/
#content {
text-align:left;
}


/*holds the entire navigation at the very top*/
#allnav {
width:961px;
height:33px;
}


/*controls the technology,medical,lighting etc side of the top navigation*/
#tech {
margin-left:8px;
float:left;
display:inline;
width:530px;
}


/*controls the entire my account, support and downloads, shopping cart of top navigation*/
#myaccountlinks2 {
padding-top:8px;
float:left;
display:inline;
width:400px;
}


/*Controls the word technology when not hovering*/
.technology2 {
width:95px;
height:33px;
}


/*Controls the word medical when not hovering*/
.medical2 {
width:66px;
height:33px;
}


/*Controls the word lighting when not hovering*/
.lighting2 {
width:68px;
height:33px;
}


/*Controls the word power when not hovering*/
.power2 {
width:53px;
height:33px;
}


/*Controls the word transportation when not hovering*/
.transportation2 {
width:118px;
height:33px;
}


/*controls the word muni-dot*/
.munidot {
width:82px;
height:33px;
}


/*Controls the navigations position for technology, medical, power etc*/
#navigation ul {
height:33px;
width:500px;
list-style:none;
display:block;
overflow:hidden;
margin:0;
padding:0;
}


/*navigation ul li Controls the navigations position for technology, medical, power etc. howardlogo Controls the howard logo.*/
#navigation ul li,#howardlogo {
float:left;
}


/*Controls the blue background that appears at the top next to howard logo*/
.howardlogocontinueback {
height:57px;
width:951px;
}


/*controls the search bar*/
#srchKey {
float:left;
border:0;
color:#000;
font-size:8pt;
padding-top:5px;
margin-left:708px;
margin-top:-37px;
width:188px;
height:23px;
border-style:none;
border-width:0;
}


/*controls the search button*/
#submitButton {
float:left;
width:43px;
height:57px;
margin-left:918px;
margin-top:-57px;
padding:0;
}


/*Controls the magnify glass for the search bar*/
.glass {
float:left;
margin-left:686px;
margin-top:-37px;
border:0;
}


/*controls the end piece next to go the button for the search bar*/
.glassend {
float:left;
margin-left:893px;
margin-top:-37px;
border:0;
}


/*controls the links position for my account, support and downloads and shopping cart*/
#myaccountlinks
{
}


/*controls the white that appears below all the technology links like contracts,brands and etc*/
#techtabwhite {
background:#FFF;
padding:3px;
}


/*controls the space between technology and tabs*/
#techtab {
height:27px;
}


/*controls the drop down that appears when you start searching*/
.suggest {
width:250px;
display:none;
position:absolute;
background-color:#EAF9FC;
z-index:9;
border-color:silver;
border-style:solid;
border-width:1px;
padding:3px;
}
