/* ====================================GLOBAL RESET BEGIN */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, p, blockquote, a, abbr, acronym, img, q, strike,  
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: arial, helvetica, sans-serif;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: #fff;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ====================================GLOBAL RESET END */

body {
	text-align: center;
}

#printDisplay {
	display: none;
}

#mvu-wrap {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	min-width: 740px;
	max-width: 940px;
}

/* ====================================HEADER STYLES BEGIN */

#header {
	width: 100%;
	/* float: left; Removed to handle png hack conflict */
}

#header div.pad {
	padding: 20px;
}

#header #logo1 {
	float: left;
}

#header #logo2of2 {
	float: right;
}

#header #logo2of3 {
	float: left;
	margin-left: 10px;
}

#header #logo3of3 {
	float: left;
	margin-left: 10px;
}

#header #contact {
	float: right;
}

#header #contact h3 {
	margin: 0 0 6px 10px;
	line-height: 1.3em;
}

#header .vcard { /* For single or stacked contact information */
	margin: 0 0 10px 10px;
} 

#header .vcard-x { /* For side-by-side contact information */
	float: left;
	margin-left: 10px;
	display: inline;
}

.vcard *, .vcard-x * {
	line-height: 1.3em;
}

/* ====================================HEADER STYLES END */
/* ====================================CONTENT/PRESS RELEASE STYLES */

#content {
	float: left;
	width: 100%;
	margin-right: -386px;
	font-size: 90% !important;
}

#pr-main, #pr-alt {
	margin-right: 386px;
	max-width: 538px;
	padding: 20px;
}

h1, h2 {
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 16px;
	font-weight: bold;
}

h3, h4 {
	margin-bottom: 2px;
	font-weight: bold;
}

#content p {
	line-height: 1.3em !important;
	margin-bottom: 10px;
	text-align: left !important;
}

#pr-main ul, #pr-alt ul, #pr-main ol, #pr-alt ol {
	margin: 20px;
}

#pr-main ul li, #pr-alt ul li, #pr-main ol li, #pr-alt ol li {
	margin: 10px;
}

#pr-main .vcard, #pr-alt .vcard { /* For single or stacked contact information */
	margin: 0 0 10px 0;
}

/* ====================================SIDEBAR STYLES */

#sidebar {
	float: right;
	width: 382px;
	/* display: inline; might be able to remove this */ 
}

#sidebar div.pad {
	padding: 20px;
}

.box {
	padding: 0 0 10px 0;
	text-align: center;
	margin-bottom: 20px;
}

.box h3 {
	padding: 10px 15px;
	text-align: left;
	margin-bottom: 0;
}

.videoPlayer {
	width: 320px;
	height: 320px;
	border: 0;
	margin-top: -10px;
	padding: 0;
}

#mm-Video a {
	padding-bottom: 20px;
	display: block;
	margin-bottom: 5px;
}

#mm-Video textarea {
	width: 300px;
	margin-bottom: 16px;
	margin-top: -10px;
}

#mm-mpeg2 img {
	margin: 10px auto 20px auto;
}

/* Thumbnail images in gallery need to be all 140px wide, or 90px wide */
ul.thumbnails {
		margin: 8px 0 0 14px;
		padding: 0;
		text-align: center;
		line-height: 1em;
		list-style: none;
		height: auto;
		display: block;
	}
	
	ul.thumbnails li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.thumbnails a {
	display: block;
	float: left;
	margin: 4px 6px 18px 0;
	padding: 4px 4px 8px 4px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;
}

ul.thumbnails a:hover {
	border-color: #ccc;
	background: #eee;
}

ul.thumbnails img {
	border: 0;
}

/* Related Links */

#mm-related-links ul, #mm-related-docs ul {
	margin: 8px 0 20px 10px;
	padding: 0;
	text-align: center;
	line-height: 1em;
	list-style: none;
	height: auto;
	display: block;
	text-align: left;
}

ul.related a {
	display: block;
	padding: 3px;
	margin-right: 15px;
}
#sm-whatsthis {
	color: #fff; 
	position: absolute; 
	right: 15px !important; 
	right: 35px; 
	top: 10px; 
	text-decoration: underline;
}

#mm-social-media ul {
	margin: 8px 0 0 14px;
	padding: 0;
	text-align: center;
	list-style: none;
	display: block;
	overflow: auto;
}

#mm-social-media li {
	float: left;
	margin-left: 2px;
}

#socialmediaicons li a {
	display: block;
	padding: 6px 5px 8px 1px;
}

#socialmediabuttons li a {
	display: block;
	padding: 3px 9px 6px 2px;
}

#mm-social-media form {
	display: block;
	text-align: left;
	margin: 4px 0 10px 14px;
	padding: 10px 0;
}

#mm-social-media input {
	width: 292px;
}

#mm-social-media label { }
	
#mm-mobile-video a {
	display: block;
	font-size: 75%;
	text-align: center;
	margin: 16px 0;
}
#retail-gateway {
	display: none;
}
#footer {
	clear: both;
	text-align: center;
}
#footer p {
	font-size: 70%;
	color: #666;
}
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('fancybox/fancy_title_right.png') repeat-x;
}