/* ================  Richard Green 2010 ===================== */
/* ===================== CSS screen version ======================= */
.position-2 {
	color: #888888;
	}
.contact .bottom {
	border-top: 1px solid #D8D8D3;
	padding-top:30px;
	margin-top:10px;
	}
body {
	margin: 0;
	padding: 0;
	border: 0;	
	height: 100%;
	/*font-size: 1em;*/
	font-size: 12px;
	background-color:#C8C8A4;
}
html {
	padding: 0;
	margin: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, input, textarea	{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
p {
	margin: 8px 0 10px 0;
	padding: 0;
}
form {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
}
img {
	border:none;
}




/* a
-------------------------------------------------------- */
a, a:visited, a:active, a:link {
	color: #8e8e73;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #1a1617;
	text-decoration: none;
	outline: none;
}

/* Edit buttons
-------------------------------------------------------- */
.buttons {
	float: left;
	z-index: 1000;
	margin: 0 6px 0 0;
}


/* Design Elements
-------------------------------------------------------- */

.mainCell {
	text-align: center;
	background-color: #c8c8a4;
}
.mainTable {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/* ---- Header --- */
#TopPane1 {
	height: 129px;
}
#TopPane2 {
	height: 31px;
}
#TopPane {
	height: 191px;
	vertical-align:top;
}
#Header {
	width: 100%;
	height: 129px;
	/*background-color: #d3d3b8;*/
	vertical-align: top;
}

#Header #logo {
	width: 100%;
	height: 129px;
	background: url(../media/RichardGreenMedia/logo_RichardGreen.png) no-repeat center top;
	vertical-align: top;
}

#Header #logo #mainTitle, #Header #logo #subTitle {
	visibility: hidden;
	display: none;
}


/* ---- Main Menu --- */

#MainMenu {
	background-color: #e2e2cf;
	width: 100%;
	height: 31px;
	vertical-align: top;
}
#MainMenu .menu_wrapper {
	width: 100%;
	height: 31px;
	text-align: left;
	vertical-align: top;
}
#MainMenu .menu_wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#MainMenu .menu_wrapper ul li {
	/*display: inline-block;*/
	font-size: 12px;
	line-height: 31px;
	vertical-align: middle;
	display: list-item;
	float: left;
}
#MainMenu .menu_wrapper ul li a {
	text-decoration: none;
	/*color: #191317;
	margin: 0 64px 0 14px;*/
	text-transform: uppercase;
	color: #161510;
	margin: 0;
	height: 31px;
	line-height: 31px;
	padding: 0 24px;
	display: block;
	width: auto;
	float: left;
}
#MainMenu .menu_wrapper ul li a.highlighted {
	
	font-weight:bold;
}
#MainMenu .menu_wrapper ul li a.highlighted:hover {
	color:#d33;
}
#MainMenu .menu_wrapper ul li a:hover {
	text-decoration: none;
	/*color: #828266;*/
	color: #e4e2d6;
	background-color: #1b161a;
}


/* Top Rollover Menu */
.topPane #slideshow.new-menu {
	border:none !important;
}

.topPane .rollover-menu {
	background-color:#000000;
	text-align:center;
	z-index:10;
	position:relative;
}

.topPane .rollover-menu .no-link {
	cursor:default;
}

.topPane .rollover-menu ul {
	padding:0;
	margin:auto;
	height: 31px;
	width:auto;
}

.topPane .rollover-menu ul li {
	list-style:none;
	display:list-item;
	float:left;
	position:relative;
}

.topPane .rollover-menu ul li a {
	color: #FFFFFF;
    display: block;
    margin: 0 18px;
    text-decoration: none;
    width: auto;
	line-height:31px;
	height:31px;
	vertical-align:middle;
	white-space:nowrap;
}
.topPane .rollover-menu ul li ul {
	position:absolute;
	visibility:hidden;
	top:31px;
	left:0px;
	background:#000000;
	z-index:20;
	padding:0 30px 10px 0;
	height:auto;
}
.topPane .rollover-menu ul li:hover ul {
	visibility:visible;
}
/* ---- Search Field --- */
#searchField {
	margin: 0px 10px 0 0px;
	padding: 0;
	width: auto;
	vertical-align: middle;
	width: 120px;
	height:27px;
}
#searchField input.search {
	color: #191317;
	width: 89px;
	vertical-align: middle;
	height: 18px;
	font-size: 9px;
	/*padding: 1px;
	border: 1px solid #191317;*/
	border: none;
	padding: 2px;
	margin-top:6px;
	background: url(../media/RichardGreenMedia/searchInput_bgd.png) no-repeat left top;
	float:left;
}
#searchField .searchButton {
	float:left;
	padding: 0;
	margin: 6px 0 0 4px;
}
#searchField .searchButton:hover {
	cursor: pointer;
}


