@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
}
h1{
	margin: 0px;
}
h1.contentH1{
	width: 650px;
	float: left;
}
h2.collectionH2{
	margin: 0px;
	padding: 5px 0 0 15px;
}
h2.galleryArtistsH2{
	margin: 0px;
	font-weight: normal;
}
p{
	line-height: 20px;
}
a.readMore{
	float: right;
	text-decoration: underline;
}

a img { border: none; }
ul.nav{
	width: 792px;
	height: 34px;
	margin: 0 auto;
	padding: 0px;
}
ul.nav li{
	list-style: none;
	display: block;
	height: 34px;
	margin: 0 1px 0 0;
	padding: 0px;
	float: left;
	text-align: center;
}
ul.nav li a{
	display: block;
	height: 34px;
	border: 0px;
}
ul.nav li.navHome{background: url(/images/navHome.jpg) no-repeat; width: 120px;}
ul.nav li.navHome a{width: 120px;}
ul.nav li.navHome a:hover{background: url(/images/navHome.jpg) 100% -34px;}

ul.nav li.navArtworks{background: url(/images/navArtworks.jpg) no-repeat;width: 141px;}
ul.nav li.navArtworks a{width: 141px;}
ul.nav li.navArtworks a:hover{background: url(/images/navArtworks.jpg) 100% -34px;}

ul.nav li.navEvents{background: url(/images/navEvents.jpg) no-repeat;width: 126px;}
ul.nav li.navEvents a{width: 126px;}
ul.nav li.navEvents a:hover{background: url(/images/navEvents.jpg) 100% -34px;}

ul.nav li.navAbout{background: url(/images/navAbout.jpg) no-repeat;width: 122px;}
ul.nav li.navAbout a{width: 122px;}
ul.nav li.navAbout a:hover{background: url(/images/navAbout.jpg) 100% -34px;}

ul.nav li.navContact{background: url(/images/navContact.jpg) no-repeat;width: 137px;}
ul.nav li.navContact a{width: 137px;}
ul.nav li.navContact a:hover{background: url(/images/navContact.jpg) 100% -34px;}

ul.nav li.navInfo{background: url(/images/navInfo.jpg) 100% 0;width: 141px; margin: 0px;}
ul.nav li.navInfo a{width: 141px;}
ul.nav li.navInfo a:hover{background: url(/images/navInfo.jpg) 100% -34px;}

ul.nav li span{
	display: none;
}
/* Collection List======================*/
ul.collectionList{
	margin: 3px 0 0 0;
	padding: 0px;	
}
ul.collectionList li{
	list-style: none;
	margin: 0 0 3px 0;
	display: block;
	font-size: 11px;
	line-height: 20px;
}
ul.collectionList li a{
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 15px;
}
ul.collectionList li a:hover{
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 15px;
}


/* Collection Carousel======================*/
.collection {
	margin: 15px 0;
	padding: 15px 0 0;
	border-top: 1px solid #EDEDED;
}
.collection * { padding: 0; margin: 0 }
.collection h2 {
	margin: 0 0 12px;
	font-weight: normal
}
.carousel-wrap {
	position: relative
}
.carousel {
	margin-left: 26px;
	width: 808px !important;
	height: 100px !important;
	position: relative;
}
.no-arrows { margin: 0 }
.carousel ul {
	list-style-type: none;
	padding: 0
}
.carousel li {
	margin-right: 1px;
	width: 100px;
	height: 100px;
}
.carousel a {
	display: block;
}
.cNext,
.cPrev {
	background: url(/images/carousel_buttons.png) no-repeat;
	width: 24px;
	height: 100px;
	position: absolute;
	top: 0;
	z-index: 1000;
	cursor: pointer;
	
}
.cNext {
	background-position: -29px 0;
	right: 0;
}
.cPrev:hover {
	background-position: 0 -105px;
}
.cNext:hover {
	background-position: -29px -105px;
}



/* FOOTER STYLE=========================*/

ul.footer{
	float: right;
	width: 400px;
	height: 50px;
	text-align: right;
	padding: 5px 20px 0 0;
	margin: 12px 0 0 0;
}
ul.footer li{
	display: inline;
	list-style: none;
	padding: 0 2px 0 2px;
}
ul.footer li a{
	text-decoration: none;
}
ul.footer li a:hover{
	text-decoration: underline;
}

