
/*//////////////////////////////////////////////////////////////////////////////////////////////// Avoca Decking Styles by Niall Wilson */
/*//////////////////////////////////////////////////////////////////////////////////////////////// November 2009 */
/*//////////////////////////////////////////////////////////////////////////////////////////////// www.doubleodesign.ie */

html, body
{
	margin:0 auto;
	height:100%;
	background-color:#5a2049;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-align:left;
	letter-spacing:0.025em;
	color:#ffffff;
}

a:link
{
	text-decoration:none;
	color: #96bebc;
}

a:visited
{
	text-decoration:none;
	color: #96bebc;
}

a:hover
{
	text-decoration:underline;
	color: #669999;
}

a:active
{
	text-decoration:none;
	color: #FFFFFF;
}

p
{
	margin:0px 0px 20px 0px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Site Structure */

.Col_A
{
	position:fixed;
	top:0px;
	left:0%;
	margin:0px;
	padding-top:20px;
	
	width:17%;
	height:100%;
	
	background-color:#FFFFFF;
}

.Col_B
{
	position:fixed;
	top:0%;
	left:17%;
	
	width:5%;
	height:100%;
	
	background-image:url(../Images/Backgrounds/Col_B_BG.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#5a2049;
}


.Col_C
{
	position:absolute;
	top:15%;
	left:22%;
	
	width:45%;
	height:85%;
	
	background-color:#5a2049;
	
	z-index:10;
}


.Col_D
{
	position:fixed;
	top:0%;
	left:67%;
	
	width:5%;
	height:100%;
	
	background-color:#5a2049;
	
	background-image:url(../Images/Backgrounds/Col_D_BG.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

.Col_E
{
	position:fixed;
	top:0%;
	left:72%;
	
	width:28%;
	height:100%;
	
	background-color:#adcdca;
	
	background-image:url(../Images/Backgrounds/Col_E_BG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
	z-index:100;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Branding */

.Logo
{
	float:left;
	width:100%;
	height:30%;
	
	margin:20px 0% 0% 0%;
	
	text-align:center;
}

.Logo img
{
	height:80%;
}

.Watermark
{
	position:absolute;
	top:0%;
	left:72%;
	margin-left:-110px;
	
	height:300px;
	width:110px;
	
	background-repeat:no-repeat;
	
	z-index:1;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// GNS */

.GNS
{
	float:left;
	clear:both;
	width:60%;
	height:240px;
	
	margin:0% 20% 0% 20%;
	
	font-size:12px;
	letter-spacing:0.025em;
}

.GNS a:link
{
	color:#669999;
	text-decoration:none;
}

.GNS a:visited
{
	color:#669999;
	text-decoration:none;
}

.GNS a:hover
{
	color:#0B0B0B;
	text-decoration:none;
}

.GNS a:active
{
	color:#666666;
	text-decoration:none;
}

#Current
{
	color:#0B0B0B;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////// Text Styles */

#First_Paragraph
{
	font-size:18px;
	line-height:22px;
	color:#96bebc;
	letter-spacing:0.025em;
}

#Gallery_Instructions
{	
	margin:40px 20px 20px 20px;
	font-size:12px;
	color:#669999;
}

#Line
{
	height:1px;
	width:100%;
	
	padding-top:40px;
	
	border-bottom:1px solid #DDDDDD;
}

#Footer
{
	font-size:10px;
	line-height:12px;
	
	color:#ffffff;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Image Gallery */

#Gallery_Left
{
	float:left;
	width:60%;
	margin:0% 0% 4% 4%;
	border:4px #FFFFFF solid;
}

#Gallery_Right
{
	float:left;
	width:25%;
	margin:0% 0% 4% 4%;
	border:4px #FFFFFF solid;
}

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0B0B0B;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #FFFFFF;
}

.lbLoading {
	background: #FFFFFF url(../Images/Branding/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFFFFF;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../Images/Branding/prevlabel.png) no-repeat 0 15%;
	margin-left:10px;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../Images/Branding/nextlabel.png) no-repeat 100% 15%;
	margin-right:10px;
}

#lbBottom {
	text-align: left;
	border: 10px solid #FFFFFF;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: transparent url(../Images/Branding/closelabel.jpg) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight:bold;
}
