@charset "utf-8";
/* CSS Document */

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* HEADER SECTION */

#header {
	height:130px;
}

#logo{
	float:left;
	margin-top:40px;
}

/* NAVIGATION */
#nav{
	width:300px;
	float:right;
	text-align:right;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav ul li {
	list-style:none;
	display:block;
}

#nav a{
	display:block;
	width:200px;
	padding:5px;
	color:#3e3d3e;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:80%;
	border-bottom: 1px solid #cdcbcb;
	text-align:left;
}

#nav a:hover{
	background-image:url(images/nav_arrow.gif);
	background-position:center right;
	background-repeat:no-repeat;
	color:#cdcbcb;
}

/* MAIN CONTENT SECTION */

#content{
	clear:both;
	margin-top:10px;
}

#photo{
	float:left;
	position:relative;
}

#photo2{
	float:left;
	position:relative;
	width:350px;
}

#photo img, #photo2 img {
	border:10px solid #cdcbcb;
	
}

.newletter {
	font-size:80%;
	padding-top:5px;
}

#photo .exhibition {
	font-size:80%;
	color:#666666;
	width: 550px;
}

#quotes .more{
	text-align:right;
}

#quotes{
	width:300px;
	float:right;
	position:relative;
	margin-right:20px;
	margin-top:0;
	position:relative;
}

#quotes a {
	color:#666666;
	font-weight:bold;
	
}

#quotes a:hover{
	color:#000000;
}

#maintext{
	width:300px;
	float:right;
	position:relative;
	margin-right:20px;
	margin-top:0;
	position:relative;
	font-size:80%;
	color:#666666;
	text-align:justify;
	/*height:380px;
	overflow: scroll;
	padding:0 10px;*/
}

#maintext2{
	width:590px;
	float:right;
	position:relative;
	margin-right:20px;
	margin-top:0;
	position:relative;
	font-size:80%;
	color:#666666;
	text-align:justify;
	/*height:380px;
	overflow: scroll;
	padding:0 10px;*/
}

#maintext a, #maintext2 a {
	color:#666666;
	font-weight:bold;
}

#maintext a:hover, #maintext2 a:hover{
	color:#000000;
}

#maintext h1, #maintext2 h1 {
	font-size:150%;
	text-align:left;
	font-weight:normal;
	text-transform:uppercase;
	color:#CDCBCB;
}

#quotestext {
	display:block;
	background-image:url(images/quotemark.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-size:70%;
	font-style:italic;
	border-bottom:1px solid #cdcbcb;
	text-align:justify;
	padding:10px;
	color:#666666;
}

#quotesname {
	display:block;
	padding:10px;
	text-align:right;
	font-style:normal;
	font-weight:bold;
}

#gallerybutton{
	margin:10px;
	position:relative;
	text-align:center;
}

#quotesdiv{
	display:none;
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	height:200%;
	background-image: url(images/details_bg.png); 
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#quotesdivtext {
	width:600px;
	height:500px;
	color:#999999;
	background-color:#FFFFFF;
	border:5px solid #666666;
	margin-top:100px;
	text-align:justify;
	padding:10px;
	font-size:80%;
	margin-left:auto;
	margin-right:auto;
}

#quotesdivtext a {
	color:#666666;
	font-weight:bold;
	
}

#quotesdivtext a:hover{
	color:#000000;
}

#quotesdivtext h1{
	color:#cdcbcb;
	font-size:130%;
	font-weight: normal;
	text-transform:uppercase;
}

/* GALLERY SECTION */

#gallery h1{
	color:#cdcbcb;
	font-size:130%;
	font-weight: normal;
	text-transform:uppercase;
}

#gallery ul {
	margin:0;
	padding:0;
}

#gallery ul li {
	display:inline;
	list-style:none;
}

#gallery img{
	border:5px solid #cdcbcb;
	margin:2px;
}
#gallery img:hover {
	border:5px solid #333333;
	margin:2px;
}

#gallery a {
	border:none;
}

#gallery li a:hover {
	border:none;
}

/* DETAILS PAGE */
#image {
	margin:10px 0;
	width:750px;
	float:left;
}

#image img{
	border:10px solid #cdcbcb;
}

#description{
	float:right;
	width:200px;
	font-size:80%;
	color:#666666;
}

#description h1{
	font-weight:bold;
	font-size:100%;
	margin-top:30px;
	text-transform:capitalize;
}

#description p.linksline {
	border-top:1px solid #cdcbcb;
	padding-top:20px;
	/*height:20px;*/
}

#description a{
	font-size:70%;
	font-weight:bold;
	color:#666666;
}

#description a:hover {
	color:#000000;
}

#detailsdiv{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200%;
	background-image: url(images/details_bg.png); 
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/*#detailsdiv a {
	background-color:#FFFFFF;
	display:block;
	width:180px;
	color:#666666;
	text-decoration:underline;
	padding:10px;
	border:1px solid #666666;
	font-size:80%;
	font-weight:bold;
}

#detailsdiv a:hover{
	color:#000000;
	border:1px solid #000000;
}*/

#detailsdiv img.close {
	border:0;
}


#detailsdiv img.details {
	border:5px solid #ffffff; /*#cdcbcb;*/
	margin-top:100px;
}

/* FOOTER SECTION */

#footer{
	clear:both;
	font-size:70%;
}

#footer a {
	color:#333333;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

#leftfoot{
	float:left;
	width:400px;
	margin-top:20px;
	text-transform:uppercase;
}

#rightfoot {
	float:right;
	width:300px;
	margin-top:30px;
	text-align:right;
	margin-right:20px;
}

#gallerynav {
	display:block;
	float:right;
	font-size:70%;
	margin-top:20px;
	*margin-top:30px;
}
#gallerynav1 {
	display:block;
	float:right;
	font-size:70%;
	margin-top:10px;
	*margin-top:30px;
}

#gallerynav a, #gallerynav1 a {
	color:#999999;
	font-weight:bold;
}

#gallerynav a:hover, #gallerynav1 a:hover {
	color:#333333;
}

.trap{
	display:none;
}