@import"reset.css";
@import"grid.css";
@import"forms.css";
@import url(http://fonts.googleapis.com/css?family=Neuton:400italic,700);
@import url(http://fonts.googleapis.com/css?family=Oswald);

body{
	background:#d1d1d1;
	font:13px/22px Arial, Helvetica, sans-serif;
	color:#6b6b6b;
	position:relative;
	min-width:960px;
}
html,body{height:100%;}
html {min-width:960px;}
/* Global Structure---------------------------------------- */
.main{
	margin:0 auto;
	position:relative;
	min-width:960px;
	background:#fff;
}
.main-bg {
	background:url(../images/body-glow.png) no-repeat center bottom;
}

/*----- alignment & clearing -----*/
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}

.clear{
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper{
	overflow:hidden;
	position:relative;
}
.extra-wrap{
	overflow:hidden;
	display:block;
}
/*  Header styles */
h1,h2,h3,h4,h5,h6{
	color:#3d3d3d;
	padding:0 0 16px 0;
	font-weight:normal;
	letter-spacing:-1px;
	font-family: 'Neuton', serif;
	text-shadow:0 1px 2px rgba(0,0,0,.4);
}
h1{font-size:40px; line-height:48px;}
h2{font-size:35px; line-height:42px;}
h3{font-size:30px; line-height:36px;} 
h4{font-size:24px; line-height:30px;}  
h5{font-size:21px; line-height:26px;}
h6{font-size:16px; line-height:20px;}

.hp-1 {
	padding:0 0 10px 0;
}
.head-1 {
	padding:0 0 16px 0;
	text-transform:uppercase;
}
/*----- text & typography -----*/
.str-1 {
	display:block;
	font-size:18px;
	line-height:20px;
	color:#6f6f6f;
	font-family: 'Neuton', serif;
	font-weight:bold;
	padding:0 0 20px 0;
}
	.str-1 a:hover {
		text-decoration:none;
		color:#ccc;
	}
.str-2 {
	color:#3b3b3b;
}
.color-1 {
	color:#2b2b2b;
}
.quote-1 {
	font-family: 'Neuton', serif;
	font-style:italic;
	font-size:16px;
	line-height:24px;
	color:#6b6b6b;
	padding:0 0 10px 0;
	background:url(../images/quote-1-bg.png) no-repeat 0 0;
	text-indent:25px;
}
/*----- borders & lines -----*/
.vr-border {position:relative;}
.vr-border:after {
	position:absolute;
	display:block;
	top:0;
	bottom:0;
	right:-5px;
	content:"";
	width:32px;
	background:url(../images/vr-border-1.png) repeat-y 0 0;
	z-index:99;
}
.hr-border {
	border-bottom:1px solid #e6e6e6;
	padding:0 0 40px 0;
	margin:0 0 40px 0;
}
.hr-border-1 {
	border-bottom:1px solid #d4d4d4;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.vr-border-2 {
	background:url(../images/vr-border-2.png) repeat-y 200px 0;
}
.vr-border-3 {
	background:url(../images/vr-border-2.png) repeat-y 440px 0;
}
/*----- boxes -----*/
.heading-box {
	background:url(../images/heading-box.gif) repeat-x 0 bottom #efefef;
	padding:15px 20px 15px 40px;
	margin:0 -5px;
}
	.heading-box.first {
		margin:0 -5px 0 0;
		border-radius:6px 0 0 0;
	}
	.heading-box.last {
		margin:0 0 0 -5px;
		border-radius:0 6px 0 0;
	}
	.heading-box h1 {
		padding:0;
	}
#page1 .top-box {margin:-37px 5px 28px 5px;}
.top-box {
	background:#f6f6f6;
	margin:0 5px 28px 5px;
	border-radius:6px;
}
	.top-box .inner {
		padding:26px 30px 37px 40px;
	}

figure img {
	border:5px solid #dfdfdf;
}
.box-1 {
	padding:25px 25px 32px 40px;
	background:url(../images/box-1-tail.gif) repeat-x 0 0 #ddd;
	border-radius:6px;
}
/*----- indents -----*/
.img-indent {
	float:left;
	margin:0 12px 20px 0;
}
.img-indent-1 {
	float:left;
	margin:5px 20px 0 0;
}
.img-indent-2 {
	float:left;
	margin:5px 10px 15px 0;
}
.img-indent-bot {
	margin:5px 0 20px 0;
}
p {padding-bottom:22px;}
.p {padding-bottom:22px;}
.p0 {padding-bottom:0 !important;}
.p1 {padding-bottom:8px !important;}
.a1 {margin:0 5px;}

.pad-right {padding-right:34px;}
.indent-bot {
	padding-bottom:33px !important;
}
.indent-bot-1 {
	padding-bottom:26px !important;
}
.pad-top {
	padding-top:25px;
}
/*----- lists -----*/
.list-1 {padding:0 0 20px 0;}
.list-1 li {
	display:block;
	padding:0 0 8px 22px;
	line-height:22px;
	background:url(../images/list-1-marker.gif) no-repeat 0 8px;
	text-transform:uppercase;
}
	.list-1 li a {
		color:#6b6b6b;
		font-size:13px;
		text-decoration:none;
	}
		.list-1 li a:hover {
			text-decoration:underline;
		}
/*----- buttons & links -----*/
a {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
}
	a:hover {text-decoration: underline;}
p a, dl a {color:#2b2b2b;}

.button {
	background:url(../images/button-tail.gif) repeat-x 0 0 #4d4d4d;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size:12px;
	line-height:17px;
	padding:6px 17px;
	text-transform:uppercase;
	border-radius:6px;
	display:inline-block;
}
	.button:hover {
		background:url(../images/button-tail.gif) repeat-x 0 bottom #4d4d4d;
		text-decoration:none;
	}




/*********************************header*************************************/
header{
	background:url(../images/header-tail.gif) repeat-x 0 bottom;
	padding:0;
}
.header-bg {
	background:url(../images/header-glow.png) no-repeat center 0;
}
	header .inner {
		width:950px;
		margin:0 auto;
		position:relative;
	}
	header .row-1 {
		padding:16px 0 10px;
		overflow:hidden;
	}
.logo {
	float:left;
	padding:0;
}
.logo a {
	display:block;
	background: url(../images/logo.png) no-repeat 0 0;
	overflow:hidden;
	text-indent:-99em;
	width:240px;
	height:87px;
}
	
.slogan {
	float:left;
	color:#6b6b6b;
	font-size:13px;
	line-height:18px;
	padding:31px 0 0 6px;
	font-weight:normal;
}

.nav-container {
	width:950px;
	margin:0 auto 10px auto;
	background:#343434; 
}
/********************** Navigation ************************/
nav {
	padding:0;
	width:950px;
	margin:0 auto;
	background:url(../images/nav-tail.gif) repeat-x 0 0 #272727;
	border-radius:7px;
	box-shadow:0 0 10px #a4a3a3;
	position:relative;
	z-index:10;
}

.sf-menu{
	padding:0;
	width:950px;
	position:relative;
	display:block;
	font-size:0;
	line-height:0;
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:100%;
	left:0;
	display:none;
	background:url(../images/sub-nav-tail.gif) repeat-x 0 0 #202020;
	padding:15px 0;
}
	.sf-menu ul ul {
		width:190px;
	}
.sf-menu > li{
	margin:0;
	background:url(../images/nav-item-bg.png) repeat-y 1px 0;	
	position:relative;
	display:inline-block;
	width:190px;
}

	.sf-menu > li.first {
		border-radius:7px 0 0 7px;
		background-position:0 0;
	}
	.sf-menu > li.last {
		border-radius:0 7px 7px 0;
	}
.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	line-height:17px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:+0px;
	transition:400ms all linear;
	-o-transition:400ms all linear;
	-moz-transition:400ms all linear;
	-webkit-transition:400ms all linear;
	padding:30px 0;
	text-align:center;
	background:url(../images/nav-border.png) repeat-y 0 0
}

	.sf-menu > li.first > a {
		background:none;
	}
	.sf-menu > li.current, .sf-menu > li:hover, .sf-menu > li.sfHover {
		background:url(../images/nav-active.gif) repeat-x 0 0 #2a2a2a;
	}


.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:77px; left:0; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:11px;
	line-height:14px;
	color:#fff;
	text-shadow:1px 1px 3px rgba(0,0,0,.5);
	overflow:hidden;
	padding:8px 0;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	background:url(../images/sub-menu-active.gif) repeat-x 0 0 #6c6c6c;
}


.sf-menu li li{
	float:none;
	position:relative;
	margin:0 20px;
}

.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:90%;top:-15px;}

