* {margin: 0;}

body {
    background-color: #6c0c16;
    background-image: url(images/esbg.jpg);
    font-family: "trebuchet ms";
    font-size: 9pt;
    z-index:0;
}

div#intro-container {
    position: static;
    margin: auto auto;
    text-align: center;
    width: 700px;
    z-index:1;
}

div#master-container {
    margin: 0 auto;
    text-align: left;
    width: 700px;
    z-index:1;
}

div#header {
    width: 100%;
    padding-top: 5px;
    float: left;
    height: 150px;
    background: #6c0c16;
    /*background-image: url(images/eslogo-top.jpg);*/
    background-position: left;
    background-repeat: no-repeat;
}

#logo {
	position: absolute; /* need this to fix ie6 bug - without it, the navbar offsets to the right */
     float: left;
	margin: 5px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
     border: 0px 0px 0px 0px;
}


#content {
    width: 700px;
    padding: 0px;
    margin: 0px;
    float: left;
    background-image: url(images/content-bg.jpg);
    min-height: 500px;
}

#footer {
    width: 100%;
    clear: both;
    background: #6c0c16;
    background-image: url(images/xoxo.jpg);
    background-repeat: no-repeat;
    background-position: right;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 70px;
}

div#item-bigpic {
    background-color:transparent;
    padding: 10px;
    border:0px solid black;
    position: relative;
    width:360px;
    height:360px;
}

div#item-smpics {
    background-color:transparent;
    padding: 10px 0px 0px 10px;
    border:none;
    position: relative;
    max-width: 250px;
}

div#item-hidden {
    position: absolute;
    left: -1000px;
}

div.item-details-p {
    background-color:transparent;
    padding: 5px;
    float: right;
    text-align: left;
    width: 300px;
    max-width: 300px;
}

div.item-details-l {
    background-color:transparent;
    padding: 5px;
    float: right;
    text-align: left;
    width:300px;
    max-width: 300px;
}

/* @group NAVIGATION */

ul#nav, #nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 152px;
    margin-top: 82px;
    float: left;
    display: block;
    position: absolute;
    width: 550px;
    cursor: pointer;
    background: #914350;
    /*background-image: url(images/nav-bg.jpg) repeat-x;*/
    height: 20px;
}

#nav a {
    display: inline;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    height: 20px;
}

/* newstuff */

#nav a.collectionsrollover {
    display:block;
    width:73px;
    height:20px;
    background: url("images/collections.jpg") 0 0 no-repeat;
    }

#nav a.collectionsrollover:hover {
    background-position: 0 -20px;
    }    

#nav a.pressrollover {
    display:block;
    width:73px;
    height:20px;
    background: url("images/press.jpg") 0 0 no-repeat;
    }

#nav a.pressrollover:hover {
    background-position:0 -20px;
    }
    
#nav a.galleryrollover {
    display:block;
    width:73px;
    height:20px;
    background: url("images/gallery.jpg") 0 0 no-repeat;
    }

#nav a.galleryrollover:hover {
    background-position:0 -20px;
    }    

#nav a.contactrollover {
    display:block;
    width:73px;
    height:20px;
    background: url("images/contact.jpg") 0 0 no-repeat;
    }

#nav a.contactrollover:hover {
    background-position:0 -20px;
    }  

#nav a.aboutrollover {
    display:block;
    width:73px;
    height:20px;
    background: url("images/about.jpg") 0 0 no-repeat;
    }

#nav a.aboutrollover:hover {
    background-position:0 -20px;
    }

#nav a.linksrollover {
    display:block;
    width:73px;
    height:20px;
    background: url("images/links.jpg") 0 0 no-repeat;
    }

#nav a.linksrollover:hover {
    background-position:0 -20px;
    }  

#nav a.classicrollover {
    display:block;
    width:73px;
    height:20px;
    background: url("images/classic.jpg") 0 0 no-repeat;
    border-top: 1px solid #6c0c16;
    }

#nav a.classicrollover:hover {
    background-position:0 -20px;
    } 

#nav a.signaturerollover {
    display:block;
    width:73px;
    height:20px;
    background: url("images/signature.jpg") 0 0 no-repeat;
    border-top: 1px solid #6c0c16;
    }

