/* 

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

*/

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

div.layout {
		width:100%;
}
div.wrapper {
		width: 980px;
		margin: 0 auto;
		}
div#layout-top {
	background:url(/mainpics/bgs/bg-layout-top.jpg) 0 0 repeat-x;
	height:200px;
}
div#layout-nav {
	background:url(/mainpics/bgs/bg-layout-nav.jpg) 0 0 repeat-x;
	height:50px;
}
div#layout-banner {
	background:url(/mainpics/bgs/bg-content-tile.jpg) 0 0 repeat;
}
div#layout-content {
	background:url(/mainpics/bgs/bg-content-tile.jpg) 0 0 repeat;
	padding-top:20px;
}
div#layout-content.homepage {
	padding-top:0px;
}
div#layout-bottom {
	background:#0b1f3e url(/mainpics/bgs/bg-layout-bottom.jpg) 0 0 repeat-x;
	min-height:145px;
}
div.shad-top {
	position:absolute;
	top:0;
	height:3px;
	width:100%;
	background:url(/mainpics/bgs/bg-shad-bottom.png) 0 0 repeat-x;
	z-index:5000;
}
div.shad-bottom {
	background:url(/mainpics/bgs/bg-shad-top.png) 0 0 repeat-x;
	position:absolute;
	bottom:0;
	height:3px;
	width:100%;
	z-index:5000;
}
div#wrapper-top{
	padding:0 100px;
	padding-right:125px;
	background:url(/mainpics/bgs/bg-top-1.png) right 0 no-repeat;
}
div#wrapper-banner {
	width:100%;
	text-align:center;
	background:url(/mainpics/banners/banner-2.png) center 0 no-repeat;
}
div#wrapper-mid {
}
div#top {
		clear: both;
		height:200px;
		}
div#top-tag {
		background:url(/mainpics/sqs/sqBlack50.png) 0 0 repeat;
		float:right;
		height:100%;
		width:25%;
		border-left:1px solid #8a8a85;
}
div#banner {
		clear: both;
		height:327px;
		margin:0 auto;
		}
div#banner-text {
		background:#133466;
		float:left;
		width:30%;
		height:298px;
		border-left:1px solid #7185a3;
		border-right:1px solid #7185a3;
}
div#logo {
		clear: both;
		float:left;
		margin-top:18px;
		}
div#navContainer {
		clear: both;
		}
div.content {
		clear: both;
		padding-bottom:20px;
		}
div.content {
		padding-top:0px;
		}
div.contentLeft {
	margin-right:20px;
		}
div.contentCentre {
1	margin-left:50px;
		}
div.contentRight {
		}
div#footer {
		clear: both;
		padding:20px;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