/* ---- Sub Menu --- */

#SubMenu {
	background-color: #1a1617;
	width: 100%;
	height: 31px;
	vertical-align: top;
}
#SubMenu .menu_wrapper {
	width: 100%;
	height: 31px;
	text-align: center;
	vertical-align: top;
}
#SubMenu .menu_wrapper ul {
	list-style: none;
	padding: 0;
	display:inline;
}
#SubMenu .menu_wrapper ul li {
	/*display: inline-block;*/
	display: inline;
	font-size: 12px;
	line-height: 31px;
	vertical-align: middle;
	background: url(../media/RichardGreenMedia/subMenu_spacer.png) no-repeat right center;
	/*width: 9.5%;
	text-align: center;*/
}
#SubMenu .menu_wrapper ul li.last {
	/*display: inline-block;*/
	
	font-size: 12px;
	line-height: 31px;
	vertical-align: middle;
	background: none;
}

#SubMenu .menu_wrapper ul li a {
	color: #fff;
	text-decoration: none;
	/*margin: 0 32px 0 14px;*/
	margin: 0 22px 0 22px;
	display: inline;
	width: auto;
}
#SubMenu .menu_wrapper ul li a.last {
	color: #fff;
	text-decoration: none;
	/*margin: 0 0 0 22px;*/
}
#SubMenu .menu_wrapper ul li a:hover {
	color: #828266;
	text-decoration: none;
}

/* Hack for IE7 */
/*
#MainMenu .menu_wrapper ul li, #SubMenu .menu_wrapper ul li {
	display: list-item;
	float: left;
}
#MainMenu .menu_wrapper ul li a, #SubMenu .menu_wrapper ul li a {
	display: block;
	width: auto;
	float: left;
}
*/

/* ---- Left Menu --- */

#LeftPane {

}

#LeftPane .clr {

}

#LeftPane a {
	
}


/* ---- Content Pane --- */

.clr {
	clear: both;
}
.justify {
	text-align: justify;
}
.contentPane {
	background-color: #f5f5ef;
	font-size: 1em;
	color: #1a1617;
	padding: 30px 30px;
	height: 100%;
}

/* ---- Bottom Pane --- */

#BottomPane {
	height: 229px;
}

.bottomPane {
	background-color: #d3d3b8;
}
.bottomPane #Footer_wrapper {
	width: 100%;
	height: auto;
	border-top: 11px solid #1a1617;
	text-align: left;
	background: url(../media/RichardGreenMedia/btmPane_bgd.png) repeat-x top left;
}

#BtmNav .menu_wrapper {
	float: left;
	border-right: 1px solid #b0b07d;
	padding: 0 0 10px 0;
	margin: 16px 10px 10px 14px;
	width: 220px;
	vertical-align: top;
	min-height: 198px;
}
#BtmNav .menu_wrapper_last {
	float: left;
	padding: 0 0 10px 0;
	margin: 16px 10px 10px 14px;
	vertical-align: top;
	min-height: 198px;
}

#BtmNav h4 {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #645833;
}

#BtmNav ul {
	list-style-image: url(../media/RichardGreenMedia/bottomMenu_arrow.png);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#BtmNav ul li {
	display: list-item;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}
#BtmNav ul li a {
	font-size: 0.9em;
	color: #645833;
	text-decoration: none;
}
#BtmNav ul li a:hover {
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
}

#BtmNav #BtnMenu2 ul li {
	/*line-height: 2.4em;*/
	vertical-align: top;
	padding-bottom: 18px;
}

