html {
	font-size:65%;
}

* {padding:0; margin:0;}

body {
	font-family:Verdana, Arial, Helevitica, sans-serif;
	color:#a1a0a0;
	background:#fff;
}

#header {
	height:151px;
	border-bottom:1px solid #d6d5d5;
	background:#f0f0f0 url(/_css/f/bh_logo_bg.gif) repeat-y top center;
	position:relative;
	z-index:10;
}

#header #shadow {
	height:123px;
	width:100%;
	position:absolute;
	top:152px;
	background:transparent url(/_css/f/menu_shadow.gif) repeat-x top center;
}

* html #header #shadow {
	display:none;
}

#header h1, #header p.title {
	margin:0 auto;
	width:964px;
	height:151px;
	text-indent:-9999px;
	background:transparent url(/_css/f/bh_logo.gif) no-repeat top center;
}

#header h1.hidden {
	text-indent:-9999em;
	height:0;
}

* html #header h1.hidden {
	display:none;
}

#shell {
	position:relative;
	margin:15px auto 30px auto;
	width:960px;
	z-index:20;
}

#navigation {
	margin:0 auto 35px auto;
	width:767px;
}

#navigation ul {
}

#navigation li {
	font-size:1.2em;
	padding:6px 0;
	width:127px;
	height:14px;
	list-style-type:none;
	display:inline;
	float:left;
	border-right:1px solid #a1a0a0;
}

#navigation li.last {
	border-right:0;
}

#navigation li a{
	display:block;
	margin:0 auto;
	text-align:center;
	color:#a1a0a0;
	text-decoration:none;
}

#navigation li a:hover {
	font-weight:bold;
}

#navigation li a.stick{
	font-family:Verdana, Arial, Helevitica, sans-serif;
	font-weight:bold;
	cursor:default;
}

#content {
	margin:0 auto;
	width:372px;
}

#content #fade {
	width:372px;
	height:372px;
	overflow:hidden;
}

#content a {
	color:#a1a0a0;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover, #content a:active {
	text-decoration:underline;
}

#content img {
	border:1px solid #a1a0a0;
}

#content img.f {
	border:none;
}

#content img, #content .gallerythumbs, #content .copyblock {
	margin-bottom:14px;
}

#content .gallerythumbs ul {
}

#content .gallerythumbs li {
	margin:0 14px 14px 0;
	width:114px;
	height:114px;
	list-style-type:none;
	display:inline;
	float:left;
}

* html #content .gallerythumbs li {
	margin:0 10px 10px 0;
}

#content .gallerythumbs li.last {
	margin:0 0 14px 0;
}

#content .gallerythumbs p {
	padding-bottom:0;
	font-size:1em;
	text-align:center;
	/* border-bottom:1px solid #a1a0a0; */
}

#content .copyblock {
	border:1px solid #a1a0a0;
	padding-bottom:14px;
	background:#ececeb;
}

* html #content .copyblock {
	border:1px solid #a1a0a0;
	padding-bottom:14px;
	background:#ececeb;
}

#content .copyblock h2 {
	font-size:1.6em;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #a1a0a0;
	padding:3px 0 5px 0;
}

#content .copyblock img {
	border:none;
	border-bottom:1px solid #a1a0a0;
	margin-bottom:0;
}

#content .copyblock p {
	font-size:1.2em;
	line-height:1.4em;
	margin:14px 14px 0 14px;
}

#content .copyblock h3 {
	font-weight:normal;
	font-size:1.6em;
	padding:0 14px;
	text-transform:uppercase;
	text-align:center;
}

#content .copyblock h3.exhibit {
	padding:0;
	margin:14px 0;
	width:372px;
	height:45px;
	text-indent:-9999px;
	background:transparent url(/_css/f/exhibition.png) no-repeat top center;
}

#content .copyblock p.lead {
	text-transform:uppercase;
	font-size:1.4em;
	text-align:center;
}

#content .copyblock p.news {
	text-align:center;
}

#form {
	padding:14px;
}

#form fieldset {
	border:0;
}

#form legend {
	display:none;
}

#form input, #form textarea {
	font-family:Verdana, Arial, Helevitica, sans-serif;
	font-size:1.2em;
	display:block;
	padding:3px;
	width:300px;
	border:1px solid #a1a0a0;
}

#form input {
	width:200px;
	margin-bottom:5px;
}

#form label {
	font-size:1.2em;
	margin-bottom:2px;
	display:block;
}

#form button {
	cursor:pointer;
	margin-top:5px;
	margin-right:35px;
	float:right;
	font-family:Verdana, Arial, Helevitica, sans-serif;
	color:#a1a0a0;
	font-size:1.2em;
	font-weight:bold;
	background:none;
	border:0;
}

#form button:hover, #form button:active {
	color:#000;
}

#content p.small {
	font-size:1em;
}

#subnav {
	margin:0 auto 15px auto;
	text-align:center;
	font-size:1.2em;
	width:520px;
}

#subnav ul {
}

#subnav li {
	font-size:1em;
	padding:0;
	width:100px;
	height:14px;
	list-style-type:none;
	display:inline;
	float:left;
}

#subnav li a{
	display:block;
	margin:0 auto;
	text-align:center;
	color:#a1a0a0;
	text-decoration:none;
}

#subnav li a:hover {
	font-weight:bold;
}

#subnav li a.stick{
	font-family:Verdana, Arial, Helevitica, sans-serif;
	font-weight:bold;
	cursor:default;
}

#footer {
	text-align:center;
}

#footer p {
	font-size:1em;
}

/*
    StepCarousel Style
*/

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 390px; /*Width of Carousel Viewer itself*/
height: 390px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel {
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 390px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 390px;
}

/*
    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:visible;}
#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:#000;}

#colorbox{}
    #cboxContent{margin:0 30px 30px 30px;}
        #cboxLoadedContent{background:#fff; padding:4px;}
        #cboxLoadingGraphic{background:url(/_css/f/loader.gif) center center no-repeat;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{width:100%;text-align:center;position:absolute; bottom:-20px; left:0; color:#fff;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext{text-indent:-9999px; width:20px; height:20px; position:absolute; bottom:50%; background:none;}
        #cboxPrevious{top:50%; left:-20px; background:url(/_css/f/buttons.png) 0 0 no-repeat;}
        #cboxPrevious.hover{background-position:0px -20px;}
        #cboxNext{top:50%; right:-20px; background:url(/_css/f/buttons.png) -20px 0 no-repeat;;}
        #cboxNext.hover{background-position:-20px -20px;}
        #cboxClose{position:absolute; top:8px; right:8px; color:#fff;}
        #cboxClose.hover{color:#0E1005;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

.clearfix:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.clearfix {
    display:inline-block;
}

html[xmlns] .clearfix {
    display:block;
}

* html .clearfix {
    height:1%;
}