/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */
html, body {
    height: 100%;
	margin-bottom: 1px;
}

body {
	font-size: 11px;
	padding: 0;
	background-color: #F1F0F3;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}



/* anchors
----------------------------------------------- */
a {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -3em;
	margin-left: auto;
}
/*
above from
Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

/* headings
----------------------------------------------- */
h2, h3, h4, h5, h6 {
	line-height:1.2em;
	margin-bottom:1em;
}
h6 {text-transform:uppercase;}



/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	/*background-color: #D0DDCC;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	padding:10px 12px;
	background-color: #CCCCCC;
}


.box h2 a,
.box h2 a.visible {
	color:#fff;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
	background-color: #CCCCCC;
	background-image: url(../img/switch_minus.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#CCCCCC;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0px;
}

#slideshow{
	width:810px;
	height:540px;
	overflow-x:false;
	overflow-y:false;
	white-space: nowrap;
	padding-top: 10px;
	float: left;
	overflow-x: hidden;
}

#scrollBar div{
	height: 540px;
	padding-top: 10px;
	padding-bottom: 0;
	white-space: nowrap;
	width: 810px;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: center;
}

#scrollBar div .subcopy{
	height: 540px;
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap;
	width: 400px;
}
/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
	font-size: 1.3em;
	white-space: normal;
}
blockquote {
	font-size:1em;

}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- 
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
ul.menu li a:hover {
	background-color: #CCCCCC;
}
ul.menu li a:active {
	background-color: #363636;
}

*/


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus - modify
----------------------------------------------- */
.menu_2
{
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	width: 120px;
	padding-top: 0px;
}
/*
ul.section {
	border-top:0;
	margin-bottom:0;
}

ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background-color: #F4F4F4;
}

ul.section li a:active {
	color:#f4f4f4;
}



ul.section li li a {
	border-bottom:1px solid #eee;
	background-color: #F4F4F4;
}

ul.section li li a:hover {
	background-color: #f4f4f4;
}

ul.section li li a:active {
	color:#000;
	background-color: #f4f4f4;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background-color: #f4f4f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
ul.section ul.current li a:hover {
	background-color: #F4F4F4;
}
ul.section ul.current li a:active {
	background:#F4F4F4;
}
ul.section li a.current {
	color:#333333;
	background-color: #f4f4f4;
}
ul.section li a.current:hover {
	background-color: #FFFFFF;
}
ul.section li a.current:active {
	background-color: #F4F4F4;
}
ul.section li a.active {
	cursor:default;
	background-color: #F4F4F4;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#000000;
	cursor:default;
	background-color: #CCCCCC;
}
*/

/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	padding:.4em 1em .2em;
	background-color: #F0F0F0;
	border-bottom-color: #BBBBBB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background-color: #F0F0F0;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:left;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}

.box .articlevogue {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #00C000;
	margin-bottom: 4em;
}

.box .articlenews {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F60000;
	margin-bottom: 4em;
}

.box .articleorder {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FF1D78;
	margin-bottom: 4em;
}

.box .articleexhib {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #2EBBB8;
	margin-bottom: 4em;
}
.box .articlelast {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-bottom-width: 10px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #F60000;
	margin-bottom: 20px;
}
.article h4 {
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
.footer {
	width: 810px;
	padding-left: 130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	color:#000;
}

.footer, .push {
    height: 2em;
}

.footerbox {
	background:#ddd;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 2em;
	clear: both;
}

/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}


blockquote.news {
	padding-left: 23px;
	text-align: left;
	color: #F60000;
	background-image: url(../img/quotes/q11.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}
blockquote.news em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.exhibitions2 {
	padding-left: 23px;
	text-align: left;
	color: #2EBBB8;
	background-image: url(../img/quotes/q10.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}
blockquote.exhibitions2 em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}


blockquote.exhibitions {
	padding-left: 23px;
	text-align: left;
	color: #2EBBB8;
	background-image: url(../img/quotes/q10.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}
blockquote.exhibitions em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.cakecentres {
	padding-left: 23px;
	text-align: left;
	color: #ff1d78;
	background-image: url(../img/quotes/q9.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}

blockquote.cakecentres em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.servicepricing {
	padding-left: 23px;
	text-align: left;
	color: #ff1d78;
	background-image: url(../img/quotes/q9.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}

blockquote.servicepricing em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}
blockquote.orderinfo {
	padding-left: 23px;
	text-align: left;
	color: #ff1d78;
	background-image: url(../img/quotes/q9.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}

blockquote.orderinfo em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}
blockquote.press {
	padding-left: 23px;
	text-align: left;
	color: #f60000;
	background-image: url(../img/quotes/q8.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}


blockquote.press em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}




blockquote.vogue em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.vogue {
	padding-left: 23px;
	text-align: left;
	color: #00C000;
	background-image: url(../img/quotes/q5.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}

#scrollBar .details h2 {
	display: inline;
	color: #999999;
	clear: none;
	white-space: nowrap;
}

blockquote.copyquote {
	padding-left: 23px;
	text-align: left;
	color: #999999;
	background-image: url(../img/quotes/q1.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
	font-size: 1.3em;

}

blockquote.copyquote em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 2em;
	font-weight: bold;
}
blockquote.copyquote3 {
	padding-left: 23px;
	text-align: left;
	color: #999999;
	background-image: url(../img/quotes/q1.png);
	background-repeat: no-repeat;
	padding-bottom: 0em;
	font-weight: bold;
	padding-top: 0.2em;
	font-size: 1.3em;

}



blockquote.copyquote2 {
	padding-left: 23px;
	text-align: left;
	color: #999999;
	background-image: url(../img/quotes/q1.png);
	background-repeat: no-repeat;
	padding-bottom: 2em;
	font-weight: bold;
	padding-top: 0.2em;
	font-size: 1.3em;

}

blockquote.copyquote2 em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 3em;
	font-weight: bold;
}

blockquote.slidequote {
	padding-left: 23px;
	text-align: left;
	color: #999999;
	background-image: url(../img/quotes/q1.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
	font-size: 1.3em;
	margin-top: 4.5em;

}

blockquote.slidequote em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.address {
	padding-left: 23px;
	text-align: left;
	color: #FF7b21;
	background-image: url(../img/quotes/q13.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}

blockquote.address em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}


blockquote.mapanddirections {
	padding-left: 23px;
	text-align: left;
	color: #FF7b21;
	background-image: url(../img/quotes/q13.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
	
}

blockquote.mapanddirections em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.contact {
	padding-left: 23px;
	text-align: left;
	color: #FF7b21;
	background-image: url(../img/quotes/q13.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}

blockquote.contact em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.case {
	padding-left: 23px;
	text-align: left;
	color: #FF1D78;
	background-image: url(../img/quotes/q6.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}

blockquote.case em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.eclec {
	padding-left: 23px;
	text-align: left;
	color: #0038EA;
	background-image: url(../img/quotes/q3.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.3em;
	font-size: 1.3em;
}

blockquote.eclec em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.vogue {
	padding-left: 23px;
	text-align: left;
	color: #00C000;
	background-image: url(../img/quotes/q5.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.3em;
	font-size: 1.3em;
}

blockquote.vogue em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}


blockquote.romantic {
	padding-left: 23px;
	text-align: left;
	color: #C400C4;
	background-image: url(../img/quotes/q4.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}

blockquote.romantic em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.port {
	padding-left: 23px;
	text-align: left;
	color: #FADD06;
	background-image: url(../img/quotes/q2.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}

blockquote.port em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.home {
	padding-left: 23px;
	text-align: left;
	color: #999999;
	background-image: url(../img/quotes/q1.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}

blockquote.home em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}

blockquote.biog {
	padding-left: 23px;
	text-align: left;
	color: #00C000;
	background-image: url(../img/quotes/q5.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
		font-size: 1.3em;

}

blockquote.biog2 {
	padding-top: 0.2em;
	padding-left: 23px;
	text-align: left;
	color: #999999;
	background-color: transparent;
	background-image: url(../img/quotes/q1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
}

blockquote.biog em {
	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;

}


#contact  #main-content a {
	color: #ff7b21;
	font-weight: bold;
}

#contact  #main-content a:hover {
	color: #ff7b21;
	background-color: #F4F4F4;
}

#orderinfo  #main-content a {
	color: #ff1d78;
	font-weight: bold;
}

#orderinfo  #main-content a:hover {
	color: #ff1d78;
	background-color: #F4F4F4;
}

#servicepricing  #main-content a {
	color: #ff1d78;
	font-weight: bold;
}

#servicepricing  #main-content a:hover {
	color: #ff1d78;
	background-color: #F4F4F4;
}



#press  #main-content a {
	color: #f60000;
	font-weight: bold;
}

#press  #main-content a:hover {
	color: #f60000;
	background-color: #F4F4F4;
}

#press .ssection .subcopy2 a {
	color: #f60000;
	font-weight: bold;
}

#press .ssection .subcopy2 a:hover {
	color: #f60000;
	background-color: #F4F4F4;
}

#exhibitions #main-content a {
	color: #2EBBB8;
	font-weight: bold;
}

#exhibitions #main-content a:hover {
	color: #2EBBB8;
	background-color: #F4F4F4;
}

