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

* 
{
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
    background-image: url(../images/background.jpg);
	background-position:right bottom;
    background-attachment:fixed;
}

#content
{
	width:950px;
	height:750px;
	background-image:url(../images/main_window.png);
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	text-align:left;
}

* html #content
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/main_window.png", sizingMethod="scale");
}


/*******************************************Navigation****************************************/
#nav	 
{
	width:380px;
	height:45px;
	left:515px;
	top:77px;
	position:relative;
	background:url(../images/menu.jpg);
}

#nav li 
{
	float:right;
}

#nav li a 
{
	position: absolute;
	top: 0;
	margin: 0;
	padding:0;
	display: block;
	height: 45px;
	background: url(../images/menu.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#nav_home a 
{
	left:0;
	width:54px;
	background-position: 0 0;
}

li#nav_aboutus a 
{
	left:64px;
	width:72px;
	background-position: -64px 0;
}

li#nav_services a 
{
	left:146px;
	width:65px;
	background-position: -146px 0;
}

li#nav_gallery a 
{
	left:221px;
	width:59px;
	background-position: -221px 0;
}

li#nav_contact a 
{
	left:290px;
	width:90px;
	background-position: -290px 0;
}

li#nav_home a:hover 
{
	background-position: 0 -47px;
}

li#nav_aboutus a:hover 
{
	background-position: -64px -47px;
}

li#nav_services a:hover 
{
	background-position: -146px -47px;
}

li#nav_gallery a:hover 
{
	background-position: -221px -47px;
}

li#nav_contact a:hover 
{
	background-position: -290px -47px;
}

/**********************************************Navigation Ends****************************************************/

#details_area
{
	width:950px;
	padding-top:87px;
}

#details_area_left
{
	width:330px;
	float:left;
	padding-left:70px;
}

#details_area_right
{
	width:510px;
	float:right;
}

h1, h2
{
	font-size:18px;
	color:#FFFFFF;
}
	
h2
{
	font-size:12px;
}
		
.details_text
{
	font-size:11px;
	color:#FFFFFF;
	text-align:justify;
	line-height:1.5em;
	padding-right:60px;
	padding-top:10px;
}	

#details_area_right a:link, #details_area_right a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

#details_area_right a:hover
{
	text-decoration:underline;
}
		
.clearify
{
	clear:both;
	visibility:hidden;
}

.img
{
	border:#FFFFFF solid 3px;
}

/********Gallery Styling********************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; 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: 10; }
#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{	padding:0 10px; 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: 90; width: 100%; height: 500px; background-color: #000; }	