/********************** Slider ************************/
.slider-container {
	width:100%;
	position:relative;
	overflow:hidden;
	padding:20px 0 37px 0;
}

.mp-items {display:none;}

.mp-slider {
	width:1330px;
	height:633px;
	position:relative;
	left:50%;
	margin:0 0 0 -665px;
}

.mp-pagination {
	display:block;
	position:absolute;
	left:190px;
	bottom:35px;
	z-index:99;
	font-size:0;
	line-height:0;
	letter-spacing:-1px;
}
	.mp-pagination li {
		display:inline-block;
		margin:0 4px 0 0;
	}
		.mp-pagination li a {
			display:block;
			width:28px;
			height:28px;
			background:url(../images/mp-pagination.png) no-repeat right 0;
		}
			.mp-pagination li a:hover, .mp-pagination li.current a {
				background:url(../images/mp-pagination.png) no-repeat 0 0;
			}
.mp-banner {
	position:absolute;
	left:190px;
	top:35px;
	width:470px;
	height:
}
	.mp-banner .mp-row-1 {
		display:block;
		font-weight:bold;
		font-size:104px;
		line-height:144px;
		color:#353535;
		font-family: 'Neuton', serif;
	}
		.mp-banner .mp-row-1 span {
			display:block;
			margin:-68px 0 0 0;
		}
		.mp-banner .mp-row-2 {
			display:block;
			color:#6d6d6d;
			font-size:30px;
			line-height:36px;
			font-family: 'Oswald', sans-serif;
			letter-spacing:-1px;
			padding:0 0 45px 0;
		}
		.mp-banner p {
			width:390px;
			padding:0 0 40px 0;
		}
		.mp-button {
			display:inline-block;
			background:url(../images/mp-button.gif) repeat-x 0 0 #4d4d4d;
			font-family: 'Oswald', sans-serif;
			color:#fff;
			font-size:13px;
			line-height:19px;
			padding:15px 30px;
			text-transform:uppercase;
			border-radius:6px;
		}
			.mp-button:hover {
				text-decoration:none;
				background:url(../images/mp-button.gif) repeat-x 0 bottom #4d4d4d;
			}
