@charset "utf-8";
/*Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900*/
body {
	font-family: 'Titillium Web', Verdana, Geneva, sans-serif;
	padding:0px;
	margin:0px;
	background-color:#fff;
	text-align: center;
	color: rgb(181,181,178);
}
.spacedletters {
	padding-top: 100px;
	font-size: 50px;
	font-weight: 300;
	letter-spacing: .05em;
}
.centeredpic {
	margin: auto;
	margin-top: 65px;
	margin-bottom: 20px;
	width: 840px;
	height: 430px;
/*	background-image: url(img/01.jpg);
	background-repeat: no-repeat;*/
}
#jssor_1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 840px;
	height: 430px;
	overflow: hidden;
	visibility: hidden;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.strapline {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 2px;
}
.centeredaddressblock {
	margin: auto;
	margin-top: 30px;
	width: auto;
	height: auto;
}
.address1 {
	font-size: 16px;
	font-weight: 400;
	width: auto;
	margin: auto;
	text-align: center;
}
/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 12 css */
        /*
        .jssora12l                  (normal)
        .jssora12r                  (normal)
        .jssora12l:hover            (normal mouseover)
        .jssora12r:hover            (normal mouseover)
        .jssora12l.jssora12ldn      (mousedown)
        .jssora12r.jssora12rdn      (mousedown)
        */
        .jssora12l, .jssora12r {
            display: block;
            position: absolute;
            /* size of arrow element */
			top: 0;
            width: 30px;
            height: 46px;
            cursor: pointer;
            background: url('img/a12.png') no-repeat;
            overflow: hidden;
        }
        .jssora12l { background-position: -16px -37px; }
        .jssora12r { background-position: -75px -37px; }
        .jssora12l:hover { background-position: -136px -37px; }
        .jssora12r:hover { background-position: -195px -37px; }
        .jssora12l.jssora12ldn { background-position: -256px -37px; }
        .jssora12r.jssora12rdn { background-position: -315px -37px; }