/* 

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

*/

/* --------- 2. layout	--------- */
div.layout {
		width:100%;
}
div.wrapper {
		width: 860px;
		margin: 0 auto;
		}
div#layout-top {
		height:100px;
		background:url(/mainpics/bgs/bg-layout-top.jpg) 0 0 repeat-x;
}
div.top-msg{
	position:absolute;
	width:365px;
	top:65px;
	left:65px;
	z-index:9999;
	}
div#layout-banner {
		clear:both;
		height:250px;
		background:url(/mainpics/bgs/bg-layout-banner.jpg) 0 0 repeat-x;
		z-index:3500;
}
div#layout-nav {
		clear:both;
		height:64px;
		z-index:4000;
	}
div#layout-content {
		z-index:3000;
		margin-top: -64px;
		padding-top: 64px;
		background:#fff url(/mainpics/bgs/bg-layout-nav.jpg) 0 0 repeat-x;
	}
div#layout-footer {
		clear:both;
		min-height:104px;
		background:url(/mainpics/bgs/bg-layout-footer.jpg) 0 0 repeat-x;
}
div.banner-motif {
		height:100px;
		width:92px;
		position:absolute;
		top:30px;
}
div#motif-left {
		background:url(/mainpics/bgs/motif-left.png) 0 0 no-repeat;
		left:-92px;
}
div#motif-right {
		background:url(/mainpics/bgs/motif-right.png) 0 0 no-repeat;
		right:-92px;
}
div#top {
		clear: both;
		}
div#topTag {
		float:right;
		margin-right:10px;
		}
div#logo {
		width:309px;
		margin-left:90px;
		margin-top:10px;
		z-index:2002;
		}
div.banner {
		background:url(/mainpics/bgs/bg-banner.jpg) center 0 no-repeat;
		width:1040px;
		height:270px;
		position:relative;
		top:-20px;
		z-index:2001;
		}
div.bannerTxt {
		width:150px;
		height:100px;
		z-index:3000;
		position:absolute;
		top:47px;
		left:100px;
}
div#navContainer {
		background:url(/mainpics/bgs/bg-nav-2016.png) repeat-x top;
		z-index:5000;
1		width:900px;
		margin:0 auto;
}
div.content {
		clear: both;
		}
div.contentCentre {
		float: left;
		padding:20px 0;
		width:100%;
		}
div.contentRight {
		float: left;
		}
div#footer {
		clear: both;
		background:url(/mainpics/bgs/bg-footer.jpg) center bottom no-repeat;
		width:820px;
		height:104px;
		margin:0 auto;
		z-index:4001;
		margin-top:0px;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
