/*-- DIP Style --*/
#backgroundBottom,
#backgroundTop {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	margin: 0 0 0 -489px;
	width: 978px;
	height: 703px;
	background: #000;
	}
#backgroundTop {
	z-index: 5;
	}
#maincontainer {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	margin: 0 0 0 -489px;
	width: 978px;
	background: none;
	}
#body {
	padding: 0 0 16px 0;
	background: url(/media/mercury/images/home/bg-body.png) repeat-x 0 bottom;
	}
#footer {
	padding: 0 0 40px 0;
	}
#shadow {
	height: 841px;
	}
#dip-viewer {
	position: relative;
	width: 978px;
	height: 433px;
	}
#dip-viewer #dip-nav {
	position: absolute;
	top: 404px;
	right: 30px;
	z-index: 50;
	}
#dip-viewer #dip-nav button {
	display: block;
	margin: 0 0 0 4px;
	padding: 0;
	border: 1px #8d999d solid;
	width: 16px;
	height: 16px;
	background: #a9b2b5;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#bdc4c7), to(#8f9b9f));
	background: -moz-linear-gradient(#bdc4c7, #8f9b9f);
	background: linear-gradient(#bdc4c7, #8f9b9f);
	float: left;
	cursor: pointer;
	}
#dip-viewer #dip-nav button#dip-playpause {
	border: 1px #df5c1f solid;
	background: #e78353 url(/media/mercury/images/common/dip-playpause.gif);
	background:  url(/media/mercury/images/common/dip-playpause.gif), -webkit-gradient(linear, 0 0, 0 100%, from(#eda481), to(#e2682e));
	background:  url(/media/mercury/images/common/dip-playpause.gif), -moz-linear-gradient(#eda481, #e2682e);
	background:  url(/media/mercury/images/common/dip-playpause.gif), linear-gradient(#eda481, #e2682e);
	}
#dip-viewer #dip-nav button#dip-playpause.pause {
	background: #e78353 url(/media/mercury/images/common/dip-playpause.gif) 0 -14px;
	background:  url(/media/mercury/images/common/dip-playpause.gif) 0 -14px, -webkit-gradient(linear, 0 0, 0 100%, from(#eda481), to(#e2682e));
	background:  url(/media/mercury/images/common/dip-playpause.gif) 0 -14px, -moz-linear-gradient(#eda481, #e2682e);
	background:  url(/media/mercury/images/common/dip-playpause.gif) 0 -14px, linear-gradient(#eda481, #e2682e);
	}
#dip-viewer #dip-nav button.on {
	border: 1px #df5c1f solid;
	background: #e78353;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eda481), to(#e2682e));
	background: -moz-linear-gradient(#eda481, #e2682e);
	background: linear-gradient(#eda481, #e2682e);
	}
#dip-viewer #dip-nav button:hover {
	border: 1px #fff solid;
	}
#dip-viewer #toplayer {
	position: absolute;
	z-index: 30;
	}
#dip-viewer #bottomlayer {
	position: absolute;
	z-index: 20;
	}
#dip-viewer h1 {
	padding: 70px 0 0 30px;
	font: bold 60px/60px 'VegurBold', Helvetica, Arial, sans-serif;
	color: #fff;
	letter-spacing: -.025em;
	text-shadow: 0px 0px 50px rgba(0,0,0,.8);
	float: none;
	}
#dip-viewer p {
	padding: 10px 0 10px 30px;
	font: 20px/24px 'VegurRegular', Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 0px 0px 50px rgba(0,0,0,.8);
	}
#dip-viewer div a {
	display: block;
	margin: 6px 0 0 30px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	padding: 0;
	border: 1px #df5c1f solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #df5d1f url(/media/mercury/images/propellers/prop-finder/bg-button.png) repeat-x;
	text-decoration: none;
	float: left;
	cursor: pointer;
	}
#dip-viewer div a strong {
	display: block;
	margin: 0 6px 0 0;
	padding: 6px 22px 5px 12px;
	background: url(/media/mercury/images/propellers/prop-finder/arrow-button.png) no-repeat right center !important;
	background: url(/media/mercury/images/propellers/prop-finder/arrow-button.gif) no-repeat right center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #f4f4f4;
	line-height: 15px;
	text-shadow: -1px -1px 0px rgba(153,51,0,.9);
	}
#dip-viewer div a:hover {
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.6);
	box-shadow: 0px 0px 15px rgba(0,0,0,.6);
	border: 1px #f4f4f4 solid;
	background: #f58b34;
	color: #fff;
	}
#dip-viewer div a:active {
	background: #df5d1f;
	}
#home-content {
	margin: 0 30px;
	padding: 16px 0 0 0;
	height: 316px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	background: #fff url(/media/mercury/images/home/bg-content.png) repeat-x 0 bottom;
	}
#home-content h2 {
	padding: 2px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	color: #798d9c;
	}
#home-content td {
	vertical-align: top;
	}
#home-promo {
	width: 478px;
	}
#home-promo a {
	margin: -8px 5px 14px 14px;
	float: left;
	}
#home-newsevents {
	padding: 0 21px;
	border-right: 1px #bdc8ce solid;
	width: 200px;
	}
#home-newsevents a {
	display: block;
	padding: 0 0 10px 0;
	font-size: 11px;
	color: #5b7685;
	line-height: 15px;
	text-decoration: none;
	}
#home-newsevents a strong {
	color: #2e4758;
	}
#home-newsevents a:hover strong,
#home-newsevents a.extralinks:hover {
	color: #df5c1f;
	text-decoration: underline;
	}
#home-newsevents a.extralinks {
	padding: 12px 0 0 0;
	font-weight: bold;
	color: #df5c1f;
	}
#home-shortcuts {
	padding: 0 22px;
	width: 150px;
	}
#home-shortcuts li {
	padding: 0 0 8px 0;
	}
#home-shortcuts a {
	display: block;
	padding: 1px 0 1px 10px;
	background: url(/media/mercury/images/common/bullet-orange.gif) no-repeat 0 center;
	font-size: 11px;
	font-weight: bold;
	color: #df5c1f;
	text-decoration: none;
	}
#home-shortcuts a:hover {
	text-decoration: underline;
	}