body {
	background-image: url(../images/bg.jpg);
	background-color: #ffffff;
	background-position:center top;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #333333;
	background-repeat: repeat-x;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #666666;
}

a {
	color: #009933;
}

#menu { 
	  padding:0; 
	  margin:0; 
	  } 
	#menu li { 
	  list-style-type:none; 
	  } 

.title {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 21px;
	line-height:28px;
    color: #000000;
}

.paneltitle {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 13px;
    color: #000000;
}

.panel {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 11px;
    color: #333333;
}

.white {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 10px;
    color: #ffffff;
}

.titlebig {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 28px;
    color: #009933;
}

.heading {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 18px;
	line-height:21px;
    color: #2f4984;
	
	}

.content {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 11px;
	line-height:14px;
  color: #333333;
  
 }
 
 .sidebar {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 11px;
	line-height:14px;
  color: #6d6b6b;
  
 }
 
  .black {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 11px;
	line-height:14px;
	font-weight:600;
  color: #000000;
  
 }
 
 .topright {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 10px;
  color: #ffffff;
  
 }
 
 .points {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 14px;
	line-height:18px;
  color: #ff9900;
  
 }

.contentbigger {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 14px;
	line-height:18px;
  color: #666666;
  
   }

.contentheading {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 15px;
	line-height:18px;
  color: #009933;
  
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
  color: #FFFF66;
}

.nav {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 14px;
}

.SiteMap {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.CentrePanel {
	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height:15px;
	color: #f7f7f7;
}

.footer {
  	font-family: Lucida Grande, helvetica, verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
.form {color: #333333}

input,textarea {
	background-color:#eeeeee;
	color:#000000;
	
}
input.big {
	width: 100px;
}

input.gallerynav {
	width: 50px;
	font-size: 9px;
}

#mousemove, #drag {
	width: 914px;
	height: 350px;
	border: 1px solid #000;
	overflow: auto;
	margin: 0 auto;
}
 
#drag { 
	cursor: url(openhand.cur), move;
}
 
.inside {
	width: 2000px;
	height: 1000px;
}
 
.move {
	background: #eee url(bg.jpg);
}
 
.drag {
	background: #333 url(bg2.jpg);
}

#demotip { 
    display:none; 
    background:transparent url(../images/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	border-color: #FFFFFF;
	display: block;
	position: absolute;
	top: -280px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #FFFFFF;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 95px;
	height: 70px;
}

.hoverbox li
{
	background: #fff;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 1px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #FFFFFF;
	border:1px solid #FFFFFF;
	width: 400px;
	height: 293px;
}

		a{
			z-index:10;
			}
		a:hover{
			position:relative;
			z-index:100;
			}			
		a span{
			display:none;
			}
		a:hover span{
			display:block;
			position:absolute;
			float:left;
			white-space:nowrap;
			top:-2.2em;
			left:.5em;
			background:#fffcd1;
			border:1px solid #444;
			color:#444;
			padding:1px 5px;
			z-index:10;			
}


