/* 

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

*/

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

a {
	color: #7ebf41;
	text-decoration:none;
		}
		
a:hover {
	color:#ba7c2b;
		}

a.more {
	height:30px;
	background:url(/mainpics/arrow_brown.jpg) right 0 no-repeat;
	line-height:25px;
	color: #b97b2a;
	padding-right:35px;
	padding-bottom:5px;
		}
a.more:hover {
	color: #7ebf41;
		}
a.greenArrow {
	background:url(/mainpics/arrow_green.jpg) left 0 no-repeat;
	padding-left:40px;
}
/*	top */
div#top a {
		}
div#top a:hover {
		}
/*	banner	*/
div#banner a {
		}
div#banner a:hover {
		}
/*	logo	*/
div#logo a {
		}
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 {
	padding-top:5px;
	padding-bottom:5px;
		}
div.contentCentre a:hover {
		}
a.toggleDiv {
	cursor:pointer;
}
/*	contentRight	*/
div.contentRight a {
		}
div.contentRight a:hover {
		}
/*	footer	*/
div#footer a {
	color:#fff;
		}
div#footer a:hover {
	text-decoration:underline;
		}
