/* Global Styles*/
body {
	/*background:#8ABDFE url(https://d3hrh5igj1wafx.cloudfront.net/images/bg_body_012.jpg) 0 0 repeat-x fixed;*/
	background-color:#E4E4E4;
	margin:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000000;
}
:focus {
	outline:0;
}
h1 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0 0 0 0;
}
#superheader{
	font-size:12px;
	font-weight:normal;
	color:#000;
	position:absolute;
	top:2px;
	left:50%;
	margin-left:237px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#336699;
	margin:0 0 10px 0;
}
h4 {
	font-size:14px;
	font-weight:bold;
	color:#336699;
	margin:0 0 10px 0;
}
h5 {
	color:#000000;
	margin:0 0 0 0;
	font-size:12px;
}
h6 {
	font-size:12px;
	color:#000;
	margin:0 0 0 0;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#B50D1A;
}

#clouds {
	/*background:url(https://d3hrh5igj1wafx.cloudfront.net/images/bg_sky_012.jpg) 50% 0 no-repeat;*/
	width:100%;
	height:873px;
	position: fixed;
	top:0;
	display:block;
	float:left;
	z-index:-1;
}
/* wrapper of all content*/
#wrapper {
	overflow: hidden;
	width:980px;
	height:auto;
	text-align:left;
	padding:0;
	margin:0;
	position:relative;
	background-color:#fff;
}

/* logo */
#logo {
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/horzbar.png) repeat-x;
	width:980px;
	/*height:70px;*/
	height:92px;
	float:left;
	margin:0 0 7px 0px;
}
/* search */
#searchForm {
	margin:0;
	padding:0;
}
#searchField {

	padding:4px 10px 6px 40px;
	display:block;
	border:none;
	width:122px;
	/*height:20px;*/
	line-height:16px;
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/bg_search_new.gif) 100% 0 no-repeat;
	font-size:12px;
	
	position:absolute;
	right:10px;
	top:100px;
}

	
/* Main Navigation*/
#topTabs {
	float:left;
	width:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:28px;
	line-height:28px;
	margin:0;
	display:block;
}

#topTabs ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

#topTabs li{
	display:inline;
	margin:0;
	padding:0;
}

#topTabs a {
	float:left;
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/tab-left_03.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
	cursor:pointer;
}

#topTabs a span {
	float:left;
	display:block;
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/tab-right_03.gif) no-repeat right top;
	padding:0px 14px 0px 5px;
	font-weight:bold;
	color:#3B3B3B;
	margin:0 2px 0 0;
	cursor:pointer;
}

#topTabs a:hover span {
	color: black;
}

#topTabs #current a {
	background-position:0 -50px;
}

#topTabs #current a span {
	background-position:100% -50px;
	/*color:#B50D1A;*/
}

#topTabs a:hover {
	background-position:0% -50px;
}

#topTabs a:hover span {
	background-position:100% -50px;
}

/* Sub Navigation*/
#subNav {
	width:979px;
	height:28px;
	line-height:28px;
	display:block;
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/bg_subnav.jpg) repeat-x;
	float:left;
	border-left:1px solid #DDDDDD;
	padding:0;
	margin:0;
	font-size:10px;
	}
#subNav ul {
	list-style-type: none;
	margin:0 0 0 10px;
	padding:0;
}
#subNav li {
	display: inline;
	margin:0;
	line-height:28px;

	
}
#subNav li a {
	color:#000000;
	text-decoration:none;
	margin:0;
	padding:0 10px 0 10px;
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/pipe.gif) 0px 4px no-repeat;
	display: inline;
	list-style: none;
	line-height:28px;
	float:left;
	

}
#subNav li a:hover {
	color:#000000;
	text-decoration:none;
	margin:0;
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/bg_subnav_over.jpg) repeat-x;
	float:left;
	display:inline;
	padding:0 10px 0 10px;
	list-style: none;
	line-height:28px;
}
#subNav #current a  {
	color:#B50D1A;
	font-weight:bold;
}
.pipe {
	width:1px;
	font-size:1px;
}

/* left and right content */
#content {
	width:960px;
	padding:10px;
	margin:0;
	background-color:#FFFFFF;
	float:left;
}

/* left side content (main content) */
#left {
	float:left;
	width: 741px;
	margin:0 8px 0 0;
}
/* intro movie placeholder */
#introMovie {
	width:741px;
	height:251px;
/*	background: url(http://www.nexternal.com/images/space.gif); */
	float:left;
	margin:0 0 10px 0;
}
/* right side content */
#right {
	width:210px;
	display:block;
	float:right;
	margin:0;
	padding:0;
}

/* grey gradient box with rounded corners */
div.roundBox {
	
	margin:0 0 11px 0;
	width:200px;
	padding:0;
	float:left;
}
.roundBoxHeading {
	line-height:28px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:0;
}

