body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #43525a;
    background: url('../gfx/bg-body.png') 0 0 repeat-x fixed;
}

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

.clearfix {
    display: inline-block; 
}

/* Hide from IE Mac \ */
.clearfix {
    display: block; 
}

p {
    margin: 0 0 22px 0;
    padding: 0;
    line-height: 22px;
}

a img {
    border: 0px;
}

a {
    outline: none;
    text-decoration: none;
    color: #43525a;
}

a:hover {
    text-decoration: none;
}

.cleaner {
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

header.fsn-bar {
    height: 156px;
    background: url('../gfx/bg-header-stripe.svg') no-repeat;
	background-size: auto 38px;
	background-position: center 60px;
}

header.fsn-bar .fsn-menu{
    width: 980px;
    height: 156px;
    margin: auto;
    text-align: left;
    position: relative;
    background: url('../gfx/bg-header.svg') no-repeat;
	background-size: auto 38px;
	background-position: right 60px;
}

header.fsn-bar .fsn-menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    right: 21px;
    top: 136px;
}

header.fsn-bar .fsn-menu ul li{
    float: left;
    margin: 0 13px 0 0;
    padding: 0 15px 0 0;
    list-style-type: none;
    background: url('../gfx/nav-pipe.svg') no-repeat;
	background-size: auto 17px;
	background-position: right 6px;
    line-height: 32px;
    height: 32px;
    font-size: 16px;
}

header.fsn-bar .fsn-menu ul li.fsn-current{
    color: #5a3234;
}

header.fsn-bar .fsn-menu ul li.fsn-last{
    margin: 0;
    padding: 0;
    background: none;
}

header.fsn-bar .fsn-menu ul li.fsn-first{
    margin: 0;
    padding: 0;
    width: 196px;
    height: 106px;
    background: url('../gfx/logo.svg') 0 0 no-repeat;
	background-size: auto 106px;
	background-position: 0 0;
    cursor: pointer;
    position: absolute;
    left: -237px;
    top: -86px;
}

header.fsn-bar .fsn-menu ul li.fsn-first span{
    width: 196px;
    height: 106px;
    display: block;
    text-indent: -999em;
}

header.fsn-bar .fsn-menu ul li.fsn-last a{
    text-decoration: none;
}

.fsn-menu-item.fsn-level-2.fsn-current {
	color: #f00;
}
.fsn-dots-item {
	background: #91a6b0;
    border: 1px solid #91a6b0;
    position: relative;
}

.fsn-dots-item span{
	position: absolute;
    left: 0;
    top: -24px;
    white-space: nowrap;
}

.fsn-dots-item.fsn-current {
	background: #44535b;
	border: 1px solid #44535b;
}
.right.fsn-navigation-arrow {
	background: url('../gfx/controls-arrows.svg') no-repeat;
	background-size: auto 102px;
	background-position: 0 bottom;
}
.left.fsn-navigation-arrow {
	background: url('../gfx/controls-arrows.svg') no-repeat;
	background-size: auto 102px;
	background-position: 0 top;
}

figure{
    margin: 0;
}

.ce_image {
    width: 470px;
    float: left;
}

.ce_text {
    width: 490px;
    float: right;
}

.ce_text.first {
    width: auto;
    float: none;
}

h1{
    margin: 0 0 35px;
    padding: 194px 0 0 17px;
    font-weight: normal;
    font-size: 44px;
    text-transform: uppercase;
}

#ajax-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;   
    z-index: 1000; 
}

#ajax-loader div{
    width: 100%;
    height: 100%;
    background: url('../gfx/ajax-loader.gif') center center no-repeat;    
}

.ce_gallery {
    position: relative;
    width: 410px;
    height: 266px;
    float: left;
    margin-left: 20px;
    overflow: visible;
    -moz-box-shadow: 0 0 20px #eee;
    -webkit-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
}

.ce_gallery ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ce_gallery ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    width: 410px;
    height: 266px;
}

.ce_gallery ul li img{
    
}

.ce_gallery .pager{
    position: absolute;
    width: 410px;
    left: 0;
    top: 278px;
    text-align: center;
    z-index: 1000;   
}

.ce_gallery .pager span{
    display: inline-block;
    cursor: pointer;
    height: 9px;
    margin-left: 5px;
    margin-right: 5px;
    width: 9px;   
    border: 1px solid #91a6b0;
    background: #91a6b0;
    text-decoration: none;
    text-indent: -999em;
}

.ce_gallery .pager span.cycle-pager-active{
    background: #44535b;
	border: 1px solid #44535b;
}