/* Edinburgh Skatepark Project CSS Document */

body {
	font-family: Arial, Verdana, sans-serif;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	background-image:  url(graphics/global/bg-image002.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center; 
	background-color: #474649;
	font-size: 12px;
}
div.container {
	margin: 0 auto;
	width: 100%;
	vertical-align: top;
}
#main {
	width: 100%;
	margin: 0px;
	/* background: url(graphics/global/bg-hatch-tile.png); */
}
.center-align {
	text-align: center;
}
#footer {
	width: 100%;
}
.footer {
	font-size: 11px;
	padding-top: 30px;
	padding-bottom: 100px;
	text-align: center;
	vertical-align: top;
	background-color: #36ef73;
	color: #3c3c3c;
}
.footer a {
	font-weight: bold;
	color: #3c3c3c;
	text-decoration: none;
}
.footer a:hover {
	font-weight: bold;
	color: #36ef73;
	background-color: #3c3c3c;
	text-decoration: none;
}
#menu {
	width: 100%;
	height: 65px;
}
.menu-top {
	height: 10px;
	background-color: #36ef73;
}
.menu-undeline {
	background-image:  url(graphics/global/menu-bg-line.gif);
	background-repeat: repeat-x;
}
#header {
	width: 950px;
	margin-left: auto;
    margin-right: auto;
}
.header-underline {
	height: 1px;
	background-color: #ffffff;
}
#page-title {
	width: 950px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
}
.page-title {
	width: 645px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.col-title {
	width: 275px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.title-underline {
	height: 1px;
	background-color: #36ef73;
}
.copy-main {
	padding-top: 5px;
	text-align: justify;
	vertical-align: top;
}
.copy-bg {
	background-color: #3c3c3c;
}
.copy-bg a{
	color: #ffffff;
	background-color: #3c3c3c;
	text-decoration: underline;
	font-weight: bold;
}
.copy-bg a:hover{
	background-color: #36ef73;
	color: #3c3c3c;
	text-decoration: underline;
	font-weight: bold;
}
.green-title {
	background-color: #36ef73;
	padding: 5px;
	color: #3c3c3c;
	font-weight: bold;
}
.green-title a {
	background-color: #36ef73;
	padding: 5px;
	color: #3c3c3c;
	font-weight: bold;
	text-decoration: none;
}
.green-title a:hover {
	background-color: #36ef73;
	padding: 5px;
	color: #3c3c3c;
	font-weight: bold;
	text-decoration: underline;
}
#home-design {
	width: 645px;
	margin-top: 10px;
}
.home-design {
	width: 300px;
	vertical-align: top;
	padding-top: 5px;
}
.thumb-border {
 	border: 5px solid #ffffff;
}
.build-thumb01 {
	vertical-align: top;
	text-align: left;
	padding-right: 12px;
	width: 322px;
}
.build-thumb02 {
	vertical-align: top;
	text-align: right;
	padding-left: 13px;
	width: 323px;W
}





/* Lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(graphics/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(graphics/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(graphics/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #36ef73; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
