@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-image: url(images/gradientbackground.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}


.twoColElsLt #container {
	width: 900px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 


.twoColElsLt #sidebar1 {
	float: left;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px; /* top and bottom padding create visual space within this div */
	margin: 0px;
}



.twoColElsLt #mainContent {
	margin: 0 0 0 210px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width: 480px;
	background-image: url(images/bigstonetop.png);
	background-position: bottom;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.possumheader {
	width: 100%;
	background-image: url(images/stonetopleft.png);
	margin: 0px auto;
}
.leftsidebox {
	background-image: url(images/stone%20box%20background.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.midboxtitle {
	background-image: url(images/stoneboxwidetop.png);
	height: 48px;
	width: 480px;
	margin: 0 auto;
}

.navbardiv {
	margin: 0px;
	padding: 0px;
	height: 73px;
	width: 100%;
	background-image: url(images/stonebottom.png);
	background-repeat: repeat-x;

}
.navstone {
	width: 100%;
	height: 72px;
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
	background-position:center;

}
.midtitle {
	height: 48px;
	width: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
	background-image: url(images/stoneboxwidetop.png);
	background-repeat: no-repeat;
}

.titlediv {
	width: 100%;
	margin-top: 0px;
	padding-top: 15px;
}
.footer {
	width: 100%;
	background-color: #2b2b2b;
	margin-top: 0px;
	background-image: url(images/stone%20edge.png);
	background-position: top;
	background-repeat: repeat-x;
}

.rightsidebox {
	background-image: url(images/stone%20box%20background.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
.twoColElsLt #sidebar2 {
	float: right;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 15px 0; /* top and bottom padding create visual space within this div */
	margin: 0px;
}
.twoColElsLt #mainContentalt {
	width: 480px;
	background-image: url(images/bigsheerboxbackground.png);
	background-position: bottom;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
}
.midtitlealt {
	height: 48px;
	width: 480px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
	background-image: url(images/Untitledwidesheerboxtop.png);
	background-repeat: no-repeat;
}

.leftsideboxalt {
	background-image: url(images/thinsheerboxbackground.png);
	background-repeat: repeat-y;
	background-position: bottom;
	clear: left;
	float: left;
	width: 200px;
}

.leftalttitle {
	background-image: url(images/narrowsheerboxtop.png);
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 30px;
	width: 200px;
}

.rightsideboxalt {
	background-image: url(images/thinsheerboxbackground.png);
	background-repeat: repeat-y;
	background-position: bottom;
	clear: left;
	float: left;
	width: 200px;
}
.rightalttitle {
	background-image: url(images/narrowsheerboxtop.png);
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 30px;
	width: 200px;
}

#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; }
.footertop {
	background-image: url(images/stone%20edge.png);
	height: 30px;
	width: 100%;
	padding: 0;
	margin-bottom: 0px;
}
.protector {
	background-image: url(images/myimg.gif);
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.bigboxmiddle {
	background-image: url(images/bigstonegradient.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.bigboxbottom {
	background-image: url(images/bigstonebottom.png);
	padding: 0px;
	height: 15px;
	width: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
}
.sheerboxbottom {
	background-image: url(images/sheerboxbottom.png);
	padding: 0px;
	height: 15px;
	width: 480px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
}
.narrowsheerbottom {
	background-image: url(images/narrowsheerboxbottom.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 15px;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	clear: left;
}
.narrowsheerbottom1 {
	background-image: url(images/narrowsheerboxbottom.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 15px;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

.galleryimage {
	width: 450px;

}


.navigationtable td {
	width: 84px;
	height: 50px;
	margin-top: 22px;
	text-align: center;
}


.gallerytitle {
	height: 28px;	
	margin: 0px;
}

#sidebar2 img {
	margin-left: 10px;
}

.formholder {
	width: 700px;
	margin-left: 200px;
	background-color:#063;
}

.navigationtable {
	width: 600px;
	height: 72px;
}

#mainContent img {
border: 1px solid black;
border-radius: 10px;
}





/* ==================== Font Styling ===================== */

/* Headings */
/* H1 */
h1 {
	color: #fff;
	margin: 0px 20px 0px 20px;
	text-align: center;
	font-size: 14px;
}

#sidebar1 h1, #sidebar2 h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 15px 0 15px;
	text-align: left;
}

/*H2*/
h2 {
	color: #CCC;
	font-size: 25px;
	text-align: center;
	margin: 0px;
	
}
#sidebar1 h2, #sidebar2 h2 {
	margin: 8px 15px 0 15px;
	text-align: center;
	font-size: 18px;
}
/* H3 */
h3 {
	font-size: 15px;
	margin: 5px 15px 0 15px;
}

#sidebar1 h3, #sidebar2 h3 {
	text-align: center;
}

.gallerytitle h3 {
	margin:0px;
}

/*===================================================para===========*/

p {
	font-size: 12px;
	margin: 5px 15px;
}

.footer p {
	margin-top: 25px;
}

ul {
	font-size: 12px;
	margin: 5px 15px 5px 0px;
	text-align: left;
}

a {
	color:#0F0;
}



/*================================ STRETCHY BOX ===============================*/

.stretch_outer {
	border: 1px solid black;
	border-radius: 10px;
	background-image:url(./images/stone_repeat.png);
	margin: 10px;
	margin-left: 210px;
	box-shadow: 0px 0px 10px black;
}
.stretch_inner {
	border: 1px solid white;
	border-radius: 10px;
	/*background-color:#181b1f;*/
	background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
	margin: 6px;
	box-shadow: 0px 0px 5px #111;
}

.showcase_body #container {
	padding: 0px 50px;
}

.stretch_inner h2 {
	font-size: 20px;
	color: #3C0;
	text-shadow: 0px 0px 5px black;	
}

.stretch_inner p {
	font-size: 14px;
}

.stretch_inner a {
	color: #0F9;
}
.stretch_inner a:hover {
	color: #096;
}

.standards_table {
	background-color: #666;
	border: 1px solid #999;
	border-radius: 10px;
}

.standards_table img {
	border: 1px solid #999;
	border-radius: 10px;
