/* 

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

*/

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

a {
		}
		
a:hover {
		}
/*	top */
div#top-tag a {
	color:#fff;
		}
div#top a:hover {
		}
/*	banner	*/
div#banner a {
		}
div#banner a:hover {
		}
/*	logo	*/
div#logo a {
	display:block;
	width:300px;
	height:166px;
	background:url(/mainpics/logo.png) 0 0 no-repeat;
		}
div#logo a:hover {
		}
/*	navContainer	*/
div#navContainer a {
		}
div#navContainer a:hover {
		}
/*	content	*/
div.content a {
	color:#133466;
	border-bottom:1px dashed #133466;
	text-decoration:none;
		}
div.content a:hover {
	color:#904609;
	border-bottom:1px solid  #904609;
		}
/*	contentLeft	*/
a.nav-side {
	display:block;
	border-bottom:1px solid #756766 !important;
	border-top:1px solid #fff;
	padding:5px;
	text-decoration:none;
	color:#133466;
		}
a.nav-side.last {
	border-bottom:none !important;
		}
a.nav-side:hover {
	color:#904609;
		}
/*	contentCentre	*/
div.contentCentre a {
		}
div.contentCentre a:hover {
		}
/*	contentRight	*/
div.contentRight a {
		}
div.contentRight a:hover {
		}
/*	footer	*/
div#footer a {
	color:#e3e9f1;
	text-decoration:none;
		}
div#footer a:hover {
	text-decoration:underline;
		}