﻿/******************************
 * Layout
 ******************************/

body 
{
	padding: 0px; 
	margin: 0px; 
	background-color: #221d17;
}

#MainWrapper
{
	 width: 984px; 
	 margin: 0px auto; 
	 background-image: url(../Images/HeaderBg.gif);
	 background-repeat: no-repeat; 
	 padding-bottom: 65px;
}

/******************************
 * Header
 ******************************/

#Header
{
	position: relative;
	height: 140px;
}

#Logo
{
	position: absolute;
	left: 26px;
	top: 20px;
	width: 353px;
	height: 68px;
}

#Logo a
{
	display: block;
	width: 353px;
	height: 68px;
}

/******************************
 * Nav
 ******************************/

#Nav
{
	position: absolute;
	left: 500px;
	top: 26px;
	width: 458px;
	height: 68px;
}

#Nav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 68px;
}

#Nav ul li
{
	float: left;
	height: 68px;
	padding: 0px;
	margin: 0px 22px 0px 0px;
}

#Nav ul li a
{
	display: block;
	height: 68px;
	background-repeat: no-repeat;
}

#Nav ul li a:Hover
{
	background-position: 0px -68px;
}

#Nav ul li.NavBiography a
{
	background-image: url(../Images/NavBiography.gif);
	width: 70px;
}
	
#Nav ul li.NavEvents a
{
	background-image: url(../Images/NavEvents.gif);
	width: 47px;
}
	
#Nav ul li.NavGallery a
{
	background-image: url(../Images/NavGallery.gif);
	width: 49px;
}

#Nav ul li.NavVideo a
{
	background-image: url(../Images/NavVideo.gif);
	width: 40px;
}
	
#Nav ul li.NavSales a
{
	background-image: url(../Images/NavSales.gif);
	width: 37px;
}
	
#Nav ul li.NavNews a
{
	background-image: url(../Images/NavNews.gif);
	width: 37px;
}

#Nav ul li.NavPress a
{
	background-image: url(../Images/NavPress.gif);
	width: 37px;
}
	
#Nav ul li.NavPress
{
	margin-right: 0px;
}

/******************************
 * Content
 ******************************/

#ContentWrapper
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.5em;
}

#ContentWrapper a
{
	color: #FFFFFF;
}

h2
{
	font-weight: normal;
}

h3
{
	color: #CCCCCC;
}

.NewsItem
{
	padding-bottom: 16px;
}

.SalesTable
{
	width: 100%;
}

.SalesTable td
{
	vertical-align: top;
	padding: 5px 5px 22px;
	font-size: 0.85em;
}

.SalesTable td img
{
	 border: solid 1px #403728;
}

.ImageTitle
{
	margin-left: -2px;
	padding-bottom: 14px;
}

.CaptionedImage
{
	 border: solid 1px #403728;
}

.CaptionedImage .Caption
{
	color: #bca37c;
	padding: 8px 4px 10px;
	font-size: 0.8em;
	line-height: normal;
}

.FlashWrapper
{
	width: 700px;
	margin: 0px auto;
}

.PastExhibitions
{
	color: #888888;
}

/******************************
 * Press
 ******************************/

.PressTable td
{
	vertical-align: top;
	padding-bottom: 36px;
}

.PressTable td.First
{
	padding-right: 18px;
}

/******************************
 * Footer
 ******************************/

#FooterWrapper
{
	position: relative;
	width: 984px;
	height: 35px;
	margin: 0px auto;
	background-image: url(../Images/FooterBg.gif);
	background-repeat: no-repeat;
	padding: 10px 0 0 15px;
	color: #bca37c;
	font-family: Tahoma, Sans-Serif;
	font-size: 0.7em;
}

#FooterWrapper a
{
	color: #bca37c;
	text-decoration: underline;
}

#FooterWrapper a.OrangeMediaLink
{
	position: absolute;
	left: 733px;
	top: 14px;
	width: 107px;
	height: 22px;
}

/******************************
 * Utility styles
 ******************************/

.Hidden
{
	position:absolute;
	left:-10000px;
}

.FloatClear
{
	clear:both;
	height:1px;
	overflow:hidden;
}


