﻿body {
    padding:0;
    margin:0;
}

#Wrapper
{
    width:960px;
    margin:20px auto;
}

.ImgLink span
{
    display:none;
}

#HomeLink {display:block; width:350px; height:62px; background-image:url('images/mh-logo.jpg'); float:left;}
.nav {display:block; background-position:center top; height:62px; float:left;}
.nav:hover {background-position:center -62px;}
#l1 {background-image:url('images/about-us.jpg'); width:98px;}
#l2 {background-image:url('images/services.jpg'); width:94px;}
#l3 {background-image:url('images/portfolio.jpg'); width:98px;}
#l4 {background-image:url('images/who-we-stock.jpg'); width:139px;}
#l5 {background-image:url('images/shop.jpg'); width:70px;}
#l6 {background-image:url('images/contact-us.jpg'); width:111px;}

#EmailLink {display:block; width:192px; height:17px; background-image:url('images/email.jpg'); margin-top:20px;}
#TelephoneLink {display:block; width:111px; height:13px; background-image:url('images/telephone.jpg'); margin-top:5px;}

.ClearBoth {
    font-family:monospace;
    font-size:0;
    line-height:0;
    padding:0;
    margin:0;
    clear:both;
}

body, th, td
{
    font-family:Georgia;
    font-size:14px;
    line-height:1.5em;
    color:#294815;
}

.smaller
{
font-size:0.8em;
line-height:1.2em;}


.ModalDialog
{
    position:fixed;
    background-image:url('images/80bg.png');
    height:100%;
    left:0;
    top:0;
    right:0;
    bottom:0;
    color:White;
    display:none;
}

.ModalDialog table {width:100%; height:100%; border-collapse:collapse; border:0;}
.ModalDialog td {text-align:center; vertical-align:middle;}
