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

* { margin:0;
	padding:0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

body 		{ 
	background-color:#2E2B2C;
}
.logo	{
	background-image:url(logo1.png);
	height:140px;
	width:544px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
}
.font1	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-size:24px;
}

.menu1 {
	top: 5px;
	color: #666;
 	font-size: 11px;
 	font-family: georgia, helvetica, arial;
 	text-align: center;
	list-style:none;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.menu1 li {	
	display:inline;
	padding-right:15px;	
	text-transform: uppercase;

}

.menu1 li a {
	text-decoration:none;
	color:#FFF;
}
.menu1 li a:hover	{
	color:#FFF;
	text-decoration:underline;
}

.outerwrapper	{
	background-color:#FFF;
	width:1000px;
	height:500px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.innerbox	{
	background-color:#FFF;
	height: 317px;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	display:block;
}

#slider {
   width: 950px; /* important to be same as image width */
   height: 315px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#sliderContent {
   width: 950px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 0px 0px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

h1   {
   color: #000;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Georgia, Arial, Helvetica, sans-serif; 
	line-height: 16px;   
}

.maintext	{
	text-align:center;
}

.maintext2	{
	text-align:center;
	padding-left:70px;
	padding-right:70px;
	padding-top:20px;
	color: #666;
 	font-size: 11px;
 	font-family: georgia, helvetica, arial;


}

.footer	{
	height:60px;
	width:100%;
	display:block;
	text-align:center;
	color: #666;
 	font-size: 11px;
 	font-family: georgia, helvetica, arial;
}

.footer a	{
	text-decoration:none;
	color:#666;
}

.footer	a:hover	{
	text-decoration:underline;
}

.services1	{
	float:right;
	width:530px;
	color: #666;
 	font-size: 11px;
 	font-family: georgia, helvetica, arial;
	}
	
h2	{
	color: #00F;
 	font-size: 15px;
 	font-family: georgia, helvetica, arial;
}

.servicesmenu	{
	color: #666;
 	font-size: 18px;
 	font-family: georgia, helvetica, arial;
	margin-left: 15px;
	margin-top: 5px;}

.servicesmenu ul	{
	margin-left:20px;
	top:5px;
	margin-top: 5px;

}

.servicesmenu li{
	list-style-image:url(img/arrowright.png);
	margin-left: 15px;
	line-height:22px;
	margin-top: 5px;	}
	
.links1	{
	float:right;
	width:530px;
	color: #666;
 	font-size: 11px;
 	font-family: georgia, helvetica, arial;
}

#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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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; }

.contactbox	{
	width:400px;
	height:400px;
	display:block;
	color: #666;
 	font-size: 11px;
 	font-family: georgia, helvetica, arial;
	float:left;
}
	
