/* CSS Document */
BODY { 

 background-color: #383431;
 margin: 0px;
 padding: 0px;     
 background-image: url('../images/hatter.jpg');
 background-repeat: no-repeat;
 background-position: top center;
}

td.info
{
 background-image: url('../images/hatter_bt.jpg');
 background-repeat: repeat-x;
 background-position: bottom center;
}

div.infoDiv
{
  padding: 12px;
  overflow: hidden;
  width: 557px;
}

.infoDiv            { font-size: 9pt; font-family: Verdana; background-color:inherit; color:#383431; font-weight:none}
.infoDiv A:link      { text-decoration: none; font-family: Verdana; background-color:inherit; color: #207ba1; font-size: 9pt; font-weight:none; letter-spacing: 0px}
.infoDiv A:visited   { text-decoration: none; font-family: Verdana; background-color:inherit; color: #207ba1; font-size: 9pt; font-weight:none; letter-spacing: 0px}
.infoDiv A:hover     { text-decoration: none; font-family: Verdana; background-color:inherit; color: #948a8a; font-size: 9pt; font-weight:none; letter-spacing: 0px}

/* GALLERY */
div.onepicture {
	background-color: #e5e5e5;
	width: 136px;
	text-align: center;
	margin: 1px;
  padding-bottom: 0px;
  padding-top: 6px;
  float:left;
}
div.zoom
{
  border: 0px solid #dededc;
  background-color: #dededc;
  width: 136px;
  height: 15px;
  margin-top: 4px;
}

div.picout
{
  padding: 5px; 
  background-color: #404040;
  width: 90px;
  text-align: center;
}

.clr{
	clear: both;
	font-size:1pt;
}
      

div.picin
{
  border: 2px dotted #f3f7f6;
  background-color: #dedede;
  padding: 2px;
  text-align: center;
}

div.picin2
{
  border: 2px dotted #f3f7f6;
  background-color: #dedede;
  padding: 1px;
  text-align: center;
}

div.picout3
{
  padding: 5px; 
  background-color: #e5e5e5;
  text-align: center;
  width: 48px;
  margin-right: 5PX;
}

div.picin3
{
  border: 2px dotted #f3f7f6;
  background-color: #dedede;
  text-align: center;
  overflow: hidden;
  width: 44px;
  height: 44px;
}
div.picinin3
{
  border: 2px solid #f3f7f6;
  background-color: #dedede;
  padding: 0px;
  text-align: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.dvhdr1 {
            background:#c5d4d7;
            font-family:Verdana;
            font-size:10px;
            font-weight:bold;
            border:1px solid #a9bcc0;
            padding:5px;
            color: #6a7e83;
         }
         
.dvbdy1 {
            background:#c5d4d7;
            font-family:Verdana;
            font-size:10px;
            border-left:1px solid #a9bcc0;
            border-right:1px solid #a9bcc0;
            border-bottom:1px solid #a9bcc0;
            padding:5px;
            color: #6a7e83;
         }

/* GALLERY END*/

div.videoBg
{
  float: left;
  background-color: #1f1a17;
  width: 160px;
  height: 154px;
  background-image: url('../images/videobg.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
  margin: 12px;
  overflow: hidden;
  cursor: pointer;
}

.videoBg A:link      { text-decoration: none; font-family: Verdana; background-color:inherit; color: #21201e; font-size: 8pt; font-weight:none; letter-spacing: 0px}
.videoBg A:visited   { text-decoration: none; font-family: Verdana; background-color:inherit; color: #21201e; font-size: 8pt; font-weight:none; letter-spacing: 0px}
.videoBg A:hover     { text-decoration: none; font-family: Verdana; background-color:inherit; color: #207ba1; font-size: 8pt; font-weight:none; letter-spacing: 0px}


