body {
	background: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 75%;
	color: #777777;
	background: #eeeeee;
}
h1 {
	clear: both;
	color: #ffffff;
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
}
h2 {
	clear: both;
	color: #333333;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
}
h3 {
	clear: both;
	color: #225274;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0 0 1em 0;
}
p {
	line-height: 1.4em;
	margin: 0.5em 0 1.5em 0;
}
p.error {
	color: #ec5151;
}
blockquote {
	line-height: 1.4em;
	margin: 0.5em 0.5em 1.5em 0.5em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 0.8em;
	line-height: 1em;
}
a {
	color: #427294;
}
a:hover {
	color: #000000;
}
a.button {
	background: #58bc45;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
form {
	width: 100%;
}
form dt {
	clear: both;
	float: left;
	width: 180px;
	line-height: 1.5em;
	padding: 5px 0;
}
form dd {
	padding: 5px 0;
	margin: 0 0 0 190px;
}
table th {
	color: #000000;
	line-height: 1.4em;
	padding: 0 2em 0.5em 0;
}
table td {
	line-height: 1.4em;
	padding: 0 2em 0 0;
}
#header {
	background: #ffffff;
}
#logo {
	float: left;
	margin: 20px 0;
}
#nav {
	float: right;
	margin: 35px 0 0 0;
}
#nav li {
	float: left;
	display: block;
	padding: 10px 20px;
}
#nav li a {
	font-weight: bold;
	text-decoration: none;
}
#nav li.selected a {
	color: #000000;
}
#title, #accordion {
	clear: both;
	background: url(../images/bg.jpg) repeat left top;
	border-top: 1px solid #dddddd;
	padding: 20px 0;
}
#title .sidebar {
	color: #ffffff;
}
#title .content {
	color: #ffffff;
}
#title .content p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0;
}
#accordion .wrapper {
	background: url(../images/accordion_top.png) no-repeat left top;
	padding: 20px 0 0 0;
}
#accordion .container {
	background: url(../images/accordion_bottom.png) no-repeat left bottom;
	padding: 0 0 20px 0;
}
#accordion .content {
	background: url(../images/accordion_middle.png) repeat-y left top;
	padding: 0 20px;
	float: none;
	width: auto;
}
#accordion .panel {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
#accordion .panel .content {
	background: #ffffff;
	padding: 0;
	border-right: 1px solid #bbbbbb;
}
#accordion .panel .content .description {
	padding: 20px;
}
#accordion .panel .content .description p {
	margin: 0.5em 0 1em;
}
#accordion .panel .content .description img {
	position: absolute;
	bottom: 10px;
}
#accordion .panel .tab {
	cursor: pointer;
	padding: 120px 0;
	background: #ebeaea url(../images/tab_closed.png) no-repeat right top;
	font-size: 0.9em;
	text-align: center;
	border-left: 1px solid #bbbbbb;
}
#accordion .opened .tab {
	background: #ffffff url(../images/tab_opened.png) no-repeat right top;
}
#main {
	padding: 20px 0;
	background: #ffffff;
}
#main .sidebar {
	padding: 0 19px 0 0;
}
#main .content {
	border-left: 1px solid #dddddd;
}
#menu {
	border-top: 1px solid #dddddd;
}
#menu li {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
}
#menu li a {
	text-decoration: none;
}
#menu li.selected a, #menu li a:hover {
	text-decoration: none;
}
#plans {
	clear: both;
	background: #ffffff;
	border-top: 1px solid #dddddd;
	padding: 20px;
}
#plans .item {
	width: 208px;
	float: left;
	padding: 10px;
	margin: 10px 2px;
	border: 1px solid #dddddd;
	background: #f5f5f5;
	text-align: center;
}
#plans .item.popular {
	padding: 20px;
	margin: 0 2px;
	border: 3px solid #58bc45;
	background: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#plans .item h2 {
	font-size: 2em;
}
#plans .item h3 {
	margin: 0 0 0.5em 0;
}
#plans .item h4 {
	text-transform: uppercase;
}
#plans .item ul {
	list-style: none outside;
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#plans .item ul li {
	margin: 0.5em 0;
	font-size: 1.2em;
	color: #427294;
}
#plans .item p {
	margin: 1em 0 0.5em 0;
	font-size: 1.4em;
}
#footer {
	clear: both;
	background: #ffffff;
	border-top: 1px solid #dddddd;
}
#footer .item {
	width: 280px;
	float: left;
	padding: 20px;
}
#footer .item h2 {
	margin: 0 0 1em 0;
}
#company {
	clear: both;
	padding: 30px 0 5px 0;
	border-top: 1px solid #dddddd;
	text-align: center;
	font-size: 0.8em;
}
#legal {
	padding: 5px 0 30px 0;
	text-align: center;
	font-size: 0.8em;
}
#legal a {
	margin: 0 10px;
	color: #777777;
	text-decoration: none;
}
.wrapper {
	margin: 0 auto;
	width: 960px;
}
.sidebar {
	float: left;
	width: 220px;
	padding: 0 20px 0 0;
}
.content {
	float: right;
	width: 700px;
	padding: 0 0 0 20px;
}
.content ul {
	list-style: disc outside;
	margin: 0.5em 0 1.5em 2em;
}
.content ol {
	list-style: decimal outside;
	margin: 0.5em 0 1.5em 2em;
}
.content li {
	line-height: 1.4em;
}
.content .compatability {
	float: left;
	margin: 0 0 2em 0;
}
.content .compatability li {
	float: left;
	display: block;
	width: 140px;
}
.templates div {
	float: left;
	width: 160px;
	padding: 5px;
}
.templates div p {
	text-align: center;
}
.case_study {
	float: left;
	padding: 0 0 20px 0;
}
.case_study h2 {
	margin: 2em 0 0.5em 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #dddddd;
	float: left;
	clear: none;
	width: 344px;
}
.case_study img {
	float: right;
	border: 3px solid #dddddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.case_study .description {
	float: left;
	width: 325px;
}
.clear {
	clear: both;
}