#BtmNav #BtnMenu2 ul li a {
	font-size: 14px;
	font-weight: bold;
	/*color: #000;*/
	color: #828266;
	line-height: normal;
}
#BtmNav #BtnMenu2 ul li a.last, #BtmNav #BtnMenu2 ul li.last {
	padding-bottom: 0;
}
#BtmNav #BtnMenu2 ul li a:hover {
	font-size: 14px;
	font-weight: bold;
	/*color: #828266;*/
	color: #000;
}

#BtmNav p {
	font-size: 0.9em;
	color: #645833;
	line-height: 1.6em;
}

/* Forms
-------------------------------------------------------- */

.form_label {

}
input.textfield {

}

input.border {
	
}

input.checkbox, span.checkbox input {
	
}
.submitButton {
	
}

input, select {
	border: 1px solid #d3d3b8;
	color: #727252;
}

a.CommandButton, a.CommandButton:visited, a.CommandButton:link, a.CommandButton:active, span.CommandButton {
	text-decoration: none;
	border: 1px solid #8e8e73;
	padding: 2px 4px;
	margin: 0 4px;
}
a.CommandButton:hover, span.CommandButton:hover {

}


/* Misc 
-------------------------------------------------------- */
.uppercase {
	text-transform: uppercase;
}
.highlight {
	color: #fff;
	background-color: #869ca7;
	padding: 1px;
}

.size14 {
	font-size: 14px;
}
.size16 {
	font-size: 16px;
}

/* Content 
-------------------------------------------------------- */

.contentPane h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #7f7654;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.contentPane h3 {
	color: #727252;
	font-size: 16px;
	/*font-weight: normal;*/
	padding-bottom: 8px;
	margin-bottom: 10px;
	background: url(../media/RichardGreenMedia/dotsline.png) repeat-x bottom left;
}

.contentPane ul {
	list-style-image: url(../media/RichardGreenMedia/content_arrow.png);
	list-style-position: inside;
	margin: 10px 0;
	padding: 0;
}

.contentPane a.linkArrow {
	background: url(../media/RichardGreenMedia/content_arrow.png) no-repeat center left;
	padding: 0 0 0 10px;
	color: #7f7654;
	text-decoration: none;
}
.contentPane a.linkArrow:hover {
	background: url(../media/RichardGreenMedia/content_arrow.png) no-repeat center left;
	padding: 0 0 0 10px;
	color: #8e8e73;
	text-decoration: underline;
}


/* ---- Home --- */
#headerHome_flash {
	background: url(../media/RichardGreenMedia/headerHome_temp.jpg) no-repeat left top;
	width: 100%;
	height: 393px;
}
#tableHome p {
	font-size: 11px;
}
#tableHome img {
	margin-left: 6px;
}


/* ---- List page --- */
.cat_item_wrapper {
	text-align: left;
	vertical-align: top;
	margin-bottom: 28px;
	clear: both;
}
.item_img {
	display: block;
	float: left;
	clear: none;
	margin-right: 60px;
}
.item_infos {
	width: 632px;
	border-top: 1px solid #999999;
	padding: 14px 0 0 0;
	float: left;
	vertical-align: top;
}

.item_artist {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 12px;
}
.item_title {
	font-weight: normal;
	font-style: italic;
	color: #6e6e6e;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 12px;
}
.item_description {
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 12px;
}

/* ---- Detail page --- */

h2.detail_artist {
	margin-bottom: 6px;
}
.detail_date {
	font-weight: normal;
	color: #666666;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	display: inline-block;
	margin-bottom: 20px;
}
.detail_title {
	font-weight: normal;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 12px;
}

.detail_img {
	display: block;
	float: left;
	clear: none;
	margin-right: 0;
}
.detail_options {
	float: right;
	clear: right;
	margin-right: 0;
}

.detail_options a {
	display: block;
	width: 61px;
	height: 46px;
	margin-bottom: 26px;
}

.detail_options #btnEmail a {
	background: url(../media/RichardGreenMedia/btn_email.png) no-repeat top left;
}
.detail_options #btnFullscreen a {
	background: url(../media/RichardGreenMedia/btn_fullscreen.png) no-repeat top left;
}
.detail_options #btnPrint a {
	background: url(../media/RichardGreenMedia/btn_print.png) no-repeat top left;
}


