h1 {
    text-align: center;
}

/* masthead */
#masthead {
	color: #2c76ba;
	text-align: center;
}

#masthead h1 {
	border:0;
    color: #2c76ba;
    font-size: 3.2em;    
    margin: 10px 0 5px;
    padding: 5px;
}

#masthead h2 {
    border: 0;
    color: #2c76ba;
    font-size: 1.6em;	
    margin: 5px auto 10px;
}

/* disclaimer */
#disclaimer {
    color: #2c76ba;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

#content-wrapper #main-promo {
	width: 679px;
	height: 221px;
	margin-left: 20px;
	float: left;
}
#content-wrapper #main-promo h1,
#content-wrapper #main-promo h2,
#content-wrapper #main-promo p {
	display: none;
}

#content-wrapper #signup-promo {
	float: left;
	width: 198px;
	background-color: #EEE;
	border: solid 1px #A2A2A2;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 221px;
}
#content-wrapper #signup-promo h1 {
	margin: 10px 0 0 10px;
	padding: 8px 0 0 50px;
	height: 32px;
	border: 0;
	font-size: 1.8em;
	text-shadow: 1px 1px 0 #D8D8D8;
}
#content-wrapper #signup-promo h1 span {
	font-size: 0.8em;
}
#content-wrapper #signup-promo p {
	margin: 8px 12px 0 12px;
	padding-bottom: 5px;
	font-size: 1.025em;
}
#content-wrapper #signup-promo p.viewPricing {
	width: 170px;
	margin: 0 auto;
}
#content-wrapper #signup-promo p.viewPricing a {
	text-decoration: none;
}

#content-wrapper #promos {
	height: 221px;
	width: 100%;
	margin-bottom: 20px;
}
#content-wrapper #actions {
	clear: both;
}
#content-wrapper #screencast-action {
	width: 380px;
	height: 300px;
	margin-right: 20px;
	background-color: #EFEFEF;
	float: left;
}

#content-wrapper #packages-action {
	float: left;
	height: 258px;
	background-color: #EEE;
	border: solid 1px #A2A2A2;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 20px 20px 20px 0;
}

.package_info {
	float: left;
}

#content-wrapper .package-total-2 {
	width: 478px;
}
#content-wrapper .package-total-2 .package_info {
	width: 208px;
}
.package_info .view-packages {
	width: 130px;
	height: 37px;
	padding-top: 8px;
	margin: 0 auto;
}




.package {
	display: block;
	padding: 0 20px;
	float: left;
	height: 400px;
	padding: 0 20px;
	border-left: solid 1px #e5e5e5;
}
.package.first {
	border-left: none;
}

h2 {
	font-size: 1.1em;
	padding-left: 10px;
}

.package_grouping {
	/*
	float: left;
	display: inline;
	padding: 20px 0 0 0;
	*/
	padding: 20px 0 0 0;
	width: 600px;
	margin: 0 auto 0;	
}
#your_package {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #f2f2f2;
}


.package h3 {
	font-size: 1.2em;
	color: #3465A3;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: solid 1px #a2a2a2;
}
.package ul {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 0.95em;
	display: block;
	height: 215px;
}
.package ul li {
	margin-bottom: 2px;
}
.package .package-price {
	width: 80px;
	padding: 10px;
	margin: 0 0 10px 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #f2f2f2;
}
#your_package .package .package-price,
.package.even .package-price {
	background-color: #fff;
}
.package .package-price .package-amount {
	font-size: 3.0em;
	color: #BB48A7;
	font-weight: bold;
	font-family: "Myriad Pro","Trebuchet MS",Verdana,san-serif;
	padding: 0;
	margin: 0;
	height: 1.0em;
}
.package .package-price .package-amount sup {
	font-size: 0.5em;
	float: left;
}
.package .package-increment {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #A2A2A2;
}

.package-list li.package {
	background-color: #EEE;
	border: solid 1px #A2A2A2;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 10px;
	margin-bottom: 20px;
	min-height: 145px;
	width: 417px;
	margin-right: 20px;
	float: left;
}
.package-list li.package.odd {
	margin-right: 0;
}

.package-list li.package h3 {
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
	font-size: 1.3em;
}
.package-list li.package .call-to-action {
	width: 130px;
	padding-right: 10px;
	border-right: solid 1px #CCC;
	float: left;
}
.package-list li.package .package-price {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.package-list li.package .package-price .package-amount {
	font-size: 3.0em;
	text-align: center;
	color: #BB48A7;
	font-weight: bold;
	font-family: "Myriad Pro","Trebuchet MS",Verdana,san-serif;
	padding: 0;
	margin: 0 auto;
	height: 1.0em;
}
.package-list li.package .package-price .package-amount sup {
	font-size: 0.5em;
	height: 1.0em;
	vertical-align: top;
}
.package-list li.package .package-increment {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #A2A2A2;
}
.package-list li.package .continue-button {
	width: 106px;
	margin: 12px auto 0 auto;
}

li.package .package-features {
	min-width: 110px;
}
li.package .package-features ul {
	list-style-type: disc;
	list-style-position: inside;
}

