/*
CSS for The Essentials Home
*/


* {
	margin:  0;
	padding: 0;
}

/*-- Header --*/

#header {
	position: relative;
	top:0px;
	height: 158px;
	background-color: #FBB040;
}
#header h1 {
	font-size: small;
	padding-top: 40px;
}
#header img{
	position: absolute;
	top:0px;
}

/*---------------------------  mainnav -------------------------------*/

#mainnav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
	z-index: 2;
}
#mainnav ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #414042;
	border-top: 1px solid white;
	/*          border-bottom: 1px solid pink;         */
	/*          border-top: 1px solid pink;            */
}
#mainnav li {
	float: left;
}
#mainnav a {
	display: block;
	padding: 7px 15px; 	/*adjust size of the link boxes (Length X Width)*/
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: medium;
	color: white;
	font-weight: bold;
	border-right: 1px solid #e9e9e9;	  /*color for the lines in between links*/
}
#mainnav a#active {
	color: white;
	background-color: #A81D2E;
}
#mainnav a:hover {
	color: white;
	background-color: #A81D2E;
}

/*--  Body  --*/

body {
	background-color: white;
	font-size: medium;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#content {
	position: relative;
	top: 0px;
	z-index: 2;
	width: 950px;
	background-color: white;
	padding-bottom: 150px;	
	height: 1200px;	
}
#wrapper {
	width: 950px;
	margin: auto;
	-moz-box-shadow: 0 0 1.25em black; 
	-webkit-box-shadow: 0 0 1.25em black; 
	box-shadow: 0 0 1.25em black; 
}
#home {
position: absolute;
top: 0;
	z-index:5;
	padding-top: 10px;

	padding-left:1px;

}

#home a:link{

	font-size: medium;

	font-weight: bold;

	text-decoration: none;

	background-color: black;

	color: white;

	padding-left: 20px;

	padding-right: 20px;

	padding-top: 10px;

	padding-bottom:10px;

	border-bottom-left-radius: .7em;

	border-bottom-right-radius: .7em;

}

#home a:hover{

	background-color: #ffd800;

	color: black;

}
/*---------------------------  featuredcont -------------------------------*/

#featurewrapper {
	position: relative;
	top: 30px;
	left: 15px;
	width: 920px;	
}
#featurewrapper a.name {
	font-weight: bold;
	font-size: large;
	color: black;
	text-decoration: none;
}
#featurewrapper a.name:visited {
	color: black;
}
#featurewrapper a.name:hover {
	color: #BF4E44;
	text-decoration: underline;
}
#featurewrapper img {
	border: 0;
	padding: 0;
}
#sevcont {
	position: relative;
	top:0;
}
#sevmin img{
	border: 1px solid black;	
}
#a1 {
	position: absolute;
	top: 110px;
	
}
#a2 {
	position: absolute;
	top: 110px;
	left: 242px;
}
#a3 {
	position: absolute;
	top: 110px;
	left: 484px;
}
#a4 {
	position: absolute;
	top: 110px;
	left: 726px;
}
#sevmore {
	position: relative;
	top:290px;
	float: right;
	
}
#sevmore a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #BF4E44;
	padding:  10px 15px;
	border-radius: .7em;
}
#sevmore a:hover{
	color: white;
	
	text-decoration: underline;
	background-color: black;
	
}

/*---------------------------------80s----------------------------------*/

#eigcont {
	position: relative;
	top:325px;
}
#eigmin img{
	border: 1px solid black;	
}
#a5 {
	position: absolute;
	top: 95px;
}
#a6 {
	position: absolute;
	top: 95px;
	left: 242px;
}
#a7 {
	position: absolute;
	top: 95px;
	left: 484px;
}
#a8 {
	position: absolute;
	top: 95px;
	left: 726px;
}
#eigmore {
	position: relative;
	top:290px;
	float: right;
	
}
#eigmore a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #F2B057;
	padding:  10px 15px;
	border-radius: .7em;
}
#eigmore a:hover{
	color: white;
	
	text-decoration: underline;
	background-color: black;
	
}
/*---------------------------------90s----------------------------------*/

#nincont {
	position: relative;
	top:650px;
}
#ninmin img{
	border: 1px solid black;	
}
#a9 {
	position: absolute;
	top: 95px;
}
#a10 {
	position: absolute;
	top: 95px;
	left: 242px;
}
#a11 {
	position: absolute;
	top: 95px;
	left: 484px;
}
#a12 {
	position: absolute;
	top: 95px;
	left: 726px;
}
#ninmore {
	position: relative;
	top:290px;
	float: right;
	
}
#ninmore a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #125147;
	padding:  10px 15px;
	border-radius: .7em;
}
#ninmore a:hover{
	color: white;
	
	text-decoration: underline;
	background-color: black;
	
}

/*---------------------------  info -------------------------------*/

#info {
	position: relative;
	top: 1000px;
	left: 15px;
}
#info a {
	text-decoration: none;
}
#info a:hover {
	text-decoration: underline;
}
/*---------------------------  footer -------------------------------*/

#footer {			/*footer container*/
	position: relative;
	top: 0px;
	z-index: 2;
	background-color: #e9e9e9;
	border-top: 1.5px solid black;
	height: 60px;
	width: 950px;
}
#footernav {
	position: absolute;
	top: 20px;
	left: 845px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: small;	
}
#copyright p {
	padding-top: 20px;
	padding-left: 15px;
	font-size: small;
	color: black;
}
#footernav li {
	display: inline;
	color: black;
}
#footernav a:link, #footernav a:visited {
	color: black;
	text-decoration: none;
}
#footernav a:hover, #footernav a:active {
	color: #960707;
	text-decoration: underline;
}