.detail_infos {
	margin: 12px 0 0 0;
	border-top: 1px solid #b2b2af;
	padding: 8px 0 0 0;
	vertical-align: top;
	color: #000;
}

.detail_description {
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 14px;
}

.detail_provenance {
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 14px;
}

.detail_provenance span.title {
	font-weight: bold;
	font-style: normal;
	color: #666666;
	font-size: 14px;
}


.contactname {
	font-size: 13px;
	text-transform: uppercase;
	color: #8e8872;
}
.statut {
	color: #888;
	font-style: italic;
}
.blocContent8 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.3em;
	font-size: 11px;
	padding: 10px 20px 10px 12px;
	vertical-align: top;
}
.alphaletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #8E8873 url(../media/greenmedia/artist_alphaList.gif) 0 0 no-repeat;
	height: 22px;
	padding-left: 16px;
	vertical-align: center;
	font-weight: bold;
}
.alphalist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #3D4F3D;
	text-transform: uppercase;
}
.alphalist a, .alphalist a:link, .alphalist a:visited  {
	color: #3D4F3D;
	text-decoration: none;
}
.alphalist a:hover {
	color: #782D10;
}
.alphalist a:hover {
	color: #782D10;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D4F3D;
	text-transform: uppercase;
}
.pagenumbers 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
}

.PageLink 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #2D3532;
	font-weight: bold;
	}

.PageLinkActive 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	background-color: #E5E5E5;
	width: 12px;
	vertical-align: middle;
	text-align: center;
}
.Pagelinkseperator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
}
.blocImg1 {
	padding-right: 20px;
}
.title3, .title2 {
	font-weight: bold;
}
/*Slideshow*/
.topPane #slideshow {
    position:relative;
    height:393px;
	border-bottom:11px solid #000;
	z-index:1;
}

.topPane #slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

.topPane #slideshow div.active {
    z-index:10;
    opacity:1.0;
}

.topPane #slideshow div.last-active {
    z-index:9;
}
.topPane #slideshow div a {
	width:175px;
	height:35px;
	text-indent:-9999px;
	border:0;
	position:absolute;
	z-index:11;
}
.topPane #slideshow div a.catalogue {
	background:url('../media/richardgreenmedia/buttonViewCatalogue.png') 0 0 no-repeat;
	top:301px;
	left:788px;
}


.topPane #slideshow div.grimshaw a.catalogue, .topPane #slideshow div.grimshaw a.painting {
	left:67px;
}
 
.topPane #slideshow div a.paintings {
	background:url('../media/richardgreenmedia/buttonViewPaintings.png') 0 0 no-repeat;
	top:341px;
	left:788px;
}
.topPane #slideshow div a.painting {
	background:url('../media/richardgreenmedia/buttonViewPainting.png') 0 0 no-repeat;
	top:341px;
	left:788px;
}
.col {
	float:left;
	font-family: Arial,Helvetica,sans-serif;
    line-height: 18px;
}

.col p {
	margin-top:3px;
	margin-bottom:7px;
}

.col1 {
	width:526px;
	margin-right:30px;
}
.col.col2 {
	width:396px;
}

.imageBlock, .textBlock {
	float:left;
	margin-bottom:15px;
}
.line-block {
	width:526px;
}
.line-block .textBlock {
	width:420px;
	margin-bottom:30px;
}
.textBlock {
	width:144px;
}
.textBlock.col2 {
	margin-left:26px;
}
.imageBlock {
	width:100px;
	margin-left:6px;
}
.col2 .textBlock {
	width:290px;
}

.push {
	clear:both;
}
/*************************** Pages 03/2011 ***************************************************/
h2.dealerCatalogue {
	width:300px;
	float:left;
}
.superCadre span{
	display:block;
	margin-bottom:10px;
}

#superGlobal {
	width:980px;
	margin:0 auto;
	}
.contentWrapper {
	width:960px;
	position:relative;
	padding-left:20px;
	background:#F5F5EF;
	}
.cadreGlobal {
	}	
