body {
	text-align:center;
	background-color: #F5F5F5;
	font-family: tahoma;
	font-size: 12px;
}


ul, ul li {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

a {
	color: #222;
	text-decoration: none;
	padding: 1px 0px;
}

a:hover {
	background-color: #222;
	color: #e0e0e0;
}


/* template */

#site-container {
	position: relative;
	width: 822px;
	height: 598px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	margin-bottom: 50px;
	margin-top: 2%;
}

#site-wrapper {
	position:relative;
	top:50px;
	background-color:#222;
	width: 100%;
	height: 100%;
}
	
#site{
	position: relative;
	left: 13px;
	top: 13px;
	width: 796px;
	height: 572px;
	background-color: #DFDFDF;	
}

#logo {
	position: absolute;
	width: 208px;
	height: 33px;
	left: 0px;
	top: 5px;
	background: url(../media/images/logo.gif) no-repeat top left;
	margin-bottom: 10px;
	cursor:pointer;
}

#viewport-container {

}

#viewport {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#main-image-container {
	border-right: 8px solid #222;
	width: 381px;
	height: 100%;
	position: absolute;
	left: 0px;
	text-align:center;
}

#main-image {
	border-right: 0px solid #222;
	width: 381px;
	height: 100%;
	position: absolute;
	left: 0px;	
	overflow: hidden;
}

#item-caption {
	position: absolute;
	left: 390px;
	top: 350px;
	width: 220px;
	height: 100px;
	padding-left: 20px;		
	color: #666;
}


#thumbnails-container, .thumbnails-container {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 80px;
	width: 414px;
	border-top: 4px solid #222;
	color: #222;
	z-index: 20;
}

#thumbnails-container .thumbnail, .thumbnail {
	height: 72px
}	

#border-top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 110px;
	width: 794px;
	background: url(../media/images/about-top.jpg) no-repeat top left;
	border-bottom: 2px solid #222;
}

#border-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 110px;
	width: 794px;
	background: url(../media/images/about-bottom.jpg) no-repeat top left;
	border-top: 2px solid #222;	
}

#content {
	position: absolute;
	top: 120px;
	left: 20px;
	height: 329px;
	width: 620px;
	overflow: auto;
}

.store {
	width: 200px;
	height: 80px;
	float:left;
	margin-bottom: 20px;
}

.store a {
	margin-top: 2px;
}

.press {
	width: 81px;
	float:left;
	margin-bottom: 20px;	
	margin-right: 10px;
	text-align:center;
}

.press .img {
	border: 1px solid #222;	
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.press .img a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;	
}

.press .publication {
	text-align: center;
}

/* nav */

#pri-nav-bg {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 100%;
	z-index: 5;
	background-color: #f5f5f5;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

#nav-title {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 135px;
	z-index: 10;
	height: 21px;
}

#pri-nav-container {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 100%;
	z-index: 10;
	border-left: 1px solid #222;
}

.interior #pri-nav-container {
	border-width: 0px;
}

#pri-nav-container ul {
	position: relative;
	top: 80px;
}

#pri-nav-container ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding-left: 15px;	
	list-style-type: none;
	margin-bottom: 25px;
	height: 21px;
	overflow: hidden;
}

#pri-nav-container a:hover {
	background-color: transparent;
}

#pri-nav-container ul li #sec-collections {
	position: relative;
	left: 0px;
	top: 0px;
	opacity: 1.0;
	border: 0px solid #222;
	border-bottom-width: 0px
}

#pri-nav-container ul li #sec-collections li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border-bottom: 0px solid #222;
	overflow: visible;	
}

#pri-nav-container ul li #sec-collections li a {
	display: block;
	font-family: tahoma;
	color: #222;
	font-weight: bold;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;	
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

#pri-nav-container ul li #sec-collections li a:hover {
	background-color: #222;
	color: #e0e0e0;
}

