* {
	padding: 0px;
	margin: 0px;
}
.clear {
	clear: both;
}
.stretch {
	display: none;
	width:100%;
	border-bottom:1px solid #CCC;
	color: #666666;
}
.topbar {
    width: 900px;
    margin: 0px auto;
    text-align: right;
}
.normal {
	width: 900px;
	margin: 0px auto;
}
.contentBody {
	width: 900px;
	height:300px;
	border-radius: 5px;
	position:relative;
}
.contentDesc {
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 100%;
	background-color:#FFF;
	opacity: 0.9;
	filter:alpha(opacity=80);
	color: #333;
	font-size:20px;
	text-align:center;
	padding: 8px 0px;
	font-family:"Times New Roman", Times, serif, Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.title {
	margin:20px 0px 0px 10px;
	font-size: 30px;
	width:500px;
	font-weight:lighter;
	text-shadow: #999 2px 2px 1px;
	color: #FFF;
	letter-spacing:1px;
	font-family:Helvetica, Impact, "HelveticaNeue-Condensed","Helvetica Neue Condensed";
}
.bottomTwo {
	float: left;
}
.subTitle {
	margin: 30px 0px 10px 0px;
	display:none;
	color: #333333;
	font: 20px/1 "AlternateGothic","HelveticaNeueCondensed","HelveticaNeue-Condensed","Helvetica Neue Condensed","Arial Narrow",Impact,"Lucida Grande",sans-serif;
	text-transform: uppercase;
}
.contentSteps {
	margin-top: 30px;
	border-radius: 5px;
	border:1px dashed #ccc;
	width: 410px;
	min-height:128px;
	padding: 10px;
	color:#333;
	font-size:16px;
	line-height:25px;
}
.step {
	float: left;
	width: 33%;
	border: 1px dashed #ececec;
	height:100px;
	padding:5px;
}
.step img {
	width: 100px;
	height: 100px;
	float: left;
}
.step .stepDesc {
	float: left;
	height: 100px;
	width: 200px;
	text-align:center;
	color:#333;
}
input {
	color: #333333;
	margin:8px 20px 8px 5px;
}
.buttonBorder {
	border: 1px solid #000;
}
.button {
	border:1px solid #FFF;
	background-color:#000;
	border:1px solid #000;
	color: #FFF;
	height: 25px;
	margin-top: 1px;
	width: 176px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 0px #ccc;
	-webkit-box-shadow: 2px 2px 0px #ccc;
	box-shadow: 2px 2px 0px #ccc;
	cursor:pointer;
}
.button:hover {
	opacity:0.85;
}

	.notificationBar {
		text-align:center;
		width: 100%;
		color:#ececec;
		background-color:#0099cc;
		padding:12px 0px;
		border-bottom:3px solid #FFF;
		font-size:18px;
		line-height:1.2em;
	}
	.notificationBar a {
		color:#3697B3;
	}
	.featured {
		position: absolute;
		font-size:14px;
		color:#CCC;
		font-style:italic;
		bottom:10px;
		right:10px;
	}
	.featured a {
		color: #CCC;
		text-decoration:none;
	}
	label.error {
		margin: 10px 0px 0px 0px;
		width: 100%;
		font-family: Helvetica;
		color: red;
		font-size: 14px;
		position: relative;
		left: 0px;
		bottom: 6px;
		font-weight: 300;
	}
	.inputBox {
		display:inline-block;
		position:relative;
	}
	.registerNotes {
		float: right;
		font-size: 11px;
		color:#666;
		margin: 5px 10px 5px 7px;
		line-height:12px;
	}
	.registerNotes a {
		color:inherit;
		font-weight:bold;
		text-decoration:none;
	}
	.extras {
		margin-top: 50px;
	}
	#twitterLink {
		position: absolute;
		bottom: 42px;
		left: 62px;
		width:200px;
	}
	.tagBreak {
		width:800px;
		border-bottom:1px #ececec solid;
		margin:0px 50px;
		height:1px;
	}
	.tipsSeeMore {
		float:right;
		font-style:italic;
		cursor:pointer;
	}

		.tagSection {
			margin-top:20px;
		}
		.tagContent {
			line-height:1.4em;
			font-size:15px;
			margin:8px 0px;
		}
		ul {
			padding: 0px;
			margin: 10px 10px 10px 45px;
		}
		ul li {
			line-height:1.4em;
			font-size:15px;
		}
		.quoteBreak {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 36px;
			text-align:center;
			font-style:italic;
			color:#555;
			margin:50px auto 20px auto;
		}
		.socialmedia {
			margin:30px 3px 7px 3px;
			float:left;
		}
		.productPreview {
			cursor:pointer;
			color:#444;
			font-weight:bold;
			background-image: url("/sa/image/iconPlus.png");
			background-origin: padding-box;
			background-position: 0px 5px;
			background-repeat: no-repeat;
			background-size: 5px auto;
			padding-left:9px;
		}
		.priceSection {
			width:245px;
			margin-top:10px;
		}
		.priceTitle {
			margin:10px 0px;
			line-height:1.2em;
		}
		.productPrice {
			font-size:.9em;
		}

/* New Layout */
	.signupBackground {
		background-color: #0099cc;
		background-size: cover;
		padding: 40px 0px;
	}
