html, body {
text-align: center;
}

html img,

html .png{

    position:relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}


#hl-logo a {
background-image:url(../images/logo-normal.png);
display:block;
width:352px;
height:149px;
position:relative;
float:left;
top:-15px;
}

#hl-logo a:hover {
background-image:url(../images/logo-over.png);
}

#hl-logo-hidden {
background-image:url(../images/logo-over.png);
display:none;
}

#header-background {
background-image:url(../images/hl_header_background.jpg);
display:block;
width:971px;
height:193px;
}

#design-online a {
background-image:url(../images/button1-normal.png);
display:block;
width:102px;
height:149px;
position:relative;
left:15px;

float:left;
top:-15px;
}

#design-online a:hover {
background-image:url(../images/button1-over.png);
}

#design-online-hidden {
background-image:url(../images/button1-over.png);
display:none;
}

#quick-search a {
background-image:url(../images/button2-normal.png);
display:block;
width:81px;
height:149px;
position:relative;
left:10px;
top:-15px;
float:left;
}

#quick-search a:hover {
background-image:url(../images/button2-over.png);
}

#quick-search-hidden {
background-image:url(../images/button2-over.png);
display:none;
}

#material-guide a {
background-image:url(../images/button3-normal.png);
display:block;
width:113px;
height:149px;
position:relative;
left:0px;
top:-15px;
float:left;
}

#material-guide a:hover {
background-image:url(../images/button3-over.png);
}

#material-guide-hidden {
background-image:url(../images/button3-over.png);
display:none;
}

#testimonials a {
background-image:url(../images/button4-normal.png);
display:block;
width:107px;
height:149px;
position:relative;
left:0px;
top:-15px;
float:left;
}

#testimonials a:hover {
background-image:url(../images/button4-over.png);
}

#testimonials-hidden {
background-image:url(../images/button4-over.png);
display:none;
}




#TICKER {
position:relative;
left:232px;
top:-32px;
color:#FFFFFF;
font-family:arial;
font-size:14px;

}

#login {
position:relative;
float:right;
top:15px;
left:0px;
color:#80b9e7;
font-family:arial;
font-size:11px;
text-align:right;
padding-right:20px;
width:900px;
z-index:100;

}

#login a {
color:#FFFFFF;
}

#login a:hover {
color:#FF0066;
}


#header {
display:none;
}
