@charset "utf-8";
/* CSS Document */
   
 /*
    TITLE: 5th Eye Music LLC
    AUTHOR: Tony Wallace II
    PURPOSE: 
    ORIGINALLY CREATED ON: 12-1-13
    LAST MODIFIED ON: 12-3-13
    LAST MODIFIED BY: Tony Wallace II
    MODIFICATION HISTORY:
  
  */

body{
background:url();
backgound-color: #fff;
}
/*This container holds the body together */
#main{
  background-color:#fff;
  font-size:        105%;
  margin: auto;
  width: 950px;
  height: 885px;
  
}
#main2{
  font-size:        105%;
  width: 950px;
 
  
}
#menu {
	background-color: #666;
	border:  10px;
}
#sidebar {
  background-color: #fff;
  margin: auto;
  padding: 10px;
  width: auto;
  float: none;
}
#sidebar2 {
  background-color: #fff;
  margin: auto;
  padding: 10px;
  width: auto;
  float: none;
}
#side2 {
  float: right;
  width: 400px;
}
#side3 {
  float: right;
  width: 450px;
  padding: 5px;
}
#side4 {
  float: right;
  width: 400px;
}
/*creates and styles table */

/*creates and styles footer */
#footer {
  background-color: #fff;
  margin:auto;
  padding-top: 15px;
  width: 950px;
  height: 50px;
  float: none;
  text-align: center;
}
/*cssmenus create and style navigation */
#cssmenu {
  width: auto;
  height: 27px;
  margin: 0;
  padding: 0;
  background: #000000 url(bg-bubplastic.gif) top left repeat-x;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul li {
  float: left;
  margin: 0;
  padding: 0;
  background: transparent url(bg-bubplastic-button.gif) top left no-repeat;
}
#cssmenu ul li a {
  display: block;
  height: 27px;
  padding-left: 35px;
  float: left;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', helvetica, 'microsoft sans serif', arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu ul li a span {
  display: block;
  float: left;
  height: 22px;
  padding-top: 5px;
  padding-right: 35px;
  background: transparent url(bg-bubplastic-button.gif) top right no-repeat;
  cursor: pointer;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  background: transparent url(bg-bubplastic-h-lime.gif) top left no-repeat;
}
#cssmenu ul li a:hover span,
#cssmenu ul li.active a span {
  background: transparent url(bg-bubplastic-h-lime.gif) top right no-repeat;
}
/* Overiding style changes text color to white*/
p.whitewash {
	color: #000;
}