/* 

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

*/

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

div#wrapperBg {
	width:100%;
	background: url(/mainpics/bg-body-grad.jpg) 0 0 repeat-x;
	padding-top:20px;
		}
div#wrapper {
		width: 820px;
		margin: 0 auto;
		background: #fff;
		}
div#top {
		clear: both;
		padding:10px;
		}
div#logo {
		background:url(/mainpics/logo.jpg) 0 0 no-repeat;
		height:80px;
		width:350px;
		float:left;
		}
div#tagline {
		width:200px;
		float:right;
		text-align:center;
		margin-top:10px;
		line-height:30px;
}
div#navContainer {
		float:right;
		line-height:80px;
1		width:450px;
		}
div#banner {
		clear: both;
		background:#fff url(/mainpics/bg-banner-1.jpg) 0 center no-repeat;
		width:820px;
		height:200px;
		padding: 1px 0;
		border-top: 2px solid #4eb609;
		border-bottom: 2px solid #4eb609;
		}
div#bannerNotice {
		background: url(/mainpics/sqs/sqBlack50.png) 0 0 repeat;
		width:322px;
		height:125px;
		float:right;
		margin-top:40px;
}
div.content {
		clear: both;
		padding:20px;
		}
div.contentCentre {
		float: left;
		width:100%;
		padding-bottom:20px;
		}
div#video {
	text-align:center;
	margin:20px 0;
}
div#video #videoPlayer {
	border:3px solid #ccc;
	padding:5px;
}
div#map {
	clear:both;
	margin-top:20px;
	text-align:center;
}
div#map iframe {
	border:3px solid #ccc;
}
div.contentRight {
		float: left;
		background: #e9e5e5;
		width:100%;
		padding:10px 0;
		}
div#footer {
		clear: both;
		width: 820px;
		margin: 0 auto;
		padding-top:10px;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		

