/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table,*/ caption, /*tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse; */
	border-spacing: 0;
}
body {
	color:#333;
	font:12px/18px "Lucida Sans", Arial, Helvetica, sans-serif;
	background:#000;
	min-width:1002px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
a {
	text-decoration:none;
	color:#981518;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
input,
textarea,
select {
	font:100% "Lucida Sans", Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#cfdbdc;
}
input[type=text],
input[type=password],
input[type=file],
input[type=search],
input[type=submit],
textarea{
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
input[type=submit]:hover{cursor:pointer;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
:-moz-placeholder {color: #cfdbdc;}
::-webkit-input-placeholder {color: #cfdbdc;}
.FranklinGothicURW-Hea { 
	font-family: FranklinGothicURW-Hea;
	font-weight: normal;
	font-style: normal;
}
.FranklinGothicURWCon-Med { 
	font-family: FranklinGothicURWCon-Med;
	font-weight: normal;
	font-style: normal;
}
.FranklinGothicURWCon-Dem { 
	font-family: FranklinGothicURWCon-Dem;
	font-weight: normal;
	font-style: normal;
}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
/* General settings */
/* wrapper */
/*.inner-page,*/
.inner02-page {background:#000 url(../images/bg-body.gif) 50% 0;}
.inner03-page {background:#000 url(../images/bg-body.gif) 50% 0;}
.inner-page {background:#000 url(../images/bg-body.gif) 50% 0;}
.subpage {background:#000 url(../images/bg-body.gif) 50% 0;}

#wrapper {
	width:100%;
	position:relative;
	z-index:2;
	overflow:hidden;
	padding:114px 0 0;
}
.inner-page #wrapper {background: url(../images/bg-wrapper.jpg) no-repeat 50% 0;}
.inner02-page #wrapper {background: url(../images/bg-wrapper02.jpg) no-repeat 50% 275px;}
.inner03-page #wrapper {background-image: none;}
/* header */
#header, #mack3header {
	width:100%;
	background:#2d2d2d;
	background: rgba(45,45,45,0.85);
	min-height:100px;
	min-width:1002px;
	position:absolute;
	z-index:100;
}
#header:before, #mack3header:before {
	content:"";	position:absolute;	bottom:0;	background: url(../images/bg-header.png) no-repeat 50% 100%;
	width: 100%;
	height: 100%;
}
.header-holder {
	margin:0 auto;
	width:940px;
	position:relative;
	z-index:2;
}
.header-holder:after {
	content:"";	display:block;	clear:both;
}
/* logo */
.logo {
	float:left;
	background: url(../images/sprite.png) no-repeat;
	width: 133px;
	height: 93px;
	text-indent:-9999px;
	overflow:hidden;
	margin:3px 0 0 -9px;
}
.logo a {
	display:block;
	height:100%;
}
.header-frame {
	float:right;
	width:805px;
}
/* panel */
.panel {
	overflow:hidden;
	padding:0 1px 20px;
	height: 35px;
}
.panel ul {
	float:right;
	background:#000;
	background: rgba(0,0,0,0.2);
	border-radius:0 0 6px 6px;
	padding:9px 16px 9px 20px;
	font-size:11px;
}
.panel li {
	float:left;
	margin:0 0 0 25px;
}
.panel li:first-child {margin-left:0;}
.panel a {color:#a0a0a0;}
/* nav */
#nav {width:100%;}
#nav:after {
	content:"";
	display:block;
	clear:both;
}
#nav > ul {
	float:left;
	width:632px;
	font:18px/.7em FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	text-shadow:0 -1px 2px rgba(0,0,0,0.7);
	text-transform:uppercase;
	text-align: justify;
}
#nav > ul > li,
#nav > ul:after {
	display: inline-block;
	vertical-align: top;
}
#nav > ul:after {
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
	content: '';
}
*+html #nav > ul > li { display: inline; margin: 0;}
#nav > ul > li {
	position:relative;
	text-align:center;
	margin-bottom: -.7em;
}
#nav > ul > li:first-child {margin-left:0;}
#nav > ul > li > a {
	color:#f1f5f5;
	padding:0 7px;
	position:relative;
	z-index:10;
	display: block;
	line-height:22px;
	overflow:hidden;
}
#nav > ul > li > a span {
	display:block;
	padding:8px 6px 9px;
}
#nav > ul > li > a:hover {text-decoration:none;}
#nav > ul > li.hover > a,
#nav > ul > li.active > a {
	color:#991619;
	text-shadow: none;
	background: #f3f3f3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fafafa 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #fafafa 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#f3f3f3 100%);
	border-radius:6px;
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.6), -3px -1px 3px -3px rgba(0, 0, 0, 0.6), 3px -1px 3px -3px rgba(0, 0, 0, 0.6);
	box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.6), -3px -1px 3px -3px rgba(0, 0, 0, 0.6), 3px -1px 3px -3px rgba(0, 0, 0, 0.6);
	padding-bottom:1px;
	margin-bottom:-1px;
}
#nav > ul > li.hover.has-drop-down > a {border-radius:6px 6px 0 0;}
#nav > ul > li.hover.has-drop-down > a span {
	border-bottom:1px solid #dedede;
	padding-bottom:7px;
}
#nav ul .hover ul {display:block;}
#nav ul ul {
	position:absolute;
	top:39px;
	left:0;
	width:208px;
	text-align:left;
	padding:3px 1px 15px;
	text-shadow: 0 1px 1px #fff;
	font:18px/24px FranklinGothicURWCon-Med, Arial, Helvetica, sans-serif;
	background: #f3f3f3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f3f3f3 0%, #d2d2d2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d2d2d2));
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#d2d2d2 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%,#d2d2d2 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%,#d2d2d2 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%,#d2d2d2 100%);
	border-radius:0 6px 6px 6px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
	display:none;
}
#nav ul ul>li{position:relative;}
#nav ul ul ul{
	left:100%;
	top:0;
	border-radius:6px;
	-webkit-box-shadow:none;
	box-shadow:none;
	display:none !important;
	overflow:visible;
}
#nav ul ul>li.hover>ul{display:block !important;}
#nav ul ul a {
	color:#333;
	display:block;
	padding:5px 12px 4px;
}
#nav ul ul a:hover,
#nav ul ul li:hover>a {
	background:#f3f3f3;
	text-decoration:none;
}
#nav sup {
	font-size:10px;
	line-height:16px;
	vertical-align:top;
}

