/* ---------------------------- */
/*			  TAGS	 			*/
/* ---------------------------- */
html{
	min-width: 800px;
	min-height: 600px;
	border: 0px solid green;
}
body{
	font-family: "Helvetica", "Arial", "Sans-Serif", Arial, sans-serif;
	background-color: white;
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
	/* background-image: url('bg.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: black;
	height: 100%;
	width: 100%;
	min-width: 1000px;
	min-height: 500px;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing:2px;
}
/* ---------------------------- */
/*			   IDs	 			*/
/* ---------------------------- */
#nav{
	border: 0px solid red;
	width: 100%;
	min-width: 1000px;
}
#bodyworkPhotos{
	border: 0px solid red;
}
#lineBG{
	margin: auto;
	min-width: 1000px;
	z-index:-3;
	position:fixed;
	top:40%;
	/* background-color:rgba(0,0,0,0.05); */
	background-color:rgba(10,90,90,0.05);
	width:100%; 
	height:170px;
	letter-spacing: 50px;
	color: white;
	font-size:250px;
	line-height: 180px;
}
#socialTable{
	position:fixed;
	top:50%;
	left:0px;
}
#socialTable td{
	border: 0px solid red;
	border-radius:10px;
	background-color:rgba(0,0,0,0.1);
}
#socialTable img{
	padding: 10px;
	width: 30px;
	height: auto;
}
#socialTable img:hover{
	padding: 15px;
	width: 30px;
	height: auto;
}
/* ---------------------------- */
/*			 Classes 			*/
/* ---------------------------- */
.bodyDiv{
	border: 0px solid red;
	color: black;
	/* background: rgba(255,255,255,0.8); */
	width: 100%;
	margin: auto;
}
.navLink{
	font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-size: 15px;
}
.logo{
	border: 0px solid red;
	width:100%;
	height:auto;
}
.navTable{
	width: 60%;
	min-width: 100px;
	border: 0px solid red;
	border-spacing: 5px;
}
.navTable tr{
	width: 100%;
}
.navTable td{
	width: 16%;
	height: 25px;
	border: 0px solid blue;
	background: rgba(10,90,90,0.7);
}
.contactTable{
	margin: auto;
	border-spacing: 0px;
	border: 0px solid red;
}
.contactTable tr{
	width: 100%
}
.contactTable td{
	padding: 10px;
	border: 0px solid red;
	background-color: rgba(0,0,0,0);
}
.contactTable img{
	width: 200px;
	height: auto;
	border-radius: 100%;
}
.imageContainerTable{
	margin:auto;
}
.imageContainerTable td{
	vertical-align:top;
}
.imageTable{
	margin: auto;
	border: 0px solid red;
	border-spacing: 0px;
}
.imageTable tr{
}
.imageTable td{
	width: 25%;
	border: 0px solid red;
}
.imageTable img{
	width: 125px;
	height:auto;
}
.partsTable{
	margin: auto;
	border-spacing: 0px;
}
.partsTable td{
	width: 150px;
	border: 0px solid red;
}
.partsTable img{
	width: 150px;
	height: 150px;
	border-radius: 100px;
}
.indexTable{
	width: 100%;
	margin: auto;
	border-spacing:0px;
}
.indexTable td{
	width: 33%;
	border: 0px solid red;
}
.indexTable img{
	width:150px;
	height: auto;
}
.aboutDiv{
	
}
.aboutDiv img{
	height: 200px;
	width: auto;
}
.aboutDiv table td{
	width:50%;
}
.footerTable{
	font-size: 15px;
	font-weight: bold;
	position: fixed;
	bottom: 10px;
	width: 100%;
	min-width: 100px;
	border: 0px solid red;
	/* border-spacing: 0px; */
	/* background-color:rgba(255,255,255,0.5); */
	color: black;
	
}
.footerTable tr{
	width: 100%;
}
.footerTable td{
	/* width: 25%; */
	/* border: 1px solid blue; */
	/* background: rgba(0,0,0,0.5); */
}
/* ---------------------------- */
/*		 Link Properties 		*/
/* ---------------------------- */
a:link {color:#FFF; text-decoration: none;} 
a:visited {color:#FFF; text-decoration: none;}
a:hover {color:#FFF; text-decoration: underline;}
a:active {color:#FFF; text-decoration: none;}

/*Image Display Start*/
#popUpOverlay{
	position:fixed;
	z-index: 3;
	top:0px;
	left:0px;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: black;
	border: 0px solid red;
	overflow-y:scroll;
    overflow-x:hidden;
	/* z-index - layer level controller */
}
#popUpOverlay.active{
	z-index: 3;
	visibility: visible;
}
#popUpOverlay.inactive{
	z-index: 3;
	visibility: hidden;
}
#imageShow{
	z-index: 3;
	width: 500px;
	height: auto;
}
.imageDisplayDiv{
	z-index: 3;
	border: 0px solid red;
	color: white;
}
/*Image Display End*/