/********************** Content ************************/

section#content {
	padding:33px 0 30px 0;
	background:#fff;
}
	#page1 #content {
		padding:0 0 30px 0;
	}
.date {
	overflow:hidden;
	font-family: 'Neuton', serif;
	font-weight:bold;
	padding:0 0 5px 0;
}
	.date span {
		float:left;
		font-size:50px;
		line-height:60px;
		letter-spacing:-1px;
		color:#3e3e3e;
	}
	.date b {
		float:left;
		font-size:30px;
		line-height:36px;
		color:#6a6a6a;
		padding:20px 0 0 0;
	}

.banner-2 {
	background:url(../images/banner-2.jpg) no-repeat 0 bottom #888;
	padding:25px 20px 30px 198px; 
}
	.banner-2 .banner-title {
		text-transform:uppercase;
		color:#fff;
		font-size:24px;
		line-height:30px;
		font-family: 'Oswald', sans-serif;
		padding:0 0 8px 0;
		font-weight:normal;
		display:block;
	}
	.banner-2 p {
		color:#c7c7c7;
		padding:0 0 16px 0;
	}
.map-container {
	float:left;
	border:5px solid #dfdfdf;
	margin:4px 27px 0 0;
}
.map-container iframe {
	width:568px;
	height:324px;
	margin:0;
	border:none;
}
.adress {padding:0 0 25px 0;}
.adress dt {
	display:block;
	font-weight:bold;
	color:#6b6b6b;
	font-size:13px;
	line-height:22px;
}
.adress dd {
	font-size:13px;
	line-height:22px;
	color:#6b6b6b;
	overflow:hidden;
}
.adress dd span {
	float:left;
	width:73px;
}
	.adress dd.last span {
		width:59px;
	}
.adress dd a {color:#2b2b2b;}
.adress dd a:hover {text-decoration:underline;}
.content-box {
	width:950px;
	margin:0 auto;
	padding:0;
}
.inner-404 {
	background: url(../images/page404-img.jpg) no-repeat 0 6px;
	padding:0 0 0 520px;
	min-height:458px;
}
.heading-404 {
	display:block;
	color:#4a4a4a;
	font-weight:bold;
	letter-spacing:-1px;
	font-family: 'Neuton', serif;
	text-shadow:0 1px 2px rgba(0,0,0,.5);
}
strong.heading-404 {
	font-size:54px;
	line-height:65px;
}
b.heading-404 {
	font-size:30px;
	line-height:36px;
	color:#4a4a4a;
	text-transform:lowercase;
	margin:-10px 0 25px 0;
}
.inner-404 p {
	color:#6b6b6b;
	font-size:18px;
	line-height:22px;
}
.inner-404 p.last {
	padding:0 0 28px 0;
	font-size:16px;
}
/******************** Footer ******************/
footer {
	margin:0 auto;
	color:#888;
	font-size:12px;
	line-height:20px;
	padding:45px 0;
}
footer strong {
	font-weight:normal;
	color:#fff;
}
footer a {color:#888;}
	footer a:hover {text-decoration:underline;}

footer ul li {
	line-height:20px;
}
	footer ul li a {
		text-decoration:underline;
	}
		footer ul li a:hover, footer ul li.current a {text-decoration:none;}

#toTop {
	background:url(../images/totop-tail.gif);
	border-radius:3px;
	width:57px;
	height:57px;
	text-align:center;
	font-size:20px;
	line-height:57px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	color:#fff;
    border: medium none;
    bottom: 70px;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 50%;
    text-decoration: none;
    z-index: 20;
}
	#toTop:hover {
		color:#ccc;
	}