/*
general declaration

*/
* {
	padding:0;
	margin:0;
	list-style:none;
	font-family: "Gill Sans W01 Book", Gill Sans, Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#6b6258;
}
body {
	background: #fff;
}
/*
typography

*/
b, strong {
	font-family:"Gill Sans W01 Medium";
	font-weight:normal;
}
i {
	font-family:"Gill Sans W01 Book Italic";
}
a, a:hover {
	text-decoration:none;
}
p {
	margin-bottom:20px;
	line-height:24px;
}
a img {
	border:0;
}
h1, h1 span, h2, h4, h5 {
	color:#6b6258;
}
h1, h1 span {
	text-transform:lowercase;
	font-size:24px;
	color:#8c8378;
	font-weight:normal;
	font-family:"GillSansMTW01-SCBold";
}
h1.marginBottom {
	margin-bottom:30px;
}
h1 {
	line-height:28px;
	border-bottom:1px solid #d3cbc1;
}
h2 {
	font-weight:normal;
	font-size:18px;
	margin-bottom:15px;
}
h3, h3 span {
	font-size:15px;
}
h3 {
	margin:30px 0 20px 0;
}
h4 {
	font-size:15px;
	margin:30px 0 15px 0;
}
h5 {
	font-size:13px;
	font-weight:bold;
	margin:25px 0 10px 0;
}
.content a, .content a:visited, .content a:active {
	color:#534f42;
	font-weight:bold;
}
.content a:hover {
	color:#322f27;
}
.title-1 {
	font: 11px "Helvetica W01 Blk","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    
    text-transform: uppercase;
}
/*
Styles
*/

/*
styles present in multiple pages
*/
.push {
	clear:both;
}
.hide {
	display:none !important;
}
.imageRight {
	float:right;
	margin:15px;
	margin-right:0;
}
.imageLeft {
	float:left;
	margin:15px;
	margin-left:0px;
}
.noMarginTop {
	margin-top:0;
}
.noMarginRight {
	margin-right:0;
}
.noMargin {
	margin:0;
}
ul.menu {
	float:right;
	margin:2px 0 0 0;
}
ul.menu li {
	float:left;
	margin-left:10px;
}
.content ul.menu li a {
	font-weight:normal;
	color:#6b6258;
}
.titleBlock {
	height:60px;
}
.caption {
	margin:3px 0 10px 0;
	font-size:13px;
	font-weight:bold;
}
.no-border {
	border:none !important;
}
.no-padding-top {
	padding-top:0 !important;
}
/*
layout

*/
.mainCell {
	width:100%;
	background: url("../media/sladmoremedia/img/headerBG.png") left top repeat-x #fff;
}
.mainTable {
	width:100%;
	margin:auto;
	margin-top:15px;
}
.pageWidth {
	width:960px;
}
.top, .content, .bottom .footerContainer {
	width:960px;
	margin: 0 auto;
	position:relative;
}
.content {
	padding-bottom:50px;
}
.top {
	height:70px;
	overflow:visible;
	z-index:10;
}
.bottom {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
.col {
	float:left;
	width:44%;
}
/*Admin buttons*/

.buttons {
	z-index:30;
}
#slideshow {
	z-index:0;
}
/*
Header
*/

