/* 

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

*/

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

a {
		color: #980a00;
		text-decoration: none;	
		}
		
a:hover {
1		color: #bd4e00;
		}
/*	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 p a {
		text-decoration: underline;
		}
div.contentCentre p a:hover {
		}
div.contentCentre h2 a {
}
div.contentCentre h2 a:hover {
	text-decoration:underline;
}
/*	contentRight	*/
div.contentRight a {
		}
div.contentRight a:hover {
		}
/*	footer	*/
div#footer a {
		color:#999;
		}
div#footer a:hover {
		color: #bd4e00;
		}
div#social a:hover {
		margin-top: -15px;
		}
div#social div#face a {
		display:block;
		background: url(/mainpics/face.png) right top no-repeat;
		width: 105px;
		height: 108px;
		}
div#social div#utube a {
		display:block;
		background: url(/mainpics/utube.png) right top no-repeat;
		width: 157px;
		height: 108px;
		}