/* search-form */
.search-form {
	float:right;
	width:142px;
	height:24px;
	padding:2px 0 0;
	background:#999;
	background: rgba(153,153,153,0.45);
	border-radius:5px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.7), 0 1px 1px 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.7), 0 1px 1px 0 rgba(255,255,255,0.4);
	margin:5px 2px 0 0;
}
.search-form input[type=text],
.search-form input[type=search] {
	float:left;
	font-size:11px;
	line-height:normal;
	padding:6px 7px 4px;
	margin:0;
	width:96px;
	height:14px;
	border:0;
	background:none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.search-form .submit {
	float:right;
	background: url(../images/sprite.png) no-repeat -147px 5px;
	height:24px;
	width:24px;
	padding:0;
	margin:0 7px 0 0;
	border:0;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
/* main */
#main,
#mack3main {
	position:relative;
	z-index:10;
}
.main-holder {
	margin:0 auto;
	padding:0 0 15px;
	width:940px;
}
/* main-gallery */
.main-gallery {
	padding:6px 0 14px;
	width:100%;
	overflow:hidden;
}
.main-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin:0 0 20px;
}
.main-gallery .btn-prev,
.main-gallery .btn-next,
.img-gallery .btn-prev,
.img-gallery .btn-next {
	position:absolute;
	top:194px;
	left:0;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/sprite.png) no-repeat -185px 0;
	width:39px;
	height:43px;
	z-index:100;
}
.main-gallery .btn-next,
.img-gallery .btn-next {
	right:0;
	left:auto;
	background: url(../images/sprite.png) no-repeat -232px 0;
}
.img-gallery .btn-prev,
.img-gallery .btn-next {/*top:328px;*/top:60%;}
.main-gallery .mask .slideset {
	width: 99999px;
	float: left;
}
/* slide */
.main-gallery .mask .slide {
	width: 1124px;
	min-height:474px;
	float: left;
	position:relative;
}
.main-gallery .info {
	margin:0 auto;
	width:940px;
	position:relative;
}
.main-gallery .heading {
	overflow:hidden;
	margin:0 0 25px;
}
.main-gallery .slide1-00 .heading {
	width:530px;
	padding:43px 0 0;
}
.main-gallery .slide1-01 .heading {
	width:530px;
	padding:43px 0 0;
}
.main-gallery .slide1-02 .heading {
	width:360px;
	padding:25px 0 0;
}
.main-gallery .slide1-03 .heading {
	width:700px;
	padding:65px 0 0;
}
.main-gallery .slide1-04 .heading {
	width:700px;
	padding:25px 0 0;
	margin:0 0 91px;
}
.main-gallery .slide1-05 .heading {
	width:530px;
	padding:70px 0 0;
}
.main-gallery .slide1-06 .heading {
	width:700px;
	padding:120px 0 0;
}
.main-gallery .slide2-00 .heading,
.main-gallery .slide2-01 .heading,
.main-gallery .slide2-02 .heading,
.main-gallery .slide2-03 .heading,
.main-gallery .slide2-04 .heading,
.main-gallery .slide2-05 .heading {
	width:700px;
	padding:18px 0 0;
	margin:0 0 14px;
}
.main-gallery .slide2-03 .heading {margin:0 0 1px;}
.main-gallery .slide2-04 .heading {margin:0 0 9px;}
.main-gallery h1 {
	font:48px/43px FranklinGothicURWCon-Med, Arial, Helvetica, sans-serif;
	padding:0 0 8px;
	color:#45535d;
	text-shadow:0 2px 2px rgba(251,246,245,0.6);	
	text-transform:uppercase;
}
.main-gallery h1 span {
	display:block;
	font:60px/56px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	word-spacing:-1px;
}
.main-gallery .slide1-02 h1,
.main-gallery .slide1-04 h1 {margin:0 0 -5px;}
.main-gallery .slide1-02 h1 span,
.main-gallery .slide1-03 h1 span,
.main-gallery .slide1-05 h1 span {
	font-size:72px;
	line-height:61px;
}
.main-gallery .slide1-03 h1 {margin:0 0 16px;}
.main-gallery .slide1-05 h1 {margin:0 0 10px;}
.main-gallery .slide1-06 h1 {margin:0 0 7px;}
.main-gallery .slide2-00 h1,
.main-gallery .slide2-01 h1,
.main-gallery .slide2-02 h1,
.main-gallery .slide2-03 h1,
.main-gallery .slide2-05 h1 {
	color:#fff;
	text-shadow:0 2px 2px rgba(0,0,0,0.6);
	line-height:40px;
}
.main-gallery .slide2-04 h1 {
	text-shadow:0 2px 2px rgba(251,246,245,0.6);
}
.main-gallery .slide2-00 h1 span,
.main-gallery .slide2-01 h1 span,
.main-gallery .slide2-05 h1 span {line-height:48px;}
.main-gallery .slide2-02 h1 span {
	font-size:72px;
	line-height:61px;
}
.main-gallery .slide1-07 h1, .main-gallery .slide1-07 .title {
	color: white;
	text-shadow: none;
}
.main-gallery .slide1-07 .title img {
	float: left;
	padding-right: 15px;
}

