/* 

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

*/

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

div#wrapperBg {
		}
div#wrapper {
		width: 746px;
		margin: 0 auto;
		}
div#motifRight {
		width:279px;
		height:755px;
		background:url(/mainpics/motif-right.png) 0 0 no-repeat;
		position:absolute;
		top:0;
		right:0;
		}
div#motifLeft {
		width:279px;
		height:755px;
		background:url(/mainpics/motif-left.png) 0 0 no-repeat;
		position:absolute;
		top:0;
		left:30px;
1		z-index:10;
		}
div#top {
		clear: both;
		background:url(/mainpics/bg-top.png) 90px center no-repeat;
		height:147px;
		}
div#banner {
		clear: both;
		background:url(/mainpics/bg-banner.png) 0 0 no-repeat;
		height:195px;
		}
div#navContainer {
		clear: both;
		height:43px;
		margin:-43px auto 0;
		background: none;
		width:85%;
}
div#logo {
		clear: both;
		background:url(/mainpics/bg-logo.png) center top no-repeat;
		width:100px;
		height:147px;
		position:absolute;
		top:0;
		left:0;
		}
div#topTag {
		clear:both;
		float:right;
1		padding-top:10px;
}
div.content {
		clear: both;
		background: url(/mainpics/sqs/sqWhite50.png) 0 0 repeat;
		border-left:2px #fff solid;
		border-right:2px #fff solid;
		}
div.contentLeft {
		clear: both;
		float: left;
		width: 100px;
		}
div.contentCentre {
		padding:20px;
		float: left;
		width: 500px;
		}
div#video {
		width:300px;
		height:240px;
		border:2px solid #d1d3d7;
		margin-left:0px;
		margin-top:25px;
}
div.map {
	width:400px;
	height:340px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:150px;
}
div.map iframe{
		border:2px solid #d1d3d7;
}
div.contentRight {
		float: left;
		width: 186px;
		}
div#footer {
		clear: both;
		padding:20px;
		background:url(/mainpics/bg-content-bottom.jpg) 0 top no-repeat;
		padding-top:60px;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		