#logo {
	display:block;
	text-indent:-9999px;
	width:227px;
	height:31px;
	position:absolute;
	top:1px;
	right:0;
	background: url("../media/sladmoremedia/img/logo.png") left top no-repeat;
	outline:none;
}
.mainMenu {
	width:735px;
	margin-top:21px;
	letter-spacing:0.2px;
}
.mainMenu li {
	float:left;
	font-size:12px;
}
.mainMenu li div, .mainMenu li a, .mainMenu li a:active, .mainMenu li a:visited, .mainMenu li a:link {
	font: 11px "Helvetica W01 Blk", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
, Helvetica, Arial, Verdana, sans-serif;
	margin:0px 15px 0px 0px;
	display:block;
	color:#fff;
	text-transform:uppercase;
	padding:0 0 10px 0;
	outline:none;
}
.mainMenu li a:hover, .mainMenu li a.active {
	color:#fff;
}
.menuBar .col1 {
	width:374px;
}
/* 
	//
	//   Rollover Menu
	//
*/
.mainMenu li a.nolink {
	cursor:default;
}
.mainMenu li {
	position:relative;
}
.mainMenu li ul {
	margin:12px 0 0 0;
	left:-10px;
	padding:7px 0 5px 0;
	width:215px;
	position:absolute;
	vertical-align:bottom;
	background:#8c8378;
	visibility:hidden;
	top:0px;
}
.mainMenu li ul li {
	height:28px;
	width: 217px;
	padding:0;
	margin:0;
	list-style:none;
	display:block;
}
.mainMenu li ul li.last {
	background: none;
}
.mainMenu li ul a {
	margin:0 !important;
	padding:9px 0 9px 10px !important;
	color:#fff !important;
	font:normal 12px Arial, Helvetica, sans-serif;
	text-transform:none;
	background:none;
	text-indent:0;
	width:auto !important;
}
.mainMenu li ul a:hover {
	background:none !important;
}
.mainMenu {
	position:absolute;
	top:0;
	left:0;
}
/* make the second level visible when hover on first level list OR link */
.mainMenu li:hover ul {
	visibility:visible !important;
}
/*Footer*/
.bottom iframe {
	border:0;
	overflow:hidden;
	background:#8c8378;
}
.bottom {
	min-height:238px;
	background:#8c8378;
	border-top:1px solid #bab5ae;
}
.bottom .wrapper {
}
.bottom .wrapper .col {
	float:left;
	width:119px;
	border-top:1px solid #a39b91;
	margin:75px 20px 0 0;
	padding:13px 0 0 0;
}
.bottom .wrapper .col6 {
	width:260px;
	margin-right:0;
}
.mailingRegistration {
	width:260px;
	margin-right:0;
}
.mailingRegistration .mainLabel {
	color:#fff;
	font-family:"GillSansMTW01-SCBold", Gill Sans, Gill Sans MT, Arial, Helvetica, sans-serif;
}
.bottom .col ul li a, .bottom .col ul li a:active, .bottom .col ul li a:link, .bottom .col ul li a:visited {
	color:#fff;
	line-height:25px;
	font-size:15px;
}
.bottom .col ul li a:hover, .bottom .col ul li a.active {
	color:#fff;
}
.bottom .col ul li a.artistName {
	display:block;
	font-size:12px;
	margin-bottom:4px;
	margin-top:5px;
	line-height:14px;
}
.bottom .col .artists .artist-list {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	margin-bottom:20px;
}
.bottom .footerContainer {
	margin:0 auto;
}
.bottom .wrapper .col h4 {
	margin:0 0 9px 0;
	color:#fff;
	font: 11px "Helvetica W01 Blk", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
, Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
.bottom .wrapper .col5 li {
}
.bottom .wrapper .col5 ul {
}
.bottom .wrapper .col5 h4 {
	margin-bottom:13px;
}
.bottom .wrapper .col5 ul li h4 a {
	margin:0 0 1px 0;
	color:#fff;
	font: 11px "Helvetica W01 Blk", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
, Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
#footerLogo {
	display:block;
	text-indent:-9999px;
	width:217px;
	height:29px;
	position:absolute;
	top:20px;
	left:0;
	background: url("../media/sladmoremedia/img/footerLogo.png") left top no-repeat;
}
.bottom .footerContainer .topButtons {
	display:block;
	height:34px;
	position:absolute;
	top:28px;
	right:0;
}
.bottom .footerContainer .topButtons a {
	text-indent:-9999px;
	display:block;
	width:22px;
	height:22px;
	float:left;
	margin-left:2px;
	outline:none;
}
.bottom .footerContainer .topButtons .twitter {
	background: url("../media/sladmoremedia/img/footerTwitter.png") left 1px no-repeat;
}
.bottom .footerContainer .topButtons .rss {
	background: url("../media/sladmoremedia/img/footerRSS.png") 1px 1px no-repeat;
}
.bottom .footerContainer .topButtons .facebook {
	background: url("../media/sladmoremedia/img/footerFacebook.png") left top no-repeat;
}
.inputBox {
	position:relative;
}
.inputBox label {
	position:absolute;
	top:5px;
	left:10px;
	cursor:text;
}
.inputBox input {
	padding:0;
	margin:0;
	width:244px;
	height:13px;
	padding:3px 5px;
	margin: 0 0 10px 0;
	float:right;
}
input.submit {
	padding:0px 0 4px 0;
	margin:0 1px 0 0;
	width:120px;
	height:13px;
	border: 2px double #e3ded9;
	background:#fff;
	float:right;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	outline:none;
}
/*Homepage*/
* {
	outline:none;
}
.screen {
	position:relative;
	overflow:hidden;
	border:1px solid e99;
	width:450px;
	height: 450px;
}
.screen .imageContainer .layer img {
	z-index:1;
}
.screen .imageContainer #background {
}
.imageContainer {
	z-index:2;
	overflow:hidden;
	position:relative;
}
#slideshow {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	overflow:visible;
}
#slideshow .slide {
	position:absolute;
	left:0;
	z-index:8;
	opacity:0.0;
	background-position: 50% bottom;
	background-repeat:no-repeat;
	background-color:transparent;
	width:100%;
	height:100%;
	display:block;
	overflow:visible;
}
#slideshow .slide .image {
	position:absolute;
	left:0;
	top:59px;
	background-position: 50% bottom;
	background-repeat:no-repeat;
	background-color:#c9c9cb;
	width:100%;
	display:block;
}
#slideshow .slide.active {
	z-index:10;
	opacity:1.0;
}
#slideshow .slide.last-active {
	z-index:9;
}
#slideshow .slide .footer {
	margin:0 auto;
	position:absolute;
	bottom:0;
	background:#8c8378;
	color:#fff;
	padding:23px 0 22px 0;
	width:100%;
	display:block;
	text-align:center;
	font: 11px "Helvetica W01 Blk", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
, Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	z-index:1000;
}
/*
Object Description
*/
.content.objectDetail .col1 {
	width:417px;
}
.content.objectDetail .col2 {
	width:530px;
}
.content.objectDetail .buttons {
	margin:0;
	padding:0;
	height:26px;
}
.content.objectDetail .buttons .left {
	width:110px;
	float:left;
	margin:0;
}
.content.objectDetail .buttons .left img {
	float:left;
	margin-right:2px;
}
.content.objectDetail .buttons .right {
	width:40px;
	margin:0 0 0 5px;
	float:right;
}
.content.objectDetail .buttons .previous {
	float:left;
}
.content.objectDetail .buttons .next {
	float:right;
}
.content.objectDetail .additionalImage {
	width:86px;
	height:86px;
	background:#f4f4f4;
	margin:0 0px 16px 20px;
	line-height:85px;
	vertical-align:middle;
	text-align:center;
}
.content.objectDetail .additionalImage img {
	margin:auto;
	line-height:85px;
	vertical-align:middle;
}
.content.objectDetail .textBlock {
	clear:both;
	margin:4px 0 16px 20px;
	padding:0px 0 20px 0;
}
.content.objectDetail .textBlock .info {
	display:block;
	margin-bottom:10px;
}
.content.objectDetail .borders {
	border-top:1px solid #d3cbc1;
}
.content.objectDetail .enquiry {
	margin-top:20px;
}
.content.objectDetail .title h2 {
	padding-top:10px;
}
.content.objectDetail .fullScreen, .content.objectDetail .previous, .content.objectDetail .next {
	cursor:pointer;
}
.content.objectDetail .biography {
	display:none;
	margin-bottom:20px;
}
.content.objectDetail .dimensionCaption {
	font-size:12px;
}
/*Artist Description*/