.topContent {
	width:960px;
	height:95px;
	margin-left:5px;
	}
.titleMosaic {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	padding-top:50px;
	color:#71694A;
	text-align:left;
	width:740px;
	}
.visionMode {
	float:right;
	margin-right:7px;
	margin-top:30px;
	}
.visionMode img{
	border:0px;
	}


.gridView .superCadre  {
	width:220px;
	height:auto;
	border:1px solid #C8C8A4;
	float:left;
	margin:0 5px 30px 5px;
	position:relative;
	}
.gridView .imagesPic {
	width:220px;
	height:220px;
	vertical-align:middle;
	line-height:220px;
	background:#E2E2CF;
	text-align:center;
	margin:auto;
	}
.gridView .imagesPic img {	
	vertical-align:middle;
	line-height:220px;
	}
.gridView .descriptionImage {
	width:210px;
	padding:5px;
	}
.gridView .picTitle {
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	}
.gridView .picDescription {
	display:none;
	}
	.gridView .picRef {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	}
	
.listView .superCadre  {
	clear:both;
padding-bottom:28px;
text-align:left;
vertical-align:top;
	}	
.listView .imagesPic {
width:205px;
display:block;
float:left;
margin-right:60px;
	}
.listView .imagesPic img

 {	
	
	}
.listView .descriptionImage {
	border-top:1px solid #999999;
float:left;
padding:14px 0 0;
vertical-align:top;
width:658px;
	}
.listView .picTitle {
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	}
.listView .picDescription {
	width:210px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#71694A;
	}


	

.footerWrapper {
	width: 100%;
	height: auto;
	border-top: 11px solid #1a1617;
	text-align: left;
	background: url(btmPane_bgd.png) repeat-x top left #D3D3B8;
}
/*****artist list****/
.firstImage {
	display:none;
}
.sampleImageArea {
	position:relative;
}
.sampleImage {
	position:absolute;
	right:0;
	top:50px;
	width:240px;
	height:600px;
}
.letterIndex, .letterIndex a {
	text-decoration:none;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:18px!important;
	color:#71694A;
	}
.letterIndex {
	height:50px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:18px!important;
	padding-top:5px;
	color:#71694A;
	}
.bigLetter a {
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	font-weight:bold;
	margin-top:40px;
	width:640px;
	}
.artistHide {
	width:250px;
	height:300px;
	position:absolute;
	right:0;
	top:80px;
	display:none;
	}
.list {
	width:646px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#71694A;
	padding:10px 0 30px 0;
	margin-top:10px;
	border-top:1px solid #000;
	}
.list a{
	width:640px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#71694A;
	text-decoration:none;
	}
.list a:hover{
	width:640px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B9B98C;
	text-decoration:underline;
	}
	
	
/* Catalogue slider on search page */
/* Catalogue slider on search page */
.contentPane #slideShow {
	width:920px;
	height:205px;
	position:relative;
	border:1px solid #D3D3B8;
	margin:0;
	padding-top:10px;
	}
.contentPane #slideShow #slideContainer {
	margin: 0 auto;
	width:840px;
	height:195px;
	display:block !important;
	}


.contentPane #slideShow .control {
  display:block;
  width:39px;
  height:215px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
.contentPane #slideShow #leftControl {
	top:0;
	left:0;
	margin:0px;
	background: url(http://www.richard-green.com/media/RichardGreenMedia/sliderArrowLeft.gif) no-repeat 10px 104px ;
}
.contentPane #slideShow #rightControl {	
	top:0;
	right:0;
	margin:0px;
	background: url(http://www.richard-green.com/media/RichardGreenMedia/sliderArrowRight.gif) no-repeat 10px 104px ;
}
.contentPane #slideShow .loading {
	background:#E1E1CE url('../media/RichardGreenMedia/loader.gif') 50% 50% no-repeat;
}
.contentPane #slideShow .slide .pic {
	width:195px;
	height:195px;
	line-height:195px;
	vertical-align:middle;
	text-align:center;
	background-color:#E1E1CE;
	float:left;
	display:block;
	margin:0 10px 0 10px;
	position:static;
	}
.contentPane #slideShow .slide .pic.picLeft {
	margin:0 10px 0 0;
	}
