li
{
	list-style: none;
}

.rollover
{
	display: block;
	float: left;
	display: inline;
}

.rollover:hover
{
	visibility: visible;
}

.rollover img
{
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover img
{
	visibility: hidden;
}

/* Navigation
**************/

#navigation
{
	float: right;
	margin: 0px;
	padding: 0px;
}

#navigation li
{
	float: left;
	padding: 0px;
	margin-left: 15px;
}

#home
{
	background: url(/images/navigation/home-ho.png) no-repeat;
	width: 95px;
	height: 30px;
}

#catalogue
{
	background: url(/images/navigation/catalogue-ho.png) no-repeat;
	width: 95px;
	height: 30px;
}

#about
{
	background: url(/images/navigation/about-ho.png) no-repeat;
	width: 95px;
	height: 30px;
}

#contact
{
	background: url(/images/navigation/contact-ho.png) no-repeat;
	width: 95px;
	height: 30px;
}

#help
{
	background: url(/images/navigation/help-ho.png) no-repeat;
	width: 95px;
	height: 30px;
	margin-left: 0px;
}

#shipping
{
	background: url(/images/navigation/shipping-ho.png) no-repeat;
	width: 95px;
	height: 30px;
	margin-left: 0px;
}

/*Searchbox
*****************/
#searchbox
{
	background: url(/images/layout/searchbox-bgd.png) no-repeat;
	clear: right;
	float: right;
	margin-top: 50px;
}

#searchbox div
{
	background: url(/images/layout/searchbox-bgd.png) no-repeat;
}

#search-input
{
	border: none;
	background: none;
	padding-left: 20px;
	padding-top: 5px;
	height: 21px !important;
	height/**/: 25px;
	width: 220px !important;
	width/**/: 240px;	
}

#searchbox#input
{
	display: none;
}

/*Admin
*******************/
#admin
{
	float: left;
	clear: left;
	margin: 90px 0px 0px 7px;
	color: #f79420;
	background: black;
	padding: 22px;
}

#admin li
{
	list-style: disc;
	color: #ea1f27;
}

#admin li a:link,
#admin li a:visited
{
	list-style: circle;
	color: #ea1f27;
}

#admin li a:hover
{
	list-style: circle;
	color: #f79420;
}


/* Layout - titles
******************/

#cart
{
	background: url(/images/titles/cart.png) no-repeat;
	width: 170px;
	height: 15px;
	text-indent: -9999px;
}


#promo
{
	background: url(/images/titles/promo.png) no-repeat;
	width: 170px;
	height: 15px;
	text-indent: -9999px;
}


#testimonial
{
	background: url(/images/titles/testimonial.png) no-repeat;
	width: 170px;
	height: 15px;
	text-indent: -9999px;
}

#featured
{
	background: url(/images/titles/featured.png) no-repeat;
	width: 170px;
	height: 15px;
	text-indent: -9999px;
	margin-top: 20px;
}

#question
{
	background: url(/images/titles/questions.png) no-repeat;
	width: 170px;
	height: 15px;
	text-indent: -9999px;
}

#friend
{
	background: url(/images/titles/friend.png) no-repeat;
	width: 170px;
	height: 15px;
	text-indent: -9999px;
}

#catalogue-subnav
{
	background: url(/images/titles/catalogue.png) no-repeat;
	width: 100px;
	height: 15px;
	text-indent: -9999px;
}


