html, body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}

ul#primary {
	background: #000;
	overflow: hidden;
}

ul#primary {
	text-align: center;
	overflow: hidden;
	padding: .8em;
}

ul#primary li {
	display: inline;
}

ul#primary li a{
	color: #fff;
	text-decoration: none;
	padding: .8em;
}

ul#primary li.active a, ul#primary li.active a:hover{
	color: #fff;
	background: #666;	
}

ul#primary li a:hover {
	background: #f39505;
	color: #000;
}

.sky_header {
	clear: both;
	background: url(../images/sky.jpg) no-repeat center 0;
}

a.free_trial {
	color: #fff;
	font-size: 146.5%;
	width: 107px;
	padding-top: 20px;
	height: 82px;
	float: right;
	background: url(../images/free_trial.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

a.free_trial:hover {
	color: #000;
}

h1 {
	font-size: 220%;
	color: #f9720d;
	letter-spacing: -1px;
}

h4 {
	text-align: center;
	font-size: 163%;
	margin-bottom: 1em;
}

h4 a.signup_button {
	background: #f39505;
	color: #fff;
	padding: .4em;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

h4 a.signup_button:hover {
	background: #000;
	color: #fff;
}

h2 {
	font-weight: bold;
	font-size: 123.1%;
	margin-bottom: .3em;
}

h3 {
	font-size: 116%;
	margin-bottom: 1em;
}

.primary_yellow {
	background: #fee99f;
	margin-bottom: 2em;
	overflow: hidden;
}

.feature_row {
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
}

.secondary_blue {
	background: #d1edfa;
	margin-bottom: 2em;
}

#ft {
	background: #000;
	padding: 1em;
	overflow: hidden;
	font-size: 93%;	
	color: #999;
}

#ft a {
	color: #d1edfa;
	text-decoration: none;
}

#ft a:hover {
	color: #f39505;
}

.left {
	float: left;
	text-align: left;
}

ul.footer li {
	margin-bottom: .5em;
}

ul.footer li a {
	text-decoration: none;
	color: #fff;
}

ul.footer li a:hover {
	color: #f39505;
}

ul.secondary_tabs {
	font-size: 131%;
	padding: 1em;
	text-align: center;
	margin-bottom: .5em;
}

ul.secondary_tabs li{
	display: inline;
}

ul.secondary_tabs li a{
	padding: .5em;
	margin: .5em;
	padding-bottom: .2em;
	color: #666;
	text-decoration: none;
	border-bottom: 3px solid #eee;
}

ul.secondary_tabs li a:hover{
	border-bottom: 3px solid #df8306;
	color: #000;
}

ul.secondary_tabs li.active a, ul.secondary_tabs li.active a:hover{
	border-bottom: 3px solid #000;
	color: #000;
}

ul.bullets, ul.bullets li {
	margin-bottom: .5em;
	list-style-type: disc;
}

img.screenshot_crop {
	border: 1px solid #87d0fb;
}

.right {
	float: right;
	text-align: right;
}

.center {
	text-align: center;
}

.float_left {
	float: left;
	margin-right: 1em;
}

.padding {
	padding: 1em;
	font-size: 93%;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

.small {
	font-size: 93%;
}

/* @group plans */
td, th {
	padding: 1em;
}

td {
	text-align: center;
	color: #000;
}

th {
	text-align: left;
}

tr.odd {
	background: #fdf9e8;
}

td.name {
	font-weight: bold;
	font-size: 131%;
	border-bottom: 1px solid black;
	padding-bottom: .5em;
}



table {
	margin-bottom: 5em;
	width: 100%;
}

fieldset {
	padding: 1em;
	background: #fdf9e8;
	margin-bottom: 2em;
	border: 1px solid #d1edfa;
}

hr {
	border: none;
	border-top: 1px solid #d1edfa;
	margin-top: 1em;
	margin-bottom: 1em;
}

label {
	font-weight: bold;
}

label span {
	font-weight: normal;
}
input {
	padding: .5em;
}

/* @end */

