/* 

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

*/

/* --------- 2. layout	--------- */
div#wrapperSides {
		position:absolute;
1		background:url(/mainpics/bg-wrapper-sides.png) center top no-repeat fixed;
1		background:url(/mainpics/bg-body-const.jpg) center top no-repeat fixed;
		width:100%;
		height:1131px;
		margin:0 auto;
		padding:0;
}
div#wrapperBg {
		background:url(/mainpics/bg-shad.png) 0 0 repeat-y;
		width:878px;
		margin:0 auto;
		padding:0;
		}
div#wrapper {
		width: 860px;
		margin: 0 auto;
		padding:0;
		}
div#top {
		width:100%;
		background:url(/mainpics/top-shad-grad.png) 0 0 no-repeat;
		height:90px;
		border-bottom:1px solid #014772;
		}
div#logo {
		float:left;
		height:90px;
		width:500px;
		margin-top:-10px;
		}
div#topTag {
		float:right;
		height:90px;
		width:300px;
		}
div#navContainer {
		height:78px;
		clear: both;
		}
div#navTop {
		height:42px;
}
div#navBottom {
		height:39px;
		background:url(/mainpics/nav/nav-grad-bottom-blue.jpg) 0 0 repeat-x;
}
div#navBottom.green {
		background:url(/mainpics/nav/nav-grad-bottom-green.jpg) 0 0 repeat-x;
}
div#banner {
		float:left;
		width:100%;
		background:#fff;
		height:132px;
		}
div.content {
		clear: both;
		background:#fff url(/mainpics/bg-content.jpg) center top repeat-y;
		}
div.contentGrad {
		background:url(/mainpics/content-grad-shad.png) 0 bottom no-repeat;
		padding-bottom:10px;
}
div.contentCentre {
		float: left;
		width: 500px;
		margin:20px;
		}
div.contentRight {
		float: right;
		width: 270px;
		margin:20px 18px 0 0;
		}
div#footer {
		clear: both;
		height:112px;
		background:url(/mainpics/bg-footer-grad.jpg) 0 0 repeat-x;
		}
div#footerLogo {
		background:url(/mainpics/logo-big.png) 0 0 no-repeat;
		width:75px;
		height:77px;
		position:absolute;
		top:10px;
		left:390px;
}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