.content.artistDetail .imageList {
	width:981px;
}
.content.artistDetail .imageArea {
	width:226px;
	height:226px;
	background:#f4f4f4;
	line-height:225px;
	vertical-align:middle;
	text-align:center;
	margin:0 18px 21px 0;
}
.content.artistDetail .imageArea img {
	margin:auto;
	line-height:225px;
	vertical-align:middle;
	border:0;
}
.content.artistDetail .biography {
	display:none;
	margin-bottom:50px;
}
.content.artistDetail .title {
	display:none;
}
.content.artistDetail .biography span {
	display:block;
	margin-bottom:10px;
}
/*Artist List*/
.content.artistList {
	min-height:500px;
}
.content.artistList .sampleImage {
	position:absolute;
	right:0;
	top:50px;
	width:311px;
	height:600px;
}
.content.artistList .firstImage {
	display:none;
}
.content.artistList .loading {
	background:url('../media/sladmoremedia/img/loader.gif') 50% 40px no-repeat;
}
.content.artistList table {
	margin:25px 0px 0 0;
}
.content.artistList table tr td {
	width:322px;
}
.content.artistList table tr td h2 {
	margin-bottom:0;
}
.content.artistList table tr td a, .content.artistList table tr td a:link, .content.artistList table tr td a:active, .content.artistList table tr td a:visited {
	color:#8c8378;
	font-size:15px;
	line-height:31px;
	font-weight:normal;
}
/*Catalogue list*/
.content.catalogueList ul {
	width:985px;
}
.content.catalogueList ul li {
	margin: 21px 20px 0 0;
	width:225px;
	float:left;
}
.content.catalogueList .imageArea {
	width:225px;
	height:225px;
	background:#f4f4f4;
	margin-bottom:2px;
	line-height:225px;
	vertical-align:middle;
	text-align:center;
}
.content.catalogueList .imageArea img {
	margin:auto;
	line-height:225px;
	vertical-align:middle;
	cursor:pointer;
}
.content.catalogueList .descriptionArea {
	width:225px;
	height:32px;
	padding:15px 0;
	background:#f4f4f4;
	text-align:center;
}
.content.catalogueList .descriptionArea a {
	font-weight:normal;
	font-size:12px;
}
.content.catalogueList .longDescription {
	display:none;
}
.longDescription {
	padding:20px;
}
.longDescription img {
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
/*Exhibition Detail*/

.content.exhibitionDetail .description {
	margin-bottom:30px;
	display:block;
}
#flashcontent {
	height:400px;
}
/*Exhibition List*/

