/*
This is an Elated Product - www.elated.com.
Copyright (c) 1996-2008 Elated Communications Ltd.
*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0;
	padding: 0;
 	color: #fff;
 	background-color: #000;
 	background-image: url("../images/bg_grad.gif");
 	background-repeat: repeat-x;
}


/*
	Standard paragraph style
*/

p
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}


/*
	Headings
*/

h1
{
	font-weight: bold;
	letter-spacing: -0.03em;
	font-size: 3.5em;
 	color: #fff;
 	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2
{
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 1.2em;
 	color: #fff;
 	margin: -5px 0 0 0;
	padding: 0 0 0 0;
}

h3
{
	font-weight: bold;
	letter-spacing: -0.03em;
	font-size: 1em;
 	color: #996600;
 	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
}


/*
	Style for standard links
*/

a
{
	color: #fff;
 	text-decoration: none;
}


a:hover
{
 	color: #996600;
 	text-decoration: underline;
}



img.foto {
   border:1px solid #FFFFFF;
   }
   
img.foto:hover {
   border:1px solid #000000;
   
   
}
  
 
 
 

 
 
 
 
 
 
 
   
   

/* logo links */

h1 a
{
	color: #fff;
 	text-decoration: none;
}

h1 a:visited
{
 	color: #fff;
 	text-decoration: none;
}

h1 a:hover
{
 	color: #555;
 	text-decoration: none;
}

h1 a:visited:hover
{
 	color: #555;
 	text-decoration: none;
}


/* The highlight colour for the logo */

.highlight-colour
{
	color: #da0373;
}






/* 
	BASIC LAYOUT 
*/


/* Outer Container for page */

#outer-container
{
	margin: 0 auto 0 auto;
 	padding: 0 0 0 0;
	width: 960px;
}


/* Header */

#header
{
	width: 960px;
 	height: 130px;
 	margin: 40px 0 0 0;
 	padding: 0 0 0 0;
}


/* Content wrapper */

#content-container
{
	width: 960px;
	height: 450px;
}







/* 
	HEADER STYLES
*/


/* logo */

#logo
{
	width: 960px;
	padding: 0;
	margin: 0 0 0 0;
}


/* Top navigation */

#navigation
{
	margin: 0 0 0 0;
 	padding: 0 0 0 0;
 	float: right;
}






/* HOMEPAGE ONLY */

#top-promo
{
	width: 960px;
}

#top-promo-left
{
	width: 580px;
	float: left;
	padding: 0;
	margin: 0;
}

#top-promo-right
{
	width: 360px;
	height: 215px;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	background-color: #b6005f;
	/* Provides the gradient in the coloured box */
	background-image: url("../images/bg_box.gif");
 	background-repeat: repeat-x;
}

#top-promo-right p
{
	font-size: 1.2em;
	padding: 10px;
}


#text-columns
{
	width: 960px;
	margin: 20px 0 0 0;
}

#text-column-1
{
	font-size: 0.9em;
	width: 300px;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}

#text-column-2
{
	font-size: 1.3em;
	width: 100px;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}

#text-column-3
{
	font-size: 0.9em;
	width: 300px;
	float: left;
	padding: 0;
	margin: 0 0 0 0;
}






/* SUBPAGES ONLY */


#content-left
{
	width: 580px;
	float: left;
	padding: 0;
	margin: 0;
}

#content-right
{
	width: 360px;
	height: 400px;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	background-color: #996600;
	/* Provides the gradient in the coloured box */
	background-image: url("../images/bg_box.gif");  						
	background-repeat: repeat-x;

	}
	
	

	


#content-right p.big
{
	font-size: 1.2em;
	padding: 10px;
}

#content-right p
{
	font-size: 0.8em;
	padding: 10px;
}



#content-left p.big
{
	font-size: 1em;
	padding: 0;
}

#content-left p
{
	font-size: 0.7em;
	padding: 0;
}

#content-left p.narrow
{
	width: 100%;
}





/*
	Footer styling
*/

#footer
{
 	height: 29px;
 	margin: 50px 0 0 0;
 	padding: 10px 0 0 0;
 	border-top: 1px solid #222;
}

#footer p
{
	font-size: 0.7em;
	color: #555;
}




/* Clearing element */

.clear
{
  position: relative; 
  clear: both; 
  height: 0; 
  line-height: 0; 
  font-size: 0;

}

/*
	Standard images
*/

img
{
	border: none;
}



#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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 