#exhibitions2 #main-content a {
	color: #2EBBB8;
	font-weight: bold;
}

#exhibitions2 #main-content a:hover {
	color: #2EBBB8;
	background-color: #F4F4F4;
}


#exhibitions .ssection .subcopy2 a {
	color: #2EBBB8;
	font-weight: bold;
}

#exhibitions .ssection .subcopy2 a:hover {
	color: #2EBBB8;
	background-color: #F4F4F4;
}

#exhibitions2 .ssection .subcopy2 a {
	color: #2EBBB8;
	font-weight: bold;
}

#exhibitions2 .ssection .subcopy2 a:hover {
	color: #2EBBB8;
	background-color: #F4F4F4;
}

#case  #main-content a {
	color: #FF1D78;
	font-weight: bold;
}

#case  #main-content a:hover {
	color: #FF1D78;
	background-color: #F4F4F4;
}


#case .ssection .subcopy2 a {
	color: #FF1D78;
	font-weight: bold;
}

#case .ssection .subcopy2 a:hover {
	color: #FF1D78;
	background-color: #F4F4F4;
}

#error  #main-content a {
	color: #FF00FF;
	font-weight: bold;
}

#error  #main-content a:hover {
	color: #FF00FF;
	background-color: #F4F4F4;
}

#vogue  #main-content a {
	color: #00C000;
	font-weight: bold;
}

