/* 

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

*/

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

div.layout {
		width:100%;
}
div#container {
    width: 960px;
    background: none repeat scroll 0% 0% #FFF;
    margin: 2em auto;
    border-radius: 15px;
    padding: 0px 2em;
}
div#main-content,
div.quarter.left.home-panel,
div.quarter.right.home-panel{
    padding:2em 0;
}
div#main-content {
    width: 540px;
	background:url(/mainpics/bgs/bg-shadow-top.png) no-repeat top center;
	overflow:hidden;
	margin-left:15px;
}
div.quarter.left.home-panel,
div.quarter.right.home-panel{
	width:20%;
1	border:1px solid #F00;
	}
div.wrapper {
		width: 960px;
		margin: 0 auto;
		}
div#layout-top {
		border-bottom:1px solid #E5E5E5;
		padding:1em 0;
}
div#layout-nav {
		background:;
}
div#layout-banner {
		background:;
1		display:none;
}
div#layout-banner.homepage {
	display:block;
	}
div#layout-content {
		background:;
}
div#layout-bottom {
	clear:both;
	border-top:1px solid #E5E5E5;
	padding:2em 0;
}
div#wrapper-mid {
}
div#top {
		clear: both;
		}
div#top div.right.quarter img{
		float: right;
		margin-top:25px;
		margin-right:70px;
		}
div#top-tag {
}
div#top-social {
}
div#banner {
		}
div#homepage-banner-holder {
}
div#logo {
		clear: both;
		width:495px;
		height:110px;
		float:left;
		z-index:9999;
		}
div#navContainer {
		clear: both;
		}
div.content {
		clear: both;
		}
div#content-sidebar-holder {
}
div.contentLeft {
		}
div.contentCentre {
		}
div.contentRight {
		}
div#footer {
		clear: both;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
