.cssnav a {
   color: #000000;
   font-size: 11px;
   color: black;
   text-decoration: none;
}

.cssnav img {
   width: auto;
   height: auto;
   border: 0;
}

* html a:hover {
   visibility:visible;
}

.cssnav a:hover img {
   visibility:hidden;
}

body img {
   border:none;
}

#wrap {
/*   height: 100%;*/
   background: white;
   width: 811px;
}

#banner img{
   border: 0px none;
   margin-bottom: 3px;
}

#navHolder {
   height: 27px;
   width: 842px;
   background: #00ADEE;
}

#home {
   float: left;
   margin-left: 17px;
   background: url(../images/home_b.gif) no-repeat;
   display: inline;
   height: 27px;
   width: 43px;
}

#kreed {
   float: left;
   margin-left: 17px;
   background: url(../images/kreed_b.gif) no-repeat;
   display: inline;
   height: 27px;
   width: 49px;
}

#crush {
   float: left;
   margin-left: 17px;
   background: url(../images/crush_b.gif) no-repeat;
   display: inline;
   height: 27px;
   width: 50px;
}

#retail {
   float: left;
   margin-left: 17px;
   background: url(../images/retail_b.gif) no-repeat;
   display: inline;
   height: 27px;
   width: 50px;
}

#family {
   float: left;
   margin-left: 17px;
   background: url(../images/family_b.gif) no-repeat;
   display: inline;
   height: 27px;
   width: 53px;
}

#contact {
   float: left;
   margin-left: 17px;
   background: url(../images/contact_b.gif) no-repeat;
   display: inline;
   height: 27px;
   width: 66px;
}

#news {
   float: left;
   margin-left: 17px;
   background: url(../images/news_b.gif) no-repeat;
   display: inline;
   height: 27px;
   width: 46px;
}

#videos {
   float: left;
   margin-left: 17px;
   background: url(../images/videos_b.gif) no-repeat;
   display: inline;
   height: 27px;
   width: 55px;
}

div#wrapper {
	text-align: left;
	width: 880px;
	margin: 0 auto;
    font: 12px/1.5 verdana, arial, helvetica, sans-serif;
    font-size:11px;
    line-height:17px;
} 

#footer {
   padding: 20px;
   text-align: center;
   margin-top: 20px;
   width:842px;
}

#footermenu {
	background-color: #00ADEE;
	color:white;
	width:842px;
}

#footermenu a {
	color:white;
	text-decoration:none;
}

#footermenu a:hover {
	color:black;
}