#vogue  #main-content a:hover {
	color: #00C000;
	background-color: #F4F4F4;
}


#vogue  .ssection .subcopy2 a:hover {
color: #00C000;
	background-color: #F4F4F4;
}

#vogue  .ssection .subcopy2 a {
color: #00C000;
	font-weight: bold;
}

#romantic  #main-content a {
	color: #C400C4;
	font-weight: bold;
}

#romantic  #main-content a:hover {
	color: #C400C4;
	background-color: #F4F4F4;
}

#romantic .ssection .subcopy2 a:hover{
	color: #C400C4;
	background-color: #F4F4F4;
}

#romantic .ssection .subcopy2 a {
	color: #C400C4;
	font-weight: bold;
}

#eclec  #main-content a {
	color: #0038EA;
	font-weight: bold;
}

#eclec  #main-content a:hover {
	color: #0038EA;
	background-color: #F4F4F4;
}

#eclec .ssection .subcopy2 a:hover {
	color: #0038EA;
	background-color: #F4F4F4;
}

#eclec .ssection .subcopy2 a {
	color: #0038EA;
		font-weight: bold;
}


#biog  #main-content a {
	color: #00C000;
	font-weight: bold;
}

#biog  #main-content a:hover {
	color: #00C000;
	background-color: #F4F4F4;
}

#port  #main-content a {
	color: #FADD06;
	font-weight: bold;
}

#port  #main-content a:hover {
	color: #FADD06;
	background-color: #F4F4F4;
}

#home  #main-content a {
	color: #666666;
	font-weight: bold;
}

#home  #main-content a:hover {
	color: #666666;
	background-color: #F4F4F4;
}


.box #main-content p {
	font-style: normal;
}


.box #main-content em {
	font-weight: bold;
	color: #333333;
	text-align: right;
}


.grid_7 prefix_3 {
	margin-bottom: 0px;
}
#main-content {
	margin-bottom: 0px;
	float: left;
}
.grid_7 prefix_3 .box {
	margin-bottom: 0px;
}
.footer .footerbox {
	padding-bottom: 0px;
}


