/* 

LAYOUT STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 2. layout	--------- */

div.layout {
		width:100%;
}
div.wrapper {
		width: 960px;
		margin: 0 auto;
		}
div#layout-tippy-top {
		background:#E0E0E0;
		border-top:1px solid #000569;
		border-bottom:1px solid #EBEBEB;
		padding-bottom:10px;
		clear:both;
		padding:1em 0;
}
div#layout-top {
		background:url(/mainpics/bgs/bg-layout-top.jpg) repeat-x bottom #FFF;
		padding-top:15px;
		clear:both;
		border-top:1px solid #BFBFBF;
}
div#layout-nav {
}
div#layout-banner {
		display:none;
}
div#layout-banner.homepage {
	display:block;
	background:url(/mainpics/bgs/bg-layout-banner.jpg) repeat-x bottom #FFF;
1	padding:2em 0;
	}
/*Page Title*/
div#layout-page-title.homepage {
		display:none;
}
div#layout-page-title {
	display:block;
	background:url(/mainpics/bgs/bg-layout-page-title.jpg) repeat-x bottom #e5e5e5;
	padding:2em 0;
	}
div.banner-text {
	display:none;
}
div#layout-content.homepage {
		background:#E7E7E7;
		padding:2em 0;
		border-bottom:1px solid #CCCCCC;
}
div#layout-content {
		background:url(/mainpics/bgs/bg-layout-content.jpg) repeat-x top #FFF;
		padding:2em 0;
		border-bottom:1px solid #CCCCCC;
}
/*Layout Map*/
div#layout-map{
	background:url(/mainpics/bgs/bg-layout-map.jpg) repeat-x #E8E8E8;
	padding:2em 0;
	}
div#layout-bottom {
	background:url(/mainpics/bgs/bg-layout-bottom.jpg) repeat-x bottom #00045b;
	padding:2em 0;
}
div#wrapper-mid {
}
div#top {
		clear: both;
		}
div#tippy-top-address,
div#tippy-top-directions,
div#tippy-top-email {
	border-right:1px solid #3B3B3B;
	margin-right:45px;
	}		
div#tippy-top-address {
	width: 34%;
}
div#tippy-top-directions {
	width: 13.5%;
}
div#tippy-top-email {
	width: 15%;
}
/*Top Contact*/
div#top-contact{
	margin-right:50px;
	padding-top:1em;
	}
div#banner {
		}
div#homepage-banner-holder {
}
div#logo {
		clear: both;
		width:379px;
		height:65px;
		float:left;
		z-index:9999;
		margin-top:1em;
		}
div#navContainer {
		float:left;
		margin-left:15px;
		margin-top:5px;
		}
div.content {
		clear: both;
		}
div.content.homepage {
		background:url(/mainpics/bgs/bg-wrapper-content-homepage.png) no-repeat center;
		}
div#content-sidebar-holder {
}
div.contentLeft {
		}
div.contentCentre {
		}
div.contentRight {
		}
div#footer {
		clear: both;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
