* {
margin:0; padding:0;
}

body {
font:10px Arial, Helvetica, sans-serif;
width:100%;
}

#wrapper {
width:780px;
margin:0 auto;
}

p {
font-size:1.2em;
color:#545454;
padding:0 0 1em;
line-height:1.4em;
}

p label {
display:inline-block;
font-weight:bold;
width:160px;
}

.footer {
border-top:1px solid #a8a8a8;
}

.footer p {
font-size:1em;
color:#a8a8a8;
}

.footer a {
color:#a8a8a8;
}

.mh_customerlogin_button {
background:url(../images/home_submit.jpg);
border:0;
padding:0;
width:107px; height:23px;
text-align:right;
color:#3b1771; font-size:0px;
}

a#home {
display:block;
width:55px; height:40px;
background:url(../images/home.jpg);
}

a#behind {
display:block;
width:207px; height:40px;
background:url(../images/behind.jpg);
}

a#order {
display:block;
width:113px; height:40px;
background:url(../images/order.jpg);
}

a#comp {
display:block;
width:141px; height:40px;
background:url(../images/comp.jpg);
}

a#home:hover, a#home.active {
background:url(../images/home_on.jpg);
}

a#behind:hover, a#behind.active {
background:url(../images/behind_on.jpg);
}

a#order:hover, a#order.active {
background:url(../images/order_on.jpg);
}

a#contact:hover, a#contact.active {
background:url(../images/contact_on.jpg);
}

a#comp:hover, a#comp.active {
background:url(../images/comp_on.jpg);
}