@charset "UTF-8";
.Terms {
	color: #444444;
}
* {
	margin: 0px;
	padding: 0px
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 145%;
	font-variant: normal;
	margin-bottom: -3px;
	padding: 0px 0px 10px 0px;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	line-height: 145%;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: -3px;
	padding: 0px 0px 10px 0px;
}
a img {
	border: none;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #f391bb;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body {
	background: #000000 url(../images/bg-top-2.jpg) repeat-x fixed top;
}
#wrapper {
	height: 100px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	background: url(../images/sp-logo.png) no-repeat left bottom;
	height: 100px;
	width: 400px;
	float: left;
}
#sp-link {
	display:block;
	height: 100px;
	width: 400px;
	text-indent:-9999px;
}
#navigation {
	float: right;
	padding: 88px 0px 0px;
}
#wrapper #content {
	margin: 22px 0px 0px;
	width: 920px;
	background: url(../images/content-bg-editorial.jpg) repeat-y;
	float: left;
	clear: both;
	padding: 0px 0px 20px 0px;
}

#content-header {
	background: url(../images/content-header.jpg) no-repeat left top;
	height: 10px;
}
#content-footer {
	clear: both;
	float: none;
	height: 10px;
	background: url(../images/content-footer.jpg) no-repeat bottom;
	padding: 0px 0px 0px 0px;
}
#wrapper #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	color: #666666;
	font-weight: normal;
	float: right;
	width: 920px;
	padding: 10px 0px 0px;
}

/**Highlights current page**/

body#home a#home,
body#about a#about,
body#collection a#collection,
body#gallery a#gallery,
body#contact a#contact{
	color:#f391bb;
	text-decoration:none;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/**Lightbox**/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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: #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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