/* branding & colours
----------------------------------------------- */
#home #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_1.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
}

#biog #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_5.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
}

#port #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_2.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
}

#eclec #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_3.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#romantic #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_4.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#vogue #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_5.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#case #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_6.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#exhibitions #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_7.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}
#exhibitions2 #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_7.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}
#press #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_8.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#cakecentres #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_9.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#servicepricing #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_9.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#orderinfo #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_9.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#news #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_13.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#contact #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_14.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#contact #main-content h3 {
	color: #FFFFFF;
	background-color: #FF7B21;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -420px;
}


#address #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_14.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#address #main-content h3 {
	color: #FFFFFF;
	background-color: #FF7B21;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -480px;
}

#error #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_15.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#cctc #main-content h3 {
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/coyrthdr.png);
	background-repeat: no-repeat;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#cctc #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_15.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#error #main-content h3 {
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/errorh3.png);
	background-repeat: no-repeat;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mapanddirections #branding h1 {
	background-color: #FFFFFF;
	background-image: url(../img/h1_14.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 125px;
	background-position: 0px 10px;
	padding: 0px;
	color: #f4f4f4;
}

#mapanddirections #main-content h3 {
	color: #FFFFFF;
	background-color: #FF7B21;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -450px;
}

#news #main-content h3 {
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/newsh3.png);
	background-repeat: no-repeat;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#exhibitions #main-content h3 {
	color: #FFFFFF;
	background-color: #2EBBB8;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -330px;
}


#exhibitions2 #main-content h3 {
	color: #FFFFFF;
	background-color: #2EBBB8;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -330px;
}

#servicepricing #main-content h3 {
	color: #FFFFFF;
	background-color: #FF1D78;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -270px;
}

#cakecentres #main-content h3 {
	color: #FFFFFF;
	background-color: #FF1D78;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -300px;
}

#orderinfo #main-content h3 {
	color: #FFFFFF;
	background-color: #FF1D78;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -240px;
}
#press #main-content h3 {
	color: #FFFFFF;
	background-color: #F60000;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -210px;
}


#case #main-content h3 {
	color: #FFFFFF;
	background-color: #FF1D78;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -150px;
}

#vogue #main-content h3 {
	color: #FFFFFF;
	background-color: #00C000;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -120px;
}

#biog #main-content h3 {
	color: #FFFFFF;
	background-color: #00C000;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -390px;
}

#home #main-content h3 {
	color: #FFFFFF;
	background-color: #999999;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px 0px;
}

#port #main-content h3 {
	color: #FFFFFF;
	background-color: #FADD06;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -30px;
}

#eclec #main-content h3 {
	color: #FFFFFF;
	background-color: #0038EA;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -60px;
}


#eclec #scontainer h3 {
	color: #FFFFFF;
	background-color: #0038EA;
	width: 378px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3bar2.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0038EA;
	border-bottom-color: #0038EA;
}

#press #scontainer h3 {
	color: #FFFFFF;
	background-color: #F60000;
	width: 378px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3bar2.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -210px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F60000;
	border-bottom-color: #F60000;
}

#exhibitions #scontainer h3 {
	color: #FFFFFF;
	background-color: #2EBBB8;
	width: 434px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3bar2.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2EBBB8;
	border-bottom-color: #2EBBB8;
}

#exhibitions2 #scontainer h3 {
	color: #FFFFFF;
	background-color: #2EBBB8;
	width: 434px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3bar2.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2EBBB8;
	border-bottom-color: #2EBBB8;
}


#case #scontainer h3 {
	color: #FFFFFF;
	background-color: #FF1D78;
	width: 400px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3bar2.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF1D78;
	border-bottom-color: #FF1D78;
}

#vogue #scontainer h3 {
	color: #FFFFFF;
	background-color: #00C000;
	width: 362px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3bar2.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -120px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00C000;
	border-bottom-color: #00C000;
}
#romantic #scontainer h3 {
	color: #FFFFFF;
	background-color: #C400C4;
	width: 420px];
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3bar2.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C400C4;
	border-bottom-color: #C400C4;
	padding-right: 12px;
	width: 408px;
}

#romantic #main-content h3 {
	color: #FFFFFF;
	background-color: #C400C4;
	margin-top: 0.2em;
	width: 810px;
	font-weight: normal;
	text-indent:-9999px;
	background-image: url(../img/h3s.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px -90px;
}

