/* 

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

*/

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

a {
	color: #4eb609;
	text-decoration:none;
		}
a:hover {
	text-decoration:underline;
		}
a.noLine:hover {
	text-decoration:none;
}
/*	top */
div#top a {
		}
div#top a:hover {
		}
/*	logo	*/
div#logo a {
		}
div#logo a:hover {
		}
/*	navContainer	*/
div#navContainer a {
		}
div#navContainer a:hover {
		}
/*	banner	*/
div#banner a {
		}
div#banner a:hover {
		}
/*	bannerNotice */
a.greenButton {
	display:block;
	background: url(/mainpics/how-button-off.jpg) 0 0 no-repeat;
	width:76px;
	height:30px;
		}
a.greenButton:hover {
	background: url(/mainpics/how-button-on.jpg) 0 0 no-repeat;
		}
div#bannerNotice a.greenButton {
	margin:10px auto;
}
/*	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 {
		}
div#footer a:hover {
		}