.contentPane #slideShow .slide .pic.picRight {
	margin:0 0 0 10px;
	}

.contentPane #slideShow .slide {
	width:860px;
	float:left;
	display:block !important;
	margin:0;
	height:195px;
	position:static;
}

.contentPane #slideShow .slide .pic a {
	vertical-align:middle;
	line-height:195px;
	display:inline;
	}
.contentPane #slideShow .slide .pic img {
	vertical-align:middle;
	line-height:195px;
	display:inline;
	position:static;
	float:none;
	text-align:center;
	}
.contentPane #slideShow .slideTitle {
	margin-bottom:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#7f7654;
	font-weight:bold;
	margin-top:30px;
	}
	
/*Object details*/

.object-details {
	
}

.object-details .rightCol {
	float:right;
	width:260px;
}

.contact-form .label {
	display:block;
	float:left;
	width:85px;
	margin-bottom:10px;
	color:#645833;
	font-size:12px;
}
.contact-form .req {
	display:none;
}
.contact-form input,
.contact-form textarea {
	display:block;
	float:left;
	width:150px;
	margin-bottom:10px;
	padding:1px;
	border:1px solid #c8c8a4;
}
.contact-form textarea {
	height:80px;
}
.object-details .rightCol .topButtons a {
	background:#baba8d;
	border:1px solid #dcdcc5;
	padding:5px 0;
	width:127px;
	display:block;
	text-decoration:none;
	color:#fff;
	float:left;
	text-align:center;
	margin-bottom:12px;
}
.object-details .rightCol .topButtons a.bt1 {
	margin-right:2px;
}
.object-details .rightCol .head {
	background:#262617;
	padding:5px 0;
	display:block;
	color:#fff;
	text-align:center;
	cursor:pointer;
}
.object-details .rightCol .body {
	border:1px solid #cccccc;
	padding:18px 6px 0px 13px;
	color:#645833;
	font-size:12px;
}
.contact-form .title {
	margin-bottom:10px;
	margin-top:0;
}
.contact-form .submit,
.object-details .rightCol .contact-us {
	background:#c8c8a4;
	width:62px;
	padding:3px 0;
	float:right;
	text-align:center;
	text-decoration:none;
	
}
.body.contact #contact-us {
	display:none;
}
.object-details .rightCol .contact-us {
	float:none;
	margin:auto;
	width:100px;
	padding:3px 20px;
	margin-left:65px;
}

.object-details .rightCol .body.telephone {
	display:none;
	padding:18px 6px 18px 13px;
}

.object-details .imageArea {
	padding-bottom:28px;
	text-align:center;
}
.object-details .right-buttons {
	float:right;	
	margin-top:24px;
}
.object-details .imageArea img {
	margin:auto;
}

span.req{
	width:auto !important;
	font-size:11px !important;
	margin:0 6px 0 0 !important;
	float:right !important;
}

/*Artist details*/

.gridView td .superCadre {
	height:470px !important;
}
.gridView td {
	vertical-align:top;
	padding:0;
	margin:0;
	border:0;
}
.artistDetailCol2 {
	float:right;
	width:385px;
	border: 1px solid #C8C8A4;
	padding:20px;
}
h2.artistDetail {
	float:left;
}
a.biographyButton {
	float:right;
	margin-top:16px;
	text-decoration:none;
	font-weight:bold;
}

/*
Blog*/
.blog {
	padding-bottom:50px;
}
.blog .post-list td{
	padding-bottom:25px;
}
.blog h1 {
	float:left;
	line-height:normal;
}
.blog .menu {
	float:right;
	list-style:none;
}
.blog .menu li {
	float:left;
	list-style:none;
}
.blog .menu li a {
	text-decoration:none;
}
.blog .itemWrapper {
	clear:both;
}