#home #main-content .biog p {
	color: #999999;
}

/* sub menu links on hover or focus */

#contact #subMenusContainer a:hover, 
#contact #subMenusContainer a:focus, 
#contact #nav a.mainMenuParentBtnFocused, 
#contact #subMenusContainer a.subMenuParentBtnFocused,
#contact #nav li a:hover,
#contact #nav li a:focus{
	background-color:#ff7b21;
	color:#f4f4f4;
}

#news #subMenusContainer a:hover, 
#news #subMenusContainer a:focus, 
#news #nav a.mainMenuParentBtnFocused, 
#news #subMenusContainer a.subMenuParentBtnFocused,
#news #nav li a:hover,
#news #nav li a:focus{
	background-color:#f60000;
	color:#f4f4f4;
}


#servicepricing #subMenusContainer a:hover, 
#servicepricing #subMenusContainer a:focus, 
#servicepricing #nav a.mainMenuParentBtnFocused, 
#servicepricing #subMenusContainer a.subMenuParentBtnFocused,
#servicepricing #nav li a:hover,
#servicepricing #nav li a:focus{
	background-color:#FF1d78;
	color:#f4f4f4;
}

#cakecentres #subMenusContainer a:hover, 
#cakecentres #subMenusContainer a:focus, 
#cakecentres #nav a.mainMenuParentBtnFocused, 
#cakecentres #subMenusContainer a.subMenuParentBtnFocused,
#cakecentres #nav li a:hover,
#cakecentres #nav li a:focus{
	background-color:#FF1d78;
	color:#f4f4f4;
}

#orderinfo #subMenusContainer a:hover, 
#orderinfo #subMenusContainer a:focus, 
#orderinfo #nav a.mainMenuParentBtnFocused, 
#orderinfo #subMenusContainer a.subMenuParentBtnFocused,
#orderinfo #nav li a:hover,
#orderinfo #nav li a:focus{
	background-color:#FF1d78;
	color:#f4f4f4;
}

#biog #subMenusContainer a:hover, 
#biog #subMenusContainer a:focus, 
#biog #nav a.mainMenuParentBtnFocused, 
#biog #subMenusContainer a.subMenuParentBtnFocused,
#biog #nav li a:hover,
#biog #nav li a:focus{
	background-color:#00c000;
	color:#f4f4f4;
}

#home #subMenusContainer a:hover, 
#home #subMenusContainer a:focus, 
#home #nav a.mainMenuParentBtnFocused, 
#home #subMenusContainer a.subMenuParentBtnFocused,
#home #nav li a:hover,
#home #nav li a:focus{
	background-color:#999999;
	color:#f4f4f4;
}

#port #subMenusContainer a:hover, 
#port #subMenusContainer a:focus, 
#port #nav a.mainMenuParentBtnFocused, 
#port #subMenusContainer a.subMenuParentBtnFocused,
#port #nav li a:hover,
#port #nav li a:focus{
	background-color:#FADD06;
	color:#f4f4f4;
}

#eclec #subMenusContainer a:hover, 
#eclec #subMenusContainer a:focus, 
#eclec #nav a.mainMenuParentBtnFocused, 
#eclec #subMenusContainer a.subMenuParentBtnFocused,
#eclec #nav li a:hover,
#eclec #nav li a:focus{
	background-color:#0038EA;
	color:#f4f4f4;
}

#romantic #subMenusContainer a:hover, 
#romantic #subMenusContainer a:focus, 
#romantic #nav a.mainMenuParentBtnFocused, 
#romantic #subMenusContainer a.subMenuParentBtnFocused,
#romantic #nav li a:hover,
#romantic #nav li a:focus{
	background-color:#C400C4;
	color:#f4f4f4;
}

#vogue #subMenusContainer a:hover, 
#vogue #subMenusContainer a:focus, 
#vogue #nav a.mainMenuParentBtnFocused, 
#vogue #subMenusContainer a.subMenuParentBtnFocused,
#vogue #nav li a:hover,
#vogue #nav li a:focus{
	background-color:#00c000;
	color:#f4f4f4;
}

