/*Layout*/

body {
	margin:0;
	background:#F8F7F7;
}
#wrapper {
	background:url(images/wrap-bg.jpg) repeat-y;
}
#wrapper, #footer {
	width:919px;
	margin:0 auto;
}
#header {
	height:184px;
	background:url(images/header.jpg);
}
#blurb, #download {
	float:left;
	margin-top:46px;
}
#blurb {
	width:272px;
	margin-left:444px;
	font-size:12px;
	color:#72823A;
	font-weight:bold;
}
#blurb h1 {
	color:#0F2844;
	font-size:17px;
	line-height:19px;
	margin-top:26px;
	text-align:left;
	margin-left:19px;
}
#blurb p {
	padding:0 20px;
	margin:0;
}
#download {
	display:block;
	width:159px;
	color:#FFF;
	padding-top:36px;
	height:75px;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}
#download:hover {
	text-decoration:none;
}
#tagline {
	height:34px;
	background:#D5DD2F;
	border-bottom:9px solid #F8F7F7;
}
.leftcolumn {
	width:585px;
	float:left;
	border-right:10px solid #F8F7F7;
}
.rightcolumn {
	width:324px;
	float:left;
}
.leftcolumn .inner {
	margin-left:43px;
	padding:0 17px 29px 21px;
	background:#FFF url(images/fadeleft.jpg) top left no-repeat;
}
.leftcolumn h1 {
	padding-left:65px;
}
.rightcolumn .inner {
	margin-right:43px;
	padding:0 17px 29px 19px;
	background:#FFF url(images/faderight.jpg) top right no-repeat;
}
.rightcolumn h1 {
	background:url(images/phone.jpg) no-repeat left;
	padding-left:20px;
	margin-left:9px;
}
.rightcolumn h2 {
	text-align:right;
	border-top:11px solid #F8F7F7;
}
.rightcolumn h2:first-child {
	border:none;
}
#footer {
	padding:16px 0;
	font-size:12px;
}
.noborder {
	border:none;
}
.clear {
	clear:both;
}


/*Text styles*/

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#0F2844;
}
h1,h2,h3 {
	margin:0
}
h1,h2 {
	font-size:16px;
	line-height:34px;
}
h1 {
	color:#FFF;
}
h2 {
	color:#D5DD2F;
	background:#FFF;
	padding:0 18px;
}
h3 {
	font-size:14px;
}
.small {
	font-size:12px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#footer, #footer a {
	color:#7D8A98;
	line-height:26px;
	font-weight:bold;
}
.inner p {
	margin-top:0;
}
h3.package {
	position:relative;
	float:left;
	width:135px;
	text-align:center;
	color:#FFF;
}
h3.marketing {
	background:url(images/marketing.jpg) no-repeat center;
	height:30px;
	padding-top:100px;
}
h3.sales {
	background:url(images/sales.jpg) no-repeat center;
	height:20px;
	padding-top:110px;
}
h3.distribution {
	background:url(images/distribution.jpg) no-repeat center;
	height:30px;
	padding-top:90px;
}

/*Lists*/

ul.checklist {
	margin:0;
	padding:0;
	list-style:none;
}
ul.checklist li {
	background:#F8F7F7 url(images/check.jpg) no-repeat 11px center;
	margin-bottom:2px;
	padding:9px 30px 9px 47px;
}
ul.green {
	background:#D5DD2F;
	list-style-type:square;
	margin:0 0 20px 0;
	padding:18px 0 18px 150px;
}
a.green {
	background:#D5DD2F;
	padding:1px 5px;
	color:#0F2844;
}

ul.intro {
margin:0px;
padding:0px;
list-style:square;
}
ul.intro li {
display:inline;
margin-bottom:2px;
padding: 0px 18px;
}


/*Forms*/

input, textarea {
	width:237px;
	border:none;
	background:#EBECEB;
	padding:7px 3px;
	margin-bottom:5px;
}
label {
	font-size:12px;
	font-weight:bold;
	width:237px;
}
#submit {
	background:#D5DD2F;
	width:auto;
	padding:2px 5px;
	font-weight:bold;
	}
	
/*img {
border:none;}*/