* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(/images/bkd.png) center top repeat-x;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #0c2560;
}

img { border: none; }
a, input { outline: none; }
.row .item { float: left; }
.small {
	font-size: 12px;
	color: #fccbe3;
}

.move_up {
	position: relative;
	top: -3px;
}
.nudge_down { margin: 10px 0 0 0; }

a { color: #fff; }

h3 {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 18px;
	font-weight: normal;
}

h3 .large {
	font-size: 22px;
}

.clear {
	float: none !important;
	clear: both !important;
	height: 0px !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

#content {
	width: 1050px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: transparent url(/images/bubbles-large.png) center top no-repeat;
	position: relative;
}

#logo {
	width: 755px;
	height: 145px;
	background: transparent url(/images/logo-mm.png) left top no-repeat;
	position: absolute;
	top: 8px;
	left: 65px;
	z-index: 10;
}

#sticker {
	position: absolute;
	top: 5px;
	right: 70px;
	z-index: 10;
}

#info { position: relative; }

#slider {
	position: absolute;
	top: 230px;
	z-index: 1;
}

#bkd {
	width: 1050px;
	height: 630px;
	margin: 0 auto;
	background: transparent url(/images/bkd-slider.png) center top no-repeat;
}

#bkd img {
	position: absolute;
	top: 173px;
	left: 50%;
	margin: 0 0 0 -370px;
}

#bottom {
	width: 910px;
	margin: 20px auto;
	position: relative;
	left: 2px;
	z-index: 100;
}

#bottom .left {
	float: left;
	width: 600px;
}

#bottom .right {
	float: left;
	width: 310px;
	text-align: right;
}

#bottom .row { margin: 10px 0 0 0; }

#bottom .left .row { padding: 0 30px 0 0; }

#bottom .row .item {
	width: 190px;
	margin: 0 0 10px 0;
}

#bottom .row .narrow { width: 125px; }
#bottom .row .wide { width: 255px; }

#bottom .row img {
	position: relative;
	top: -1px;
}

#dither {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #99d0f1;
	z-index: 100;
	display: none;
}

#popover {
	width: 440px;
	padding: 5px;
	border: 1px solid #d3c4cb;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -220px;
	z-index: 110;
	display: none;
	color: #fff;
}

#popover .content {
	background: #d8297e;
	padding: 30px;
	position: relative;
}

#popover .content h3 {
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#popover .content h4 {
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 15px 0;
}

#popover .content ul {
	list-style: none;
	margin: 0 0 15px 0;
}

#popover .content ul li {
	margin: 5px 0;
}

#popover .content .row {
	margin: 0 0 15px 0;
}

#popover .content .row .item {
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: bold;
}

#popover .content .row .item input {
	width: 150px;
	padding: 2px;
	font-size: 12px;
	margin: 5px 0 0 0;
}

#popover .content .last { margin: 0 0 -10px 0; }

#popover .content .response {
	font-size: 18px;
	text-align: center;
}

#popover .close {
	position: absolute;
	top: 3px;
	right: 1px;
}