/* 

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

*/

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

1div#wrapperBgTop {
		background:url(/mainpics/bg-top-shad.png) top center no-repeat;
		width:902px;
		height:22px;
		margin:10px auto 0;
		}
1div#wrapperBg {
		margin: 0px auto 0;
1		background:url(/mainpics/bg-wrapper-shad.png) top center repeat-y;
		width:900px;
}

div#wrapper {
		background: #fff;
		width: 844px;
		margin: 10px auto 0;
		padding:14px;
		border:1px solid #386a9d;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		-webkit-box-shadow: 0px 0px 10px 5px #c9c8c8;
		-moz-box-shadow: 0px 0px 10px 5px #c9c8c8;
		box-shadow: 0px 0px 10px 5px #c9c8c8;
		behavior: url(/stylesheets/PIE.htc);
		}
div#banner {
		height:244px;
		margin:0 auto;
		}
div#social-icons {
1		border:1px solid #f00;
		position:absolute;
		top:155px;
		right:10px;
		z-index:1000;
		width:250px;
1		height:50px;
		padding:10px;
		background: url(/mainpics/sqs/sqWhite70.png) 0 0 repeat;
		border:1px solid #386a9d;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		-webkit-box-shadow: 0px 0px 10px 5px #c9c8c8;
		-moz-box-shadow: 0px 0px 10px 5px #c9c8c8;
		box-shadow: 0px 0px 10px 5px #c9c8c8;
		behavior: url(/stylesheets/PIE.htc);
}
div#social-icons a {
		border:none;
		display:block;
		margin-bottom:5px;
}
div#logo {
		clear: both;
		}
div#navContainer {
		clear: both;
		background: #94afca url(/mainpics/bg-nav.jpg) 0 0 repeat-x;
		padding:10px 0;
1		border:1px solid #99a70a;
		border:1px solid #386a9d;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		-webkit-box-shadow: 0px 0px 10px 5px #c9c8c8;
		-moz-box-shadow: 0px 0px 10px 5px #c9c8c8;
		box-shadow: 0px 0px 10px 5px #c9c8c8;
		behavior: url(/stylesheets/PIE.htc);
		}
div.content {
		clear: both;
		padding-top:20px;
		}
div.contentLeft {
		clear: both;
		float: left;
		width: 200px;
		width:23%;
		}
div.contentCentre {
		float: right;
		width: 600px;
		width: 74%;
		}
div.right {
		width:250px;
		float:right;
		}
div#footer {
1	border:1px solid #f00;
1		background:url(/mainpics/bg-bottom-shad.png) top center no-repeat;
		width:902px;
		height:22px;
		margin:0px auto 0;
		padding:20px;
}
1div#footer {
		clear: both;
		padding-top:10px;
		width: 844px;
		margin: 0 auto;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