.content.exhibitionList .list-wrapper {
	width:1000px;
}
.content.exhibitionList td {
	vertical-align:top;
}
.content.exhibitionList .titleBlock {
	height:85px;
}
.content.exhibitionList .wrapper {
	width:298px;
	margin:0 33px 55px 0;
	float:left;
}
.content.exhibitionList .descriptionArea {
	border-top:1px solid #d3cbc1;
	margin-top:9px;
	padding-top:8px;
}
.content.exhibitionList .descriptionArea h2 {
	text-transform:uppercase;
	margin:0;
	font-size:15px;
	font-weight:bold;
	color:#5c5954;
}
.content.exhibitionList .descriptionArea p {
	margin:0;
	font-size:15px;
	color:#5c5954;
}
.content.exhibitionList .imageArea {
	height:197px;
	line-height:150px;
	vertical-align:middle;
}
.content.exhibitionList .imageArea img {
	line-height:150px;
	vertical-align:middle;
}
/*Contact*/
.content.contact .col {
	width:437px;
	line-height:20px;
}
.content.contact .col1 {
	margin-right:86px;
}
.content.contact .col h1 {
	margin-bottom:10px;
	display:block;
	text-indent:-9999px;
	width:437px;
	height:47px;
}
.content.contact .col1 h1 {
	background: url("../media/sladmoremedia/img/contactLogo1.png") left top no-repeat;
}
.content.contact .col2 h1 {
	background: url("../media/sladmoremedia/img/contactLogo2.png") left top no-repeat;
}
.content.contact .col .map {
	width:436px;
	height:321px;
}
.content.contact .col .map span, .content.contact .col .map a.gmnoprint.terms-of-use-link {
	font-size:10px;
}
.content.contact .button1 {
	background: url("../media/sladmoremedia/img/arrow.png") left 1px no-repeat;
	padding:0 0 0 13px;
	font-weight:normal;
	font-size:12px;
	margin: 5px 0 20px 0;
	display:block;
}
/*Monumental*/
.content.monumental {
	min-height:510px;
}
.content.monumental .col1 {
	width:311px;
	margin-right:20px;
}
.content.monumental .col2 {
	width:629px;
	margin-top:6px;
	position:relative;
}
.content.monumental #slideshow {
	width:629px;
	height:472px;
	position:absolute;
	top:0;
	left:0;
	float:right;
	margin: 0px 0px 20px 0px;
}
.content.monumental #slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
.content.monumental #slideshow img.active {
	z-index:10;
	opacity:1.0;
}
.content.monumental #slideshow img.last-active {
	z-index:9;
}
/*About us*/
.content.about .col {
	margin-top:30px;
}
.content.about .col1 {
	width:523px;
	margin-right:20px;
}
.content.about .col2 {
	width:417px;
}
.content.about .col2 .logo {
	margin-top:10px;
	margin-right:30px;
}
/*Blog*/