.main-gallery .title {
	display:block;
	color:#600;
	font:24px/26px FranklinGothicURW-Hea, Arial, Helvetica, sans-serif;
	text-shadow:0 2px 2px rgba(251,246,245,0.6);
	text-transform:uppercase;
}
.main-gallery .title sup {
	font-size:14px;
	line-height:18px;
	vertical-align:top;
}
.main-gallery .slide1-05 .title {margin:0 0 2px;}
.main-gallery .slide1-06 .title {margin:0 0 3px;}
.main-gallery .slide2-00 .title,
.main-gallery .slide2-01 .title,
.main-gallery .slide2-05 .title {
	color:#ccc;
	margin:0 0 3px;
}
.main-gallery .slide2-02 .title,
.main-gallery .slide2-03 .title {
	color:#bbcde8;
	margin:0 0 5px;
}
.main-gallery .slide2-03 .title {margin:0 0 -2px;}
.main-gallery .slide2-04 .title {
	margin:0 0 -2px;
	color:#5c6c78;
}
.main-gallery .text {
	width:320px;
	font: 14px/18px Arial, Helvetica, sans-serif;
	margin:0 0 9px;
	min-height:90px;
	color:#fff;
}
.main-gallery .slide2-00 .text,
.main-gallery .slide2-01 .text {
	width:260px;
	margin:0 0 25px;
}
.main-gallery .slide2-02 .text {margin:0 0 25px;}
.main-gallery .slide2-03 .text {min-height:71px;}
.main-gallery .slide2-04 .text {
	color:#6f787f;
	width:260px;
	min-height:76px;
}
.main-gallery .more {
	display:block;
	width:163px;
	border:1px solid #999;
	color:#ccc;
	background: #a0181c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwMTgxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjAzMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #a0181c 0%, #660303 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0181c), color-stop(100%,#660303));
	background: -webkit-linear-gradient(top, #a0181c 0%,#660303 100%);
	background: -o-linear-gradient(top, #a0181c 0%,#660303 100%);
	background: -ms-linear-gradient(top, #a0181c 0%,#660303 100%);
	background: linear-gradient(to bottom, #a0181c 0%,#660303 100%);
	text-transform:uppercase;
	font:20px/22px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	padding:0 13px 0 0;
	margin:0 0 8px;
	cursor:pointer;
}
.main-gallery .more span {
	display:block;
	padding:9px 15px 11px 11px;
	background: url(../images/arrow.png) no-repeat 100% 50%;
	overflow:hidden;
}
.main-gallery .more:hover {
	text-decoration:none;
	color:#f7f7f7;
}
.main-gallery .slide2-05 .more {margin:0 0 22px;}
/* tools */
.tools {
	border:1px solid #a4a2a2;
	border-radius:1px;
	background:#fff;
	background: rgba(253,251,251,0.9);
	width:162px;
	padding:10px 8px 8px 6px;
}
.tools-alt {padding:6px 8px 7px 6px;}
/* links */
.links {
	font:14px/20px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0 0 2px 2px;
	border-bottom:1px solid #b2b1b1;
}
.links li {
	overflow:hidden;
	padding:4px 0 7px;
	vertical-align:top;
}
.links a {
	color:#991619;
	float:left;
}
.links a:hover {
	text-decoration:none;
	color:#690205;
}
.links .gallery {
	background: url(../images/bg-links.png) no-repeat;
	min-height:18px;
	padding:1px 0 0 34px;
}
.links .dealer {
	background: url(../images/bg-links.png) no-repeat -280px 0;
	min-height:25px;
	padding:3px 0 0 33px;
}
.links .more {
	background: url(../images/bg-links.png) no-repeat -574px 0;
	min-height:20px;
	padding:3px 0 0 33px;
}
.links .download {
	background: url(../images/bg-links.png) no-repeat -890px 4px;
	min-height:20px;
	padding:3px 0 6px 33px;
}
.links .request {
	background: url(../images/bg-links.png) no-repeat -1174px 3px;
	min-height:28px;
	padding:3px 0 0 33px;
}
/* social */
.social {
	font:14px/18px FranklinGothicURWCon-Med, Arial, Helvetica, sans-serif;
	color:#666;
	overflow:hidden;
	text-transform:uppercase;
	padding:6px 0 0 4px;
	border-top:1px solid #fff;
}
.social strong {
	float:left;
	font-weight:normal;
	padding:2px 14px 0 0;
}
.social ul {
	float:left;
}
.social li {
	float:left;
	margin:0 9px 0 0;
}
.social ul a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.social .twitter {
	background: url(../images/sprite.png) no-repeat -151px -61px;
	width:29px;
	height:23px;
	margin:2px 0 0;
}
.social .facebook {
	background: url(../images/sprite.png) no-repeat -189px -59px;
	width:26px;
	height:26px;
}
.social .share {
	background: url(../images/sprite.png) no-repeat -224px -60px;
	width:22px;
	height:24px;
	margin:1px 0 0;
}
.main-gallery .note {
	position:absolute;
	right:35px;
	bottom:-1px;
	color:#666;
	width:150px;
	font: italic 11px/15px Arial, Helvetica, sans-serif;
}
.main-gallery .pagination,
.img-gallery .pagination,
.popup-gallery .pagination,
#fancybox-title .pagination {text-align:center;}
.img-gallery .pagination,
.popup-gallery .pagination,
#fancybox-title .pagination {
	position:absolute;
	bottom:19px;
	left:50%;
	z-index:10;
	width:250px;
	margin:0 0 0 -128px;
}
.popup-gallery .pagination,
#fancybox-title .pagination {
	width:100%;
	left:0;
	bottom:auto;
	top:-32px;
	margin:0;
}
.main-gallery .pagination ul,
.img-gallery .pagination ul,
.popup-gallery .pagination ul,
#fancybox-title .pagination ul {
	display:inline-block;
	vertical-align:top;
}
*+html .main-gallery .pagination ul {display:inline;}
*+html .img-gallery .pagination ul {display:inline;}
*+html .popup-gallery .pagination ul {display:inline;}
*+html #fancybox-title .pagination ul {display:inline;}
.main-gallery .pagination li,
.img-gallery .pagination li,
.popup-gallery .pagination li,
#fancybox-title .pagination li {
	float:left;
	border:1px solid #ccc;
	border-radius:18px;
	margin:0 5px 0 4px;
}
.img-gallery .pagination li {border:1px solid #b1b1b1;}
.popup-gallery .pagination li,
#fancybox-title .pagination li {
	margin:0 2px 0 7px;
	-webkit-box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.9);
}
.main-gallery .pagination a,
.img-gallery .pagination a,
.popup-gallery .pagination a,
#fancybox-title .pagination a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	text-align:left;
	width:13px;
	height:13px;
	border-radius:18px;
	border:2px solid #333;
	background:#333;
	outline: none;
}
.img-gallery .pagination a,
.popup-gallery .pagination a,
#fancybox-title .pagination a {
	width:14px;
	height:14px;
}
.main-gallery .pagination a:hover,
.main-gallery .pagination .active a,
.img-gallery .pagination a:hover,
.img-gallery .pagination .active a,
.popup-gallery .pagination a:hover,
.popup-gallery .pagination .active a,
#fancybox-title .pagination a:hover,
#fancybox-title .pagination .active a {background:#fdb813;}
/* gallery-holder */
.gallery-holder {
	margin:0 auto 11px;
	width:940px;
	padding:0 31px;
    position: relative;
}
.inner-page .gallery-holder,
.inner02-page .gallery-holder {margin-bottom:0;}
/* text-gallery */
.text-gallery {
	position: relative;
	padding:0 31px;
	margin:0 -31px;
}
.text-gallery-alt {padding-bottom:11px;}
.text-gallery .mask {
	position: relative;
	overflow: hidden;
	width:940px;
	min-height:271px;
	-webkit-box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}
