/* last mod before this was 20110712

v3:         columns/images align with sides of flash.
20110712    changes for IE 6/7
20130408    changes for new intro page

COLORS
-----------------------------------
off-black                   #0e0e0e
Hans warm gold              #BD8B32
Hans borders                #EED39E
Treasures                   #908E38
Lilies darker               #E2E5A3
*/

/* LAYOUT & MAIN DIVS
***************************************/
* {
    margin:0;
    padding:0;
    border:0;
}

body {
    background:black url(../img/bg/repeaterBlack.jpg);
    font-family:'crimson text', 'times new roman', times, serif;
    font-size:17px;
    line-height:21px;
}

#header {
    position:absolute;
    top:5px;
    /* width:100%; // doesn't center menu in IE6/7 */
    left:0;
    right:0;
    height:60px;    
    /* PShop diff clouds, stained glass, reverse etc... */
    background:#0e0e0e url(../img/bg/introHeader.png);
}

#menu {
    height:60px;
    width:960px;
    margin:0 auto;
}

#banner {
    position:relative;
    top:75px;
    height:210px;
}

#bannerCenter { 
    position:absolute;
    top:0;
    left:50%;
    margin-left:-480px;
    width:950px;
    height:200px;
    border:5px solid #E2E5A3;
    background:#300 url(../img/pg/intro/bannerTreasures.jpg) -5px no-repeat;
    box-shadow:6px 6px 6px black;
}

#bannerCenter:hover {
    border-color:white;
}

#container {
    position:relative;
    top:85px;
    width:960px;
    margin:0 auto;
    background:#0e0e0e;
    box-shadow:6px 6px 6px black;
}

#movie {
    position:relative;
    height:705px;
    width:960px;
    left:50%;
    margin-left:-480px;
}

/* COLUMNS & FOOTER
  (972 - 12 outer padding - 60 inner margins)   / 3 = 300
************************************************************/
#allCols {
    position:relative;
    top:95px;
    width:960px;
    margin:0 auto;
    background:#0e0e0e;
    background:rgba(14,14,14, .6);
    padding:15px 0;
    padding-top:0;
}

.col {
    float:left;
    width:300px;
    margin-right:30px;
    color:#F1D5A1;
    overflow:hidden;
}

#colRight {
    margin-right:0;
}

/*  max image width should be 300 - twice the border width. 
    if larger, the border will start to disappear           */
.col img {  
    border:5px solid #EED39E;
    margin-bottom:10px;
}

.col img:hover {
    border-color:white;
}

.col a {
    color:white;
}

.col p {
    margin:0 6px 17px 6px;
}

.col p.prodTitle {
    font-size:19px;
    line-height:23px;
    font-weight:bold;
    color:white;
    color:#CD691F;
    margin:0 6px 6px 6px;
}

.col p.leadIn  {
    font-style:italic;
    font-weight:bold;
    font-size:17px;
    line-height:21px;
    color:white;
}

#footer {
    position:relative;
    top:105px;
    height:30px;
}

/* HTML & RELATED
************************************************/
a {
    font-weight:bold;
    text-decoration:none;
    outline:none;
}

a:hover {
    text-decoration:underline;
}

strong {
    line-height:1em;
}

.clearLeft {
    line-height:1px;
    clear:left;
}

/* MENU
  (use a single sprite and adjust the background position)
**********************************************************/
#nav4 {   /* ul */
    position:relative;
    top:0;
    left:0;
    width:960px;        /* match the...     */ 
    height:60px;        /* sprite viewport  */
    list-style:none;
    /* set background now to prevent IE dropping the bg image when the user mouses over the bar  (FOUC) */
    background:url(../img/bg/mnu/intro.png) no-repeat;
}

#nav4 li {
    float:left;
}

#nav4 li a {
    position:absolute;
    top:0;
    display:block;
    height:60px;
    background:url(../img/bg/mnu/intro.png) no-repeat;  
    text-indent:-8888px;
    overflow:hidden;
    font-size:1%;
 }

li#navNow  a {
    left:0;
    width:119px;
    background-position:0 0;
}

li#navNow  a:hover {
    background-position:0 -60px;
}

li#navSummer a  {
    left:119px;
    width:237px;
    background-position:-119px 0;
}

li#navSummer a:hover {
    background-position:-119px -60px;
}

li#navWinter a {
    left:356px;
    width:227px;
    background-position:-356px 0;
}

li#navWinter a:hover {
    background-position:-356px -60px;
}

li#navNews a {
    left:583px;
    width:70px;
    background-position:-583px 0;
}

li#navNews a:hover {
    background-position:-583px -60px;
}  

li#navSale a {
    left:653px;
    width:102px;
    background-position:-653px 0;
}

li#navSale a:hover {
    background-position:-653px -60px;
}

li#navPrevious a {
    left:755px;
    width:205px;
    background-position:-755px 0;
}

li#navPrevious a:hover {
    background-position:-755px -60px;
}

/* NO SCRIPT & DEVELOPER WIDGET
************************************************/
div.nojs {
    position:absolute;
    top:200px;
    left:75px;
    height:80px;
    line-height:80px;
    width:800px;
    text-align:center; 
    background:#d3d3d3;
    border:5px solid gray;
    border-radius:12px;
}

div.nojs h1 {
    font-size:130%;
}

div.nojs a {
    color:black;
    margin:0 10px;
}

#horiz {
    position:absolute;
    height:1px;
    left:0;
    right:0;
    top:64px;
    background:red;
    z-index:100;
    display:none;
}

#vert {
    position:absolute;
    width:1px;
    left:100px;
    top:0;
    bottom:0;
    background:red;
    z-index:100;
    display:none;
}

 
    