.blog .blogTitle {
	margin: 10px 0;
	color: #646050;
    font-family: "Times New Roman",Times,serif;
    font-size: 18px;
	
	margin:35px 0 20px 0;
}
.blog .blogTitle2 {
	margin: 30px 0 10px;
	color: #000;
    font-family: arial;
    font-size: 13px;
	text-transform:none;
}
.blog .articleContent {
	display:none;
}
.blog .blogTitle a {
	text-decoration:none;
	color: #8E8872;
    font-size: 16px;
    text-transform: uppercase;
	
}
.blog .postTemplate {
	margin-bottom:30px;
}
.blog table.object {
	margin-bottom:0px;
}
.blog .arrow {
	font-size:24px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight:bold;
	line-height:35px;
	vertical-align:middle;
}
.blog .postContent {
	width:96%;
}

.blog.post .block {
	clear:both;
}
.blog .image-area {
	margin-right: 20px;
}
.blog table.image-area {
	margin-top: 0px !important;
}
.blog .bigTitle {
	font-family:	Arial,Helvetica,sans-serif;
	font-size:	24px;
	font-weight:	700;
	font-style:	normal;
	color:	#8E8E73;
	text-transform:none;
	text-decoration:none !important;
}
.blog .bigTitle a {
	font-family:	Arial,Helvetica,sans-serif;
	font-size:	24px;
	font-weight:	700;
	font-style:	normal;
	color:	#8E8E73;
	text-transform:none;
	text-decoration:none !important;
}
.blog .image-area .image {
	float:left;
	margin-right: 20px;
}
.blog .image-area img {
    width: 140px;	
}
.blog table.image-area img {
	height:120px;
    width: auto;	
}
.blog .text-area {
}
.blog table {	
}
.blog table td {
	vertical-align:top;	
}

/*Contact*/
.contact.page  {
	width:836px;
	margin:0px 0 40px 41px;
}
.noMargin {
	margin:0 !important;
}
.contact.page .col {
	width:264px;
	margin:0;
}
.contact.page .col1,
.contact.page .col2 {
	width:286px;
}

.contact.page .directors {
	border-bottom:1px solid #d8d8d3;
	padding:33px 0 13px 0;
	margin-bottom:30px;
}
.contact.page .accounts {
	border-top:1px solid #d8d8d3;
	padding:0px 0 5px 5px;
	margin-top:5px;
	border-bottom:1px solid #d8d8d3;
}
.contact.page .directors .entry {
	width:408px;
	margin-right:20px;
	float:left;
	position:relative;
	height:187px;
}
.contact.page .directors .entry .textArea {
	width:261px;
	position:absolute;
	bottom:30px;
	right:0;
}
.contact.page .directors .entry .image {
	width:146px;
	float:left;
}
.contact.page .directors .entry .image img {
	-webkit-box-shadow: 0px 1px 3px #d0d0cb;
	-moz-box-shadow: 0px 1px 3px #d0d0cb;
	box-shadow: 0px 1px 3px #d0d0cb; 
}
.contact.page .name {
	font-size:13px;
	color:#8e8872;
}
.contact.page .position {
	font-size:12px;
	font-style:italic;
	color:#888;
}
.contact.page .phone {
	font-size:12px;
	color:#756951;
}
.contact.page .title {
	height:95px;
}
.contact.page .accounts .title {
	height:116px;
}
.contact.page .tight {
	letter-spacing:-0.5px;
}
.contact.page .topMargin {
	margin-top:50px;
}
.contact.page .accounts .topMargin {
	margin-top:30px;
}
.contact.page .title .phone {
	
}
.contact.page .addressLine1 {
	font-family:"Times New Roman", Times, serif;
	color:#646050;
	font-size:18px;
}
.contact.page .section {
	font-family:"Times New Roman", Times, serif;
	color:#646050;
	font-size:20px;
	margin-bottom:10px;
}
.contact.page .addressLine2 {
	font-family:"Times New Roman", Times, serif;
	color:#646050;
	font-size:14px;
	margin-bottom:10px;
}
.contact.page .col .entry {
	margin-bottom:25px;
}


.blogImageStyle img {
	margin-right:20px;
}


.home-2 .col-1 {
	width: 249px;
	float:left;
	margin-right:28px;
}

.home-2 .col-2 {
	width: 249px;
	float:left;
}

.col1 .home-2  p {
	margin-left:10px;
}

.col1 .home-2  .view-more {
	height:22px;
	margin-top:4px;
	margin-bottom:0px;
}
