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


body{
	background-image:url("wallpaperipadportrait.png");
	background-repeat:no-repeat;
	background-size: cover;
	}

#container_Menu{
	height: 50px;
	}
	
#nav {
	display: inline-block;
	position: relative;
	margin-left: 0;
	}
	
#nav ul { 
	line-height: 50px;
	width: auto;
	background: #CCC;
	}


#nav li {
	margin: 0; 
	padding: auto; 
	list-style: none;
	float: left; 
	display: inline-block;
	position: relative; 
	}
	
#nav ul li a {
	text-align: center; 
	height: 50px; 
	width: 120px;  
	font-size:20 px;
	font-family: Tahoma, Geneva, sans-serif; 
	font-weight: bold;
	text-decoration: none; 
	color: #FFF;  
	display:inline-block;
	}
	
#nav ul li a:hover {
	background: #F00;
	color: #ffffff; 
	}
	
#nav ul ul {
	background: #666;
	padding: 0;
	position: absolute;
	visibility: hidden;
	top: 100%;
	z-index: 9999;	
	}

#nav ul ul li{
	font-weight: bold;
	float: none;
	position: relative;
	
	}

#nav ul ul li a{
	color: #FFF;
	font-size:12px;
	display: table-cell;
	}

#nav ul li:hover > ul {
	visibility: visible;
	
	}
	
#nav ul ul ul {
	visibility: hidden;
	position: absolute; 
	padding: 0;
	left: 100%;
	top: 0; 
	}
	
#nav ul ul ul li{
	float: none;
	position: relative;
	}
	
#nav ul ul ul li a{
	width: 200px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	}
	
#nav ul ul li:hover > ul {
	visibility: visible;
	z-index: 9999;
	opacity: 1;
	}	
	
	
#gallery{
	padding-top: 10px;
	position: relative;
	margin-right: 0;
	overflow: hidden;
	color: #F00;
	}

#gallery h1{
	color: #FFF;
	}

#gallery h2{
	color: #FFF;
	}	

table#pics {
    width: auto;
	border-spacing: 15px;
	}

table#pics td{
	text-align: center;
  }
	
.photo{
	width: 110px;
	height: 90px;
	padding: 5px;
	}

table#build_log {
    width: auto;
	border-spacing: 30px 10px;
	}
	
table#build_log td{
	width: 250px;
	text-align: center;
	font-size: 18px;
	/* font-weight: bold; */
  }	
	
#middle{
	padding-top: 30px;
	text-align: center;
	color: #FFF;
	}
	
#middle a{
	color: #FFF;
	font-weight: bold;
	}

#middle h3{
	color: #F00;
	}	

#statement{
	width: 60%;
	}

#statement ol{
	text-align: justify;
	}
	
#link_back a{
	color: #FFF;
	font-weight: bold;
	}

table#vids {
    width: auto;
	border-spacing: 15px;
	}
	
table#vids td{
	text-align: center;
  	}
	
table#vids iframe{
	width: 400px;
	height: 300px;
  	}

table#parts{
	background-color: #333;
	}
	
table#parts td{
	padding: 10px;
	text-align: center;
  	}

p{
	font-size: 18px;
	}
	

#disclaimer{
	color: #FFF;
	}