/* Begin General Elements */
html{ 
	overflow-y:scroll; 
	}  
body {
	margin:0 0 0 0;
	background:#394d3a;
	font-family:Helvetica, Arial sans-serif;
	font-size:13px;
	line-height:19px;
	}
#table_bkg {
	background:#394d3a url(https://www.steelplanters.net/images/sp_bkg.jpg) top center repeat-y;
	}
h1, h2, h3, h4, h5, h6, p { 
	margin:0;
	padding:0;
	}
img {
	border:none;
	}
a:link {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}
a:visited {
	text-decoration:none;
	color:#0c8443;
	font-weight:bold;
	}
a:active {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}
a:hover	{
	text-decoration:none;
	color:#89cb4a;
	font-weight:bold;
	}

#header {
	background:url(https://www.steelplanters.net/images/transparent_bkg_rpt.png) top left repeat;	
	padding:0;
	}
	#header h1 {
		font-size:48px;
		text-align:center;	
		vertical-align:middle;
		text-transform:uppercase;
		}
		#trademark {
			font-size:24px;
			position:relative;
			top:8px;
			right:60px;
			text-align:right;
			}
#nav {
	background:#fff;	
	font-size:16px;
	font-weight:bold;
	line-height:53px;
	text-transform:uppercase;
	padding:2px 0 0 70px;
	}
#main_content {
	background:#fff;
	padding:25px 25px 10px 75px;
	text-align:left;
	}
	#main_content h2 {
		font-size:25px;
		text-transform:uppercase;
		padding:0 0 15px 0;
		}
	#main_content h3 {
			font-size:15px;
			padding:0 0 10px 0;
			text-transform:uppercase;
			}	
	#main_content p {
		clear:both;
		padding:0 95px 10px 0;
		}
		#main_content p ul {
		list-style:inside;
		padding:0;
		}
		#main_content p ul li {
			padding:0;
			}
	#main_col1 {
		float:left;
		display:inline;
		width:340px;
		}
		#main_col1 h3 {
			font-size:18px;
			padding:0 0 5px 0;
			text-transform:uppercase;
			}
		#main_col1 h4 {
			font-size:15px;
			line-height:25px;
			}
	#main_col2 {
		float:left;
		display:inline;
		width:310px;
		}
		#main_col2 h3 {
			font-size:18px;
			padding:0 0 5px 0;
			text-transform:uppercase;
			}
		#main_col2 h4 {
			font-size:15px;
			line-height:25px;
			}
#footer {
	background:url(https://www.steelplanters.net/images/transparent_bkg_rpt.png) top left repeat;
	text-align:center;
	vertical-align:middle;
	}
	#footer h3 {
		font-size:22px;
		text-transform:uppercase;
		padding:10px 20px 0 0;
		}
	#footer p {
		font-size:11px;
		padding-right:20px;
		}
		
/* BEGIN INDEX SLIDESHOW */

#slideshow {
    position:relative;
    height:441px;
	width:798px
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#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; }

