/* @group RESET
------------------------------------------------------------ */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 1.00em; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 0.85em; }
sub, sup { font-size: 0.75em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 1.00em; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,menu,nav,section,summary,time,mark,audio,video {
border:none;
outline:none;
font-size: 1.00em;
vertical-align:baseline;
background:transparent;
margin:0;
padding:0;
}
a {
font-size: 1.00em;
vertical-align:baseline;
background:transparent;
text-decoration:none;
outline:none;
margin:0;
padding:0;
}
ul,ol,dl {
list-style: none;
list-style-type:none;
}
dt {
font-weight: bold;
display: inline-block;
clear: both;
}
dd {
display: inline;
}
/* @end RESET */
body
{
	background-color: #FEFEFE;
	color: #FFF;
	font-size:16px;
	font-family: "helvetica neue", Helvetica, sans-serif;
	font-weight: normal;
}

@font-face {
	font-family: 'Avenir';
	font-weight: normal;
	src: url('http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/jadVC-Avenir_LT_45_Book.eot') format('eot'), 
	url('http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/MSDgs-Avenir_LT_45_Book.woff') format('woff'), 
	url('http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/fecZC-Avenir_LT_45_Book.ttf') format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-weight: bold;
	src: url('http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/yQgDh-Avenir_LT_85_Heavy.eot') format('eot'), 
	url('http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/r3zp9-Avenir_LT_85_Heavy.woff') format('woff'), 
	url('http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/zQanY-Avenir_LT_85_Heavy.ttf') format('truetype');
}
h1, h2, h3, h4, h5
, h6{
	color: #ffffff;
	display: block;
	font-family: 'Avenir', Helvetica, sans-serif;
	font-weight: bold;
}

h1.main_title
{
	color: #FFFFFF;
	font-size: 36px;
	padding-bottom: 15px;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}
h2.sub_title
{
	color: #fff799;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 48px;
	text-align: center;
	width: 100%;
}
h1, h2, h3, h5{
	text-shadow: 0 1px 0 #000000;
}
h3.cta_head{
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}
h4.testimonial_head{
	color: #000000;
	font-size: 28px;
	margin: 0 0 10px;
}
#container{
	position: relative;	
}
#header_wrapper
{
	background: #999 url(http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/images/LALr6-header_img.jpg) repeat-x;
}
#header
{
	height: 75px;
	margin: 0 auto;
	width: 980px;
}
#header .logo
{
	display: block;
	float: left;
	margin-top: 8px;
}
#banner_wrapper{
	background: transparent url(http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/images/pfeCS-banner_img.png) repeat-x;
}
.banner_cont {
	margin:  0 auto;
	width: 980px;
}
#video_box {
	float: left;
	height: 338px;
	padding-bottom: 48px;
	position: relative;
	margin-right: 30px;
	margin-left: 0;
	width: 600px;
}
.ban_right_item {
	float: right;
	width: 350px;
}
/* new code */
.ban_right_item ul {
	min-height:230px;
}

.ban_right_item li {
	float: left;
	margin-bottom:5px;
	width: 175px;
}
.ban_right_item .image {
	background: url(http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/images/34n4C-ex_sprite.png) no-repeat;
	display:block;
	height:54px;
	margin:0 60px 15px;
}
.ban_right_item .text {
	display:block;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 10px;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
}

.item1 .image {
	background-position:0 0;
}

.item2 .image {
	background-position:0 -54px ;
}

.item3 .image {
	background-position:0 -108px;
}

.item4 .image {
	background-position:0 -162px;
}

.banner_ctabtn {
	height: 56px;
	width:267px;
}
a.banner_ctabtn {
	background: url(http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/images/t7E8g-banner_btn.png) 0px 0px transparent;
	clear:both;
	color: #FFFFFF !important;
	display: block;
	font-size: 20px;
    font-weight: bold;
	height:56px;
    line-height: 56px;
	margin:15px auto 0;
	text-align: center;
	text-decoration: none;
	width:267px;
    text-shadow: 0px 1px 0px #000000;
	
}
#btm_content_wrapper {
	background: #fefefe url(http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/images/LX6z3-btm_content_gradient.jpg) repeat-x;
	position:relative;
}
#btm_content{
	margin: 0 auto;
	padding-top: 48px;
	width: 980px;
}
.test_item {
	float: left;
	padding-bottom: 50px;
	width: 100%;
}
p.host_test1, p.host_test2{
	color: #272829;
	float: left;
	width: 356px;
}
p.host_test1{
	margin-right: 20px;
}
.host1, .host2 {
	float: left;
	height: 108px;
	margin-right: 10px;
	width: 108px;
}
.host1 {
	background: transparent url(http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/images/32jWG-deep_chop.jpg) no-repeat;
}
.host2 {
	background: transparent url(http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/images/UFXsQ-rob_mill.jpg) no-repeat;
}
.host_title{
	display:block;
	font-weight: bold;
	margin-top: 15px;
}
.host_em{
	color: #0097CA;
	font-style: italic;
}
#bull_itembox {
	float: left;
	padding: 50px 0;
	width: 100%;
}
a.signup_cta_btm{
	color: #4400cc !important;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
	text-decoration: underline;
	width: 240px;
	height: 16px;
	clear: both;
}

#trusted {
	height: 48px;
	margin: 0 auto 0;
	width: 230px;
}
.verisign {
	background: url(http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/images/yxdL5-verisign.png) no-repeat;
	float: left;
	height: 48px;
	width: 94px;
}
.etrust{
	background: url(http://d1nu2rn22elx8m.cloudfront.net/catalog/16009.0/assets/images/4GDJQ-etrust.png) no-repeat;
	float: left;
	height: 48px;
	width: 136px;
}
.footer {
	float: left;
	height: 50px;
	width: 100%;
}
.clear { clear: both; }
