/* 

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

*/

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

div#wrapperBg {
		width: 930px;
		margin: 0 auto;
		background:#fff;
		padding:10px;
		margin-top:20px;
		}
div#wrapper {
		}
div#top {
		}
div#banner {
		clear: both;
		}
div#logo {
		clear: both;
		float:left;
		width:50%;
		}
div#social-links-top {
		float:right;
		width:45%;
		margin-top:10px;
		padding:10px;
}
div#navContainer {
		clear: both;
		padding:5px;
		margin-top:10px;
		border-bottom:2px solid #58585a;
		padding-bottom:10px;
		}
div#sub-nav-container {
		background:#008080;
		margin:10px 0;
}
div#top-search-holder {
}
div#top-search-icon {
		border-right:1px solid #ffdfca;
		width:24%;
}
div#sub-nav-links {
}
div#sub-nav-container div{
		height:40px;
}
div.content {
		clear: both;
		min-height:500px;
		}
div.contentLeft {
		}
div.contentCentre {
		}
div.contentCentre div.three-quarters.right {
	width:75%;
		}
div.contentRight {
		}
div#footer {
		border-top:2px solid #58585a;
		padding:10px 0;
		clear: both;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
