/* 

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

*/

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

a {
	text-decoration:none;
		}
		
a:hover {
		}
/*	top */
div#top a {
		}
div#top a:hover {
		}
/*	sub-nav-links	*/
div#sub-nav-links a {
	color:#fff;
	line-height:40px;
}
div#sub-nav-links a:hover {
	text-decoration:underline;
}
/*	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 {
		}
		
/*  table links */
div.table a {
	font-size: 1.2em;
	color: #008081;	
}
/*	contentLeft	*/
a.sb-link {
	display:block;
	color:#246084;
	font-size:1.2em;
	text-decoration:none;
	background:url(/mainpics/icons/arrow-right-blue.png) 0 center no-repeat;
	border-bottom:1px solid #ddd;
	padding:20px 5px;
	padding-left:20px;
		}
a.sb-link:hover,
a.sb-link.on{
	color:#81CCF1 !important;
	background:url(/mainpics/icons/arrow-right-lblue.png) 0 center no-repeat;
		}
/*	contentCentre	*/
div.contentCentre a {
		}
div.contentCentre a:hover {
		}
/*	contentRight	*/
div.contentRight a {
		}
div.contentRight a:hover {
		}
/*	footer	*/
div#footer a {
	color:#008080;
		}
div#footer a:hover {
	text-decoration:underline;
		}
/*	special links	*/
a.adl-icon-link {
	display:block;
	width:48px;
	height:53px;
	float:left;
	margin-right:20px;
}
a#adl-fb {
	background:url(/mainpics/icons/icon-fb.png) 0 bottom no-repeat;
}
a#adl-fb:hover {
	background:url(/mainpics/icons/icon-fb.png) 0 top no-repeat;
}
a#adl-li {
	background:url(/mainpics/icons/icon-li.png) 0 bottom no-repeat;
}
a#adl-li:hover {
	background:url(/mainpics/icons/icon-li.png) 0 top no-repeat;
}
a#adl-tw {
	background:url(/mainpics/icons/icon-tw.png) 0 bottom no-repeat;
}
a#adl-tw:hover {
	background:url(/mainpics/icons/icon-tw.png) 0 top no-repeat;
}
		