html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #535552;
	color: #fff;
	font-family: helvetica, sans-serif;
}

h1 {
	color: #535552;
}

h1 strong {
	color: #E56000;
}

h1 a {
	color: #E56000;
	text-decoration: none;
}

h2 {
	color: #81a4ba;
	text-transform: uppercase;
	font-weight: bold;
}

h2 a {
	color: #81a4ba;
	text-decoration: none;
	border-bottom: dotted 1px #81a4ba;
}

ul, h1, h2 {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin-top: 0px;
	padding: 0;
}

#header {
	position: relative;
	width: 100%;
	background-color: #3b3d3a;
	height: 10px;
	border-bottom: solid #80a7b8 1px;
}

#account-box {
	position: absolute;
	display: block;
	color: #fff;
	background-color: #3b3d3a;

	top: 10px;
	right: 50px;

	padding: 0px 5px 0px 5px;

	border-top: solid #3b3d3a 1px;
	border-left: solid #80a7b8 1px;
	border-bottom: solid #80a7b8 1px;
	border-right: solid #80a7b8 1px;
}

#account-box a {
	color: #cfe141;
	text-decoration: none;
	font-weight: bold;
}

#nav {
	margin: 50px 20px 0px 20px;
	padding: 0px;
}

#nav-menu ul {
	top: 50px;
	list-style: none;
}

#nav-menu ul li {
	float: left;
	background-color: #3b3d3a;
	margin: 0px 3px 0px 0px;
	padding: 3px;
}

#nav-menu .active {
	background-color: #81a4ba;
}

#nav-menu a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#nav-search {
	float: right;
	background-color: #81a4ba;
	padding: 2px;
	margin: 0px;
}

#nav-search form,input {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

#logo {
	display: block;
	position: absolute;
	color: #fff;
	top: 15px;
	left: 20px;
	font-weight: bold;
	font-size: 20px;
}

#logoSmall {
	width: 156px;
	height: 81px;
	background: url('/assets/images/logo.png') no-repeat;
}

#footer {
	clear: both;
}

#content {
	margin: 0px 20px 20px 20px;
	padding: 15px;
	background: #fff;
	color: #000;
}

#fix {
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.icon16 {
	width: 16px;
	height: 16px;
}

#left {
	width: 400px;
	float: left;
}

#signupbox {
	background: #81a4ba;
	color: #fff;
}

#signupbox a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}

#right {
	margin-left: 415px;
}

#aboutLeft {
	width: 400px;
	float: left;
}

#aboutRight {
	width: 400px;
	margin-left: 415px;
}

p {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

#screenshot img {
	width: 391px;
	height: 290px;
}

#signuptop {
	border: solid 1px #000;
	background: cream;
	padding: 10px 0px 10px 10px;
	font-size: 12px;
}

#signuptop b {
	font-size: 24px;
	margin-right: 20px;
}

#pricingTable {
	float: left;
	margin: 20px 20px 10px 5px;
	border: solid 10px #cfe141;
	cellspacing: none;
  cellpadding: none;
  border-collapse: collapse;
}

#pricingTable td {
	border: solid black 1px;
	text-align: center;
	padding: 5px;
}

#extraUsers {
	font-size: 10px;
}

.icon32 {
	width: 32px;
	height: 32px;
}

.pricingType {
	font-weight: bold;
	font-size: 16px;
	margin: 3px;
}

.pricingSignup a {
	background: #81a4ba;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}

.photo {
	float: left;
	width: 150px;
	height: 150px;
	margin: 5px 5px 5px 0px;
	border: solid 3px #000;
}

.aboutP {
	text-align:justify;
}