/* 

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 {
		}
div#logo a:hover {
		}
/*	navContainer	*/
div#navContainer a {
		}
div#navContainer a:hover {
		}
div.bannerTxt a {
	color:#176284;
	text-decoration:none;
}
div.bannerTxt a:hover {
	text-decoration:underline;
}
		
/*	content	*/
div.content a {
	color:#627896;
		}
div.content a:hover {
	color:#335a86;
		}
.read-more {
	text-decoration:none;
	color:#fff !important;
	font-size:14px;
	padding:5px 10px;
	width:90px;
	text-align:center;
	display:block;
	background:#8aa0be url(/mainpics/bgs/bg-more-link.jpg) 0 bottom repeat-x;
	float:right;
	font-weight:bold;
}
.read-more:hover {
	background:#335a86 url(/mainpics/bgs/bg-more-link-on.jpg) 0 bottom repeat-x;
}
/*	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;
	text-decoration:none;
		}
div#footer a:hover {
	text-decoration:underline;
		}