@charset "UTF-8";


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	
}


#wrapper {
	width:920px;
	height: 1268px;
	margin-top:100px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	border: 0px;
	
}


header {
	background-color: #000;	
	padding: 10px;
	border: none;
	width: 900px;
	height: 260px;
	z-index: 10;
	text-align: center;
	
  	 
}


nav {
	position: absolute;
	top: 405px;
	width: 130px;
	opacity: .9;
}


nav ul {
	background: black;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type:none;
	width: 130px;	
	font-family:Stencil std,Baskerville,Georgia,Palatino,Serif;
}


ul nav {
	list-style: none;
	border-top: 1px solid grey;
}


li a#current {
	background: grey;
	border-bottom: 1px solid white;
}
img {
	
	opacity: 1; 
	z-index: 10;
	}

section {
	padding-top: 1px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 675px;
	min-height: 575px;
	margin-left: 168px;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-right: 17px;
	background-color: black;
	opacity: .9;
	z-index: 1;
  	
}

.section2 {
	padding-top: 1px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 675px;
	min-height: 500px;
	margin-left: 168px;
	margin-top: 16px;
	margin-bottom: 30px;
	margin-right: 17px;
	background-color: black;
	
	
  	
}


#video {
	
	margin-top: 10px;
	margin-bottom: 1px;
	margin-right: 5px;
	margin-left: -17px;
	}

.section3 {
	background: url(../images/tv1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 685px;
	min-height: 500px;
	margin-left: 168px;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-right: 17px;
	background-color: black;
	z-index: -8;
	
}

.section4 {
	text-align: center;
	padding-top: 1px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 685px;
	min-height: 775px;
	margin-left: 168px;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-right: 17px;
	background-color: black;
	
}

#menu{
  width: 105%; /* for instance */
  display: table;
  table-layout: fixed;
}
#menu ul{
  display: table-row;
}
#menu ul li{
  display: table-cell;
  width: 33%;
  padding-top: 5px;
  padding-bottom: 5px;
}


#menu1{
  width: 105%; /* for instance */
  display: table;
  table-layout: fixed;
}
#menu1 ul{
  display: table-row;
}
#menu1 ul li{
  display: table-cell;
  width: 33%;
  padding-top: 5px;
  padding-bottom: 5px;
}



#menu2{
  width: 105%; /* for instance */
  display: table;
  table-layout: fixed;
}
#menu2 ul{
  display: table-row;
}
#menu2 ul li{
  display: table-cell;
  width: 33%;
  padding-top: 5px;
  padding-bottom: 5px;
}


#menu3{
  width: 105%; /* for instance */
  display: table;
  table-layout: fixed;
}
#menu3 ul{
  display: table-row;
}
#menu3 ul li{
  display: table-cell;
  width: 33%;
  padding-top: 5px;
  padding-bottom: 5px;
}


#menu4{
  width: 105%; /* for instance */
  display: table;
  table-layout: fixed;
}
#menu4 ul{
  display: table-row;
}
#menu4 ul li{
  display: table-cell;
  width: 33%;
  padding-top: 5px;
  padding-bottom: 5px;
}


#menu5{
  width: 105%; /* for instance */
  display: table;
  table-layout: fixed;
}
#menu5 ul{
  display: table-row;
}
#menu5 ul li{
  display: table-cell;
  width: 33%;
  padding-top: 5px;
  padding-bottom: 5px;
}


#menu6{
  width: 105%; /* for instance */
  display: table;
  table-layout: fixed;
}
#menu6 ul{
  display: table-row;
}
#menu6 ul li{
  display: table-cell;
  width: 33%;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*
aside {
	display: inline;
	float: left;
	width: 33%;
	}
*/


.center {
	text-align:center;	
	
}




footer {	
	color: #F00;
	background-color: #000;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 168px;
	border: none;
	text-align:center;
	font-family:Stencil std,Baskerville,Georgia,Palatino,Serif;
	height: 120px;
	
	width: 732px;
	opacity: .9;
}


.bottomlogo {
	margin-top: -143px;
	margin-left: 85%;
	
}


/*
footer {
	margin-left:-2em; 
	margin-right:-2em; 
	background-color:gray; 
	color:white;
	padding:1em 2em;
	
}
*/
a:link {
	color: red;
	font-size: 105%;
	text-decoration: none;
}
a:visited {
	color: blue;
	font-size: 105%;
	text-decoration: none;
}
a:hover {
	color: red;
	font-size: 105%;
	text-decoration:underline;
	background-color:green; 
}
a:active {
	color: blue;
	font-size: 105%;
	text-decoration: underline overline;
	background-color: white;
}




/*	
#footer a:link {color:white; text-decoration:none; padding:10px; border:outset gray 3px;}

#footer a:visited {color:white; text-decoration:none; padding:10px; border:outset gray 3px;}

#footer a:hover {color:white; text-decoration:none; padding:10px; border:inset gray 3px;}

#footer a:active {color:white; text-decoration:none; padding:10px; border:outset gray 3px;}
*/