@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;	
}
body {
	margin:0px;
	min-width:1050px;
	position:relative;
	background-image:url(images/patterns.jpg);
}
.nooverflow {
	overflow:hidden;
}


#layer {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:5000;
	overflow:auto;
	background-image:url(images/white-50.png);
	display:none;
}
#overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#zoom .img {
	position:relative;
	z-index:6000;
}
#zoom .centeredLoad {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-12px;
	display:none;
}
#zoom .zoomed {
	
}
#layer .close {
	background-image:url(images/close.png);
	background-position:0px 0px;
	width:249px;
	height:144px;
	position:fixed;
	top:0px;
	right:0px;
	z-index:6500;
}
#layer .close:hover {
	background-position:0px -156px;
}
#zoom .img {
	-webkit-box-shadow:rgba(0, 0, 0, 0.72) 0px 0px 100px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.72) 0px 0px 100px 0px;
	box-shadow:rgba(0, 0, 0, 0.72) 0px 0px 100px 0px;
	display:none;
}


.mainPattern {
	background:url(images/patterns.jpg) top left;
	width:100%;
	min-width:1050px;
	padding-top:175px;
	padding-bottom:120px;
}

#pageContent {
	background-image:url(images/reference-bottom.png);
	background-position:bottom center;
	background-size:100% auto;
	background-repeat:no-repeat;
}
#references {
	padding-top:114px;
	position:relative;
	width:1050px;
	margin:0 auto;
}
.gold {
	position:absolute;
	top:114px;
	lefT:-10px;
}
.referenceHeader {
	padding:50px 0px 20px 0px;
	text-align:center;
}
#frames {
	position:relative;
}
#frames .frame {
	background-image:url(images/frame.png);
	background-repeat:no-repeat;
	width:314px;
	height:424px;
	float:left;
	position:relative;
	margin:0px 36px 40px 0px;
}
#frames .frame .inside {
	margin:20px 20px 40px 45px;
	width:250px;
	height:360px;
	overflow:hidden;
}
#frames .frame .inside td {
	text-align:center;
	vertical-align:central;
}


#bottomFooter {
	padding-bottom:60px;
}
#bottomFooter .bottomMenu {
	padding-top:120px;
}
.fancySpacer {
	margin:0 auto;
	width:1050px;
}
.bottomMenu .centered {
	margin:0 auto;
	width:990px;
	padding:25px 30px;
	position:relative;
}
.bottomMenu ol {
	list-style:none;
}
.bottomMenu a {
	font-family:Tahoma Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	text-transform:lowercase;
}
.bottomMenu a:hover {
	border-bottom:1px solid #fff;
}
.bottomMenu span a {
	font-size:12px;
}
#bottomFooter .centered span {
	position:absolute;
	right:30px;
	bottom:25px;
	font-family:Tahoma Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#fff;
}