/* CSS Document */

/* ------------------------------------------------
	
	Copyright © 2008 Duncan & Prudence
    Design by Flightless - www.flightless.co.nz 
	
--------------------------------------------------- */

/* Version 3.0 - 05.05.08 (COLOUR STYLE SHEET) */

/* =RED RESETS */

/* Subnav Colour */
#subnav_holder a:hover, #subnav_holder a.current, #subnav_holder span.current { 		
	color: #df7272;
}
/* Change Icon Colour */
#subnav_holder a.cartlink:hover {
	background-position: right -44px; 
} 
/* Subcoloumn Colour */
.links_holder a:hover {
	color: #df7272;
}
.column_content p {
	color: #df7272;
}
/* Notepaper Expanding Shape */
.notepaper_holder {
	background: url(../images/notepaper/red/tile.jpg) repeat-y top left;
	width: 291px;
}
.notepaper_header {
	background: url(../images/notepaper/red/header.jpg) no-repeat top left;
	width: 291px;
	height: 20px;
}
.notepaper_footer {
	background: url(../images/notepaper/red/footer.jpg) no-repeat bottom left;
	width: 291px;
	height: 30px;
}
/* footer colour */
#footer a:hover { 
	color: #df7272;
}
/* inline links */
a.inline_link:hover {
	color: #df7272;
	text-decoration: none;
}
a.top_link {
	color: #df7272;
}