body {
	margin: 0;
	background: #A9C6EA;
}

.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #000000;
}

.subtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #000000;
}

.above_video {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	color: #000000;
}

.body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	color: #000000;
}

.note {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	color: #000000;
}

.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 24px 0 6px 0;
	color: #000000;
}

.mobile_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #000000;
}

.mobile_heading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #000000;
}

.mobile_subheading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin: -10px 0 10px 0;
	color: #000000;
}

.mobile_body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	color: #000000;
}

.mobile_row {
	margin-bottom: 20px;
}

.stack_left {
	float: left;
	margin-right: 10px;
}

.stack_right {
	float: right;
	margin-left: 10px;
}

.reset {
	clear: both;
}

.reset_left {
	clear: left;
}

.reset_right {
	clear: right;
}

a {
	color: #2867B2;
}

a:hover {
	color: #5E3C3C;
}

.hide {
	display: none;
}

.submit_hack {
	/* this allows us to add a standard submit button to all our forms so that IE and Firefox will submit when pressing Enter, and hide the button from users but not from the browsers */
	width:0px;
	height:0px;
	position: absolute;
	top: -100px;
	left: -100px;
}

.feedback_positive {
	font-family: Arial, Geneva, Verdana;
	font-size: 13px;
	font-style: italic;
	margin-top: 0px;
	color: #009900;
	background: url(/images/icons/feedback_positive.gif) no-repeat;
	padding: 6px 0 4px 26px;
}

.feedback_positive a {
	color: #009900;
}

.feedback_negative {
	font-family: Arial, Geneva, Verdana;
	font-size: 13px;
	font-style: italic;
	margin-top: 0px;
	color: #FF3300;
	background: url(/images/icons/feedback_negative.gif) no-repeat;
	padding: 6px 0 4px 26px;
}

.feedback_negative a {
	color: #FF3300;
}

.debug {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #999999;
}

.debug a {
	color: #999999;
}

.contentfile_title {
	font-family: Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #036635;
}

.contentfile_fieldlabel {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #036635;
}

#home {
	width: 600px;
	margin: auto;
	text-align: center;
}

#title {
	margin-top: 48px;
	margin-bottom: 8px;
}

#tagline {
	margin-bottom: 8px;
}

#icons {
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}

#above_video {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
}

#share {
	float: left;
}

#buy {
	float: right;
}

#video {
	margin-top: -28px;
	margin-bottom: -12px;
	margin-left: auto;
	margin-right: auto;
	padding: 51px 65px;
	height: 446px;
	width: 425px;
	height: 344px;
	background: url(/images/design/video_bg.png);
}

#text {
	margin-bottom: 18px;
}

#cross_sell {
	width: 236px;
	margin-left: auto;
	margin-right: auto;
}

.cross_sell_item {
	float: left;
	width: 72px;
	margin-right: 10px;
	text-decoration: none;
}

.cross_sell_item.last {
	margin-right: 0;
}

.cross_sell_item a {
	color: #000000;
	text-decoration: none;
}

.mobile_screen {
	width: 300px;
	height: 336px;
	background: url(/images/design/mobile_bg.png);
	margin: 40px auto;
	padding: 10px;
}

