@charset "utf-8";

@import url(reset.css);

/* stylesheet */

body {
	background: #fff url(images/bg.png) repeat-y center top;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
}

#banner {
	background: url(images/banner-bg.png) no-repeat;
	height: 156px;
	width: 770px;
}

#logo a {
	text-indent: -9999px;
	height: 156px;
	width: 770px;
	display: block;
}

.leftcol {
	width: 214px;
}
.comodo {
	font-size: 11px;
	color: #707070;
	text-align: center;
	line-height: 12px;
	background: url(/images/leftcol-border.png) no-repeat 189px top;
	padding-top: 37px;
}
.facebook {
	font-size: 11px;
	color: #707070;
	text-align: center;
	line-height: 12px;
}
.twitter {
	font-size: 11px;
	color: #707070;
	text-align: center;
	line-height: 12px;
}
.maincol {
	width: 556px;
	_overflow: hidden;
	background: url(/images/content-bg.png) no-repeat left top;
	min-height: 593px;
}
.maincol.inner {
	background: url(none);
}
.text_box {
	margin: 0 268px 57px 27px;
}
.maincol.inner .text_box {
	margin: 27px;
}
.inner_header {
	text-align: right;
	margin-bottom: 10px;
}
.inner_nav {
	font-size: 14px;
	color: #00a650;
	white-space: nowrap;
}
.inner_nav a {
	color: #00a650;
	font-size: 11px;
}
.inner_content_title {
	color: #00a650;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer {
	width: 700px;
	margin: 0 auto 10px auto;
	text-align: center;
	border-top: 2px solid #ebebeb;
	font-size: 12px;
	font-weight: bold;
	color: #005e1f;
	padding: 20px 0 50px 0;
}
.footer a {
	color: #005e1f;
}
.copy {
	font-size: 11px;
	color: #7cc576;
	padding-top: 18px;
}
/* nav */
#nav {
	width: 214px;
}
/* floats */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* text */

body {
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #666666;
}

.h_aging {
	background: url(images/h-aging.png) no-repeat;
	height: 137px;
	width: 307px;
	text-indent: -9999px;
	margin: 24px 0 10px 27px;
}
p {
	padding: 6px 0;
}
table.pricing {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.pricing th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.pricing td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 1px 1px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.warning {
	color: #F00;
}
#form table {
	border-width: 0;
	border-spacing: 0;
	border-width: 0;
}
#form table td {
	border-width: 0;
	padding: 2px 1px 2px 0px;
	background-color: white;
}
#greybox {
	width: 405px;
	margin: 0 auto;
}

#greybox .inner {
	background: url(/images/greybox.png) no-repeat left top;
}

#greybox .bottom {
	background: url(/images/greybox.png) no-repeat left bottom;
	height: 10px;
}