#nav a.signaturerollover:hover {
    background-position:0 -20px;
    } 

#nav a.vintagerollover {
    display:block;
    width:73px;
    height:20px;
    background: url("images/vintage.jpg") 0 0 no-repeat;
    border-top: 1px solid #6c0c16;
    }

#nav a.vintagerollover:hover {
    background-position:0 -20px;
    } 

        
/* new stuff end */

#nav a:hover {
	
}

#nav li {
    float: left;
    padding: 0 0 0 0;
    list-style-type: none;
    height: 20px;
    border-right: 2px solid #6c0c16;
    margin-top: 0px;
}

#nav li ul {
    position: absolute;
    left: -999em;
    height: 20px;
    font-weight: normal;
    background: #914350;
    margin: 0px 0 0;
    top: 20px;
}

#nav li ul li {
    color: #333;
    border-right: 2px solid #6c0c16;
}

#nav li ul li a {
    color: #333;
}

#nav li ul a:hover {
    color: #333;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
    width: auto;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: 0px;
    width: auto;
}

#nav li:hover, #nav li.sfhover {
    background: #6c0c16;
    width: auto;
}

/* @end */
        
/* for product thumbnail hover and image pop up affects for Collections.asp */
.gallerycontainer{
    position: relative;
    padding: 0px 0px 0px 15px;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
    border: 1px solid white;
    padding: 5px;
}

.thumbnail:hover{
    background-color: transparent;
}

.thumbnail:hover img{
    border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    padding: 5px;
    left: -1000px;
    border: none;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
    visibility: visible;
    top: 0;
    left: 435px; /*position where enlarged image should offset horizontally */
    z-index: 50;
}

/* for Collection top menu item mouseovers */
.collection-gallerycontainer{
    position: relative;
    background: url(images/home-main-new.jpg);
    background-repeat: no-repeat;
    height: 500px;
    /*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.collection-gallerycontainer p{
    margin-left: 270px;
    }
    
.collectionthumbnail img{
    border: none;
    margin: 0 0 0 0;
}

.collectionthumbnail:hover{
    background-color: transparent;
}

.collectionthumbnail:hover img{
    border: none;
}

.collectionthumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    left: 0px;
    border: none;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.collectionthumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 0px;
}

.collectionthumbnail:hover span{ /*CSS for enlarged image*/
    visibility: visible;
    top: 48px;
    left: -152px; /*position where enlarged image should offset horizontally */
    z-index: 50;
}

img.collection-sm-p {
    width: 120px;
    height: 179px;
}

img.collection-lg-p {
    width: 200px;
    height: 299px;
}

img.itemgallery-sm-p {
    width: 37px;
    height: 55px;
    padding-left: 5px;
}

img.itemgallery-lg-p {
    width: 250px;
    height: 374px;
}

img.collection-sm-l {
    height: 120px;
    width: 179px;
}

img.collection-lg-l {
    height: 200px;
    width: 299px;
}

img.itemgallery-sm-l {
    height: 37px;
    width: 55px;
    padding-left: 5px;
}

img.itemgallery-lg-l {
    height: 250px;
    width: 374px;
}

img.zoomitem-p {
    height: 500px;
    width: 335px;
}

img.zoomitem-l {
    height: 335px;
    width: 500px;
}

p.pageintro {
    color: #6c0c16;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 2px;
    margin-bottom: 2px;
    }

.contact-line1 {
    color: #6c0c16;
    font-size: 30pt;
    letter-spacing: -1px;
    }

.contact-line1 p {
    margin-top:100px;
    margin-bottom:0;
    }

.contact-emails {
    color: #000000;
    font-size: 16pt;
    letter-spacing: -1px;
    }
    
.contact-emails a {
    color: #6c0c16;
    text-decoration: none;
    }
    
.contact-emails p {
    margin-top: 2px;
    margin-bottom: 2px;
    }
    
.contact-address {
    color: #6c0c16;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: -1px;
    }      
    
.contact-address p {
    margin-bottom: 0px;
    }
    
.color-sm {
    height: 25px;
    width: 25px;
    border: 2px solid white;
}      

#zoombody {
    margin-top: 5px;
    margin-left: 5px;
    color: #ffffff;
    font-size:8pt;
    text-align:center;
    }
