@charset "utf-8";
/* CSS Document */

#header{
	top:0px;
	left:42px;
	position:absolute;
	width:1020px;
	height:198px;

}
#navigation_box{
	top:195px;
	left:40px;
	position:absolute;
	width:1028px;
	height:52px;
	z-index:0;
}
#navigation{
	top:198px;
	left:505px;
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height: 31px;
	width: 555px;
	line-height: 17px;
}
#a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}
link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CC00;

}



     

	
.cssbox{
	width:741px;
	height:489px;
	background-image:url(images/BG.jpg);
	margin-left:100px;
	margin-top:100px;
	position: relative;
	background-repeat: no-repeat;
	z-index: 0;

}
#picturebox{
	width:1022px;
	height:501px;
	position:absolute;
	left: -58px;
	top: 99px;
	z-index: -3;
	background-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
#house {
	width:257px;
	height:184px;
	position:absolute;
	left:43px;
	top:402px;
	z-index: 0;
	}
	
#sideline {
	width:424px;
	height:184px;
	position:absolute;
	left:41px;
	top:245px;
	z-index: 0;
}
#contentBG {
	width:591px;
	height:414px;
	background-image:url(images/contentBG.png);
	position:absolute;
	left: 396px;
	top: 258px;
	z-index: -2;
}
#colum2 {
	width:513px;
	height:318px;
	position:absolute;
	left: 445px;
	top: 337px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	overflow:auto;
	z-index: 0;
}
#headline{
	width:2px;
	height:84px;
	position:absolute;
	left: 318px;
	top: 251px;
	z-index: +1;
}
#headline2{
	width:2px;
	height:84px;
	position:absolute;
	left: 269px;
	top: 250px;
	z-index: +1;
}
#subnav{
	width: 140px;
	height:117px;
	position:absolute;
	left: 358px;
	top: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 17px;
}
#disclaimer {
	width: 1024px;
	height:52px;
	position:absolute;
	left: 42px;
	top: 701px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #660000;
}
#contentdiclaimer{
	width:507px;
	height:86px;
	position:absolute;
	left: 357px;
	top: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	overflow:auto;
}

	
	body {
	background-color: #242424;
	color: #000000;
	margin: 0px;
}

.imago_thumbImg {
	border: 5px solid #000000;
}

.imago_selectedThumb {
	border: 5px solid #FFFFFF;
}

#imagoError {
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	color: #FFFFFF;
}

#imagoThumbMenu {
	position: relative;
	left: 50px;
	top: 250px;
	width:300px;
	height: 450px;
	overflow:auto;
}
 
#imagoCurrentThumbTable {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 5px;
	padding: 5px;
	outline: 5px;
}


#imagoFrame {
	position: relative;
	margin-top: -250px;
	margin-left: 370px;
}

#imagoCurrentImageDiv {
	position: relative;
	top:100px;
	left:80px;
}

#imagoCurrentImg {
	
}
.imagogallery{
    position: relative;
	top: 0px;
	left: 0px;

}

#imagoLoadingDiv {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index:10;
	width: 100%;
	height: 100%;
}

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	background: url('img/loading.gif') no-repeat center center;
	background-color: #000;
}
#imagoCurrentImageLoadingDiv {
	position: absolute;
	top:100px;
	left:80px;
	display: none;
	z-index:10;
}
a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 31px;
	width: 31px;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
}

a.imago_navPrev {
	left: 30px;
	bottom: 0px;
	background: url('img/prevImg.png') no-repeat top left;
}

a.imago_navNext {
	right: 30px;
	bottom: 0px;
	background: url('img/nextImg.png') no-repeat top right;
}

a.imago_navNextImage:hover {
	background: url('img/nextImg.png') no-repeat center center;
}

a.imago_navNextImage {
	right: 20px;
	top: 0px;
}

a.imago_navPreviousImage {
	left: 20px;
	top: 0px;
}
a.imago_navPreviousImage:hover {
	background: url('img/prevImg.png') no-repeat center center;
}

