/* CSS Document */

* {margin: 0; padding: 0;}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: #333;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

#header {
	background: url(images/header.png) no-repeat center top black;
	width: 950px;
	height: 170px;
	position: relative;
}


/*------------------------------------------------------------------------------------
--------------Navigation Styles-------------------------------------------------------
------------------------------------------------------------------------------------*/
#nav {
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 385px;
	height: 0px;
	position: relative;
}

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
}

#nav li a {
	padding: 0px 20px;
	margin: 0;
	color: #999999;
	text-decoration: none;
	background: black;
}
/*----------Hover------------------------------------------------------------*/
#nav li a:hover {
	text-decoration: underline;
}
/*----------You Are Here-----------------------------------------------------*/
#body_hom li#nav_hom a, #body_inf li#nav_inf a, #body_gal li#nav_gal a, #body_con li#nav_con a  {
		text-decoration: none; 
		/*background-color: black;*/ 
		font-weight: bold;
		color: white;
}

/*------------------------------------------------------------------------------------
--------------Navigation Styles-------------------------------------------------------
-------------------END--------------------------------------------------------------*/


p {
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 0px 15px 0;
}

img {
	border: solid black 1px;
}

h1 {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	margin: 15px 0 10px 0;
}

h2 {
	font-size: 1.7em;
	font-family: "Times New Roman", Times, serif;
	margin: 15px 0 10px 0;
	font-weight: normal;
}

#viewcart {
	position: absolute;
	right: 10px;
	top: 149px;
}

a {font-weight: normal; color: #06F; text-decoration: none;}
a:hover {font-weight: normal; color: #06F; text-decoration: underline;}

ol {margin: 0 0 10px 30px; text-align: justify;}
li {margin: 0 0 5px 0;}

/*----------Home------------------------------------------------------------*/

#body_hom div.textbox {
	width: 350px;
	margin: 0px 0 0 50px;
	padding: 15px;
	float: left;
	text-align: justify;
}

#body_hom img.paypal {
	float: left;
	margin: -10px 0 10px 50px;
	border: none;
}

#body_hom #homepics {
	width: 392px;
	height: 480px;
	float: right;
	margin: 20px 40px 20px 0;
}

#body_hom #homepics img {
	float: left;
}

#body_hom #homepics img.home1 {
	float: left;
	margin-bottom: 10px;
}

/*----------Information------------------------------------------------------------*/

#body_inf div.textbox {
	width: 520px;
	margin: 0 0 0 35px;
	padding: 15px;
	float: left;
}

#body_inf div.textbox p {
	text-align: justify;
}

#body_inf p.h3q {
	margin: 10px 0 10px 0; 
	clear: both; 
	font-size: 1.2em; 
	color: #069; 
	font-weight: normal; 
	padding: 0px; 
/*	border-bottom: 1px solid #666;*/
}


#body_inf a.question {
	text-decoration: none;
	margin: 15px 0 10px 0;
	color: #666;
}

div.answer {margin-left: 20px;}

#infopics {
	width: 265px;
	height: 560px;
	float: right;
	margin: 15px 40px 0 0;
}

#infopics img.infopic {
	margin-bottom: 10px;
}

/*----------Contact------------------------------------------------------------*/

#body_con div.textbox {
	width: 350px;
	margin: 0px 0 0 35px;
	padding: 15px;
	float: left;
/*	border: solid black 1px;*/
	text-align: justify;
}

#body_con img {
	float: right;
	margin: 20px 40px 20px 0;
}


/*----------Gallery------------------------------------------------------------*/

#body_gal div.textbox {
	width: 950px;
	margin: 10px 0 0 0;
	text-align: center;
/*	border: solid black 1px;*/
}

#body_gal img.thumb {
	margin: 40px 40px;
	float: left;
	border: none;
}


/*----------Image Previews------------------------------------------------------------*/

#body_pre #content{ 
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

#body_pre div.textbox {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#body_pre a.prev {
	border: none;
	text-indent: -9999px;
	background-image: url(images/previous.png);
	width: 49px;
	height: 39px;
	display: block;
	float: left;
	position: absolute;
	top: 350px;
	left: 150px;
}

#body_pre a:hover.prev {background-image: url(images/previous_over.png);}

#body_pre a.next {
	border: none;
	text-indent: -9999px;
	background-image: url(images/next.png);
	width: 49px;
	height: 39px;
	display: block;
	float: right;
	position: absolute;
	top: 350px;
	right: 150px;
}
#body_pre a:hover.next {background-image: url(images/next_over.png);}

#body_pre table {
	width: 600px;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#body_pre th { 
	text-align: center;
	background-color: white;
	color: #666;
}

#body_pre td { 
	text-align: center;
	padding: 2px 0;
} 

#body_pre tr { 
	background-color: #CCCCCC;
}


/*----------Thankyou------------------------------------------------------------*/

#body_tha div.textbox {

	margin: 25px 0 300px 0px;
	padding: 15px;
	text-align: center;
/*	border: solid black 1px;*/

}

#body_tha img {
	float: right;
	margin: 20px 50px 20px 0;
}




/*---------------Footer----------------------------------------------------------------------
--------------------------------------------------------------------------------------------*/

#footer {
	clear: both;
	font-size: 0.9em;
	background: #000;
	height: 30px;
	padding: 5px;
	color: white;
	text-align: center;
}

a.nfpltd {
	background-image: url(images/nfpltd.png);
	position: absolute;
	bottom: 10px;
	left: 8px;
	display: block;
	width: 86px;
	height: 20px;
	text-indent: -9999px;
}

/*---------------DSDP----------------------------------------------------------------------
--------------------------------------------------------------------------------------------*/

a.dsdp {
	background-image: url(images/webdesign.png);
	position: absolute;
	bottom: 10px;
	right: 8px;
	display: block;
	width: 80px;
	height: 20px;
	text-indent: -9999px;
}

a.dsdp:hover {
	background-image: url(images/bydsdp.png);
}

/*----------------------END-----------------------------------------------------------------*/




#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; }
