/* FDC Navigation */

ul#navigation
{
	border: 0px solid red;
	position: absolute;
	width: 816px;
	top: 183px;
	left: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	clear: both;
}
ul#navigation li 
{
	float: left;
	display:inline;
	font-size: 14px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
}
ul#navigation li A 
{
	text-indent: -9000em;
	color: #004D95;
	text-align: center;
	width: 85px;
	height: 40px;
	display: block;
	overflow: hidden;
	font-size:10px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
ul#navigation li A:hover 
{
	margin: -3px 0px 0px 0px;
	padding-bottom: 3px;
}

ul#navigation li A.activeLink
{
	background-position: 0 -48px;
}


ul#navigation li#home A 
{
	background-image: url(../images/home.gif);
}

li#about A
{
	background-image: url(../images/about.gif);
}
li#limestone A
{
	background-image: url(../images/limestone.gif);
}

li#natural A 
{
	background: #ff0000;
}
li#marblefireplaces A 
{
	background-image: url(../images/marble.gif);
}	
li#fdc_collection A 
{
	background-image: url(../images/fdccollection.gif);
}



li#marble A
{
	background: #00ff00;
}
li#gas_electric A
{
	background-image: url(../images/gaselectricfires.gif);
}
	
li#westfield A
{
	background-image: url(../images/westfield.gif);
}

li#gallery A
{
	background-image: url(../images/gallery.gif);
}

li#contact A
{
	background-image: url(../images/contact.gif);
}
	


	
/* admin nav */
	

	
li#stockist a {
	text-indent: -1000em;
	background: url(../images/nav_stockist.jpg) no-repeat left top;
	width: 88px;
	height: 39px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 175px;
	left: 1px;
	font-size:10px;
	}
	
	
li#stockist a:hover {
	background-position: 0px -49px; 
	position: absolute;
	top: 170px;
	left: 1px;
	width: 98px;
	height: 54px;
	}	
	
	
li#news2 a {
	text-indent: -1000em;
	background: url(../images/nav_news.jpg) no-repeat left top;
	width: 88px;
	height: 39px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 175px;
	left: 102px;
	font-size:10px;
	}


li#news2 a:hover {
	background-position: 0px -49px; 
	top: 170px;
	left: 102px;
	width: 98px;
	height: 54px;
	}	