.text-gallery .mask .slideset {
	width: 99999px;
	float: left;
}
.text-gallery .mask .slide {
	width: 940px;
	float: left;
	border-top:1px solid #f7f2ef;
	border-width:1px 0 0 1px;
	min-height:270px;
	background:#fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZWZlYyIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(242,239,236,0.7) 0%, rgba(255,255,255,0.7) 99%, rgba(255,255,255,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,239,236,0.7)), color-stop(99%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.7)));
	background: -webkit-linear-gradient(top, rgba(242,239,236,0.7) 0%,rgba(255,255,255,0.7) 99%,rgba(255,255,255,0.7) 100%);
	background: -o-linear-gradient(top, rgba(242,239,236,0.7) 0%,rgba(255,255,255,0.7) 99%,rgba(255,255,255,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(242,239,236,0.7) 0%,rgba(255,255,255,0.7) 99%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to bottom, rgba(242,239,236,0.7) 0%,rgba(255,255,255,0.7) 99%,rgba(255,255,255,0.7) 100%);
}
.text-gallery-alt .mask .slide {
	background:#fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTNlMyIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIwLjkyIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(228,227,227,0.8) 0%, rgba(254,254,254,0.92) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,227,227,0.8)), color-stop(100%,rgba(254,254,254,0.92)));
	background: -webkit-linear-gradient(top, rgba(228,227,227,0.8) 0%,rgba(254,254,254,0.92) 100%);
	background: -o-linear-gradient(top, rgba(228,227,227,0.8) 0%,rgba(254,254,254,0.92) 100%);
	background: -ms-linear-gradient(top, rgba(228,227,227,0.8) 0%,rgba(254,254,254,0.92) 100%);
	background: linear-gradient(to bottom, rgba(228,227,227,0.8) 0%,rgba(254,254,254,0.92) 100%);
}
.text-gallery .btn-prev,
.text-gallery .btn-next {
	position:absolute;
	top:0;
	left:0;
	background: url(../images/sprite.png) no-repeat 0 -100px;
	text-indent:-9999px;
	overflow:hidden;
	width:31px;
	height:271px;
}
.text-gallery .btn-next {
	left:auto;
	right:0;
	background: url(../images/sprite.png) no-repeat -47px -100px;
}
.text-gallery-alt .btn-prev {background-position:-87px -100px;}
.text-gallery-alt .btn-next {background-position:-125px -100px;}
.text-gallery-alt a {color:#005295;}
/* event-box */
.event-box {
	border-left:1px solid #eeeceb;
	border-right:1px solid #938f8c;
	width:292px;
	padding:12px 2px 0 14px;
	font-size:14px;
	line-height:18px;
	float:left;
}
.text-gallery h2 {
	margin:0 0 3px;
	font:24px/23px FranklinGothicURWCon-Med, Arial, Helvetica, sans-serif;
	color:#670304;
	text-shadow: -1px 1px 1px rgba(255,255,255,0.5);
	text-transform:uppercase;
}
.text-gallery h2 span {
	padding:0 0 0 3px;
	color:#666;
}
.text-gallery-alt h2 {color:#9a161a;}
.event-box h2 {margin-right:110px;}
.event-box .visual {margin:0 0 14px;}
.event-box .visual img {
	margin:-31px 0 0;
	display:block;
}
.event-box .description {padding:0 40px 0 8px;}
.event-box .description p a {color:#000;}
.event-box p {margin:0 0 13px;}
.event-box-alt {
	padding:9px 2px 0 11px;
	width:295px;
	font-size:12px;
	line-height:18px;
}
.event-box-alt h2 {margin:0 110px 6px 0;}
.event-box-alt .visual {margin:0 0 9px;}
.event-box-alt .description {padding:0 20px 0 2px;}
.text-gallery .btn,
.text-gallery .btn-gray,
.btn,
.btn-gray {
	color:#005295;
	border:1px solid #8b8989;
	background: #eee;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #eee 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top, #eee 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top, #eee 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top, #eee 0%,#dbdbdb 100%);
	background: linear-gradient(to bottom, #eee 0%,#dbdbdb 100%);
	display:inline-block;
	vertical-align:top;
	font-weight:bold;
	font-size:12px;
	padding:5px 17px 5px 16px;
	margin:0 0 0 -2px;
}
.text-gallery .btn-gray,
.btn-gray {
	color:#fff;
	border:1px solid #777;
	font-size:14px;
	line-height:18px;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	background: #979797 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3OTc5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ODY4NjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #979797 0%, #686868 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#979797), color-stop(100%,#686868));
	background: -webkit-linear-gradient(top, #979797 0%,#686868 100%);
	background: -o-linear-gradient(top, #979797 0%,#686868 100%);
	background: -ms-linear-gradient(top, #979797 0%,#686868 100%);
	background: linear-gradient(to bottom, #979797 0%,#686868 100%);
}
/* video-box */
/* info-area */
.video-box,
.info-area {
	width:299px;
	padding:12px 9px 0;
	border-left:1px solid #f5f1ed;
	border-right:1px solid #99938d;
	float:left;
	min-height:258px;
}
.info-area {
	padding:0;
	width:317px;
}
.video-box h2 {margin:0 0 18px;}
.video-box .video {border:1px solid #999;}
.video-box img {display:block;}
/* info-box */
.info-box {
	overflow:hidden;
	border: solid #fff;
	border-width:1px 0 0;
	padding:9px 7px 11px 13px;
}
.info-box:first-child {
	border: solid #898989;
	border-width:0 0 1px;
}
.info-box h2 {margin:0 0 5px -3px;}
.info-box img {float:right;}
.info-box p {margin:0 0 9px;}
.info-box .btn-gray {min-width:112px;}
/* social-box */
.social-box {
	float:left;
	width:309px;
	border-left:1px solid #efedec;
	border-right:1px solid #e5e3e2;
}
.award-box {
    float: left;
    width: 289px;
	border-left:1px solid #efedec;
	border-right:1px solid #e5e3e2;
    padding: 10px;
}
.award-box .award-feature {
    position: absolute;
    bottom: 10px;
}
/* twitter-box */
.twitter-box {
	padding:12px 11px 9px 9px;
	border-bottom:1px solid #837e7a;
}
.twitter-box h2 {margin:0 0 8px;}
/* twitter-area */
.twitter-area {
	background:#fff;
	background: rgba(255,255,255,0.5);
	padding:8px 12px 10px;
	font-size:12px;
	line-height:15px;
}
.twitter-area .holder {
	overflow:hidden;
	margin:0 -2px 6px;
}
.twitter-area .info {overflow:hidden;}
.twitter-area a {color:#005295;}
.twitter-area img {display:block;}
.twitter-area .holder img {
	float:left;
	border:1px solid #999;
	margin:3px 14px 0 0;
}
.btn-twitter {display:block;}
.facebook-box {
	padding:12px 40px 12px 14px;
	border-top:1px solid #eeebe9;
	font-size:12px;
	line-height:15px;
}
.facebook-box h2 {margin:0 0 11px;}
.btn-facebook {
	float:left;
	margin:1px 10px 3px 0;
}
/* blog-box */
.blog-box {
	padding:9px 10px 9px 8px;
	border-bottom:1px solid #8f8f8f;
}
.blog-box h2 {margin:0 0 10px;}
.blog-box h3 {
	color:#005295;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin:0 0 9px;
}
/* blog-area */
.blog-area {
	background:#fff;
	background: rgba(255,255,255,0.5);
	padding:12px 12px 10px;
	font-size:12px;
	line-height:18px;
	border:1px solid #989797;
	border:1px solid rgba(0,0,0,0.17);
	border-radius:1px;
}
/* social-area */
.social-area {
	border-top:1px solid #f4f2f2;
	padding:8px 12px 0;
}
.social-area h2 {
	float:left;
	width:75px;
	margin:0 4px 0 0;
	line-height:27px;
}
.social-area ul {
	float:left;
	width:130px;
	padding:2px 0 0;
}
.social-area li {
	float:left;
	margin:0 5px 0 0;
}
.social-area ul a {
	display:block;
	width:59px;
	height:59px;
	text-indent:-9999px;
	overflow:hidden;
}
.social-area ul .facebook {background: url(../images/sprite.png) no-repeat -169px -100px;}
.social-area ul .youtube {background: url(../images/sprite.png) no-repeat -237px -100px;}
.top-block {
	overflow:hidden;
	color:#bfbfbf;
	line-height:16px;
	padding:0 0 16px;
}
.top-block h1 {
	font:66px/64px FranklinGothicURWCon-Med, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:left;
	color:#45535c;
	margin:0 20px 0 0;
	max-width:300px;
	text-shadow: 0 2px 1px rgba(251,246,245,0.3);
}
.top-block .info {
	border-left:1px solid #555;
	overflow:hidden;
	padding:0 80px 0 22px;
	margin:12px 0 0;
}
.top-block .info > div {margin:-1px 0 0;}
/* boxes */
.boxes {
	background: url(../images/bg-boxes-t.png) no-repeat;
	width: 953px;
	margin:0 -14px -5px -9px;
	padding:534px 0 0;
}
.boxes .holder {
	background: url(../images/bg-boxes.png) no-repeat 0 100%;
	padding:0 0 10px;
}
.boxes .frame {
	background: url(../images/bg-boxes.png) repeat-y -1047px 0;
	width:100%;
}
.boxes .frame:after {
	content:"";	display:block;	clear:both;
}
.boxes .inner {
	width: 940px;
	padding:0 7px 0 6px;
	margin:-520px 0 0;
	float:left;
	position:relative;
}
.box {
	float:left;
	width:215px;
	margin:0 10px;
	padding:0 0 122px;
	color:#555;
	line-height:16px;
}
.box .visual {
	position:relative;
	height:329px;
	overflow:hidden;
	padding:7px 9px 0;
	margin:0 0 8px;
}
.box01 .visual {background: url(../images/bg-visual.jpg) no-repeat;}
.box02 .visual {background: url(../images/bg-visual.jpg) no-repeat -221px 0;}
.box03 .visual {background: url(../images/bg-visual.jpg) no-repeat -442px 0;}
.box04 .visual {background: url(../images/bg-visual.jpg) no-repeat -664px 0;}
.box .visual a {
	padding:7px 9px 0;
	margin:-7px -9px 0;
	display:block;
	position:relative;
	height:329px;
	cursor:pointer;
}
.box .visual a:hover {text-decoration:none;}
.box .visual img {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
}
.box .mask {
	background: url(../images/mask.png) no-repeat;
	width: 215px;
	height: 188px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
.box h1 {
	font: 28px/23px FranklinGothicURWCon-Med, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#2a3339;
	text-shadow: 0 2px 2px rgba(251,246,245,0.3);
	position:relative;
	z-index:3;
}
.box h1 sup {
	font-size:14px;
	line-height:12px;
	top:-10px;
	position:relative;
}
.box .text {padding:0 4px 0 2px;}
.box p strong {color:#333;}
.links-list {
	position:absolute;
	bottom:0;
	width:209px;
	height:109px;
	margin:0 0 0 2px;
	border-top:1px solid #9b9b9b;
	overflow:hidden;
}
.links-list .links {
	border: solid #fff;
	border-width:1px 0 0;
	padding-top:7px;
	margin:0;
}
.links-list .links li {padding:4px 0 6px;}
/* section */
.section {
	/*not sure where this background is actually used, but it messes up the footer */
	background: url(../images/bg-section.jpg) no-repeat 50% 0;
	padding:10px 0 0;
}
/*.inner02-page .section {
	background: url(../images/bg-section02.jpg) no-repeat 50% 0;
	padding:17px 0 0;
}*/
.section.subpage {
    background-position: center 20px;
}
.section-holder {
	margin:0 auto;
	width:940px;
}
.info-block {
	margin:0 2px 4px -3px;
	overflow:hidden;
	padding:5px 0;
}
.info-block:after {
	content:"";	display:block;	clear:both;
}
.info-block img {display:block;}
/* info-block area-l */
/* info-block area-r */
.info-block .area-l,
.info-block .area-r {
	position:relative;
	-webkit-box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}
/* info-block area-l */
.info-block .area-l {
	float:left;
	width:691px;
}
.info-block h1 {
	margin:0 0 6px -5px;
	font:60px/42px FranklinGothicURWCon-Med, Arial, Helvetica, sans-serif;
	color:#e7e7e7;
	text-shadow:0 2px 2px rgba(251,246,245,0.3), 0 0 1px #000;
	text-transform:uppercase;
}
.info-block h1 span {
	font-size:88px;
	line-height:68px;
	display:block;
}
.info-block .area-r h1 {
	font-size:30px;
	line-height:28px;
	margin:0 0 0 -5px;
}
.info-block .area-r h1 span {
	font-size:54px;
	line-height:40px;
}
.info-block .area-r {
	float:right;
	width:239px;
}
.info-block .info {
	position:absolute;
	top:8px;
	left:8px;
	height:235px;
	width:360px;
	color:#fff;
	line-height:16px;
}
.info-block .area-r .info {
	width:223px;
	top:6px;
}
.info-block .info .holder {
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0 0 6px;
	padding:0 0 0 5px;
}
.info-block .area-r .info .holder {margin-bottom:11px;}
.info-block .info p strong {color:#e1ceab;}
.info-block .buttons {
	overflow:hidden;
	position:absolute;
	bottom:12px;
	left:8px;
	z-index:10;
}
.info-block .buttons li {
	float:left;
	margin:0 2px 0 6px;
}
.info-block .btn {
	display:block;
	padding:5px 13px;
}
.info-block .area-r .btn {
	padding:5px 6px;
	margin:0;
	font-size:11px;
	text-align:center;
	position:absolute;
	bottom:8px;
	left:8px;
	width:209px;
	z-index:10;
}
.info-block .btn:hover {text-decoration:underline;}
.info-block a {cursor:pointer;}
.info-block a:hover {text-decoration:none;}
/* img-gallery */
.img-gallery {
	position:relative;
	margin:-114px 0 11px;
	max-height:661px;
	overflow:hidden;
}
.img-gallery.clear-header {
    position: relative;
    top: 100px;
    padding-bottom: 10px;
    margin-bottom: 100px;
    max-height: none;
}
.img-gallery .mask {
	position: relative;
	overflow: hidden;
	width:100%;
}
.img-gallery .mask .slideset {
	width: 99999px;
	float: left;
}
.img-gallery .mask .slide {
	width: 1124px;
	float: left;
	position:relative;
	max-height:661px;
}
.img-gallery.clear-header .mask .slide {
    max-height: none;
}
.img-gallery .info {
	position:absolute;
	bottom:17px;
	left:50%;
	width:944px;
	margin:0 0 0 -472px;
}
	.img-gallery .info.western {
		top: 0px;
        padding-top: 13%;
		margin: 0 0 0 120px;
	}
       	.img-gallery .info.western img {
            width: auto;
            margin: 0;
        }

.img-gallery h1 {
	color:#670600;
	font:24px/28px FranklinGothicURW-Hea, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width:370px;
	overflow:hidden;
    /*text-shadow: 0px 0px 5px #ffffff;*/
	text-shadow: 1px 1px 4px #fff, -1px -1px 4px #fff;
    padding-left: 5px;
}
	.img-gallery .western h1 {
		color: #fff;
		text-shadow: none;
		width: 550px;		
		/*font-size: 80px;
		font-family: FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
        letter-spacing: -2px;
        line-height: 70px;*/
        font: 60px/56px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
		word-spacing: -1px;
	}
	.img-gallery .western h2 {
		/*font-family: FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
		font-size: 30px;*/
        font: 24px/26px FranklinGothicURW-Hea, Arial, Helvetica, sans-serif;
		color: #fff;
		text-transform:uppercase;
		padding-left: 9px;
		*margin-bottom: 7px;
	}
		.img-gallery .western h2 sup {
			font-size: 16px;			
			vertical-align: text-top;
			padding-left: 1px;
            display: inline-block;
		}
.img-gallery h1 sup {
	font-size:12px;
	line-height:14px;
	position:relative;
	top:-8px;
}
.img-gallery img {
	margin:0 auto;
	display:block;
	width:100%;
	height:auto;
}
.img-gallery a:hover {
	text-decoration: none;
}
.img-gallery a .link {
	font-size: 20px;
	text-decoration: underline;
	cursor: pointer;
}
.img-gallery a img {
	width: auto;
	margin: 0;
}
.img-gallery .description-box {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* econoboost-feature */
.econoboost-feature {
	font:18px/20px FranklinGothicURW-Hea, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff;
	width: 185px;
}
	.econoboost-feature h1 {
		padding-left: 5px;
	}
	.econoboost-feature a:hover {
		text-decoration: none;
	}
	.econoboost-feature .link {
		font-size: 14px;
		text-decoration: underline;
	}
.econoboost-feature .description-box, .specifications-box .description-box {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* visual-list */
.visual-list {
	overflow:hidden;
	margin:0 -15px 10px -2px;
}
.visual-list .description-box {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.visual-list li {
	float:left;
	margin:0 14px 0 0;
	overflow:hidden;
}
.visual-list a {
	display:block;
	position:relative;
	cursor:pointer;
}
.visual-list a.hidden {
    display: none;
}
.visual-list a:before {
	content:"";	position:absolute;	width:100%;	height:100%;
	left:0;	top:0;
	border:1px solid rgba(185,185,185,0.6);
	z-index:10;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.visual-list a:hover {text-decoration:none;}
.visual-list img {display:block;}
.visual-list .info {
	position:absolute;
	bottom:1px;
	left:0;
	width:100%;
	z-index:11;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color:#e2e2e2;
}
.visual-list .info > div {
	background:#000;
	background: rgba(0,0,0,0.7);
	margin:0 1px;
	padding:2px 6px 4px;
}
.visual-list h2 {font:14px/18px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;}
.visual-list h2 sup {
	font-size:11px;
	line-height:12px;
	position:relative;
	top:-2px;
	color:#adadad;
}
.visual-list .visual-placeholder {
	width: 223px;
	height: 97px;
	border: 1px solid #aaa;
}
/* block */
.block {
	margin:0 3px 10px -2px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIwLjY2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIwLjY4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(241,241,241,0.66) 0%, rgba(248,248,248,0.68) 41%, rgba(254,254,254,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,0.66)), color-stop(41%,rgba(248,248,248,0.68)), color-stop(100%,rgba(254,254,254,0.7)));
	background: -webkit-linear-gradient(top, rgba(241,241,241,0.66) 0%,rgba(248,248,248,0.68) 41%,rgba(254,254,254,0.7) 100%);
	background: -o-linear-gradient(top, rgba(241,241,241,0.66) 0%,rgba(248,248,248,0.68) 41%,rgba(254,254,254,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(241,241,241,0.66) 0%,rgba(248,248,248,0.68) 41%,rgba(254,254,254,0.7) 100%);
	background: linear-gradient(to bottom, rgba(241,241,241,0.66) 0%,rgba(248,248,248,0.68) 41%,rgba(254,254,254,0.7) 100%);
	border: solid #fff;
	border-width:1px 1px 0;
	overflow:hidden;
	padding:1px 13px 1px 16px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
}
/* block description */
.block .description {
	overflow:hidden;
	padding:9px 10px 8px 0;
	border-right:1px solid #8e8e8e;
}
	.block .description .western {
		font-size: 24px;
		line-height: 24px;
	}
.block h1 {
	font: 16px/18px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	margin:0 0 8px;
}
.block h1 span {
	font:12px/18px "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.block sup {
	font-size:10px;
	position:relative;
	top:-2px;
}
.block .footer {
	float:right;
	width:206px;
	padding:9px 0 13px 12px;
	border-left:1px solid #fff;
}
.block .links {
	padding-bottom:5px;
	border-bottom:1px solid #929292;
}
.block .links li {padding:1px 0 5px 1px;}
.block .social {padding:16px 0 0 3px;}
/* tabs-area */
.tabs-area {
	margin:0 3px 0 -2px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
}
.tabset {
	text-transform:uppercase;
	font:16px/20px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
	width:100%;
	overflow:hidden;
}
.tabset li {
	float:left;
	width:234px;
	background: url(../images/separator02.gif) repeat-y;
	padding:0 0 0 1px;
	border-bottom:1px solid #fff;
}
.tabset li:first-child {
	width:234px;
	padding-left:0;
}
.tabset a {
	display:block;
	color:#fff;
	background: url(../images/bg-tabset.jpg) 50% 0;
	overflow:hidden;
}
.tabset a span {
	float:left;
	border-left:1px solid #c2bdbb;
	padding:6px 11px;
	cursor:pointer;
}
.tabset a:hover {text-decoration:none;}
.tabset .active {border-style:none;}
.tabset .active:first-child {
	width:234px;
	background:none;
}
.tabset .active:first-child a {border-right:none;}
.tabset .active a {
	color:#333;
	text-shadow: none;
	border: solid #fff;
	border-width:0 1px;
	margin-bottom:-3px;
	background: url(../images/bg-tabset-h.png) repeat-x;
}
.tabset .active a span {
	padding-bottom:7px;
	border-style:none;
}
.tab-content .tabset {
	background:none;
	font:14px/18px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	text-shadow:none;
	padding:11px 6px 17px;
}
.tab-content .tabset li,
.tab-content .tabset li:first-child {
	width:auto;
	border-style:none;
	background:none;
	padding:0 18px 0 0;
}
.tab-content .tabset a {
	border-style:none;
	padding:0;
	color:#981518;
	background:none;
}
.tab-content .tabset .active:first-child {width:auto;}
.tab-content .tabset .active a {
	color:#333;
	border-style:none;
	margin:0;
	background:none;
}
/* tab-content */
.tab-content {color:#555;}
.tab-content .tab-content {margin:0;}
/* tab */
.tab {
	background: url(../images/bg-tab.png) repeat-y;
	min-height: 439px;
	padding:0 10px 1px 11px;
	overflow:hidden;
}
.tab-photo,
.tab-specifications,
.tab-stories {
	background: url(../images/bg-tab-photo.png) no-repeat 0 100%;
	min-height:433px;
	margin:0 -10px -1px -11px;
	padding:7px 10px 0 11px;
}
.tab-specifications {background: url(../images/bg-tab-specifications.png) no-repeat 0 100%;}
.tab-content .tab-content .tab {
	background:none;
	min-height:0;
	padding:0;
	overflow:visible;
}
.tab .visual {
	float:right;
	background: url(../images/bg-tab-visual.png) no-repeat;
	width: 466px;
	height: 440px;
	padding:0 0 0 331px;
	margin:0 -10px -1px 0;
	position:relative;
	overflow:hidden;
}
.tab .visual img {
	float:right;
}
/* num-list */
.num-list {
	position:absolute;
	top:0;
	right:0;
	width:440px;
	height:100%;
	font:20px/22px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	text-align:center;
}
.num-list li {
	position:absolute;
	top:0;
	left:0;
}
.num-list a {
	display:block;
	width:26px;
	height:26px;
	border:2px solid #b1b1b1;
	color:#ecebec;
	border-radius:50px;
	background: #616161;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNjE2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #616161 0%, #262626 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#262626));
	background: -webkit-linear-gradient(top, #616161 0%,#262626 100%);
	background: -o-linear-gradient(top, #616161 0%,#262626 100%);
	background: -ms-linear-gradient(top, #616161 0%,#262626 100%);
	background: linear-gradient(to bottom, #616161 0%,#262626 100%);
	outline: none;
}
.num-list .active a,
.num-list a:hover {
	border:2px solid #fff;
	background: #a85253;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhODUyNTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNmQxNzE4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover, #a85253 0%, #6d1718 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#a85253), color-stop(100%,#6d1718));
	background: -webkit-radial-gradient(center, ellipse cover, #a85253 0%,#6d1718 100%);
	background: -o-radial-gradient(center, ellipse cover, #a85253 0%,#6d1718 100%);
	background: -ms-radial-gradient(center, ellipse cover, #a85253 0%,#6d1718 100%);
	background: radial-gradient(ellipse at center, #a85253 0%,#6d1718 100%);
	text-decoration:none;
	-webkit-box-shadow: 0 0 7px 0 rgba(112, 29, 31, 0.75);
	box-shadow: 0 0 7px 0 rgba(112, 29, 31, 0.75);
}
.num-list .num1 {
	top:197px;
	left:30px;
}
.num-list .num1 a {
	width:30px;
	height:31px;
	font-size:23px;
	line-height:27px;
}
.num-list .num2 {
	top:251px;
	left:345px;
}
.num-list .num3 {
	top:381px;
	left:192px;
}
.num-list .num4 {
	top:228px;
	left:265px;
}
.num-list .num5 {
	top:137px;
	left:115px;
}
.num-list .num6 {
	top:85px;
	left:279px;
}
.num-list .num7 {
	top:59px;
	left:189px;
}
.num-list .num8 {
	top:87px;
	left:17px;
}
.tab-visual {position:relative;}
/* visual-info */
.visual-info {
	float:left;
	width:436px;
	padding:39px 0 0 0;
	margin:0 -341px 0 -1px;
	position:relative;
	z-index:10;
}
.tab-visual .visual-info {padding-top:93px;}
.tab-visual .tabset {
	padding:7px 0 19px 7px;
	margin:0 0 10px;
	background: url(../images/bg-visual-links.png) no-repeat 1px 100%;
	position:absolute;
	top:39px;
	left:0;
	z-index:20;
}
/* visual-info description */
.visual-info .description-area {
	background: url(../images/bg-description.png) no-repeat;
	min-height: 100px;
	margin:0 0 1px;
	position: relative;
	overflow:hidden;
}
.visual-info .description {
	height: 135px;
	padding:5px 10px 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
}
.visual-info .description.active {
	z-index: 2;
}
.visual-info .description h1 {
	margin:0 0 8px;
	font:16px/20px FranklinGothicURWCon-Dem,Arial, Helvetica, sans-serif;
	color:#333;
}
/* visual-links */
.visual-links {
	background: url(../images/bg-visual-links.png) no-repeat 1px 0;
	/*padding:18px 0 0 6px;*/
	font:14px/20px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	overflow:hidden;
	text-transform:uppercase;
}
.visual-links ul {
	float:left;
	width:190px;
	margin:0 0 0 40px;
	padding: 18px 0 0 0;
}
	.visual-links ul.tabset {
		width: 100%;		
		padding: 8px 0 0 0;
	}
.visual-links ul:first-child {margin-left:0;padding-left:6px;}
.visual-links li {padding:0 0 4px;}
.visual-links a:hover,
.visual-links .active a {
	text-decoration:none;
	color:#690205;
	cursor:pointer;
}
.visual-links span {padding:0 5px 0 0;}
/* photo-list */
.photo-list {
	background: url(../images/bg-photo-list.png) no-repeat;
	margin:0 -12px 0 -9px;
	padding:49px 10px 10px 58px;
}
.photo-list li {
	display:inline-block;
	vertical-align:top;
	width:195px;
	margin:0 2px 10px 5px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 7px 13px 0 rgba(61, 92, 117, 0.4);
	position:relative;
    height: 88px;
}
*+html .photo-list li {
	display:inline;
	margin-left:5px;
	margin-right:5px;
}
.photo-list img {display:block;}
.photo-list a {
	display:block;
	position:relative;
}
.photo-list a:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border:1px solid rgba(3,3,3,0.35);
	z-index:10;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* specifications-box */
.specifications-box {
	background: url(../images/bg-specifications-box.png) no-repeat;
	margin:0 -13px 0 -8px;
	padding:11px 10px 10px 7px;
	color:#333;
}
.specifications-box .holder {
	background: url(../images/bg-tab-specifications-h.png) no-repeat;
	min-height: 359px;
	padding:7px 10px 0;
}
.specifications-box h1 {
	font:16px/18px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	margin:0 0 3px;
}
.specifications-box sup {
	position:relative;
	top:-4px;
	font-size:10px;
	line-height:12px;
}
.specifications-box h1 sup {font-size:12px;}
.specifications-box p {margin:0 0 2px;}
.specifications-box ul li {padding:0 0 1px;}
.specifications-box .holder ul { margin-left: 15px; }
.specifications-box .holder table { width: 800px; }
.specifications-box .holder table td { padding: 0 15px 0 0; }
.specifications-box .holder .footnote { font-size: 10px; }
/* stories-list */
.stories-list {
	background: url(../images/bg-stories-list-t.png) no-repeat;
	margin:0 -18px 0 -9px;
	padding:3px 10px 10px 8px;
	min-height: 200px;
	font:  14px/18px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
}
.stories-list ul {
	overflow:hidden;
	background: url(../images/bg-stories-list.png) no-repeat 459px 100%;
	margin:0 -33px 0 0;
}
.stories-list li {
	display:inline-block;
	vertical-align:top;
	background: url(../images/separator03.gif) repeat-x;
	margin:-3px 34px 2px 0;
	width:430px;
}
*+html .stories-list li {
	display:inline;
	margin-right:37px;
}
.stories-list a {
	display:block;
	padding:21px 11px 20px;
	overflow:hidden;
	cursor:pointer;
}
.stories-list img {
	float:left;
	border:1px solid #787b7f;
	margin:0 19px 0 0;
}
.stories-list .info {
	overflow:hidden;
	padding:7px 0 0;
}
.stories-list h2 {
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 1px;
	color:#333;
}
.stories-list strong {font-weight:normal;}
.stories-list a:hover {text-decoration:none;}
.stories-list a:hover h2,
.stories-list a:hover strong {text-decoration:underline;}
/* footer */
#footer, #mack3footer {
	z-index:10;
	position:relative;
	text-align:center;
}
.inner-page #footer,
.inner02-page #footer,
.inner-page #mack3footer,
.inner02-page #mack3footer {background: url(../images/bg-footer03.png) repeat-x;}
.footer-holder {
	background: url(../images/bg-footer.png) repeat-x;
	min-height:60px;
	padding:14px 0;
	color:#666;
	font-size:11px;
}
#footer.footer-alt .footer-holder,
#mack3footer.footer-alt .footer-holder {background: url(../images/bg-footer02.png) repeat-x;}
.footer-frame {
	margin:0 auto;
	width:932px;
	padding:0 8px 0 0;
}
.footer-frame ul { margin-bottom: 7px; }
#footer li,
#mack3footer li {
	display:inline;
	background: url(../images/separator.png) no-repeat 0 50%;
	padding:0 14px 0 18px;
	font-size:12px;
}
#footer li:first-child,
#mack3footer li:first-child {background:none;}
#footer a,
#mack3footer a {color:#999;}
#footer a:hover,
#mack3footer a:hover {
	color:#f7f7f7;
	text-decoration:none;
}
.footer-container {
	padding:22px 0 10px;
	min-height:42px;
	margin:-4px 0 0;
}
.footer-container .title {
	font-weight:normal;
	font-size:12px;
	color:#999;
}
.footer-container ul, .footer-container p {display:inline;}
#footer .footer-container li,
#mack3footer .footer-container li {padding:0 6px 0 10px;}
/* bg-gallery */
.bg-gallery {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	min-width:1002px;
}
#bg {
	overflow: hidden;
	position: absolute;
    max-height: 1025px;
	z-index: -1;
	top: 0;
	left: 0;
}
#bg .slide,
#bg .slide img {
	position: absolute;
	top: 0;
	left: 0;
}
/* popup-holder */
.popup-holder {
position: relative;
	overflow: hidden;
	height: 0;
}
/* lightbox */
.lightbox {
	border-radius:5px;
	overflow:hidden;
	float:left;
}
/* close-box */
.close-box {
	text-align:right;
	font:11px/14px FranklinGothicURWCon-Dem, Arial, Helvetica, sans-serif;
	padding:0 0 3px;
}
.close-box a {color:#8e8e8e;}
/* popup-gallery */
.popup-gallery {position: relative;}
.popup-gallery .slide {
	position: absolute;
	z-index: 1;
}
.popup-gallery .slide.active {
	z-index: 2;
}
.popup-gallery .btn-prev,
.popup-gallery .btn-next,
#fancybox-left,
#fancybox-right {
	position:absolute;
	top:145px;
	left:0;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/sprite.png) no-repeat -173px -175px;
	width:33px;
	height:35px;
	z-index:100;
	display:none;
}
.popup-gallery .btn-next,
#fancybox-right {
	right:0;
	left:auto;
	background: url(../images/sprite.png) no-repeat -223px -175px;
}
.popup-gallery img {
	display:block;
	width:100%;
	height:auto;
	border-radius:5px 5px 0 0;
}
/* lightbox block */
.lightbox .block,
#fancybox-title .block {
	width:auto;
	padding:1px 11px 4px 15px;
	background:none;
	margin:0;
	border-radius:0 0 5px 5px;
	background: #f9f9f9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2NkY2RjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f0f0f0 14%, #dbdbdb 39%, #cdcdcd 61%, #ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(14%,#f0f0f0), color-stop(39%,#dbdbdb), color-stop(61%,#cdcdcd), color-stop(100%,#ccc));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f0f0f0 14%,#dbdbdb 39%,#cdcdcd 61%,#ccc 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#f0f0f0 14%,#dbdbdb 39%,#cdcdcd 61%,#ccc 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f0f0f0 14%,#dbdbdb 39%,#cdcdcd 61%,#ccc 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#f0f0f0 14%,#dbdbdb 39%,#cdcdcd 61%,#ccc 100%);
	overflow:hidden;
}
#fancybox-title .block .holder {
	overflow:hidden;
	background: url(../images/separator04.png) repeat-y 100% 0;
}
.lightbox .block .description,
#fancybox-title .block .description {
	float:none;
	overflow:hidden;
	width:auto;
	padding:9px 20px 8px 0;
	border-style:none;
}
.lightbox .block .footer,
#fancybox-title .block .footer {
	float:right;
	width:168px;
	padding:9px 0 0 14px;
	border-style:none;
}
.lightbox .links,
#fancybox-title .links {
	padding:0 0 10px 2px;
	border-bottom:1px solid #bdbdbd;
}
.lightbox .social,
#fancybox-title .social {border-top:1px solid #ececec;}

#mack3content {
    background-color: #ffffff;
	min-height: 800px;
}

.tweet_list,
.tweet_first {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
}

#twttrHubFrame, #twttrHubFrameSecure { display: none; left: -9999px; }
.hidden { display: none; }

/*Sitemap*/
.bullet_text { font-size: 10px; color: #000; }
.subpage #mack3content ul { padding-bottom: 6px; }
.subpage #mack3content ul li, .subpage #mack3content ul { margin-left: 20px; }
.subpage #mack3content ul li {
	background: url(../images/bullet_black_square.gif) no-repeat 6px 4px;
	clear: both;
}
#content li {
	padding-left: 20px;
}

.event-box .description .news-collection {
    height: 54px;
    overflow: hidden;
    margin-bottom: 13px;
}

.event-box .description .news-collection a {
    color: #333333;
}

.socialListFooter{position:absolute;width:150px;top:3px;right:0px;}
.socialListFooter li{float:left;width: 47px; margin-right:3px;}
.socialListFooter li a{display:block;}
.socialListFooter li a img{border:none}
.facebook-box {padding: 0;}
.facebook-box h2 {width: 140px; padding-top: 12px; padding-left: 12px;}
.video-box .video {height: 172px;}

 #num-list-1 .num1{top:15px;left:160px;}
 #num-list-1 .num2{top:150px;left:75px;}
 #num-list-1 .num3{top:235px;left:2px;}
 #num-list-1 .num4{top:328px;left:185px;}
 
 #num-list-2 .num5{top:37px;left:15px;}
 #num-list-2 .num6{top:140px;left:150px;}
 #num-list-2 .num7{top:230px;left:90px;}
 #num-list-2 .num8{top:290px;left:75px;}
 #num-list-2 .num9{top:250px;left:250px;}
 #num-list-2 .num10{top:100px;left:250px;}
 
 .no-text-transform {
    text-transform: none;
 }
 
 ul.dashed-list {
    padding-left: 20px;
    padding-bottom: 0.5em;
 }
 
 ul.dashed-list li {
    padding-bottom: 0.5em;
 }
 
 ul.dashed-list li:before {
    content: "\002013\ ";
 }
 
 hr {
    height: 0px;
    border-top: 1px solid #929292;
    border-bottom: 1px solid #ffffff;
    border-left: none;
    border-right: none;
    margin-top: 1em;
    margin-bottom: 1em;
 }
 
 .left-sidebar a img {
    margin-top: 1em;
 }
 
 .left-sidebar a[target=_blank] img {
    margin-top: 0;
 }
 
 .left-sidebar div {
    margin-top: 1em;
 }
 
 #mack3content.nosidebar table td {
    vertical-align: top;
 }
 
 #mack3content.nosidebar table iframe {
    height: 1000px;
 }
 
 /* Country Select */
 #country-select-wrapper {
	position: relative;
	float: right;
	margin-right: 10px;
	z-index: 75;
	/*top: 0px;
	left: 50px;*/
}
#country-select-wrapper .country-select-box {
	background: #000;
	background: rgba(0,0,0,0.2);
	border-radius: 0 0 6px 6px;	
	padding: 7px 15px;
	float: left;
}
	#country-select-wrapper.classic .country-select-box {
		background: #0a1e38;
		background: rgba(10,30,56,0.75);
		border-radius: 0;
	}
#country-select-wrapper .current-country { 
	float: left;
	border-right: 1px solid #cdcdcd;
	padding: 2px 15px 0 0;
	color: #cdcdcd;
	font-size: 12px;
	margin: 2px 15px 0 0;
}
	#country-select-wrapper.classic .current-country {
		font-size: 11px;
		color: #fff;
		padding: 1px 15px 1px 0;
	}
#country-select-wrapper .country-select {
	float: left;
	background: url(../images/countrySelect-bg.png) no-repeat 0 0;
	width: 126px;
	height: 21px;		
	overflow: hidden;
	z-index: 75;
	margin-top: 1px;
}
	#country-select-wrapper.classic .country-select {
		width: 121px;
		height: 18px;
		background: url(../images/countrySelect-bg-classic.png) no-repeat 0 0;
	}
	#country-select-wrapper .country-select a {
		text-decoration: none;
		color: #bebebe;
		font-size: 10px;
		padding: 0 0 0 7px;
		display: block;
		width: 100%;
		line-height: 21px;
	}
		#country-select-wrapper.classic .country-select a {
			font-size: 9px;
			color: #f1f1f1;
			padding: 0 0 0 7px;
			line-height: 18px;
		}
#country-select-wrapper .country-options {
	position: absolute;
	display: none;
	background: #1c1c1c;
	background: rgba(28,28,28,0.9);
	border-radius: 0 0 6px 6px;
	z-index: 50;
	overflow: hidden;
}
	#country-select-wrapper.classic .country-options {
		background: #111111;
		background: rgba(17,17,17,0.8);
		border-radius: 0;
		padding-bottom: 10px;
	}
	#country-select-wrapper ul.country-options, #country-select-wrapper ul.country-options li { list-style: none; padding: 0; margin: 0; }
	#country-select-wrapper ul.country-options li { width: 100%; }
	#country-select-wrapper .country-options a {
		display: block;
		padding: 10px 20px;
		text-decoration: none;
		color: #cacaca;
		font-size: 10px;
	}
		#country-select-wrapper .country-options a:hover {
			background: #5d0709;
		}
		#country-select-wrapper .country-options a:hover:last-child { border-radius: 0 0 6px 6px; }
.header-frame .panel { overflow: visible; }

.tab-content .tab.basic-box {
	padding: 0 0 0 11px;
}
.tab-content .tab.basic-box .image {
	float: right;
	height: 440px;
	border-left: 1px solid white;
	width: 468px;
	overflow: hidden;
}

.tab-content .tab.basic-box .description {
	float: right;
	min-height: 410px;
	width: 430px;
	padding: 15px 25px 15px 0px;
	border-right: 1px solid #868686;
}
	.tab-content .tab.basic-box .description h1 {
		font: 24px/28px FranklinGothicURWCon-Dem,Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		margin-bottom: 7px;
	}	
	.tab-content .tab.basic-box .description h2 {
		font: 14px/18px FranklinGothicURWCon-Dem,Arial, Helvetica, sans-serif;
	}	
	.tab-content .tab.basic-box .description p {
		line-height: 16px;
		margin-bottom: 5px;
	}
		.tab-content .tab.basic-box .description p.info {		
			font-size: 14px;
			line-height: 18px;
		}
	

