﻿* {
    padding:0;
    margin:0;
    outline:none;
}
html {
    background-image:url(../../resources/images/template/htmlbg.gif);
    background-attachment:fixed;
    background-repeat:repeat;
}
body {
    width:1164px;
    margin:auto;
    height:824px;
}
#shadowLeft {
    background-image:url(../../resources/images/template/shadowleft.png);
    background-position:left;
    background-repeat:repeat-y;
    width:1132px;
    height:824px;
    margin:auto;
}
#shadowRight {
    background-image:url(../../resources/images/template/shadowright.png);
    background-position:right;
    background-repeat:repeat-y;
    width:1132px;
    height:824px;
}
#template {
    width:1100px;
    height:824px;
    margin:auto;
}
#branding {
    width:1100px;
    height:272px;
    background-image:url(../../resources/images/template/splash/template.splash.topheader.gif);
    background-position:right;
    background-repeat:no-repeat;
}
#nav li {
    height:53px;
    display:block;
    float:left;
    position:relative;
    list-style-type:none;
 }
 #nav span {
    display:block;
    height:53px;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
 }
 #nav a {
    display:block;
    width:100%;
    height:100%;
    z-index:3;
    position:absolute;
    top:0;
    left:0;
 }
#nav #home{
    width:165px;
    background-image:url(../../resources/images/template/splash/template.nav.home.hover.gif);
}
#nav #about {
    width:136px;
    background-image:url(../../resources/images/template/splash/template.nav.about.hover.gif);
}
#nav #fragrances{
    width:213px;
    background-image:url(../../resources/images/template/splash/template.nav.fragrances.hover.gif);
}
#nav #industfrag{
    width:370px;
    background-image:url(../../resources/images/template/splash/template.nav.industfrag.hover.gif);
}
#nav #contact{
    width:216px;
    background-image:url(../../resources/images/template/splash/template.nav.contact.hover.gif);
}
#nav #home span{
    width:165px;
    background-image:url(../../resources/images/template/splash/template.nav.home.defualt.gif);
}
#nav #about span {
    width:136px;
    background-image:url(../../resources/images/template/splash/template.nav.about.defualt.gif);
}
#nav #fragrances span{
    width:213px;
    background-image:url(../../resources/images/template/splash/template.nav.fragrances.defualt.gif);
}
#nav #industfrag span{
    width:370px;
    background-image:url(../../resources/images/template/splash/template.nav.industfrag.defualt.gif);
}
#nav #contact span{
    width:216px;
    background-image:url(../../resources/images/template/splash/template.nav.contact.defualt.gif);
}
#carousel {
    width:1100px;
    height:216px;
    background-image:url(../../resources/images/template/splash/template.splash.carousel.content.gif);
    background-position:center;
    background-repeat:no-repeat;
    clear:both;
}
#carouselbottom {
    width:1100px;
    height:188px;
    background-image:url(../../resources/images/template/splash/template.splash.bottom.gif);
    background-repeat:no-repeat;
}
#footer {
    width:1080px;
    height:75px;
    padding-top:20px;
    padding-left:20px;
    background-image:url(../../resources/images/template/splash/template.footer.gif);
    background-repeat:no-repeat;
    position:relative;
}
#footer p, #footer a {
    font-family:Verdana;
    font-size:10px;
    color:#db7e37;
    margin-bottom:8px;
}
#footer #sendEmail {
    background-image:url(../../resources/images/template/footer.icon.email.gif);
    background-repeat:no-repeat;
    height:15px;
    padding-left:30px;
}
#footer #telephone {
    background-image:url(../../resources/images/template/footer.icon.tel.png);
    background-repeat:no-repeat;
    height:18px;
    padding-left:30px;
    padding-top:2px;
}
#footer #me {
    position:absolute;
    right:10px;
    bottom:5px;
    color:#975726;
}
#gallery {
    display:none;
}

/* Tool Tip */

.tooltip {
    width:265px;
    height:113px;
    background-image:url(../../resources/images/template/tooltipbg.png);
    background-repeat:no-repeat;
    position:absolute;
    display:none;
    padding-top:40px;
    padding-left:25px;
    padding-right:20px;
    color:#ddaf3b;
    font-family:Verdana;
    font-size:11px;
    z-index:50;
}