/* 

DEFAULTS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[htta:hover://www.attikdesigns.ie]

*/

/* --------- 3. links  --------- */

a {
	text-decoration:none;
	outline:none;
		}
		
a:hover {
		}
/*	top */
div#top a {
		}
div#top a:hover {
		}
/*	banner	*/
div#banner a {
		}
div#banner a:hover {
		}
/*	logo	*/
div#logo a {
	display:block;
	width:180px;
	height:100px;
		}
div#logo a:hover {
		}
/*	navContainer	*/
div#navContainer a {
	
		}
div#navContainer a:hover {
		}
/*	content	*/
div.content a {
	color:#c80625;
	text-decoration:underline;
		}
div.content a:hover {
	color:#336c89;
		}
/*	contentLeft	*/
div.contentLeft a {
		}
div.contentLeft a:hover {
		}
/*	contentCentre	*/
div.contentCentre a {
		}
div.contentCentre a:hover {
		}
/*	contentRight	*/
div.contentRight a {
		}
div.contentRight a:hover {
		}
/*	footer	*/
div#footer a {
	color:#fff;
		}
div#footer a:hover {
	text-decoration:underline;
		}
/*	more links	*/
a.more-large {
	display:block;
	background:url(/mainpics/icons/more-large.png) 0 0 no-repeat;
	width:142px;
	height:47px;
}
a.more-large:hover {
	background:url(/mainpics/icons/more-large-hover.png) 0 0 no-repeat;
}
a.more-small {
	display:block;
	background:url(/mainpics/icons/more-small.png) 0 0 no-repeat;
	width:93px;
	height:31px;
}
a.more-small:hover {
	background:url(/mainpics/icons/more-small-hover.png) 0 0 no-repeat;
}

