        
		.Scroller  {
        	
			SCROLLBAR-FACE-COLOR:#FD65AD; 
			SCROLLBAR-ARROW-COLOR:#DD0069; 
			SCROLLBAR-TRACK-COLOR:#FC92C4; 
			SCROLLBAR-SHADOW-COLOR:#DD0069; 
			SCROLLBAR-HIGHLIGHT-COLOR:#FD65AD; 
			SCROLLBAR-3DLIGHT-COLOR:#DD0069; 
			SCROLLBAR-DARKSHADOW-COLOR:#FD65AD; 
			      	
        }
		.H1  {
        	font-family : arial;
			color : #393534;
        	font-size : 14pt;
			font-weight : bold;
			      	
        }
		.content  {
        	font-family : arial;
			color : #745c47;
        	font-size : 9pt;
			      	
        }

		.footer  {
        	font-family : arial;
			color : #ffffff;
        	font-size : 8pt;
			      	
        }

		
		A:link  {
        	color : #745c47;
			font-family : Arial;
        	text-decoration : none;
			
        }
        
        A:visited  {
        	color : #745c47;
			font-family : Arial;
        	text-decoration : none;
			
        }
        
        A:hover  {
        	color : #745c47;
			font-family : Arial;
        	text-decoration : underline;
			
        }
		
		A.topnav:link  {
        	color : #978d6f;
			font-family :  Arial;
			font-size : 9pt;
        	text-decoration : none;
			font-weight : bold;
			
        }
        
        A.topnav:visited  {
        	color : #978d6f;
			font-family : Arial;
			font-size : 9pt;
        	text-decoration : none;
			font-weight : bold;
			
        }
        
        A.topnav:hover  {
        	color : #745c47;
			font-family :  Arial;
			font-size : 9pt;
        	text-decoration : none;
			font-weight : bold;
			
        }


		A.footer:link  {
        	color : #ffffff;
			font-family :  Arial;
			font-size : 8pt;
        	text-decoration : none;
        }
        
        A.footer:visited  {
        	color : #ffffff;
			font-family : Arial;
			font-size : 8pt;
        	text-decoration : none;
			
        }
        
        A.footer:hover  {
        	color : #ffffff;
			font-family :  Arial;
			font-size : 8pt;
        	text-decoration : none;
			
        }

.ad-gallery {
  width: 898px;
  background: url(images/spacer.jpg);
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 360px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 20%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 20%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

.dd{
	position: absolute;
	z-index: 100; 
	font-size: 12px;
	display: none;
	width: 100px;
	margin: 0px 0px 0px -20px	
}

td.parent:hover .dd{
	
	display: block;
	
}

.dd a{
	float: left;
	font-size: 12px;
	width: 100%;
	border: 1px solid #a79662;
	background: #c6b990;
	padding: 2px;
}

.DownloadButton{display:inline-block; background:#bcaf92; color: #ffffff; text-decoration: none ;  padding:5px 10px 5px 5px; margin:10px 0px 0px 10px;} 


ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0;  font-size: 12px;}
ul.menu a {display:block; color: #978d6f; text-decoration: none }
ul.menu a:hover {display:block; color: #745c47 }
ul.menu li {position:relative; float:left;}
ul.menu ul {position:absolute; top:26px; left:0; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative;  margin:0px 0px 0px 7px; border-bottom: 1px solid #FFFFFF}
ul.menu ul li a {display:block; padding:3px 3px 3px; background:#bdb193; font-size: 12px; width: 120px; color: #ffffff }
ul.menu ul li a:hover {display:block; background:#bdb193; font-size: 12px; width: 120px; color: #ffffff; font-weight:bold }
ul.menu ul ul {left:158px; top:-1px; width: 140px;}
ul.menu .menulink { padding:5px 7px 7px;}


ul.topmenu {list-style:none; margin:0; padding:0}
ul.topmenu * {margin:0; padding:0;  font-size: 10px;}
ul.topmenu a {display:block; background:#bcaf92; color: #ffffff; text-decoration: none }
ul.topmenu a:hover {display:block; color: #ffffff }
ul.topmenu li {position:relative; float:right;}

ul.topmenu ul {position:absolute; top:20px; right:0; display:none; list-style:none}  
ul.topmenu ul li {position:relative;  margin:0px 0px 0px 7px; border-bottom: 1px solid #FFFFFF }
ul.topmenu ul li a {display:block; padding:3px 3px 3px; background:#745c47; font-size: 10px; width: 137px; color: #ffffff }
ul.topmenu ul li a:hover {display:block; background:#745c47; font-size: 10px; width: 137px; color: #ffffff }
ul.topmenu ul ul {left:158px; top:-1px; width: 107px;}
ul.topmenu .topmenulink { padding:3px 25px 5px;}   

ul.topmenu li:hover ul {display:block}

a.slideNav{
		font-size: 10px;
		padding: 3px 5px 3px 5px;
		background: #bbb092;
		color: #735d46;
		text-decoration:none;
		margin-left: 3px;
	}
	
	a.slideNav:hover{
	
		font-size: 10px;
		padding: 3px 5px 3px 5px;
		background: #bbb092;
		color: #FFFFFF;
		text-decoration:none;
		margin-left: 3px;
	}
	
	.slidenav-wrap{
		float: right;
		text-align: right;
		
		height: 16px; 
		width: 100px !important;
		overflow: hidden;
		margin: 0px 0px 0px 0px;
		position: relative;
	}
	
	.slidenav-wrap-inner{
		width: 200px !important;
		position: relative;
	}