#case #subMenusContainer a:hover, 
#case #subMenusContainer a:focus, 
#case #nav a.mainMenuParentBtnFocused, 
#case #subMenusContainer a.subMenuParentBtnFocused,
#case #nav li a:hover,
#case #nav li a:focus{
	background-color:#FF1D78;
	color:#f4f4f4;
}

#exhibitions #subMenusContainer a:hover, 
#exhibitions #subMenusContainer a:focus, 
#exhibitions #nav a.mainMenuParentBtnFocused, 
#exhibitions #subMenusContainer a.subMenuParentBtnFocused,
#exhibitions #nav li a:hover,
#exhibitions #nav li a:focus{
	background-color:#2ebbb8;
	color:#f4f4f4;
}

#exhibitions2 #subMenusContainer a:hover, 
#exhibitions2 #subMenusContainer a:focus, 
#exhibitions2 #nav a.mainMenuParentBtnFocused, 
#exhibitions2 #subMenusContainer a.subMenuParentBtnFocused,
#exhibitions2 #nav li a:hover,
#exhibitions2 #nav li a:focus{
	background-color:#2ebbb8;
	color:#f4f4f4;
}


#press #subMenusContainer a:hover, 
#press #subMenusContainer a:focus, 
#press #nav a.mainMenuParentBtnFocused, 
#press #subMenusContainer a.subMenuParentBtnFocused,
#press #nav li a:hover,
#press #nav li a:focus{
	background-color:#f60000;
	color:#f4f4f4;
}

#contact #subMenusContainer a:hover, 
#contact #subMenusContainer a:focus, 
#contact #nav a.mainMenuParentBtnFocused, 
#contact #subMenusContainer a.subMenuParentBtnFocused,
#contact #nav li a:hover,
#contact #nav li a:focus{
	background-color:#ff7b21;
	color:#f4f4f4;
}

#mapanddirections #subMenusContainer a:hover, 
#mapanddirections #subMenusContainer a:focus, 
#mapanddirections #nav a.mainMenuParentBtnFocused, 
#mapanddirections #subMenusContainer a.subMenuParentBtnFocused,
#mapanddirections #nav li a:hover,
#mapanddirections #nav li a:focus{
	background-color:#ff7b21;
	color:#f4f4f4;
}

#address #subMenusContainer a:hover, 
#address #subMenusContainer a:focus, 
#address #nav a.mainMenuParentBtnFocused, 
#address #subMenusContainer a.subMenuParentBtnFocused,
#address #nav li a:hover,
#address #nav li a:focus{
	background-color:#ff7b21;
	color:#f4f4f4;
}

#home #nav ol, #home #nav ul, #home #subMenusContainer ul, #home #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #999999; 
	left:0;
}

#biog #nav ol, #biog #nav ul, #biog #subMenusContainer ul, #biog #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #00c000; 
	left:0;
}

#port #nav ol, #port #nav ul, #port #subMenusContainer ul, #port #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #FADD06; 
	left:0;
}


#eclec #nav ol, #eclec #nav ul, #eclec #subMenusContainer ul, #eclec #subMenusContainer ol{
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#0038EA;
	color:#f4f4f4;
	left:0;
	border:1px solid #0038EA;
}



#romantic #nav ol, #romantic #nav ul, #romantic #subMenusContainer ul, #romantic #subMenusContainer ol{
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#C400C4;
	color:#f4f4f4;
	border:1px solid #C400C4; 
	left:0;
}

#vogue #nav ol, #vogue #nav ul, #vogue #subMenusContainer ul, #vogue #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #00c000; 
	left:0;
}


#case #nav ol, #case #nav ul, #case #subMenusContainer ul, #case #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #ff1d78; 
	left:0;
}



#exhibitions #nav ol, #exhibitions #nav ul, #exhibitions #subMenusContainer ul, #exhibitions #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #2ebbb8; 
	left:0;
}

#exhibitions2 #nav ol, #exhibitions2 #nav ul, #exhibitions2 #subMenusContainer ul, #exhibitions2 #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #2ebbb8; 
	left:0;
}

#press #nav ol, #press #nav ul, #press #subMenusContainer ul, #press #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #f60000; 
	left:0;
}

#servicepricing #nav ol, #servicepricing #nav ul, #servicepricing #subMenusContainer ul, #servicepricing #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #ff1d78; 
	left:0;
}

