/* Navigation Stylesheet for Pit Stop Productions

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

.skiplinks {display: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: #004386;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #004386;
}

/* colour crib :
   004386 = dark blue  97b0dc = light blue */
a:link
{
    color: #004386;
}
a:visited
{
    color: #004386;
}
a:hover
{
    color: #4c72bc;
	border-bottom: 1px solid #4c72bc;
}
a:active
{
    color: #004386;	/* purple */
}




/* Main Navigation Menu
   -------------------- */

#NavMenu
{
	position: absolute;
	width: 160px;
	height: 400px;
	left: 590px;
	top: 110px;
	background-color: #f4f0e7;
}

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

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

#NavMenu a {
	float: left;

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

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

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


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


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


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


#NavMenu #nav-ourstudios {
	width: 160px;
	background: url("../images/buttons/nav-studios.gif") 0 0 no-repeat;
}
#NavMenu #nav-ourstudios:hover {
	background: url("../images/buttons/nav-studios.gif") 0 -20px no-repeat;
}


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


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


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


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


#nav-home-howcanhelp {
	float: left;

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

	margin-left: 50px;

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

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

#nav-home-howcanhelp {
	width: 400px;
	background: url("../images/buttons/how-can-we-help.gif") 0 0 no-repeat;
}
#nav-home-howcanhelp:hover {
	background: url("../images/buttons/how-can-we-help.gif") 0 -51px 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;
}
