#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
background-color:#222;
position:absolute;
background-repeat:no-repeat;
background-position: 0px 30px;
width:700px;
height:760px;
text-align:center;
z-index: 9002;
padding: 0 0 0 0;
margin: 0 0 0 0 ;	/*top, right, bottom, left*/
}
#popUpDiv .descTxt{
    line-height:30px;
    font-family: tahoma,verdana,arial;
    font-size:10pt;
    font-weight:normal;
    color:#000;
}
#popUpDiv .descTxtR{
    text-align:right;
    line-height:30px;
    font-family: tahoma,verdana,arial;
    font-size:10pt;
    font-weight:normal;
    color:#fff;
}
#popUpDiv .descTxt a, #popUpDiv .descTxtR a{
    font-family: tahoma,verdana,arial;
    font-size:10pt;
    font-weight:normal;
    color:#fff;
    text-decoration:underine;
}
#popUpDiv .descTxt a:visited, #popUpDiv .descTxtR a:visited{
    font-family: tahoma,verdana,arial;
    font-size:10pt;
    font-weight:normal;
    color:#fff;
    text-decoration:underine;
}
#popUpDiv .descTxt a:hover, #popUpDiv .descTxtR a:hover{
    font-family: tahoma,verdana,arial;
    font-size:10pt;
    font-weight:normal;
    color:#fff;
    text-decoration:underine;
}
/* ====================================================================== */
/* ============== gallery style 1 (thumbs changing main image) ========== */
.gallery1_imgDisp{
    text-align:center;
    width:420px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;	/*top, right, bottom, left*/
}
img.gallery1_mainImage{
    height:306px;
    border:1px solid #778833;
    padding: 0 0 0 0;
    margin: 0 0 0 5px;	/*top, right, bottom, left*/
}
ul.gallery1_imgThmb
{
    list-style: none;
    padding: 0 0 0 0 ;
    margin: 0 0 0 0;	/*top, right, bottom, left*/
} 
ul.gallery1_imgThmb li
{
    float: left;
    margin: 0 0 0 0 ;	/*top, right, bottom, left*/
}
ul.gallery1_imgThmb li img
{
    width:128px;
    height:128px
    cursor:pointer;
    border:1px solid #778833;
    padding: 0 0 0 0 ;
    margin: 10px 5px 10px 5px;	/*top, right, bottom, left*/
}

/* ====================================================================== */
/* ============== gallery style 2 (thumbs changing main image) ========== */
#gallery2_imgDisp{
    text-align:center;
    background-color:#E6E6E6;
    width:470px;
    height:475px;
    padding: 2px 0 0 0;
    margin: 0 0 0 0;	/*top, right, bottom, left*/
}
img.gallery2_mainImage{
    border:1px solid #778833;
    padding: 0 0 0 0;
    margin: 0 0 0 0;	/*top, right, bottom, left*/
}
/*
h = w:117 | h:156
v = w:149 | h:112
*/
ul.gallery2_imgThmb
{
    list-style: none;
    padding: 0 0 0 0 ;
    margin: 0 0 0 0;	/*top, right, bottom, left*/
} 
ul.gallery2_imgThmb li
{
    float: left;
    padding:0 0 0 0;
    margin: 3px 3px 3px 2px ;	/*top, right, bottom, left*/
}
ul.gallery2_imgThmb .imgThmb
{
    width:110px;
    height:110px;
    overflow:hidden;
    cursor:pointer;
    border:1px solid #778833;
    padding: 0 0 0 0 ;
    margin: 0 0 0 0;	/*top, right, bottom, left*/
} 
ul.gallery2_imgThmb .imgThmb img
{
    top:-20px;
    left:0px;
    height:156px;
} 







































#footer_inner ul li a
{
    line-height:20px;
    float: left;
    display: block;
    font-family: tahoma,verdana,arial;
    font-size:8pt;
    color: #ffffff;
    text-decoration:none;
    text-align: center;
    cursor:pointer;
    padding: 0 10px 0 10px;
    margin: 0 0 0 0 ;	/*top, right, bottom, left*/
}
#footer_inner ul li a:link
{
    font-family: tahoma,verdana,arial;
    font-size:8pt;
    color: #ffffff;
    text-decoration:none;
}
#footer_inner ul li a:visited
{
    font-family: tahoma,verdana,arial;
    font-size:8pt;
    color: #ffffff;
    text-decoration:none;
}
#footer_inner ul li a:hover
{
    font-family: tahoma,verdana,arial;
    font-size:8pt;
    color: #FFFF00;
    text-decoration:none;
}


/* ====================================================================== */
/* ====================================================================== */
