/* 

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

*/

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

div.layout {
		width:100%;
}
div.wrapper {
		width: 960px;
		margin: 0 auto;
		}
div#layout-top {
		background:#FFF;
		border-top:1px solid #24742D;
}
div#layout-nav {
		background:url(/mainpics/nav/bg-layout-nav.jpg);
		height:48px;
		box-shadow: 0px 5px 2px -2px #666;
}
div#layout-banner {
	display:none;
}
div#layout-banner.homepage {
	display:block;
	background:url(/mainpics/bgs/bg-layout-banner.png) repeat-x center #FFF;
	padding:2em 0;
		-webkit-box-shadow: inset 0 5px 5px -5px #34150C;
    	-moz-box-shadow: inset 0 5px 5px -5px #34150C;
    	box-shadow: inset 0 5px 5px -5px #34150C;
	}
div#layout-banner-internals {
	background:url(/mainpics/bgs/bg-layout-banner.png);
}
/*Breadcrumb Trail Layout*/
div#breadCrumbs{
	background:#FFFFFF;
	}
	
div#layout-content {
		background:#FFF;
		-webkit-box-shadow: inset 0 5px 5px -5px #34150C;
    	-moz-box-shadow: inset 0 5px 5px -5px #34150C;
    	box-shadow: inset 0 5px 5px -5px #34150C;
}
div#layout-content.homepage {
    	box-shadow:none!important;
}
div#layout-bottom {
	background:url(/mainpics/bgs/bg-layout-bottom.jpg) repeat-x bottom #23732A;
1	border-top:1px solid #969696;
}
div#wrapper-content{
	background:url(/mainpics/bgs/bg-wrapper-content.png) no-repeat bottom center;
	}
div#wrapper-content.homepage{
	background:#FFF;
	}
div#wrapper-mid {
}
div#top {
		clear: both;
		}
div#top-tag {
	margin-top:3.6em;
	margin-left:13%;
}
div#top-social {
	margin-top:3.6em;
1	width:17.7%;
}
div#banner {
		}
div#homepage-banner-holder {
}
div#logo {
		clear: both;
		width:px;
		height:px;
		float:left;
		z-index:9999;
		margin-top:-3em;
		}
div#navContainer {
		clear: both;
		}
div.content {
		clear: both;
		padding-top:2em;
		padding-bottom:2em;
		}
div#content-sidebar-holder {
	background:url(/mainpics/bgs/bg-sidebar-left.jpg) repeat-y;
	box-shadow: 2px 2px 2px #333;
	border-bottom:1px solid #B29086;

}
div.contentLeft {
		}
div.contentCentre {
		width:74%;
		}
div.contentRight {
		}
		
/*Delivery Arranged Panel Homepage*/
div.delivery-arranged.homepage{
	display:block;
	}		
div.delivery-arranged{
	display:none;
	}		


div#footer {
		clear: both;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