#cakecentres #nav ol, #cakecentres #nav ul, #cakecentres #subMenusContainer ul, #cakecentres #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #ff1d78; 
	left:0;
}
#orderinfo #nav ol, #orderinfo #nav ul, #orderinfo #subMenusContainer ul, #orderinfo #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #ff1d78; 
	left:0;
}

#cakecentres #nav ol, #press #nav ul, #orderinfo #subMenusContainer ul, #orderinfo #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #ff1d78; 
	left:0;
}

#servicepricing #nav ol, #press #nav ul, #orderinfo #subMenusContainer ul, #orderinfo #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #ff1d78; 
	left:0;
}


#news #nav ol, #news #nav ul, #news #subMenusContainer ul, #news #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #f60000; 
	left:0;
}

#contact #nav ol, #contact #nav ul, #contact #subMenusContainer ul, #contact #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #ff7b21; 
	left:0;
}

 #subMenusContainer ul .contact{
	background: #ff7b21;
	color:#f4f4f4
}

#address #nav ol, #address #nav ul, #address #subMenusContainer ul, #address #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #ff7b21; 
	left:0;
}

 #subMenusContainer ul .address{
	background: #ff7b21;
	color:#f4f4f4
}

#mapanddirections #nav ol, #mapanddirections #nav ul, #mapanddirections #subMenusContainer ul, #mapanddirections #subMenusContainer ol {	
	/*border around submenu goes here*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#fff;	
	border:1px solid #ff7b21; 
	left:0;
}

 #subMenusContainer ul .mapanddirections{
	background: #ff7b21;
	color:#f4f4f4
}


 #subMenusContainer ul .news{
	background: #f60000;
	color:#f4f4f4
}

 #subMenusContainer ul .exhibitions{
	background: #ff1d78;
	color:#f4f4f4
}

 #subMenusContainer ul .exhibitions2{
	background: #ff1d78;
	color:#f4f4f4
}

 #subMenusContainer ul .cakecentres{
	background: #ff1d78;
	color:#f4f4f4
}

 #subMenusContainer ul .servicepricing{
	background: #ff1d78;
	color:#f4f4f4
}
 #subMenusContainer ul .orderinfo{
	background: #ff1d78;
	color:#f4f4f4
}

 #subMenusContainer ul .press{
	background: #f60000;
	color:#f4f4f4
}

 #subMenusContainer ul .exhibitions{
	background: #23bbb8;
	color:#f4f4f4
}

 #subMenusContainer ul .case{
	background: #FF1D78;
	color:#f4f4f4
}
 #subMenusContainer ul .vogue{
	background: #00c000;
	color:#f4f4f4
}

 #subMenusContainer ul .home{
	background: #00c000;
	color:#f4f4f4
}

#news #nav .news, #news #subMenusContainer ul .news{
	background: #f60000;
	color:#f4f4f4
}



#cakecentres #nav .cakecentres, #cakecentres #subMenusContainer ul .cakecentres{
	background: #ff1d78;
	color:#f4f4f4
}

#servicepricing #nav .servicepricing, #servicepricing #subMenusContainer ul .servicepricing{
	background: #ff1d78;
	color:#f4f4f4
}

#orderinfo #nav .orderinfo, #orderinfo #subMenusContainer ul .orderinfo{
	background: #ff1d78;
	color:#f4f4f4
}

#press #nav .press, #press #subMenusContainer ul .press{
	background: #f60000;
	color:#f4f4f4
}
#exhibitions #nav .exhibitions, #exhibitions #subMenusContainer ul .exhibitions{
	background: #2ebbb8;
	color:#f4f4f4
}

#exhibitions2 #nav .exhibitions2, #exhibitions2 #subMenusContainer ul .exhibitions2{
	background: #2ebbb8;
	color:#f4f4f4
}

#vogue #nav .vogue, #vogue #subMenusContainer ul .vogue{
	background: #00c000;
	color:#f4f4f4
}

#case #nav .case, #case #subMenusContainer ul .case{
	background: #ff1d78;
	color:#f4f4f4
}

#romantic #nav .romantic, #romantic #subMenusContainer ul .romantic{
	background: #C400C4;
	color:#f4f4f4
}

#eclec #nav .eclec, #eclec #subMenusContainer ul .eclec{
	background: #0038EA;
	color:#f4f4f4
}

#nav .news {
	background-color: #F60000;
	color:#f4f4f4

}

#nav .port {
	background-color: #FADD06;
			color:#f4f4f4

}
#nav .home {
	background-color: #999999;
	color:#f4f4f4

}
#nav .biog {
	background-color: #00c000;
		color:#f4f4f4

}

#nav .contact {
	background-color: #FF7B21;
			color:#f4f4f4
}


#nav .address {
	background-color: #FF7B21;
			color:#f4f4f4
}


#nav .mapanddirections {
	background-color: #FF7B21;
			color:#f4f4f4
}


 /* 
*/

