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

#container{
	position:relative;
	width:1125px;
	height:900px;
	background-image:url('images/common_bg.jpg');
	margin:auto;
	top:-8px;
}

#button{
	width:555px;
	height:160px;
	position:absolute;
	top:579px;
	left:307px;
	z-index:9999;
}
	

#house{
	width:994px;
	height:737px;
	position:absolute;
	margin:auto;
	border:none;
	top:59px;
	left:57px;
	position:absolute;
	z-index:50;
	background-repeat:no-repeat;
}

#homehouse{
	width:994px;
	height:859px;
	position:absolute;
	margin:auto;
	border:none;
	top:5px;
	left:52px;
	position:absolute;
	z-index:50;
}

#aboutushouse{
	width:994px;
	height:859px;
	position:absolute;
	margin:auto;
	border:none;
	top:5px;
	left:71px;
	position:absolute;
	z-index:50;
}
#processhouse{
	width:994px;
	height:859px;
	position:absolute;
	margin:auto;
	border:none;
	top:5px;
	left:71px;
	position:absolute;
	z-index:50;
}

#contacthouse{
	width:994px;
	height:859px;
	position:absolute;
	margin:auto;
	border:none;
	top:5px;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	z-index:10;
}



body{
	background-color:#333;
}

#navbar{
	width:900px;
	height:73px;
	position:absolute;
	top:216px;
	left:0px;
	right:0px;
	margin:0 auto;
	
	z-index:99;
	}

#indeximages{
	width:872px;
	height:602px;
	position:absolute;
	top:129px;
	left:132px;
	background-image:url(images/bg_images.jpg);
}
	
/*Style for the lightbox popup */
	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 9999; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 9998; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	margin:0 20px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 9999; width: 100%; height: 500px; background-color: #000; }

/* End of Style for the lightbox popup */




/*
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

</script>

*/

/*

<!-- include jQuery library -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>

<!-- include Cycle plugin -->
<script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.2.74.js"></script>

<!--  initialize the slideshow when the DOM is ready -->
<script type="text/javascript">
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
</script>

<script type="text/javascript">
$(document).ready(function() {
    $('.slideshow2').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
</script>


*/