.content.post .wrapper {
	margin-top:30px;
}
.content.post .itemWrapper {
	margin-top:3px;
}
.content.postList .postTemplate {
	margin-top:30px;
}
.content.postList h2 {
	margin-bottom:10px;
}
.content.postList h2 a {
	font-size:15px;
	color:#666059;
}
.blogImageStyle img {
	margin:0 30px 10px 30px;
}
/*Tooltips*/

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	-webkit-box-shadow: 1px 1px 2px;
	-moz-box-shadow: 1px 1px 2px;
	box-shadow: 1px 1px 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#tooltip h3, #tooltip div {
	margin: 0;
}
#tooltip h3 {
	font-size:12px;
	font-weight:normal;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	overflow:hidden;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
	background:#fff;
}
#colorBox {
}
#cboxTopLeft {
	width:25px;
	height:25px;
	background:url(../media/sladmoremedia/img/colorbox/border1.png) no-repeat 0 0;
}
#cboxTopCenter {
	height:25px;
	background:url(../media/sladmoremedia/img/colorbox/border1.png) repeat-x 0 -50px;
}
#cboxTopRight {
	width:25px;
	height:25px;
	background:url(../media/sladmoremedia/img/colorbox/border1.png) no-repeat -25px 0;
}
#cboxBottomLeft {
	width:25px;
	height:25px;
	background:url(../media/sladmoremedia/img/colorbox/border1.png) no-repeat 0 -25px;
}
#cboxBottomCenter {
	height:25px;
	background:url(../media/sladmoremedia/img/colorbox/border1.png) repeat-x 0 -75px;
}
#cboxBottomRight {
	width:25px;
	height:25px;
	background:url(../media/sladmoremedia/img/colorbox/border1.png) no-repeat -25px -25px;
}
#cboxMiddleLeft {
	width:25px;
	background:url(../media/sladmoremedia/img/colorbox/border2.png) repeat-y 0 0;
}
#cboxMiddleRight {
	width:25px;
	background:url(../media/sladmoremedia/img/colorbox/border2.png) repeat-y -25px 0;
}
#cboxContent {
	background:#fff;
}
#cboxLoadedContent {
	margin-bottom:20px;
}
#cboxTitle {
	position:absolute;
	bottom:0px;
	left:0;
	text-align:center;
	width:100%;
	color:#999;
}
#cboxCurrent {
	position:absolute;
	bottom:0px;
	left:120px;
	color:#999;
}
#cboxSlideshow {
	position:absolute;
	bottom:0px;
	right:42px;
	color:#444;
}
#cboxPrevious {
	position:absolute;
	bottom:0px;
	left:20px;
	color:#444;
}
#cboxNext {
	position:absolute;
	bottom:0px;
	left:83px;
	color:#444;
}
#cboxLoadingOverlay {
	background:#fff url(../media/sladmoremedia/img/colorbox/loading.gif) no-repeat 5px 5px;
}
#cboxClose {
	position:absolute;
	bottom:0;
	right:10px;
	display:block;
	color:#444;
}
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/sladmoremedia/img/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');
}
.cboxIE #cboxTopCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/sladmoremedia/img/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');
}
.cboxIE #cboxTopRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/sladmoremedia/img/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');
}
.cboxIE #cboxBottomLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/sladmoremedia/img/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
}
.cboxIE #cboxBottomCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/sladmoremedia/img/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
}
.cboxIE #cboxBottomRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/sladmoremedia/img/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/sladmoremedia/img/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/sladmoremedia/img/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
}
#cboxLoadedContent a {
	font-family:"GillSansMTW01-SCBold";
}
/*
New Front Page
----------------------------------------------------
*/
#root {
	float:right;
}
.front-page div.section span.title-1 {
	color: #6B6258;
    display: block;
}
.front-page .title-2 {
	text-transform:uppercase;
	margin-bottom:10px;
}
.front-page .left-block {
	width:182px;
	float:left;
	margin-right:10px;
	
}
.front-page .center-block {
	width:554px;
	float:left;
	padding: 0 10px;
	border-right:1px solid #e5e0d9;
	border-left:1px solid #e5e0d9;
	margin-bottom:20px;
}
.front-page .right-block {
	width:182px;
	float:right;
}
.front-page .section {
	border-top:1px solid #e5e0d9;
	padding-top:10px;
	margin-bottom:10px;
	font-size:12px;
	color:#000000;
}
.front-page .section p {
	font-size:12px;
	color:#666666;
	line-height: 19px;
	margin-bottom:10px;
}
.front-page .section.exhibitions img {
	width: 182px;
}
.front-page .section.products b {
	color: #000000;
    font-size: 13px;
}
.front-page .section.follow-us .title-1 {
	
}
.front-page .section.follow-us .social-icons {
	margin:10px 0;
}
.front-page .section.sign-up input {
	width:166px;
	margin:10px 0 0 0;
	height:16px;
}
.front-page .section.sign-up .inputBox label {
    top: 17px;
}
.front-page .section.sign-up input.sign-up {
	border:1px solid #d3d3d3;
	padding:7px;
	display:block;
	text-decoration:none;
	float:right;
	font-weight:bold;
	color:#5d5d5d;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(99%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 99%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%, #f2f2f2 99%); /* W3C */
	width:67px;
	height:auto;
}

.front-page .section.products img {
	margin:10px 0;
}

.front-page .section.products img {
	margin:10px 0;
}

.front-page .section.exhibitions span {
	font-size:12px;
	color:#000000;
}

.front-page .section.exhibitions .title-1 {
	margin-bottom:10px;
}

.front-page .section.publications .title-1 {
	margin-bottom:10px;
}

.front-page .section.publications b {
	color:#000000;
	font-size:13px;
}

.front-page .center-block div table{
	width:100%;
	border-top:1px solid #e5e0d9;
	padding-top:10px;
	margin-bottom:10px;
}

.front-page .center-block div table td{
	width:33%;
	text-align:center;
	vertical-align:bottom;
	padding-top:10px;
}
.front-page .center-block div table td .cat-label{
	display:block;
	text-align:center;
}
.front-page .street2, .front-page .postcode, .front-page .city, .front-page .country {
	display:none;
}

.front-page .error-message {
	font-size:11px;
	color:#F60;
	margin:10px 0 0 0;
}
