/* 

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

*/

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

div#wrapper {
1		border:1px solid #f00;
		width:950px;	
		margin:0 auto;
		margin-bottom:0;
		padding-bottom:0px;
		padding-top:10px;
}
div#wrapperRight {
		position:fixed;
		margin: 0px 0 0 710px;
		width: 250px;
		bottom: 0px;
}
div#wrapperInside {
		clear:both;
		width: 690px;
		margin: 50px 0px 0;
		border-top:4px solid #fff;
		border-left:4px solid #fff;
		border-right:4px solid #fff;
		background: #fff;
		padding-bottom:0;
		-moz-border-radius:10px 0 0 0;
		-webkit-border-radius:10px 0 0 0;
		-border-radius:10px 0 0 0;

		}
div#top {
		-moz-border-radius:30px 30px 0 0;
		background: #fff;
		margin-top:0px;
		border-bottom:none;
		}
div#topTag {
		width:500px;
		margin-top:-30px;
		float:right;
		text-align:right;
}
div#logo {
		background:url(/mainpics/logo.png) 0 0 no-repeat;
		width: 300px;
		height:150px;
		position:absolute;
		top:-60px;		
		left:0px;
		z-index:2000;
		}
div#banner {
		background: url(/mainpics/banner/banner_img1.jpg) 0 0 no-repeat;
		width: 450px;
		height:150px;
		float:right;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		-border-radius:10px;
		}
div#roadTop {
		background:url(/mainpics/road_top.png) 0 0 no-repeat;
		position:absolute;
		width:690px;
		height:100px;
		top:61px;
		z-index:2001;
}
div#navContainer {
		clear:both;
		background: #6fad3d;
		margin-top:0px;		
		z-index:400;
		-moz-border-radius:0 0 10px 10px;
		-webkit-border-radius:0 0 10px 10px;
		-border-radius:0 0 10px 10px;
	}
div.content {
		clear:both;
		padding-bottom: 100px;
		}
div.contentCentre {
		clear:both;
		float: left;
		background: #f2f2f2;
		margin-top:5px;
		padding:10px;
		padding-bottom:150px;
1		width:97%;
		width:670px;
		}
div#cbArchTrailStages {
		width:400px;
		float:left;
		}
div#cbArchTrailImgs {
		width:250px;
		float:right;
}
div#contentRight {
1		border:1px solid #f00;
1		margin:0 50px;
1		position:fixed;
		bottom:0;
		padding-bottom:90px;
}
div#stickTop {
	background:url(/mainpics/panels/pole_top.png) center 0 no-repeat;
	width:232px;
	height:55px;
	margin:0 auto;
	padding-left:6px;
}
div#stick {
	margin:0 auto;
	background: url(/mainpics/panels/pole_grad.png) center 0 repeat-y;
	width:232px;
	padding-bottom:50px;
	padding-left:6px;
}
div#pageBottom {
	width:100%;
	background: url(/mainpics/bg_footer_grad.jpg) 0 50px repeat-x;
	height:160px;
	position:fixed;
	bottom:0px;
	border-color:#f00;
	z-index:2;
}
div#roadBottom {
		background: url(/mainpics/road_bottom.png) 0 0 repeat-x;
		height:156px;
		width:100%;
		top:0px;
		z-index:4000;
}
div#footer {
		border:1px solid #0f0;
		width:950px;	
		margin:0 auto;
		height:150px;
1		padding:10px 20px 20px;
		z-index:5000;
		}
div#logosFooter	{
		margin-top:-70px;
1		width:650px;
		height:50px;
		float:right;
1		border:1px solid #f00;
		}
div#footer div#textFooter {
		margin-top:-75px;
1		width:100px;
		height:50px;
		float:left;
1		border:1px solid #f00;
}
div#footer div#termsFooter {
}
/*	----	*/
div#wrapperInside:after, 
div#wrapperRight:after, 
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		