div.roundBox,
div.roundBox h3,
div.roundBoxBody,
div.roundBoxFooter,
div.roundBoxFooter p{
 	background: url("https://d3hrh5igj1wafx.cloudfront.net/images/corners.jpg");
}
div.roundBox {
	background-position: top left;
  	position:relative;
} 
div.roundBox h3 {
  	position:relative;
  	background-position: top right;
  	padding:0px;
  	padding-left:0;
  	padding-bottom: 1px;
  	margin:0;
  	right:-8px;
  	line-height:8px;
  }
div.roundBoxBody {
  	background-position: 100% -10px;
  	margin:0;
  	padding:8px;
  	padding-top: 1px;
  	padding-left:0;
  	padding-bottom: 1px;
  	position:relative;
  	right:-8px;
	line-height:14px;
}
div.roundBoxFooter {
  	background-position: bottom left;
  	position:relative;
  	top:0px;
	line-height:0px;

}
div.roundBoxFooter p {
  	background-position: bottom right;
  	padding:8px;
  	padding-top: 1px;
  	padding-left:0;
  	margin:-1em 0 0 0;
  	position:relative;
  	right:-8px;
	line-height:8px;
	height:3px;
}


/* white box with rounded corners */
div.whiteRoundBox {
	margin:0 0 11px 0;
	width:200px;
	padding:0;
	float:left;
	display:block;
}

div.whiteRoundBox,
div.whiteRoundBox h3,
div.whiteRoundBoxBody,
div.whiteRoundBoxFooter,
div.whiteRoundBoxFooter p{
 	background: url("https://d3hrh5igj1wafx.cloudfront.net/images/corners_white.gif");
}
div.whiteRoundBox, div.whiteRoundBox2 {
	background-position: top left;
  	position:relative;
} 
div.whiteRoundBox h3 {
  	position:relative;
  	background-position: top right;
  	padding:0px;
  	padding-left:0;
  	padding-bottom: 1px;
  	margin:0;
  	right:-8px;
  	line-height:8px;
  }
div.whiteRoundBoxBody {
  	background-position: 100% -10px;
  	margin:0;
  	padding:8px;
  	padding-top: 1px;
  	padding-left:0;
  	padding-bottom: 20px;
  	position:relative;
  	right:-8px;
}
div.whiteRoundBoxFooter {
	background-color:#E4E4E4;
  	background-position: bottom left;
  	position:relative;
  	top:0px;
}
div.whiteRoundBoxFooter p {
  	background-position: bottom right;
  	padding:8px;
  	padding-top: 1px;
  	padding-left:0;
  	margin:-1em 0 0 0;
  	position:relative;
  	right:-8px;
}

/* Footer */
#awards {
 width:758px;
 height:130px;
 float:left;
 display:block;
 text-align:center;
}
#awards img {
	padding:0 15px;
}
#footer {
	line-height: 50px;
	width:980px;
	text-align:center;
	float:left;
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/bg_bottom980_new.gif) bottom left no-repeat;
	margin:0 0 0 0;
	color:#888888;
}
#footer strong {
	position:relative;
}


/* fonts */
.elevenPx {
	font-size:11px;

}
.twelvePx {
	font-size:11px;
	line-height:12px;

}

.arial13px {
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
line-height:17px;
margin-top:0;
padding-top:0;
text-align:left;
}

.gray {
	color:#666666;
	font-size:12px;
	color:#666666;
	display:block;
	text-align:justify;
	padding:0 0 40px 0;
}
.gray a {
	color:#508AFF;
	font-style: italic;
}

.gray p {
	text-align:left;
}

.gray a:hover {
	color:#B50D1A;
	font-style: italic;
}
.blue {
	color:#508AFF;
}
.blue a:hover {
	color:#B50D1A;
}

/*next steps box*/
.redArrow {
	float:left;
	margin:0 10px 0 0;
}

.nextStepsItem {
	line-height:36px;
	font-size:12px;
	font-weight:bold;
	margin:3px 0 0 0;
	float:left;
	
}
.nextStepsItemBullet{
	line-height:32px;
	float:left;
	margin:4px 10px 0 30px;
}

/* featured clients box*/
.featuredClientImages img {
	margin:0 8px 0 8px;
	border:none;
}
.standard	{
font-family: verdana, arial;
font-size: 9pt;
color: #000;
background: #EEE;
text-align: right;
padding: 10px;
}

.next	{
font-family: verdana, arial;
font-size: 9pt;
color: #000;
background: #DDD;
text-align: left;
padding: 10px;
}

