/* ===================== Non-selected styles =========================== */
ul#primary-nav li a#home
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/home.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:42px;
	height:17px;
}
ul#primary-nav li a#competition
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/competition.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:92px;
	height:17px;
}
ul#primary-nav li a#enter
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/enter.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:42px;
	height:17px;
}
ul#primary-nav li a#rules
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/rules.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:42px;
	height:17px;
}
ul#primary-nav li a#gallery
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/gallery.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:60px;
	height:17px;
}
ul#primary-nav li a#judges
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/judges.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:50px;
	height:17px;
}
ul#primary-nav li a#judges2009
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/judges-2009.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:95px;
	height:17px;
}
ul#primary-nav li a#Z2008
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/2008.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:32px;
	height:17px;
}
ul#primary-nav li a#mysite
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/mysite.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:50px;
	height:17px;
}
ul#primary-nav li a#login
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/login.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:50px;
	height:17px;
}
ul#primary-nav li a#logout
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/logout.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:60px;
	height:17px;
}
ul#primary-nav li a#event
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/private_view.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:92px;
	height:17px;
}
ul#primary-nav li a#winners
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/winners.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:74px;
	height:17px;
}
ul#primary-nav li a#winners2010
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/winners-2010.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:95px;
	height:17px;
}
ul#primary-nav li a#prizes
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/prizes.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:44px;
	height:17px;
}
ul#primary-nav li a#categories
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/categories.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:82px;
	height:17px;
}
ul#primary-nav li a#about
{
	text-decoration:none;
	background-image:url('../images/navigation/normal/about.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	width:48px;
	height:17px;
}

/* ====================== Selected styles  ========================== */

ul#primary-nav li a#home.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/home.gif');
}
ul#primary-nav li a#competition.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/competition.gif');
}
ul#primary-nav li a#enter.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/enter.gif');
}
ul#primary-nav li a#rules.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/rules.gif');
}
ul#primary-nav li a#gallery.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/gallery.gif');
}
ul#primary-nav li a#judges.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/judges.gif');
}
ul#primary-nav li a#judges2009.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/judges-2009.gif');
}
ul#primary-nav li a#Z2008.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/2008.gif');
}
ul#primary-nav li a#mysite.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/mysite.gif');
}
ul#primary-nav li a#login.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/login.gif');
}
ul#primary-nav li a#logout.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/logout.gif');
}
ul#primary-nav li a#event.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/private_view.gif');
}
ul#primary-nav li a#winners.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/winners.gif');
}
ul#primary-nav li a#winners2010.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/winners-2010.gif');
}
ul#primary-nav li a#prizes.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/prizes.gif');
}
ul#primary-nav li a#categories.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/categories.gif');
}
ul#primary-nav li a#about.current
{
	text-decoration:none;
	background-image:url('../images/navigation/active/about.gif');
}


/* ================ Safari adjustment ======================= */

ul#primary-nav li a
{
	padding-right: 8px;
}


/* ================ Closing date ============================= */

#closing-date
{
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	background-image: url('../images/assets/closing-date.gif');
	width: 230px;
	
	/*
	background-image: url('../images/assets/newsflash.gif');
	width: 490px;
	*/
	
	height: 29px;
	margin: 10px 0 0 0px;
	padding: 0;
	float: left;
	
	/* keep it off until we need it */
	display: none;
}


