/* 

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

*/

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

a {
		}
		
a:hover {
		}
/*	top */
div#tippy-top a {
	color:#fff;
		}
div#tippy-top a:hover {
		}
/*	banner	*/
div#banner a {
		}
div#banner a:hover {
		}
/*	logo	*/
div#logo a {
	display:block;
	width:286px;
	height:288px;
	background:url(/mainpics/logo.png) 0 0 no-repeat;
		}
div#logo a:hover {
		}
/*	navContainer	*/
div#navContainer a {
		}
div#navContainer a:hover {
		}
/*	content	*/
div.content a {
		}
div.content a:hover {
		}
/*	contentLeft	*/
div.contentLeft a {
		}
div.contentLeft a:hover {
		}
/*	contentCentre	*/
div.contentCentre a {
	color:#e42f3a;
	text-decoration:none;
	border-bottom:1px dotted #e42f3a;
		}
div.contentCentre a:hover {
	color:#1c83bd;
	border-bottom:1px solid #1c83bd;
		}
/*	contentRight	*/
div.contentRight a {
	color:#353535;
	text-decoration:none;
	border-bottom:1px dotted #353535;
		}
div.contentRight a:hover {
	color:#1c83bd;
	border-bottom:1px solid #1c83bd;
		}
/*	footer	*/
div#footer a {
	color:#fff;
	text-decoration:none;
		}
div#footer a:hover {
	text-decoration:underline;
		}