.comp	{
font-family: verdana, arial;
font-size: 9pt;
color: #000;
background: #CCC;
text-align: left;
padding: 10px;
}
#blog {
position:absolute;
top:18px;
left:50%;
margin-left:474px;
}
#addThis {
position:absolute;
top:18px;
left:50%;
margin-left:224px;
}
#twitter {
position:absolute;
top:18px;
left:50%;
margin-left:454px;
}
#nextSteps {
	margin:0;
	padding:29px 0 0 0;
	width:185px;
	background: url(https://d3hrh5igj1wafx.cloudfront.net/images/bg_next_steps_list.gif) 8px 0 no-repeat;
}
#nextSteps li {
	margin:0;
	padding:0;
	list-style:none;
}
#nextSteps li a {
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/arrow_green.gif) 0 11px no-repeat;
	display:block;
	width:100%;
	line-height:36px;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#508AFF;
}
#nextSteps li a:hover {
	background-position:2px -39px;
	color:#585E39;
	color:#B50D1A;
}
#nextSteps li a:active {
	background-position:4px -39px;
}
#nextSteps li a span {
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/bg_next_steps_icons.gif) no-repeat;
	display:block;
	width:100%;
	height:100%;
	padding:0;
	text-indent:65px;
}
#nextSteps li a:hover span {
	cursor:pointer;
}
#nextSteps li.nav1 a span {
	background-position:30px 6px;
}
#nextSteps li.nav2 a span {
	background-position:30px -50px;
}
#nextSteps li.nav3 a span {
	background-position:30px -95px;
}
.compHeader {
	margin:0 0 10px;
	color:#336699;
	font-weight:bold;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif /*omit this*/
}
 
.compHeader h1 {
	float:left;
	margin:0;
	padding:0;
	color:#336699;
	font-size:18px;
}
.compHeader span {
	color:#8B0B04;
}

.quote-wrapper-narrow {
	background:#eef1f3 url(https://d3hrh5igj1wafx.cloudfront.net/images/quote-begin.gif) no-repeat left top;
	border:solid 1px #bbb;
	text-align:right;
	color:#222;
	width:325px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	float:left;
	margin-left: 15px;
	margin-bottom:20px;
}
.quote-wrapper {
	background:#eef1f3 url(https://d3hrh5igj1wafx.cloudfront.net/images/quote-begin.gif) no-repeat left top;
	border:solid 1px #bbb;
	text-align:right;
	color:#222;
	width:680px;
	clear:both;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
.quote {
	padding:10px 40px 5px;
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/quote-end.gif) no-repeat right bottom;
	text-align:left;
	font-size:13px;
}
.quote-source {
	padding:5px 40px 10px 0;
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/bg_quote-bottom.gif) repeat-x left bottom;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.quote-source a {
	font-style:normal;
}
#whyNexternal {
	margin:0;
	padding:29px 0 0 0;
	width:185px;
	background: url(https://d3hrh5igj1wafx.cloudfront.net/images/bg_why_nexternal_list.gif) 8px 0 no-repeat;
}
#whyNexternal li {
	margin:0;
	padding:0;
	list-style:none;
}
#whyNexternal li a {
	background:url(https://d3hrh5igj1wafx.cloudfront.net/images/check_green.gif) 0 11px no-repeat;
	display:block;
	width:100%;
	line-height:36px;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#508AFF;
	text-decoration: underline;
}
#whyNexternal li a:hover {
	background-position:2px -39px;
	color:#585E39;
	color:#B50D1A;
}
#whyNexternal li a:active {
	background-position:4px -39px;
}
#whyNexternal li a span {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	text-indent:27px;
}
#whyNexternal li a:hover span {
	cursor:pointer;
}
#whyNexternal li.nav1 a span {
	background-position:30px 6px;
}
#whyNexternal li.nav2 a span {
	background-position:30px -50px;
}
#whyNexternal li.nav3 a span {
	background-position:30px -95px;
}

a.webinar {
	background: url("https://d3hrh5igj1wafx.cloudfront.net/images/webinarbutton.png") no-repeat scroll 0 0 transparent;
	display:block;
	height: 100px;
	width: 208px;
	border: none;
	color: #202020;
	font-size: 12px;
	cursor:pointer;
	font-weight: bold;
	margin-bottom: 11px;
	text-align: left;
}
.webinar div {
	padding: 32px 0 0 18px;
}

.freetrialbutton {
	/*width:208px;
	height:70px;*/
	width:182px;
	height:34px;
	border:none;
	cursor:pointer;
	margin-bottom:11px;
}
#mcafee {
margin-bottom: 20px;
}
#leftCopy .whiteRoundBox {width: 730px !important}

#compare-table {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:solid 2px #ccc;
}
.icon {
	border:none;
	float:right;
	cursor:pointer;
	margin-left:5px;
	margin-top:4px;
	margin-bottom:13px;
	padding:0;
}