/* Navigation Stylesheet modern binders.co.uk website

  (c) Colin Sewell, 2007
------------------------- */

.skiplinks {display:none;}

img { border: 0; }

a img { border: none; text-decoration: none; }


.ImageLink, .ImageLink:hover
{
    text-decoration: none;
	border-bottom: none;
}


/* Generic Page Links
   ------------------ */

a
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    color: #842a28;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #842a28;
}

/* colour crib :
   d2dfde = greeny  8856a4 = dark purple  efe9f3 = light purple  c8a738 = orange */
a:link
{
    color: #842a28;
}
a:visited
{
    color: #842a28;
}
a:hover
{
    color: #cc0000;
	background-color: #fff;
	border-bottom: 1px solid #cc0000;
}
a:active
{
    color: #d5376d;	/* purple */
}




/* Left Navigation Menu
   -------------------- */

#NavLeftMenu
{
	width: 160px;
}

#NavLeftMenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	overflow: hidden;
}

#NavLeftMenu li
{
    margin: 0;
    padding: 0;
	list-style-type: none;
	list-style-image: none;
	overflow: hidden;
}

#NavLeftMenu a {
	float: left;

	overflow: hidden;
	height: 0px !important;	/* hide inline link text */
	padding: 22px 0 0 0;
	height /**/:22px; /* for IE5/Win only */

	font-size: 80%;
	color: #fff;

	text-decoration: none;
	border-bottom: 0px;
}


#NavLeftMenu #nav-home {
	width: 160px;
	background: url("../images/buttons/nav-home.gif") 0 0 no-repeat;
}
#NavLeftMenu #nav-home:hover {
	background: url("../images/buttons/nav-home.gif") 0 -22px no-repeat;
}


#NavLeftMenu #nav-about {
	width: 160px;
	background: url("../images/buttons/nav-about.gif") 0 0 no-repeat;
}
#NavLeftMenu #nav-about:hover {
	background: url("../images/buttons/nav-about.gif") 0 -22px no-repeat;
}


#NavLeftMenu #nav-bespoke {
	width: 160px;
	background: url("../images/buttons/nav-bespoke.gif") 0 0 no-repeat;
}
#NavLeftMenu #nav-bespoke:hover {
	background: url("../images/buttons/nav-bespoke.gif") 0 -22px no-repeat;
}


#NavLeftMenu #nav-unusual {
	width: 160px;
	background: url("../images/buttons/nav-unusual.gif") 0 0 no-repeat;
}
#NavLeftMenu #nav-unusual:hover {
	background: url("../images/buttons/nav-unusual.gif") 0 -22px no-repeat;
}


#NavLeftMenu #nav-fastback {
	width: 160px;
	background: url("../images/buttons/nav-fastback.gif") 0 0 no-repeat;
}
#NavLeftMenu #nav-fastback:hover {
	background: url("../images/buttons/nav-fastback.gif") 0 -22px no-repeat;
}


#NavLeftMenu #nav-gifts {
	width: 160px;
	background: url("../images/buttons/nav-gifts.gif") 0 0 no-repeat;
}
#NavLeftMenu #nav-gifts:hover {
	background: url("../images/buttons/nav-gifts.gif") 0 -22px no-repeat;
}


#NavLeftMenu #nav-motivators {
	width: 160px;
	background: url("../images/buttons/nav-motivators.gif") 0 0 no-repeat;
}
#NavLeftMenu #nav-motivators:hover {
	background: url("../images/buttons/nav-motivators.gif") 0 -22px no-repeat;
}


#NavLeftMenu #nav-recycled {
	width: 160px;
	background: url("../images/buttons/nav-recycled.gif") 0 0 no-repeat;
}
#NavLeftMenu #nav-recycled:hover {
	background: url("../images/buttons/nav-recycled.gif") 0 -22px no-repeat;
}


#NavLeftMenu #nav-identity {
	width: 160px;
	background: url("../images/buttons/nav-identity.gif") 0 0 no-repeat;
}
#NavLeftMenu #nav-identity:hover {
	background: url("../images/buttons/nav-identity.gif") 0 -22px no-repeat;
}


#NavLeftMenu #nav-diaries {
	width: 160px;
	background: url("../images/buttons/nav-diaries.gif") 0 0 no-repeat;
}
#NavLeftMenu #nav-diaries:hover {
	background: url("../images/buttons/nav-diaries.gif") 0 -22px no-repeat;
}


#NavLeftMenu #nav-contact {
	width: 160px;
	background: url("../images/buttons/nav-contact.gif") 0 0 no-repeat;
}
#NavLeftMenu #nav-contact:hover {
	background: url("../images/buttons/nav-contact.gif") 0 -22px no-repeat;
}



/* Video Link */
#nav-video-icon {
	float: left;

	overflow: hidden;
	height: 0px !important;	/* hide inline link text */
	padding: 40px 0 0 0;
	height /**/:40px; /* for IE5/Win only */

	width: 40px;
	background: url("../images/fastback/video-film-icon-off.gif") 0 0 no-repeat;
	text-decoration: none;
	border-bottom: 0px;
}
#nav-video-icon:hover {
	background: url("../images/fastback/video-film-icon-on.gif") 0 0 no-repeat;
}


/* Product Thumbs
   -------------------- */

ul.ProdThumbs {
	margin: 0;
	padding-left: 20px;
}
ul.ProdThumbs li { display: inline; }
ul.ProdThumbs li a {
	float: left;
	display: block;
	margin-left: 10px;
	font-weight: bold;
	color: #555;
	padding-bottom: 5px;
    text-decoration: none;
	border: none;
}
ul.ProdThumbs li a:hover { color: #333; }
ul.ProdThumbs li a img {
	display: block;
	padding: 5px;
}
ul.ProdThumbs li a span {
	display: block;
	margin: 10px;
	background: #fff;
	border: 1px solid #999;
}
ul.ProdThumbs li a:hover span { background: #cacaca;  }




/* Footer and other Links
   ------------------ */

div#footer a {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    color: #8e5653;
    text-decoration: none;
	text-align: center;
	border-bottom: 0px dotted #888888;
}


.DesignCreditsLink
{
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 100%;
    font-weight: normal;
    color: black;
    text-decoration: none;
	border-bottom: 1px dotted #c8a738;
}
.DesignCreditsLink:link, .DesignCreditsLink:visited
{
    color: black;
}
.DesignCreditsLink:hover
{
    color: #bf271e;
	border-bottom: 2px solid #bf271e;
}
