/* 

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

*/

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

a {
		}
		
a:hover {
		}
/*	top */
div#top a {
		}
div#top a:hover {
		}
/*	banner	*/
div#banner a {
		}
div#banner a:hover {
		}
/*	logo	*/
div#logo a {
	display:block;
	background: url(/mainpics/logo.png) 0 0 no-repeat;
	width:264px;
	height:64px;
		}
div#logo a:hover {
		}
/*	navContainer	*/
div#navContainer a {
		}
div#navContainer a:hover {
		}
/*	content	*/
div.content a {
		}
div.content a:hover {
		}
a.more {
	display:inline-block;
	padding-left:30px;
	text-decoration:none;
	font-size:1.5em;
}
a.more.text-blue{
	color:#035096;
	background:url(/mainpics/icons/strike-blue-sm.png) 0 center no-repeat;
}
a.more.text-blue:hover {
	text-decoration:underline;
}
a.more.text-orange {
	color:#e88800;
	background:url(/mainpics/icons/strike-orange-sm.png) 0 center no-repeat;
}
a.more.text-orange:hover {
	text-decoration:underline;
}
a.sb-link {
	display:block;
	font-size:1.8em;
	color:#a0a0a0;
	line-height:2em;
	border-bottom:1px solid #e5e5e5;
	padding:10px;
	padding-left:20px;
	background:url(/mainpics/icons/arrow-right-grey.png) 0 center no-repeat;
	text-decoration:none;
}
a.sb-link.first {
	padding-top:0px;
}
a.sb-link:hover {
	color:#e88800;
	background:url(/mainpics/icons/arrow-right-orange.png) 0 center no-repeat;
}
.sb-panel a {
	color:#035096;
}
.sb-panel a:hover {
	color:#e88800;
}
/*	contentCentre	*/
div.contentCentre a {
		}
div.contentCentre a:hover {
		}
/*	footer	*/
div#footer a {
	color:#fff;
	text-decoration:none;
		}
div#footer a:hover {
	text-decoration:underline;
		}