/* DIVS ===========================================================================*/
#container{
	margin: 20px auto;
	width: 900px;
}
#topBarStatus{
	width: 900px;
	height: 35px;
	background: url(/images/topBarStatusBg.jpg) no-repeat;
}
#topBarStatus p{
	margin: 0px;
	padding: 10px 0 0 20px;
	float: left;
}
#website{
	height: 35px;
	background: url(/images/topBarStatusDarkBg.jpg) repeat-x;
	float: right;	
}
#website p{
	margin: 0px;
	padding: 10px 0 0 20px;
	float: right;
}
#website a{
	text-decoration: none;
}
#rightCornerBg{
	width: 16px;
	height: 35px;
	background: url(/images/topBarStatusRightBg.jpg) no-repeat;
	float: right;
}
#banner{
	width: 900px;
}
#navigation{
	width: 900px;
	height: 36px;
	margin: 0px;
	padding: 0px;
}
#content{
	width: 840px;	
	padding: 30px;
}
#pageHeading{
	height: 50px;
	width: 840px;
	float: left;
}
#prevNext {
	width: 150px;
	float: right;
	text-align: right;
	font-size: 20px;
	padding: 0 15px 0 0;
}
#prevNext a {
	text-decoration: none;
}
#leftContent{
	margin: 0 20px 0 0;
	padding: 0px;
	float: left;
	min-width: 180px;
}
#leftContent p{
	width: 180px;
}



#galleryArtists {
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	width: 180px;
}
#galleryArtists li {
	margin: 0 0 8px;
}
#galleryArtists a {
	text-decoration: none;
	color: #433D2F;
}
#galleryArtists a:hover {
	text-decoration: underline;
}



#collections{
	width: 180px;
	margin: 3px 0 0 0;
}
#collectionTitle{
	height: 35px;
	width: 180px;
	background-color: #d9d7d2;
}
#rightContent{
	width: 520px;
	padding: 0px;
	float: left;	
}
#rightContent.innerPages{
	border-left: 2px solid #f0f0f0;
	padding: 0 0 0 20px;
	width: 590px;
}
body#events #rightContent.innerPages{
	border-left: 0px;
	padding: 0;
	margin: 0;
	width: 780px;
}
#rightContent.innerPages p{
	margin: 0px;
}
#rightContent.innerPages a, #rightContent a{
	color: #000 !important;
	text-decoration: none;
}
#rightContent.innerPages a:hover, #rightContent a:hover {
	text-decoration: underline;
}




#pluginMode #rightContent {
	width: 100%;
}
#pluginMode #content {
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
#pluginMode #pageHeading {
	height: auto;
}
#pluginMode #content>table {
	margin: 20px 0;
}
#pluginMode #prevNext {
	width: auto;
	padding: 0;
	margin: 0;
}
#pluginMode .returnTo {
	font-variant: small-caps;
	font-size: 14px;
	color: #666;
	display: block;
	padding: 0 0 2px;
	text-decoration: none;
}
#pluginMode #pluginFooter {
	margin: 30px 0 0;
	color: #666;
}
#poweredBy {
	float: right;
}




td.artworkDtails{
}
#foot{
	width: 900px;
	height: 73px;
}
#foot p{
	text-align: right;
}


#addthis { float: right; padding: 10px 0 0; width: 66px; }

/* ARTWORK TABLE==================================================================================*/

td.thumbs{
	background: url(/images/thumbBg.gif) no-repeat center;
	text-align: center;
	height: 164px;
}
td.artworkName{
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 5px;
}



td.topBg{
	background: url(/images/artworkTopBg.jpg) no-repeat center;
	height: 18px;
}
td.midBg{
	background-color: #f7f6f3;
}
td.botBg{
	background: url(/images/artworkBotBg.jpg) no-repeat center;
	height: 18px;
}
td.detailTop{
	border-top: 1px solid #e3e3e3;
}

/* CLASS ============================================================================================*/
img.vcLogo{
	margin: 20px 0 0 20px;
	float: left;
	border: 0px;
}
.divider{
	margin: 20px 0 20px 0;
}
.clear{
	clear: both;
}

.contactBtn {
	display: block;
	width: 114px;
	height: 31px;
	text-indent: -99999px;
	background: url(/images/contactBtn.jpg) no-repeat;
	border: none;
	overflow: hidden;
}

table.contactDetails td{
	padding: 0 0 12px;
	vertical-align: top;
}

table{
	line-height: 20px;
	margin: 0px;
}