ul, li {
    font-family: Arial, Helvetica, sans-serif;
    margin:0em;
    padding:0em;
    margin-left:.5em;
    padding-left:.5em;
}

.visDiv {
    display:inline-block;
    float:none;
    visibility:visible;
}

.hidDiv {
    display:none;
    float:none;
    visibility:hidden;
}

/*-- All The New Stuff --*/

.bodyClass {
    margin:0px;
    padding:0px;
}

.linkHome {
    display:inline-block;
    background:url(/images/home_link_home.gif) top left no-repeat;
    width:71px;
    height:47px;
}



.linkAbout {
    display:inline-block;
    background:url(/images/home_link_about.gif) top left no-repeat;
    width:65px;
    height:47px;
}


.linkProducts {
    display:inline-block;
    background:url(/images/home_link_products.gif) top left no-repeat;
    width:85px;
    height:47px;
}



.linkSupport {
    display:inline-block;
    background:url(/images/home_link_support.gif) top left no-repeat;
    width:75px;
    height:47px;
}

.linkBlog {
    display:inline-block;
    background:url(/images/home_link_blog.gif) top left no-repeat;
    width:51px;
    height:47px;
}


.linkContact {
    display:inline-block;
    background:url(/images/home_link_contact.gif) top left no-repeat;
    width:74px;
    height:47px;
}


.linkRequest {
    display:inline-block;
    background:url(/images/home_link_request_info.gif) top left no-repeat;
    width:133px;
    height:47px;
}



.linkText {
    display:none;
}

.linkEmail {
    display:inline-block;
    background:url(/images/home_link_email.gif) top left no-repeat;
    width:70px;
    height:32px;
}



.linkFavorites {
    display:inline-block;
    background:url(/images/home_link_favorites.gif) top left no-repeat;
    width:99px;
    height:32px;
}


.linkTwitter {
    display:inline-block;
    background:url(/images/home_link_twitter.gif) top left no-repeat;
    width:94px;
    height:32px;
}



.linkLinkedIn {
    display:inline-block;
    background:url(/images/home_link_linkedin.gif) top left no-repeat;
    width:94px;
    height:32px;
}




.linkFacebook {
    display:inline-block;
    background:url(/images/home_link_facebook.gif) top left no-repeat;
    width:107px;
    height:32px;
}


.linkDelicious {
    display:inline-block;
    background:url(/images/home_link_delicious.gif) top left no-repeat;
    width:99px;
    height:32px;
}




.linkProductMC {
    display:inline-block;
    background:url(/images/home_subnav_mc.gif) top left no-repeat;
    width:234px;
    height:26px;
}


.linkProductMM {
    display:inline-block;
    background:url(/images/home_subnav_mm.gif) top left no-repeat;
    width:234px;
    height:25px;
}



.linkProductFM {
    display:inline-block;
    background:url(/images/home_subnav_fm.gif) top left no-repeat;
    width:234px;
    height:22px;
}


.linkProductWD {
    display:inline-block;
    background:url(/images/home_subnav_wd.gif) top left no-repeat;
    width:234px;
    height:25px;
}



.linkProductPP {
    display:inline-block;
    background:url(/images/home_subnav_pp.gif) top left no-repeat;
    width:234px;
    height:23px;
}



.text {
    font-family:Arial,sans-serif;
    font-size:12px;
    color:black;
}

.lightText {
    color:#59595b;
    font-family:Arial,sans-serif;
    font-size:12px;
}

.boldText {
    font-weight:900;
    color:black;
}

.smallText {
    font-family:Arial,sans-serif;
    font-size:11px;
    color:black;
}

.theatreLinkHead {
    display:block;
    padding:2px;
    text-decoration:none;
    font-family:Arial,sans-serif;
    font-size:12px;
    color:black;
    border:1px solid white;
}

.theatreLink {
    display:block;
    padding:2px;
    text-decoration:none;
    font-family:Arial,sans-serif;
    font-size:12px;
    color:#0079c2;
    border:1px solid white;
}

.theatreLinkOn {
    background:#f0f4bb;
    border:1px solid #a6d0ea;
}

.theatreLinkHead:hover {
    text-decoration:underline;
}

.theatreLink:hover {
    text-decoration:underline;
}

.theatreLinkOn:hover {
    text-decoration:underline;
}

.bigBold {
    font-size:18px;
    font-weight:900;
    line-height:30px;
}

.bigBlue {
    font-size:18px;
    line-height:30px;
    color:#0079c2;
}

.bigBlueLinks {
    font-size:18px;
    color:#0079c2;
    text-decoration:none;
}

.bigBlueLinks:hover {
    text-decoration:underline;
}

.fancylinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#0079C6;
    text-decoration:none;
}

.fancylinks:hover {
    text-decoration:underline;
}

.linkSubNav {
    display:block;
    line-height:30px;
    padding-left:10px;
    height:30px;
    background:#0079c2;
    font-family:Arial,sans-serif;
    font-size:12px;
    color:white;
    text-decoration:none;
    font-weight:900;
}

.linkSubNav:hover {
    background:#80bce1;
    color:#0079c2;
    text-decoration:underline;
}