div.crossfade_wrapper, .image_box, .crossfade_wrapper img{
	margin:0;
	padding:0;
	text-align: center;
}
.crossfade_wrapper{
	position:relative;
	left:0;
	top:0;
	margin:0;
	padding:0;
	background:#fafaf5;
	width:100%; /*squashes IE bug of shifting div to the right and offscreen*/
	clear: both;
}


div.crossfaded_element{
	position:relative;
	width:810px;
	height:540px;
}

#scrollBar .cf_wrapper {
	clear: none;
	float: left;
	height: 540px;
	width: 810px;
	padding-right: 20px;
	white-space:normal
}
#scrollBar .cf_wrapper .content {
	height: 540px;
	white-space: normal;
text-align: center;
}




#main-content {
	width: 620px;
}

#scrollBar .hrz {
	width: auto;
	clear: none;
}
#scrollBar .hrzwrapper {
	height: 540px;
	width: 810px;
}
#scrollBar .subcopy {
	width: 400px;
}

#slideshow .cf_wrapper .content .subcopy {
	text-align: left;
	width: 400px;
	float: left;
	height: 540px;
}

#scrollbar .cf_wrapper .content .subcopy2 {
	width: 810px;
	text-align: center;
}
.content .subcopy2 {
	clear: none;
	float: left;
	height: 540px;
	width: 810px;
}
.subcopy2 {
	text-align: center;
}
#scrollbar .content .subcopy {
	height: 540px;
	width: 450px;
}
#scrollBar .subcopy2 {
	clear: none;
	float: none;
}

#lrgimg {
	padding-top: 10px;
}

#appointments {
	width: 180px;
	padding-left: 10px;
}

#appointments h2 {
	background-color: #FF7B21;
}
#addressdetails {
	width: 610px;
	margin-left: 10px;
	float: left;
}

#addressdetails h2 {
	background-color: #FF7B21;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 1.5em;
	
}
#telephone {
	width: 350px;
	padding-left: 10px;
	float: left;
}

#telephone h2 {
	background-color: #FF7B21;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 1.5em;
	
}

#telephone li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 10px;
	padding-left: 0px;
}
#directions {
	width: 183px;
	padding-left: 20px;
	float: left;
	margin-left: 10px;
}

#directions h2 {
	background-color: #FF7B21;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 1.5em;
	
}

#directions li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 10px;
	padding-left: 0px;
}

#appointments {
	width: 183px;
	padding-left: 10px;
	float: right;
}
#appointments li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 10px;
	padding-left: 0px;
}
#appoitnments h2 {
	background-color: #FF7B21;
	margin-bottom: 1.5em;
}
#addressdetails em {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#addressdetails p {
	font-family: Arial, Helvetica, sans-serif;
.ssection .subcopy2 a {
	color: #0038EA;
	
}

.subcopy2 p {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 1px;
}
.subcopy2 div {
	height: 60px;
	width: 650px;
}

#eclec blockquote.slidequote {
	padding-left: 20px;
	text-align: left;
	color: #999999;
	background-image: url(../img/quotes/q1.png);
	background-repeat: no-repeat;
	padding-bottom: 1em;
	font-weight: bold;
	padding-top: 0.2em;
	font-size: 1.3em;
	margin-top: 4.5em;
	background-position: -2px;

}

#eclec blockquote.slidequote em {

	color: #333333;
	font-style: normal;
	float: right;
	padding-bottom: 1em;
	font-weight: bold;
}
.box #main-content .article h4 {
	margin-top: 2em;
	margin-bottom: 0px;
}
.imagen {
	float: left;
}

.newspg {
	margin-top: 10px;
}
