/*********** GLOBAL SETTINGS ************************/
* {margin: 0; padding: 0;}
html {overflow-y: scroll;}
a {outline: none;} /* removes Firefox dotted outline on click */
a img {border: none;}
em {font-style: italic;}
strong {font-weight: bold;}
p {line-height: 1.4;}
/*************************************************/
.row {
	clear: left;
	float: left;
	width: 100%;
	text-align: left;
}
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12,
.span-13,
.span-14,
.span-15,
.span-1-pad,
.span-2-pad,
.span-3-pad,
.span-4-pad,
.span-5-pad,
.span-6-pad,
.span-7-pad,
.span-8-pad,
.span-9-pad,
.span-10-pad,
.span-11-pad,
.span-12-pad,
.span-13-pad,
.span-14-pad,
.span-15-pad{
	float: left;
	margin-right: 15px;
}
.span-1{width:50px;}
.span-2{width:115px;}
.span-3{width:180px;}
.span-4{width:245px;}
.span-5{width:310px;}
.span-6{width:375px;}
.span-7{width:440px;}
.span-8{width:505px;}
.span-9{width:570px;}
.span-10{width:635px;}
.span-11{width:700px;}
.span-12{width:765px;}
.span-13{width:830px;}
.span-14{width:895px;}
.span-15{width:960px;}
.span-1-pad{width:20px;padding:0 15px;}
.span-2-pad{width:85px;padding:0 15px;}
.span-3-pad{width:150px;padding:0 15px;}
.span-4-pad{width:215px;padding:0 15px;}
.span-5-pad{width:280px;padding:0 15px;}
.span-6-pad{width:345px;padding:0 15px;}
.span-7-pad{width:410px;padding:0 15px;}
.span-8-pad{width:475px;padding:0 15px;}
.span-9-pad{width:540px;padding:0 15px;}
.span-10-pad{width:605px;padding:0 15px;}
.span-11-pad{width:670px;padding:0 15px;}
.span-12-pad{width:735px;padding:0 15px;}
.span-13-pad{width:800px;padding:0 15px;}
.span-14-pad{width:865px;padding:0 15px;}
.span-15-pad{width:930px;padding:0 15px;}

.append-1{padding-right:65px;}
.append-2{padding-right:130px;}
.append-3{padding-right:195px;}
.append-4{padding-right:260px;}
.append-5{padding-right:325px;}
.append-6{padding-right:390px;}
.append-7{padding-right:455px;}
.append-8{padding-right:520px;}
.append-9{padding-right:585px;}
.append-10{padding-right:650px;}
.append-11{padding-right:715px;}
.append-12{padding-right:780px;}
.append-13{padding-right:845px;}
.append-14{padding-right:910px;}
.prepend-1{padding-left:65px;}
.prepend-2{padding-left:130px;}
.prepend-3{padding-left:195px;}
.prepend-4{padding-left:260px;}
.prepend-5{padding-left:325px;}
.prepend-6{padding-left:390px;}
.prepend-7{padding-left:455px;}
.prepend-8{padding-left:520px;}
.prepend-9{padding-left:585px;}
.prepend-10{padding-left:650px;}
.prepend-11{padding-left:715px;}
.prepend-12{padding-left:780px;}
.prepend-13{padding-left:845px;}
.prepend-14{padding-left:910px;}

.prepend-top {margin-top: 20px;}
.append-bottom {margin-bottom: 35px;}
.pad {
	padding-left: 7px;
	padding-right: 7px;
}
div.last {
	margin-right: none;
}
body {
	margin: 0;
	background: #151515;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 13px;
	color: #666;
	text-align: center;
	width: 100%;
}

.pageWide{
  	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow-x: hidden;
}
.container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}
.clearfix:after,.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clearfix,.container {
	display: block;
}

h1 {
	font-size: 29px;
	color: #363636;
	margin-bottom: .5em;
}
body.landing h1 {
	font-size: 36px;
	text-align: center;
	margin: 0;
}

body.pGallery #content {
	padding-top: 0;
}

h2 {
	font-size: 19px;
	font-weight: normal;
	color: #333;
	margin-bottom: 5px;
}
h2.alt {
	font-size: 22px;
}
h2.alt2 {
	font-size: 24px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	margin-top: 20px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: .25em;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin-bottom: .25em;
}

p {
	margin-bottom: 1em;
	line-height: 1.4;
	font-size: 13px;
}

ul {list-style: none;}
li {margin-bottom: 1em;}

/* links */

a:link, a:visited {
	color: #cc3300;
	text-decoration: none;
}

a:hover,
.hover a {
	color: #66000;
	text-decoration: underline;
}

h2 a:link, h2 a:visited {
	color: #333;
}

h4 a:link, h4 a:visited {
	color: #c30;
	text-decoration: none;
	font-size: 14px;
	margin-top: 10px;
	display: block;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/**************** HEADER ********************/
#header {
	background: #222;
	height: 69px;
	padding-top: 5px;
	position: relative;
	z-index: 1; /* Added to make header *OVER* the peacock. */
}

#header h1{
	background: url(/_media/logo.gif) no-repeat;
}

#header h1 span {
	display: none;
}

#header h1 a {
	display: block;
	width: 190px;
	height: 37px;
}

#header img {
	float: right;
	margin-top: 8px;
	margin-left: 30px;
}

#header img.logo,
#header img.login-button,
#header img.signup-button {
	float: left;
	}
#header img.logo {
	margin: 15px 0 0;
	}
#header img.signup-button {
	margin-left: 0;
	}

#header ul {
	float:left;
}

#header-top {
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 5px;
	visibility: hidden;
}
#header-top p {
	color: #ccc;
	font-size: 11px;
	margin: 0;
}

#topnav {
	float: right;
	width: 740px;
	margin-top: 3px;
}
#topnav ul {
	margin: 13px 10px 0 30px;
	float: left;
	width: 515px;
	}
#topnav li {
	display: inline;
	background: none;
	padding: 0 17px;
	margin: 0;
	}
#topnav li.first {
	padding-left: 0;
	}
#topnav li.last {
	padding-right: 0;
	}
#header li a{
	color: #fff;
	text-decoration: none;
	}

/*
*************** SUBNAV ********************/
#signUpTop {
	float: right;
	width: 156px;
	margin-left: 30px;
}

body.pHome #signUpTop {
	margin-top: 10px;
}

#subnav {
	float: right;
	width: 585px;
	margin-top: 20px;
}

body.pHome #subnav,
body.pPricing #subnav,
body.pMobile #subnav,
body.pLegal #subnav,
body.pLanding #subnav,
body.pContest #subnav,
body.pComparison #subnav,
body.ppGetStarted #subnav,
body.pGallery #subnav,
body.pLaunch #subnav,
body.pProduct #subnav,
body.pResources #subnav {
	display: none;
}

body.pAbout #subnav,
body.pProduct #subnav  {
	width: 685px;
	}

#subnav ul {
	float: right;
	list-style:none;
}

#subnav li {
	float: left;
	display: inline;
	margin-left: 28px;
}

#subnav li a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

/**************** INNER CONTENT (Features Template) ********************/
#contentInner {
	margin-left: 320px;
	padding-top: 20px;
}

#contentInner h2 {
	font-size: 23px;
	color: #000;
	margin-bottom: 0;
}

p.subhead {
	font-size: 14px;
	color: #acacac;
	margin-bottom: 10px;
}
body.landing p.subhead {
	font-size: 19px;
	color: #666;
	text-align: center;
	margin-bottom: 30px;
}

h2.subhead {
	font-size: 19px;
	color: #808080;
	font-weight: bold;
	margin-top: -10px;
}

#heading p.subhead {
	color: #828181;
	font-size: 15px;
	margin-top: 5px;
}

p.watchDemo {
	text-align: right;
}

p.watchDemo a {
	background: url(/_media/gray_arrow.gif) 100% 50% no-repeat;
	padding-right: 10px;
	text-decoration: none;
	font-size: 12px;
}

#prodnav {
	background: url(/_media/dots.gif) repeat-x;
	padding-top: 17px;
}

p.previous {
	float: left;
	width: 250px;
	background: url(/_media/arrow_previous.gif) 0 50% no-repeat;
	padding-left: 10px;
}

p.previous a, p.next a  {
	text-decoration: none;
}

p.next {
	float: right;
	text-align: right;
	width: 250px;
	background: url(/_media/arrow_next.gif) 100% 50% no-repeat;
	padding-right: 10px;
}

/* Altered Heading styles for Products, Solutions pages (for SEO) */
body.pProduct #heading,
body.pSolutions #heading  {
	font-size: 29px;
	color: #363636;
	margin-bottom: .5em;
	font-weight: bold;
}

#heading h1 {
	font-size: 29px;
	color: #363636;
	margin-bottom: .5em;
}

body.pHome #heading,
body.pLaunch #heading, {
	margin-bottom: 15px;
}

body.pProduct #contentInner h1,
body.pPricing #contentInner h1,
body.pSolutions #contentInner h1 {
	font-size: 14px;
	color: #acacac;
	margin-bottom: 10px;
	font-weight: normal;
}

#prodSS {
	margin-bottom: 10px;
	}

/**************** FOLLOW US ********************/
#content-inner {
	float: left;
	width: 460px;
	margin-right: 10px;
	padding-right: 9px;
	border-right: 1px solid #D7D7D7;
}
#sidebar-alt {
	width: 480px;
	float: right;
}
#follow-links {
	background: #f5f5f5;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 12px;
	padding: 14px 10px;
	}
#follow-links img {
	margin-right: 7px;
	text-align: center;
	}

#h2-twitter a {
	background: url(/_media/logo_twitter_small.png) 100% 50% no-repeat;
}
#h2-flickr {
	background: url(/_media/logo_flickr_small.png) 100% 50% no-repeat;
}
#h2-youtube {
	background: url(/_media/logo_youtube_small.png) 100% 50% no-repeat;
}
#tweets p {
	border-bottom: 1px dotted #D7D7D7;
	padding-bottom: 8px;
	overflow: hidden;
}
#tweets img {
	float: left;
	padding: 2px 10px 10px 0;
}
#tweets ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#content #tweets ul li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
#photos a {
	margin-right: 12px;
}

body.pHome #flashContainer{
	width: 960px;
	height: 390px;
}

.video {
	width: 120px;
	height: 90px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.muted {
	color: #999;
	font-size: 12px;
}
.muted a {
	color: #999;
}
.video embed {
	background: #000;
}
.ui-tabs-hide {
     display: none;
}


li.ui-state-active a {
	text-decoration: none;
}
/**************** BODY ********************/

#mainWrap {
	background: #fff;
}

#mainBody {
	padding: 30px 0;
}

body.pHome #mainBody,
body.pLaunch #mainBody{
	padding-top: 1px;
	width: 975px;

}

#content {
	border-top: 1px solid #d7d7d7;
	padding-top: 20px;
}

body.pHome #content,
body.pPricing #content,
body.pMobile #content,
body.pLanding #content,
body.pComparison #content,
body.ppGetStarted #content,
body.pProduct #content,
body.pGallery #content {
	border-top: none;
}

#content ol {
	margin-left: 0;
	list-style-position: inside;
}

#content ul li {
	background: url(/_media/bullet_yellow.gif) 0 5px no-repeat;
	padding-left: 12px;
}

#content li ul {
	margin-left: 20px;
}

#content li ul li {
	background: url(/_media/bullet_black.gif) 0 7px no-repeat;
	padding-left: 12px;
	margin-bottom: 0;
	margin-top: 10px;
}

#content ul.download-list {
	margin-bottom: 20px;
	}

#content ul.download-list li {
	background: url(/_media/download_green_arrow.png) 0 3px no-repeat;
	padding-left: 17px;
	color: #999;
	font-size: 11px;
	zoom: 1; /* trigger hasLayout for ie6 */
	}

#content ul.download-list li a {
	text-decoration: none;
	}

body.pHome #content,
body.pLanding #content,
body.pProduct #content,
body.pMobile #content,
body.ppSales #content,
body.ppDesign #content,
body.ppMarketing #content,
body.ppEducation #content,
body.ppEvents #content,
body.ppGetStarted #content {
	padding-top: 0;
}

body.ppDemos #content,
body.ppCustomers #content,
body.ppShowcase #content,
body.ppFaqs #content {
	padding-top: 20px;
}

body.pRegister #content {
	margin-left: -20px;
	margin-top: -15px;
}

p.intro {
	font-size: 16px;
	color: #4c4c4c;
	margin: 15px 0 30px 0;
}

p.intro strong {
	color: #333;
	font-weight: bold;
}

body.pHome p.intro {
	color: #828181;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 40px;
	line-height: 1.6;
}

.intro-alt {
	position: absolute;
	top: 20px;
	left: 190px;
	width: 370px;
}
.intro-alt h2 {
	font-size: 18px;
	font-weight: bold;
}
.screenshot {
	float: right;
	width: 220px;
	margin-left: 20px;
}

p.press {
	color: #b5b5b5;
	font-size: 11px;
}

p.press span {
	color: #333;
	font-weight: bold;
	}

p.press img.download {
	float: left;
	width: 15px;
	margin: 3px 8px 10px 0;
	}

p.SignUppress {
	color: #b5b5b5;
	font-size: 11px;
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 10px;
	padding: 10px 0;
}

p.noBorder {
	border-bottom: none;
	}

p.press a {
	color: #c30;
	font-size: 13px;
}

p.larger {
	font-size: 14px;
}

p.larger a {
	font-size: 14px;
}

p.more {
	margin-bottom: 20px;
}

p.more a {
	background: url(/_media/arrow_next.png) 100% 50% no-repeat;
	padding-right: 10px;
	text-decoration: none;
}

p.more a.less {
	background: none;
	padding-right: 0;
	text-decoration: none;
}

p.pdfIcon {
	background: url(/_media/icon_document.png) no-repeat;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 5px;
}

p.iconTwitter {
	background: url(/_media/icon_twitter.png) 0 0 no-repeat;
	padding-left: 30px;
	line-height: 21px;
	}
a.iconTwitter {
	background: url(/_media/icon_twitter.png) 0 0 no-repeat;
	padding: 3px 0;
	padding-left: 30px;
	color: #b7b7b7;
	font-size: 11px;
	text-decoration: none !important;
	}

h2.iconWebinar a {
	background: url(/_media/icon_webinar.png) 0 50% no-repeat;
	padding: 5px 0 8px 30px;
	}

p.sidebar-special {
	margin-left: 30px;
	font-size: 11px;
	}

.teamWrap img {
	float: left;
	width: 90px;
	border: 1px solid #000;
}

.teamWrap .team {
	margin-left: 110px;
	float: none;
}

.divider {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #d7d7d7;
	margin-bottom: 30px;
}

.pricingFaq {
	clear: both;
	background: #f6f6f6;
	overflow: hidden;
	zoom: 1;
	padding: 0 20px;
	margin-top: 20px;
}

.pricingFaq div {
	float: left;
	width: 449px;
	margin-right: 20px;
}

.systemReq {
	background: #f6f6f6;
	overflow: hidden;
	zoom: 1;
	padding: 0 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.systemReq div {
	float: left;
	width: 435px;
	margin-right: 20px;
}

.systemWindows{
	background: #F6F6F6 url(/_media/logo_windows_sm.png) no-repeat;
}

.systemWindows ul,
.systemWindows h3,
.systemMac ul,
.systemMac h3,
.systemLinux ul,
.systemLinux h3{
	margin-left: 60px;
	margin-bottom: 10px;
}

.systemMac{
	background: #F6F6F6 url(/_media/logo_apple_sm.png) no-repeat;
}

.systemLinux{
	background: #F6F6F6 url(/_media/logo_linux_sm.png) no-repeat;
}

.sideBox {
	float: right;
	width: 200px;
	border: 1px solid #000;
	margin: 0 0 10px 10px;
	background: #eee;
	}

.sideBox h3 {
	margin: 0 0 10px 0;
	background: #222222;
	color: #fff;
	padding: 10px;
	}
.innerBox {
	padding: 10px;
	}

/*
*************** LEFT NAV (Features Template) ********************/
#leftnav {
	float: left;
	width: 299px;
	border-right: 1px solid #d7d7d7;
}

#leftnav h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 12px;
}

#content #leftnav ul {
	list-style: none;
}

#leftnav ul li {
	margin: 0;
	background: none;
	padding-left: 0;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#leftnav ul li p {
	margin: 0;
	line-height: 1.2;
}

#leftnav ul li p a {
	display: block;
	position: relative;
	height: 40px;
	width: 254px;
	padding-left: 45px;
	padding-top: 10px;
	color: #999;
	font-size: 11px;
	text-decoration: none;
}

body.pSolutions #leftnav ul li p a {
	width: 287px;
	padding-left: 12px;
}

#leftnav ul li p a span {
	color: #000;
	font-size: 13px;
}

#leftnav ul li p a:hover span {
	color: #c30;
}

#leftnav .navSpacer {
	height: 50px;
}

/*		LEFT NAV ICONS	 	*/

#leftnav ul li#lnImport a {
	background:url(/_media/icon_import.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnAccess a {
	background:url(/_media/icon_access.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnCreate a {
	background:url(/_media/icon_create.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnCollaborate a {
	background:url(/_media/icon_collaborate.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnMarketplace a {
	background:url(/_media/icon_marketplace.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnIntegrate a {
	background:url(/_media/icon_integrate.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnOrganize a {
	background:url(/_media/icon_organize.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnSynchronize a {
	background:url(/_media/icon_synchronize.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnShare a {
	background:url(/_media/icon_share.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnSecure a {
	background:url(/_media/icon_secure.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnMeet a {
	background:url(/_media/icon_meet.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnMeasure a {
	background:url(/_media/icon_measure.gif) 12px 50% no-repeat;
}


/*
*************** TABLES ********************/
table.std {
	margin-bottom: 10px;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	width: 100%;
}
table.std td,
table.std th {
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	padding: 5px;
	text-align: center;
}
table.std th {
	background: #ddd;
	color: #4B4B4B;
	font-weight: bold;
}
.std p {
	margin: 0;
}

table.pricing {
	margin-left: 0;
}

.pricing th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #e1e1e1;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	height: 173px;
	vertical-align: bottom;
	padding: 0 10px 10px;
}
.pricing th#pricing-free {
	background: url(/_media/pricing_free.png) 0 100% no-repeat;
}
.pricing th#pricing-individual {
	background: url(/_media/pricing_individual.png) 0 100% no-repeat;
}
.pricing th#pricing-business {
	background: url(/_media/pricing_business.png) 0 100% no-repeat;
}
.pricing th#pricing-pro {
	background: url(/_media/pricing_pro.png) 0 100% no-repeat;
}
.pricing th#pricing-enterprise {
	background: url(/_media/pricing_enterprise.png) 0 100% no-repeat;
}
.pricing td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #666;
	text-align: center;
	padding: 10px;
	background: #ffedb6;
}

.pricing tr.subth td {
	background: #ffc20e;
	color: #8c6a08;
	text-align: center;
	font-size: 12px;
}
.pricing tr td.tdLeft {
	text-align: right;
	padding-right: 15px;
	font-size: 12px;
	color: #333;
	background: none;
}

.pricing td.highlight {
	background: #fff9e6;
}

.pricing td.botBorder {
	border-bottom:  1px solid #555;
}
.pricing td.noBorder {
	border-right: none;
}

tr.rowHighlight td {
	background: #ffc20e;
	color: #4b4b4b;
	text-align: center;
}

.pricing th p {
	margin: 0;
	font-size: 12px;
	color: #ffc20e;
	line-height: 1.2;
}

.pricing th p span {
	font-size: 18px;
}

.pricing .large {
	font-size: 13px;
}

.pricing p.large a {
	color: #4b4b4b;
	font-weight: bold;
	font-size: 16px;
}

.pricing p.larger {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.pricing p.thSub {
	margin: 0;
}

th.shaded,
td.shaded {
	background: #4b4b4b;
}

tr.even td {
	background: #f7f7f7;
}

tr.trRule td {
	border-bottom: 1px solid #555;
}

tr.highlight td {
	background: #4b4b4b;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.pricing td.gray-separation {
	font-size: 16px;
	font-weight: bold;
	background-color: #dcdcdc;
	text-align:left;
	padding-left: 30px
}

#show-more-features td span {
	background: url(/_media/arrow_expand_sprite.png) 0 0 transparent no-repeat;
	padding-left: 20px;
}

.education-signup{
	padding: 15px 15px 10px;
	background-color: #F8F8F8;
	margin-bottom: 15px;
}

.education-signup a.red-button-sm{
	float: right;
}

.education-signup p{
	padding-top: 5px;
	vertical-align: middle;
	font-weight: bold;
}



/* Education pricing table */
table.pricing2 {
	margin: 10px;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
}

.pricing2 th {
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1;
	background: #4b4b4b;
}

.pricing2 td {
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	color: #333;
	text-align: center;
	padding: 10px;
}

/* Support pricing table */
table.pricing3 {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 10px 0 0;
	width: 100%;
	}
.pricing3 th,
.pricing3 td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
.pricing3 th {
	background: #E5E5E5;
	text-align: center;
	padding: 45px 0 10px;
	}
.pricing3 td {
	font-size: 11px;
	padding: 10px;
	text-align: center;
	}
.pricing3 tr.rowHighlight td {
	background: #ffc20e;
}

.pricing3 th.no-format,
.pricing3 td.no-format {
	background: none !important;
	font-weight: bold;
	text-align: left;
	color: #333;
	}
.sr-yellow-text {
	color: #ffc20e;
	}
.yellow-light {
	background: #fef8e5;
	}
.yellow-med {
	background: #fdf1cc;
	}
.yellow-dark {
	background: #fde9b2;
	}

.pricing-callout {
	float: right;
	width: 350px;
	margin: 20px 0 20px 50px;
	display: inline;
	}
.pricing-callout h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	}


.small {
	font-size: 10px !important;
	font-weight: normal !important;
}
.pricing-callout .small {
	font-size: 11px !important;
	}
.icon-phone {
	background: url(/_media/icon_phone.png) 0 50% no-repeat;
	padding-left: 15px;
	}
.icon-phone-white {
	background: url(/_media/icon_phone_white.png) 0 50% no-repeat;
	padding-left: 15px;
	}
p.icon-bubble {
	margin-bottom: 5px;
	}
p.icon-bubble a {
	background: url(/_media/icon_bubble.png) 100% 50% no-repeat;
	padding-right: 25px;
	text-decoration: none !important;
	}
p.icon-bubble a:hover {
	text-decoration: underline !important;
	}

/*
*************** PRICING PAGE *************/
.pPricingB .pinstriped {
	background: url(/_media/bg_pricing_page.png) repeat scroll 0 0 transparent;
}
.pPricing .headers h2 {
	margin: 5px 0 0 0;
	}
.pPricing .headers h3 {
	color: #666;
	font-weight: normal;
	margin: 0 0 10px 0;
	}
.pPricing .pricing-header {
	position: relative;
	height: 400px;
	}

.pPricing .pricing-lite-wrap,
.pPricing .pricing-pro-wrap,
.pPricing .pricing-enterprise-wrap {
	position: absolute;
	height:370px;
	}

.pPricing .pricing-lite-wrap {
	top: 55px;
	left: 0;
}
.pPricing .pricing-pro-wrap {
	top: 0;
	left: 296px;
}
.pPricing .pricing-enterprise-wrap {
	top: 55px;
	left: 650px;
}

.pPricing .pricing-lite {
	background-image: url(/_media/pricing_lite.png);
	height: 296px;
	width: 310px;
	position: relative;
	}
.pPricing .pricing-enterprise {
	background-image: url(/_media/pricing_enterprise.png);
	height: 296px;
	width: 310px;
	position: relative;
	}
.pPricing .pricing-lite .pricing-subdetails,
.pPricing .pricing-enterprise .pricing-subdetails {
	color: #fff;
	font-size: 13px;
	font-family: Arial;
	position:absolute;
	top: 118px;
	left: 12px;
	}
.pPricing .pricing-lite .features,
.pPricing .pricing-enterprise .features {
	color: #333;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	padding: 0 10px;
	position: absolute;
	top: 159px;
	width: 290px;
	text-align: center;
	}
.pPricing .pricing-lite .try-button,
.pPricing .pricing-enterprise .try-button {
	position: absolute;
	width: 310px;
	text-align: center;
	top: 239px;
	}

.pPricing .pricing-pro {
	background-image: url(/_media/pricing_pro.png);
	height: 376px;
	width: 369px;
	position: relative;
	}
.pPricing .pricing-pro .pricing-subdetails {
	color: #fff;
	font-size: 13px;
	font-family: Arial;
	position:absolute;
	top: 160px;
	left: 43px;
	}
.pPricing .pricing-pro .features {
	color: #333;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	padding: 0 43px;
	position: absolute;
	top: 205px;
	width: 283px;
	text-align: center;
	}
.pPricing .pricing-pro .try-button {
	position: absolute;
	width: 369px;
	text-align: center;
	top: 290px;
	}
.pPricing .pricing-pro .pricing-promo-link {
	height: 120px;
	width: 120px;
	position: absolute;
	top: 0;
	right: 25px;
	background: transparent;
}
.pPricing .pricing-enterprise .phone-number {
	color: #cc3300;
	font-size: 24px;
	font-weight: bold;
	}
.pPricing .try-button a {
	height: 39px;
	width: 125px;
	}

.pPricing .compare-plan-features .dark-header {
	background-color: #ccc;
	color: #363636;
	font-weight: bold;
	font-size: 14px;
	height: 28px;
	padding: 12px 0 12px 18px;
	margin-bottom: 1px;
	}

.pPricing thead .column-wrapper,
.pPricing .column-wrapper-buttons {
	background-color: #f5f5f5;
	}
.pPricing thead .column-wrapper .one-column {
	padding: 10px 0 15px 0;
	}
.pPricing .column-wrapper-buttons {
	margin-top: 1px;
	padding-bottom: 10px;
	}
.pPricing .one-column {
	width: 260px;
	margin-right: 15px;
	text-align: center;
	padding: 5px 0;
	}
.pPricing .one-column span {
	color: #CC3300;
	font-weight: bold;
	}
.pPricing .one-column a {
	font-weight: bold;
	text-decoration: none !important;
	}
.pPricing .one-column a:hover {
	text-decoration: underline !important;
	}
.pPricing .column-wrapper .first,
.pPricing .column-wrapper-buttons .first {
	width: 180px;
	text-align: left;
	}
.pPricing .column-wrapper .last,
.pPricing .column-wrapper-buttons .last {
	margin-right: 0;
	}
.pPricing .compare-plan-features-more .normal-header td {
	border-bottom: 1px solid #000;
	color: #363636;
	font-weight: bold;
	font-size: 14px;
	height: 21px;
	padding: 9px 0 4px 18px;
	}
.pPricing .compare-plan-features-more .column-wrapper td {
	border-bottom: 1px solid #ccc;
	}
.pPricing .compare-plan-features-more .column-wrapper .first {
	font-size: 12px;
	padding-left: 18px;
	width: 180px;
	text-transform: capitalize;
	}
.pPricing .compare-plan-features-more .column-wrapper .has-feature {
	background: url(/_media/feature_checkmark.png) center center no-repeat transparent;
	}

.pPricing .column-wrapper-buttons .last {
	color: #CC3300;
	font-weight: bold;
	font-size: 18px;
	}
.pPricing .column-wrapper-buttons .one-column {
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	}
.pPricing .column-wrapper-buttons .last {
	padding-top: 15px;
	}
.pPricing .column-wrapper-buttons .last img {
	margin-bottom: 8px;
}


/* Alt pricing page */

.pinstriped {
	background: url(/_media/pinstripes.png) repeat;
}

.pPricingB h2 {
	font-size: 28px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	font-weight: normal;
}
.pPricingB #TB_ajaxWindowTitle h2 {
	text-align: left;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 10px;
}

.pPricingB blockquote {
	font-family: Times, serif;
	font-size: 21px;
	color: #666;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
}
.pPricingB blockquote cite {
	display: block;
	margin-top: 20px;
}

/* stunning-presentations */
body.stunning-presentations,
.stunning-presentations #header,
.stunning-presentations #copyright,
.stunning-presentations #mainWrap
{
	background: #eee url(/_media/pinstripes.png) repeat;
}
.stunning-presentations #mainBody {
	padding-bottom: 0;
}
#pricing-plans-wrap {
}
#pricing-plans-wrap h2 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}

#pricing-plans-wrap ul.features {
	text-align: left;
	margin-top: 143px;
}
#pricing-plans-wrap ul.features li {
	font-size: 13px;
	padding: 10px 0 12px;
	color: #666;
	margin: 0;
}
#pricing-plans-wrap p.small {
	font-size: 11px !important;
}
#pricing-plans-wrap .column {
	float: left;
	margin-right: 15px;
	width: 228px;
	height: 433px;
}
#pricing-plans-wrap .first {
	width: 140px;
}
#pricing-plans-wrap .box {
	background-color: #fff;
	border: 2px solid #ccc;
}
#pricing-plans-wrap .box-inner {
	padding: 10px;
}
#pricing-plans-wrap .top {
	padding-top: 20px;
	text-align: center;
}
#pricing-plans-wrap .graphic-bg {
	background: url('/_media/make_great_presentations.png') no-repeat;
	width: 310px;
	height: 437px;
	float: left;
	margin-right: 0;
}
#pricing-plans-wrap .graphic-bg a {
	width: 310px;
	height: 437px;
	display: block;
}
#pricing-plans-wrap .box ul {
	border-top: 2px solid #666;
	margin: 0;
	padding: 0;
	height: 220px;
}
#pricing-plans-wrap .box li {
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	color: #333;
	text-align: center;
}
#pricing-plans-wrap p.cost {
	font-size: 16px;
	margin-bottom: 5px;
	color: #333;
}
#pricing-plans-top {
	background: url(/_media/pricing_bg_top.png) no-repeat;
	padding-top: 10px;
	margin-top: 20px;
	width: 588px;
}
#pricing-plans {
	background: url(/_media/pricing_bg_mid.png) repeat-y;
	padding: 0 13px 0;
	overflow: hidden;
	zoom: 1;
}
#pricing-plans-bottom {
	background: url(/_media/pricing_bg_bot.png) no-repeat;
	padding-bottom: 15px;
}

#pricing-plans .top {
	height: 100px;
}
#pricing-plans .span-3 {
	text-align: center;
	width: 165px;
	margin-right: 25px;
}
#pricing-plans .last {
	margin-right: 0;
}
#pricing-plans h2 {
	font-size: 28px;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0;
	border: none;
}
#pricing-plans p.cost {
	font-size: 16px;
	margin-bottom: 5px;
	color: #333;
}
#pricing-plans p.red {
	font-weight: bold;
	font-size: 13px;
}
#pricing-plans .top p.red {
	text-transform: uppercase;
}
#pricing-plans ul {
	border-top: 2px solid #666;
	margin: 0;
	padding: 0;
	height: 160px;
}
#pricing-plans li {
	font-size: 14px;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
	color: #333;
}

#pricing-plans .pro {
	width: 180px;
	margin-right: 27px;
}
#pricing-plans .pro .top {
	margin-top: -13px;
	height: 113px;
	position: relative;
}
#pricing-plans .pro h2 {
	font-size: 42px;
	margin-bottom: 0;
	line-height: 1;
}
#pricing-plans .pro p.cost {
	font-size: 22px;
	color: #222;
}
#pricing-plans .pro p.red {
	font-size: 14px;
}
#pricing-plans .pro li {
	font-size: 15px;
}

#pricing-alt-box{
	font-size: 14px;
	background-color: #f2f2f2;
	border: 1px solid #CCC;
	padding: 8px;
	width: 568px;
}

#pricing-alt-box .red{
	text-transform: uppercase;
	font-weight: bold;
}

#pricing-alt-box p{
	padding: 0;
	margin: 3px;
}

a.red-button {
	display: block;
	background: url(/_media/button_red.png) no-repeat;
	width: 158px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto 5px;
}

a.red-button-sm {
	display: block;
	background: url(/_media/button_red_sm.png) no-repeat;
	width: 120px;
	height: 30px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
}

/* In-app pricing page */
.pPricingApp .pageWide {
	width: 750px;
}
.pPricingApp #content {
	padding-top: 0;
}
.pPricingApp .pricing-lite {
	background-image: url(/_media/pricing_lite_app.png);
	width: 368px;
}
.pPricingApp .pricing-pro {
	background-image: url(/_media/pricing_pro_app.png);
	width: 396px;
}
.pPricingApp .pricing-pro-wrap {
	top: 0;
	left: 354px;
}
.pPricingApp table {
	width: 735px;
}
.pPricingApp table thead {
	vertical-align: top;
}
.pPricingApp table thead .compare-plan-features {
	vertical-align: middle;
}
.pPricingApp .plan-select-form {
	position: absolute;
	top:305px;
	white-space: nowrap;
	font-weight: bold;
	color: #333;
	font-size: 13px;
}
.pPricingApp .plan-select-form .free {
	position: absolute;
	left:125px;
}
.pPricingApp .plan-select-form .pro {
	position: absolute;
	left:495px;
}
.pPricingApp .pricing-pro .features,
.pPricingApp .pricing-lite .features {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
/* In-app pricing page */

/*
*************** FORMS ********************/
form.contactForm {
}

form.contactForm td {
	padding: 5px;
}

form.contactForm input,
form.contactForm textarea,
form.contactForm select {
	padding: 3px;
	border: 1px solid #ccc;
	width: 190px;
}
form.contactForm input.submit-click-here {
	border: none !important;
	width: 164px;
	height: 40px;
}
.pSignUp form.contactForm input,
.pSignUp form.contactForm textarea,
.pSignUp form.contactForm select {
	width: 150px;
}
form.signupForm select {
	width: 310px;
}

form.contactForm input#terms,
form.contactForm input#noncommercial,
form.contactForm input#optInNewsletter {
	width: auto;
	margin-right: 5px;
	border: none;
	}

form.contactForm option {
	padding: 0 3px;
}
form.contactForm input.contactSubmit {
	width: 116px;
	border: none;
	padding: 0;
}
.h4wrap h4 {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	color: #898989;
	display: inline;
	padding-right: 5px;
	background: #fff;
	}

.h4wrap h4 span {
	color: #f00;
	font-size: 14px;
}

form.contactForm input.error,
form.contactForm textarea.error,
form.contactForm select.error,
p.error,
td.error,
ul.error {
	border: 1px solid #ffc20e;
	background: #fffcc2
}
ul.error li {
	margin: 0 0 2px 5px;
}
div.error {
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
form.contactForm label {
	font-size: 13px;
	text-align: right;
	display: block;
}

form.contactForm .form-table-small label {
	font-size: 11px;
	color: #333;
}

form.contactForm label.alt-label {
	font-size: 13px;
	text-align: left;
	display: inline;
}

p.required {
	display: inline;
	margin-left: 10px;
	width: auto;
	color: #f00;
	font-size: 11px;
	font-weight: bold;
	height: 50px;
	}
form.contactForm td.terms label.error {
	border: 1px solid #ffc20e;
	background: #fffcc2;
	height: 50px;
	padding: 10px;
	display: block;
	margin-left: 0;
	width: auto;
	font-size: inherit;
}

p.error {
	padding: 10px;
}

form.contactForm td#stateField select {
	width: 135px;
}
form.contactForm td#stateField input {
	width: 74px;
	margin-right: 74px;
	}

form#signUpForm {
	margin: 20px 0;
}

form#signUpForm p {
	float: left;
	font-size: 11px;
	margin-top: 3px;
}


form#signUpForm input#email {
	float: left;
	margin: 0 5px;
	height: 15px;
	padding: 2px 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	width: 100px;
}

form.contactForm input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	border: 1px solid #000;
	cursor: pointer;
	padding: 3px 5px;
	width: 70px;
	color: #000;
	font-weight: bold;
	background: #D4D0C8;
}

form.signupForm input.submit-signup {
	width: 200px;
	height: 37px;
}

form.signupForm input.submit-continue,
form.contactForm input.submit-continue,
#form-small form.contactForm input.submit-continue {
	border: none;
	width: 176px;
	height: 40px;
	padding: 0;
}
form.contactForm input.submit-continue-grey,
form.signupForm input.submit-continue-grey {
	border: none;
	width: 164px;
	height: 40px;
	padding: 0;
}

form.signupForm p.disclaimer,
#mainWrap .signupPage p.disclaimer,
#mainWrap p.disclaimer {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2;
	color: #999;
	text-align: left;
	padding: 0px 20px;
}

/*
******* Payment form *************/
form.condensed input {
	color: #333;
	width: 130px !important;
	margin: 0 !important;
}
form.condensed .terms label {
	display: inline !important;
}
form.condensed .input-wrap {margin-right: -5px;}
form.condensed input.inactive {
	color: #ccc;
}
form.condensed input#address {
	width: 200px !important;
}
form.condensed input#zip {
	width: 60px !important;
}
form.condensed select#country {
	width: 275px !important;
}
form.condensed input#cc_number {
	width: 200px !important;
}
form.condensed input#cc_cvv {
	width: 60px !important;
}
form.condensed select#cc_expiration_month {
	width: 150px !important;
}
form.condensed select#cc_expiration_year {
	width: 80px !important;
}
form.condensed input.submit-signup {
	width: 165px !important;
}
form.condensed td.risk-free {
	background: url(/_media/risk_free_badge.png) 110px 0 no-repeat;
	padding: 0 0 0 175px !important;
	height: 57px;
	padding-top: 0;
}
form.condensed .risk-free p {
	font-size: 12px;
	margin: 0;
	line-height: 1.2;
}
form.condensed p.disclaimer {
	font-size: 11px;
	line-height: 1.2;
	color: #999;
	text-align: center;
}

/*Validation*/
.input-wrap {
	position: relative;
	display: inline;
}
form.contactForm label.error {
	font-weight: normal;
	color: #FFF;
	font-size: 11px;
	line-height: 0;
	text-align: left;
	display: inline;
	width: 195px;
	height: 27px;
	padding: 11px 0px 0px 7px;
	background: url(/_media/form_error_bg.png) 0 0 no-repeat;
	text-align: left;
	position: absolute;
	top: -28px;
	right: -155px;
	z-index: 1000;
}
form.contactForm .terms-checkbox label.error {
	right: -168px;
}


/*
******* Newsletter Signup form *************/
#content .e2ma_signup_form {
	margin-top: -20px;
	border: none;
}
#content .e2ma_signup_form_row {
	border:none;
	padding:0;
	margin-bottom:0;
}

#content .e2ma_signup_form input[type=text] {
	width: 100px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#content .e2ma_signup_form input[type=checkbox] {
	width: 10px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	border: none; !important
}

.e2ma_signup_form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	text-align:left;
	padding-top:5px;
}

#content .e2ma_signup_form_required_footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	border: none;
	padding:0;
	margin-bottom:5px;
	text-align: left;
}

.e2ma_signup_form_button {
    width: 60px !important;
}
#newsletters p {
	width: 69px;
	float: left;
	margin-right: 12px;
	text-align: center;
}
#newsletters p span {
	width: 69px;
	height: 75px;
	display: block;
	background: #CCC;
}
#newsletters h3 {
	clear: both;
}
.last {
	margin-right: 0;
}

/**************** SlideRocket Signup Page ********************/
body.pSignUp #topNav .pageWide ul {
	display: none;
}

body.pSignUp #header,
body.pVideo #header {
	background: #222 url(/_media/bg_header.png) repeat-x;
	height: 52px;
	padding-top: 15px;
}
body.pSignUp #header .tagline {
	float: right;
	margin-right: 30px;
}

body.pSignUp #header h1,
body.pVideo #header h1 {
	background: url(/_media/logo_smaller.png) no-repeat;
	float: left;
	width: 163px;
}


body.pSignUp #mainWrap,
body.pVideo #mainWrap {
	background: #ebebeb url(/_media/bg_header_bottom.png) repeat-x;
	}
body.pSignUp #mainBody,
body.pVideo #mainBody {
	padding-top: 0;
}
body.pSignUp #content,
body.pVideo #content {
	padding: 0 !important;
	border: none;
	}
body.pSignUp .signupMain {
	width: 570px;
	margin: 0;
	}
body.pSignUp .signupRight {
	width: 361px;
	text-align: center;
	margin-top: -5px;
	}
body.pSignUp .signupRight p {
	line-height: 1.2;
	margin-top: 5px;
	font-size: 12px;
	}
body.pSignUp .signupRight h5 {
	font-weight: normal;
	font-size: 11px;
	color: #666;
	}
body.pSignUp .signupRight .dots {
	height: 3px;
	margin: 0 0 10px;
	}
body.pSignUp .signupRight .quoteBox {
	width: 183px;
	margin: 0 auto;
	}
body.pSignUp .signupRight blockquote,
body.pSignUp .signupRight cite {
	text-align: left !important;
	}
.signupPage .h4wrap {
	background: url(/_media/dots.gif) 100% 50% repeat-x;
	padding: 10px;
}
body.pSignUp form.signupForm input.submit-signup {
	width: 178px;
	height: 41px;
}
.mainFormAreaWrap{
	background: transparent url(/_media/formarea_top.png) 0 0 no-repeat;
	width: 497px;
	margin: 0 0 60px 65px;
	xxheight: 450px;
	float: left;
}
.mainFormArea{
	background: url(/_media/formarea_bottom.png) 0 100% no-repeat ;
	padding: 10px;
	width: 497px;
}

.formSideBar{
	float: right;
	width: 280px;
	text-align: left;
	margin-right: 55px;
	margin-left: 20px;
}

.formSideBar h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.formSideBar ul{
	margin-left: 20px;
	margin-top: 20px;
	font-weight: bold;
	list-style: outside square;
}

.formSideBar li{

}


.signupPage label {
	color: #111;
	}

.signupPage td.terms {
	padding: 10px 0 10px 10px;
	}

form.contactForm .signupPage td.terms label {
	font-weight: bold;
	font-size: 12px;
	}
form.contactForm h2 label {
	display: inline;
	text-align: left;
	font-size: 19px;
	font-weight: normal;
	color: #333;
	margin-bottom: 5px;
}
form.contactForm input.radio,
form.contactForm input.checkbox {
	width: auto !important;
	border: none;
}
.hide {
	display: none;
}
#form-top {
	background: url(/_media/form_corners_top2.png) no-repeat;
	padding-top: 17px;
	}
#form-body {
	background: url(/_media/form_body.png) repeat-y;
	padding: 0 40px;
	}
#form-bottom {
	background: url(/_media/form_corners_bottom2.png) 0 100% no-repeat;
	padding-bottom: 17px;
	}
body.pSignUp .register {
	background: none;
	border: none;
	padding: 15px 0 0;
	zoom: 1;
	}
body.pSignUp .register .intro{
	font-size: 18px;
	font-weight: bold;
	}
body.pSignUp .register .intro2{
	font-size: 16px;
	}

body.pSignUp #footerWrap #footer {
	border-top: none;
	}
body.pSignUp #footerWrap {
	background-image: none !important;
	}
body.pSignUp #bottomWrap {
	padding-bottom: 100px;
}
#ty-body {
	background: url(/_media/bg_ty_body.png) 0 0 no-repeat;
	width: 550px;
	height: 165px;
	margin: 0 auto;
	text-align: center;
	padding-top: 160px;
}
#ty-body.vmware {
	background: url(/_media/bg_ty_body_vmware.png) 0 0 no-repeat;
	width: 725px;
	height: 210px;
}
#ty-wrap #ty-body.vmware h1 {
	margin: 10px 0;
}
#ty-wrap h1 {
	color: #363636;
	font-size: 21px;
	margin: 10px 0;
}
#ty-wrap p {
	color: #666;
	font-size: 11px;
	width: 260px;
	margin: 0 auto 5px;
	font-size: 14px;"
}
#ty-wrap p a {
	color: #cc3300;
	text-decoration: underline;
}
#ty-wrap .ty-learn{
	color: #b4bac1;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 15px;
}
#ty-wrap .ty-session{
	color: #b4bac1;
	font-size: 13px;
}
#ty-wrap .login-now{
	padding-top: 15px;
}

body.successful-registration {
}
#ty-wrap {
	padding-top: 50px;
	background: #161616 url(/_media/bg_ty.png) 0 0 repeat-x;
}
.progress-wrap,
.progress-wrap-auto-login {
	width: 180px;
	height: 9px;
	margin: 0 auto;
	border: 1px solid #FFF;
	text-align: left;
}
.progress-inner,
.progress-inner-auto-login {
	margin: 0;
	background: #FD9B09;
	width: 0;
	height: 9px;
}

/* New signup page  */
.content-pad {
	padding-left: 20px;
	padding-right: 20px;
}

td#loading {
	text-align: right;
	padding-right: 0;
}
#loading img {
	display: none;
}
div#loading {
	float: left;
	width: 30px;
	margin-top: 10px;
}

body.pSignUpPage h1 {
	font-size: 24px;
	color: #222;
}

body.pSignUpPage h1.mainSignUpTitle{
	width: 500px;
	float: left;
	margin-top: 45px;
}

body.pSignUpPage .signUpHeaderImage{
	float: right;
	width: 353px;
	display: inline;
	margin-right: 50px;
	margin-top: 15px;
}

body.pSignupLite .signupForm table input {
	width: 148px !important;
}


body.pSignUpPage .content {
	background-color: #fff;
}

body.pLegal #content {
	border-top: none;
	padding-top: 0;
}

body.pSignUpPage .account-type {
	padding-top: 20px;
	margin-bottom: 20px;
}
body.pSignUpPage .account-type h2 label {
	font-size: 20px;
	font-weight: bold;
	color: #cc3300;
}
body.pSignUpPage .right-border {
	border-right: 1px solid #ebebeb;
	margin-right: -15px;
}
body.pSignUpPage .form-footer {
	border-top: 1px solid #ebebeb;
}
body.pSignUpPage .form-footer h4 {
	margin-top: 20px;
	color: #cc3300;
}
body.pSignUpPage .form-footer a {
	font-size: 15px;
	text-decoration: underline;
	display: inline;
}
body.pSignUpPage .account-type-inner {
	padding: 0 15px 20px 15px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
.pro-inner {
	position: relative;
}
.user-promo {
	background: url(/_media/user_promo.png) 0 0 no-repeat;
	width: 87px;
	height: 87px;
	position: absolute;
	right: 12px;
	top: -32px;
}
body.pSignUpPage .account-type-inner ul li {
	background: url(/_media/signup_form_bullet.png) 0 5px no-repeat;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: .5em;
	margin-left: 10px;
	line-height: 18px;
}
/* For Original styled list content on signup page */
body.pSignUpPage .account-type-inner ul li.signUpStorage{
	background: url(/_media/signup_icon_storage.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpFilesize{
	background: url(/_media/signup_icon_filesize.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpSupport{
	background: url(/_media/signup_icon_support.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpLiteSupport{
	background: url(/_media/signup_icon_lite_support.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpAnalytics{
	background: url(/_media/signup_icon_analytics.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpAudio{
	background: url(/_media/signup_icon_audio.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpComments{
	background: url(/_media/signup_icon_comments.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpWebmeetings{
	background: url(/_media/signup_icon_webmeeting.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpPresenter{
	background: url(/_media/signup_icon_presenter.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpBrand{
	background: url(/_media/signup_icon_brand.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpVersion{
	background: url(/_media/signup_icon_version.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpRegistration{
	background: url(/_media/signup_icon_registration.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}

body.pSignUpPage .account-type-inner ul li.signUpSkinning{
	background: url(/_media/signup_icon_skinning.png) 0 0 no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
}
/* END For Original styled list content on signup page */

body.pSignUpPage .account-type-inner a {
	background: url(/_media/signup_form_arrow.png) 100% 3px no-repeat;
	padding-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	font-size: 11px;
}
body.pSignUpPage .account-type-hover {
	background: url(/_media/signup_form_hover.png) no-repeat scroll 0 0;
	padding-top: 20px;
}
body.pSignUpPage .account-type-inner-hover {
	background: url(/_media/signup_form_hover.png) no-repeat scroll 0 100%;
	padding-bottom: 20px;
}
body.pSignUpPage .selected {
	background: url(/_media/signup_form_active.png) no-repeat scroll 0 0;
	padding-top: 20px;
}
body.pSignUpPage .selected-inner {
	background: url(/_media/signup_form_active.png) no-repeat scroll 0 100%;
	padding-bottom: 20px;
}
body.pSignUpPage .separator {
	background: url(/_media/signup_form_dots.png) 100% 100% repeat-x;
	padding-bottom: 10px;
}
body.pSignUpPage .signupForm table input {
	width: 158px;
}
body.pSignUpPage .signupForm table input {
	margin-right: 5px;
}
body.pSignUpPage .signupForm table td {
	padding: 5px;

}
body.pSignUpPage .signupForm table input,
body.pSignUpPage .signupForm table textarea,
body.pSignUpPage .signupForm table select {
	padding: 4px;
	border: 1px solid #ccc;
	width: 150px;
}
body.pSignUpPage .signupForm table input,
body.pSignUpPage .signupForm table textarea,
body.pSignUpPage .signupForm table select {
	width: 150px;
	overflow: hidden;
}
body.pSignUpPage .signupForm .sxsw-wrapper table input,
body.pSignUpPage .signupForm .sxsw-wrapper table textarea,
body.pSignUpPage .signupForm .sxsw-wrapper table select {
	margin-right: 20px;
}
.signupForm table label {
    font-size: 11px;
    text-align: right;
    display: block;
	margin-bottom: 10px;
	color: #111;
}
body.pSignUpPage .signupForm input.submit-signup {
	width: 164px;
	height: 40px;
	border: 0;
	margin-right: 0;
}
body.pSignUpPage .signupForm .sxsw-wrapper input.submit-signup {
	margin-right: 14px;
}
body.pSignUpPage .signupForm label.error,
.alt-signup-form label.error {
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	line-height: 0;
	text-align: left;
	display: inline;
	width: 205px;
	height: 8px;
	padding: 11px 0px 7px 7px;
	background: url(/_media/signup_form_error.png) 0 0 no-repeat;
	text-align: left;
	position: absolute;
	top: -27px;
	left: 0;
	z-index: 1000;
	margin-bottom: 0;
}
form.left-errors label.error,
body.pSignUpPage form.left-errors label.error {
	background:url(/_media/form_error_bg_left.png) no-repeat scroll 0 0 transparent;
	left: -195px;
	top: -5px;
	color: #fff !important;
}
/*body.pSignUpPage .signupForm .terms-checkbox label.error {
	top: -26px;
	left: -2px;
}*/
body.pSignUpPage .signupForm .terms-checkbox input {
	width: 20px;
	border: 0;
}
body.pSignUpPage .signupForm .alt-label {
	text-align: left;
	position: relative;
}
body.pSignUpPage .form-header {
	padding: 20px 0 0 0;
	margin: 0;
	height: 40px;
}
body.pSignUpPage .form-header span {
	background: url(/_media/signup_form_step.png) no-repeat -1px 0;
	padding: 8px 10px 6px 10px;
	text-shadow: #fff 0px 1px 1px;
	font-weight: bold;
	font-size: 16px;
	color: #666;
}
body.pSignUpPage .form-header h2 {
	font-weight: bold;
	font-size: 20px;
}
body.pSignUpPage .signupFormContainer {
	background: url(/_media/signup_form_bg.png) 0 0 no-repeat;
	margin: 0 auto 20px auto;
	width: 977px;
}

body.pSignUpPage .signupFormContainerInner {
	background: url(/_media/signup_form_bg_bottom.png) 0 100% no-repeat;
	padding: 0 0 10px 0;
}
body.pSignUpPage .signupPage,
.grey-box-wrap {
	background: url(/_media/signup_form_form_bg.png) no-repeat scroll 0 0;
	padding-top: 20px;
}
body.pSignUpPage .signupPageInner,
.grey-box-inner {
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
body.pSignUpPage .signupPageInner,
.grey-box-inner,
.grey-box-inner-alt {
	background: url(/_media/signup_form_form_bg.png) no-repeat scroll 0 100%;
	padding: 0 5px 20px 0;
}
.grey-box-inner-alt {
	width: 296px;
}
.grey-box-content {
	width: 286px;
	margin: 0 auto;
}
body.pSignUpPage .signupFormContainerInner h2.payment{
	text-align: left;
	margin-left: 65px;
}
body.pSignUpPage #footer {
	border-top: 0;
}
/* New signup page  */


/**************** Video Overview Page ********************/
.page-left {
	float: left;
	width: 348px;
	margin-right: 20px;
}
.page-right {
	float: left;
	width: 579px;
}
#header .page-right img {
	float: none;
	margin: 5px 0 0;
}
#form-small {
	background: url(/_media/form_small_top.png) 0 0 no-repeat;
	padding-top: 15px;
	margin-bottom: 20px;
}
#form-small-inner {
	background: url(/_media/form_small_bottom.png) 0 100% no-repeat;
	width: 348px;
	}
#form-small .register {
	background: none;
	border: none;
	padding: 20px 25px;
}
#form-small p.intro {
	color: #222;
	font-size: 18px;
	margin: 5px 0;
	width: auto;
}
#form-small p.subhead {
	color: #7d7d7d;
	font-size: 11px;
	margin: 0 0 10px;
}
#form-small form.contactForm input,
#form-small form.contactForm select,
#form-small form.contactForm textarea {
	width: 150px;
}
#form-small form.contactForm input#terms {
	width: auto;
	padding: 0;
}
#form-small form.contactForm td.terms {
	padding: 3px;
}
#form-small form.contactForm td.terms label {
	font-size: 11px;
	color: #222;
	font-weight: normal;
	padding: 0;
}
#form-small form.signupForm input.submit-signup {
	width: 178px;
	height: 41px;
	padding: 0;
}

#video-wrapper {
	width: 575px;
	border: 2px solid #424242;
	line-height: 0; /* removes 3px bottom gap in FF */
}

.pVideo #header h1 {
	display: block;
	width: 190px;
	height: 37px;
}
.pVideo p.intro {
	margin: 40px 0 20px;
}
.pVideo .quoteBox {
	margin: 20px 5px 0;
}
.pVideo blockquote, cite {
	display: block;
}
.pVideo #home-quote blockquote {
	background:url("/_media/quotation_mark.png") no-repeat scroll 0 0 transparent;
	font-family:"Times New Roman",Times,serif;
	font-style:italic;
	margin:20px 5px 35px 0;
	padding:5px 0 0 30px;
}
.pVideo #home-quote blockquote p {
	font-size: 18px;
	margin-bottom: .5em;
}
.pVideo #home-quote cite {
	color:#7D7D7D;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	margin-top:0;
}
.pVideo #home-quote cite strong {
	color: #333;
}


/*
*************** COLUMN STYLES ********************/
.colHalf, .colThird {
	margin-bottom: 30px;
	overflow: hidden;
	height: 1%;
}

.colHalf .colBasic,
.colHalf .colLast {
	float: left;
	width: 464px;
	display: inline !important;
	padding-right: 10px;
}

.colHalf .colLast {
	padding-right: 0 !important;
	width: 469px;
}

.colThird .colBasic,
.colThird .colLast {
	float: left;
	padding-right: 10px;
	display: inline !important;
	width: 300px;
}

.colThird .colLast {
	padding-right: 0 !important;
	width: 305px;
}

.signupMain {
	float: left;
	width: 600px;
	}

.signupLeft {
	width:320px;
	float:left;
}
.signupRight {
	width:320px;
	float:right;
}
.signupRight h2{
	font-size: 18px;
	margin-bottom: 20px;
}

.register {
	background: #f5f5f5;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 10px 20px;
	}

.signupRight h3 {
	font-size: 12px;
	color: #363636;
	margin-bottom: 5px;
	}

.signupRight p {
	font-size: 11px;
	line-height: 1.6;
	}

.colBasic {
	margin-right: 10px;
}

.colImg {
	float: none;
	padding-right: 0;
}

.colImg img {
	border: 4px solid #ffc20e;
	margin-bottom: 20px;
}

.rightRule {
	border-right: 1px solid #d7d7d7;
}

.leftRule {
	border-left: 1px solid #d7d7d7;
}

.demoWrap {
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 464px;
}

div.colLast .demoWrap {
	padding-right: 0;
}

.demoWrap img {
	float: left;
	border: 1px solid #000;
	margin-right: 15px;
}

.demoWrap .demo {
	float: left;
	width: 214px;
	color: #000;
}
.colThird .demoWrap {
	width: 300px;
}
.colThird .demoWrap .demo {
	width: 203px;
}


.demoWrap .demo h3 {
	margin-top: 0;
}

.showcase {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    height: 210px;
    margin: 35px 20px 0 0;
    padding-bottom: 30px;
    width: 222px;
}

.showcase.even-row {
	border-bottom: none;
}

.ppResearch .showcase {
	height: auto;
	border-bottom: none;
}
.showcase p {
	font-size: 12px;
	color: #666;
}
.showcase a.overlay {
	position: relative;
	display: block;
	text-decoration: none;
}
.showcase a.overlay h3 {
	margin-bottom: 10px;
	color: #c30;
	text-decoration: underline;
}
.showcase a.overlay .new {
	background: url(/_media/new_sash.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	z-index: 2;
}
.showcase a.overlay .play {
	background: url(/_media/play_control.png) no-repeat 0 0;
	position: absolute;
	top: 15px;
	left: 80px;
	width: 65px;
	height: 67px;
	padding: 0;
	z-index: 1;
}
.showcase a.overlay:hover .play {
	background: url(/_media/play_control.png) no-repeat -65px 0;
}


#sidebar {
	float: left;
	width: 300px;
}

/* Homepage Valueprop */
#valprop-wrap {
	width: 100%;
	/*float: left;*/
	margin: 0 auto 20px;
	background: black;
	height: 453px;
	overflow: visible;
	padding-top: 1px;
}

body.pHome #mainWrap {
	background: #003582; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAzNTgyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjMlIiBzdG9wLWNvbG9yPSIjMDAzYTg2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjMDA0MDhjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzclIiBzdG9wLWNvbG9yPSIjMDI0ODhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjMDE0NjhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDMlIiBzdG9wLWNvbG9yPSIjMDQ0ODkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDc0ZDkzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjMGM1Mzk3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjIlIiBzdG9wLWNvbG9yPSIjMGQ1NTk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjMGI1NTlhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjMDE0ZTk0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMDA0YTkzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTMlIiBzdG9wLWNvbG9yPSIjMDA0ODkyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDQ4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(276deg,  #003582 0%, #003a86 23%, #00408c 32%, #02488f 37%, #01468f 41%, #044891 43%, #074d93 50%, #0c5397 53%, #0d5599 62%, #0b559a 78%, #014e94 79%, #004a93 80%, #004892 93%, #00448f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#003582), color-stop(23%,#003a86), color-stop(32%,#00408c), color-stop(37%,#02488f), color-stop(41%,#01468f), color-stop(43%,#044891), color-stop(50%,#074d93), color-stop(53%,#0c5397), color-stop(62%,#0d5599), color-stop(78%,#0b559a), color-stop(79%,#014e94), color-stop(80%,#004a93), color-stop(93%,#004892), color-stop(100%,#00448f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(276deg,  #003582 0%,#003a86 23%,#00408c 32%,#02488f 37%,#01468f 41%,#044891 43%,#074d93 50%,#0c5397 53%,#0d5599 62%,#0b559a 78%,#014e94 79%,#004a93 80%,#004892 93%,#00448f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(276deg,  #003582 0%,#003a86 23%,#00408c 32%,#02488f 37%,#01468f 41%,#044891 43%,#074d93 50%,#0c5397 53%,#0d5599 62%,#0b559a 78%,#014e94 79%,#004a93 80%,#004892 93%,#00448f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(276deg,  #003582 0%,#003a86 23%,#00408c 32%,#02488f 37%,#01468f 41%,#044891 43%,#074d93 50%,#0c5397 53%,#0d5599 62%,#0b559a 78%,#014e94 79%,#004a93 80%,#004892 93%,#00448f 100%); /* IE10+ */
	background: linear-gradient(-166deg,  #003582 0%,#003a86 23%,#00408c 32%,#02488f 37%,#01468f 41%,#044891 43%,#074d93 50%,#0c5397 53%,#0d5599 62%,#0b559a 78%,#014e94 79%,#004a93 80%,#004892 93%,#00448f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003582', endColorstr='#00448f',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */




	border-top: 1px solid #222;
}

body.pHome #content, body.pLaunch #content{
	width: 975px;
}

body.pLaunch #content{
	border-top: none;
}

#valprop-left {
	float: left;
	background: url(/_media/valprop_home_a.png) no-repeat;
	width: 715px;
	height: 377px;
	margin-left: 6px;
}

#valprop-left-b {
	float: left;
	background: url(/_media/valprop_home_b.png) no-repeat;
	width: 715px;
	height: 377px;
	margin-left: 6px;
}

#valprop-left-c {
	float: left;
	width: 715px;
	height: 377px;
	margin-left: 6px;
}

#valprop-left-b #valprop-left-b-inner {
	display: none;
}

#valprop-b{
	float: left;
	background: url(/_media/valprop_b.jpg) no-repeat;
	width: 960px;
	height: 377px;
}

#valprop-b .learnMoreButton{
	width: 150px;
	height: 65px;
	float: right;
}

#valprop-b .learnMoreButton a{
	display: block;
	width: 150px;
	height: 65px;
}

#valprop-b p{
	display: none;
}

#valprop-left-inner {
	text-align: center;
	padding-top: 100px;
}
#valprop-left p {
	font-size: 18px;
	color: #FFC20E;
	margin: 0;
}
#valprop-right {
	float: left;
	width: 245px;
	text-align: center;
}
#valprop-right h2 {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1;
	}
#valprop-right h2.yellow{
	color: #FFC20E;
}
#valprop-right p {
	color: #999;
	font-size: 14px;
	}
#valprop-right a.block {
	display: block;
	width: 245px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}
#valprop-right a#vp-top:hover,
#valprop-right a#vp-bot:hover {
	background-position: 0 -126px;
}
#valprop-right a#vp-mid:hover {
	background-position: 0 -125px;
}
#vp-top {
	background-image: url(/_media/valprop_top_right.png);
	padding-top: 50px;
	height: 76px;
}
#vp-mid {
	background: url(/_media/valprop_mid_right.png);
	padding-top: 43px;
	height: 82px;
}
#vp-bot {
	background: url(/_media/valprop_bottom_right.png);
	padding-top: 35px;
	height: 91px;
}
#slide-wrap {
	background: url(/_media/valprop_slide_bg.jpg) no-repeat;
	padding: 1px 0 1px 1px;
	}

.slides {
	width: 714px;
	height: 443px;
	}
.slides-text {
	position: absolute;
	left: 37px;
	width: 255px;
	}
#slide-1 .slides-text {
	top: 90px;
	width: 455px;
	}
#slide-2 .slides-text {
	top: 130px;
	width: 150px;
	}
#slide-3 .slides-text {
	top: 165px;
	}
#slide-4 .slides-text {
	top: 140px;
	width: 220px;
	}
#slide-5 .slides-text {
	top: 90px;
	width: 455px;
	}
.slides p {
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	}
.slides p a {
	color: #c30;
	text-decoration: none;
	font-size: 12px;
	}
.video-close {
	position: absolute;
	top: 3px;
	left: 77px;
	text-decoration: none;
	}
#slide-blank {
	background: url(/_media/valprop_slide_blank.png) no-repeat;
	}
#slide-1 {
	background: url(/_media/valprop_slide_3.jpg) no-repeat;
	}
#slide-2 {
	background: url(/_media/valprop_slide_1.jpg) no-repeat;
	}
#slide-3 {
	background: url(/_media/valprop_slide_4.jpg) no-repeat;
	}
#slide-4 {
	background: url(/_media/valprop_slide_5.jpg) no-repeat;
	}
#slide-5 {
	background: url(/_media/valprop_slide_2.jpg) no-repeat;
	}

#valprop-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 39px;
	width: 695px;
	background:url(/_media/valprop_nav_bg.png) no-repeat;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
    list-style-type: none;
	padding-top: 10px;
	padding-left: 20px;

	}

#valprop-nav li {
    float: left;
    display: inline;
    margin: 0;
	margin-right: 6px;
    padding: 0 !important;
    list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: none !important;
	text-align: center;
}

#valprop-nav li a {
    float: left;
    display: block;
	width: 24px;
	height: 20px;
	color: #c9c9c9;
    background: #707070;
	padding-top: 4px;
	text-decoration: none;
	font-weight: bold;
}
#valprop-nav li.ui-tabs-selected a {
    background: #fff;
	color: #ffc20e;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}
a.home-video {
	font-weight: bold;
	text-decoration: none !important;
	margin-left: 13px;
	}
a.home-video:hover {
	text-decoration: underline !important;
	}
.play {
	background: url(/_media/icon_play.png) 100% 50% no-repeat;
	padding-right: 20px;
	}
.social-media p,
.quiet {
	font-size: 11px;
	color: #959595;
	margin-bottom: 5px !important;
	}
.social-media {
	margin-bottom: 23px;
}
.social-media a {
	float: left;
	width: 16px;
	height: 16px;
	background: url(/_media/icons_social_media.png) 0 0 no-repeat;
	margin-right: 5px;
	}
.social-media a.icon-twitter {
	xxbackground-position: 0 0;
	}
.social-media a.icon-facebook {
	background-position: -16px 0;
	}
.social-media a.icon-linkedin {
	background-position: -32px 0;
	}
.social-media a.icon-youtube {
	background-position: -48px 0;
	}
.social-media a.icon-flickr {
	background-position: -64px 0;
	}
.social-media a.icon-rss {
	background-position: -80px 0;
	}
.social-media a.icon-twitter:hover {
	background-position: 0 -16px;
	}
.social-media a.icon-facebook:hover {
	background-position: -16px -16px;
	}
.social-media a.icon-linkedin:hover {
	background-position: -32px -16px;
	}
.social-media a.icon-youtube:hover {
	background-position: -48px -16px;
	}
.social-media a.icon-flickr:hover {
	background-position: -64px -16px;
	}
.social-media a.icon-rss:hover {
	background-position: -80px -16px;
	}
.social-media a span {
	position: absolute;
	left: -999em;
	}

#chat{
}

p.chatPhone{
	color: #ccc;
	font-size: 11px;
	margin: 0;
}

/* Homepage Callouts */
#callouts {
	clear: both;
	margin-left: 2px;
	text-align: center;
	margin-left: 6px;
}

#callouts div h2 {
	font-family: Helvetica, sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#callouts div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828181;
	line-height: 1.1;
}

#callouts div a {
	width: 300px;
	height: 121px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
}

.callouts-ipad-wrapper {
	width: 100%;
	background: #FFF;

}

#callouts-ipad {
	width: 975px;
	margin: 0 auto;
}

#callouts-ipad {
    overflow: hidden;
    margin: 0 auto;
    width: 975px;
    padding: 15px 0;
}

.co-ipad {
    border-left: 1px solid #CCC;
    float: left;
    margin: 0 7px;
    padding: 5px 0 5px 24px;
    text-align: left;
    width: 285px;
}

.co-ipad.first {
	border-left: none;
}

.co-ipad p {
	margin-bottom: 0;
}

.coBasic {
	float: left;
	width: 300px;
	margin-right: 29px;
}

.coDrop {
	float: left;
	width: 303px;
	margin-right: 26px;
}

.coDropLast {
	float: left;
	width: 303px;
}

.coLast {
	float: left;
	width: 300px;
}

.co-promo-1 {
	background: url(/_media/box_enchant.png) no-repeat;
}
.co-promo-2 {
	background: url(/_media/box_google_apps.png) no-repeat;
}
.co-promo-3 {
	background: url(/_media/box_sxsw.png) no-repeat;
}
.co-promo-4 {
	background: url(/_media/box_unfriendly_presentations.png) no-repeat;
}
.co-promo-5 {
	background: url(/_media/box_crunchies_2010.png) no-repeat;
}
.co-promo-8 {
	background: url(/_media/box_chrome_promo.png) no-repeat;
}
.co-promo-9 {
	background: url(/_media/box_ipad_iphone_promo.png) no-repeat;
}

.co-promo-10 {
	background: url(/_media/box_vmware_promo_sm.png) no-repeat;
}

.co-promo-11 {
	background: url(/_media/box_tour.png) no-repeat;
	height: 156px;
}

#callouts .co-promo-11 p{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 90px;
}

.co-promo-12 {
	background: url(/_media/box_start.png) no-repeat;
	height: 156px;
}

#callouts .co-promo-12 p{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 80px;
}

.co-promo-13 {
	background: url(/_media/box_upload.png) no-repeat;
	height: 156px;
}

#callouts .co-promo-13 p{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 80px;
}

.co-promo-7 {
	background: url(/_media/box_secret_promo.png) no-repeat;
}

.co-promo-14 {
	background: url(/_media/box_ipad.png) no-repeat;
	height: 156px;
}

.co-promo-15 {
	background: url(/_media/box_dream_job.png) no-repeat;
	height: 164px;
}

.co-promo-16 {
	background: url(/_media/box_ipad_player.png) no-repeat;
	height: 164px;
}

.co-promo-17 {
	background: url(/_media/box_google_edu.png) no-repeat;
	height: 164px;
}

.co-promo-18 {
	background: url(/_media/box_presume.png) no-repeat;
	height: 164px;
}

.co-promo-19 {
	background: url(/_media/box_webinar.png) no-repeat;
	height: 164px;
}

.co-promo-20 {
	background: url(/_media/box_demo_qa.png) no-repeat;
	height: 164px;
}

.co-promo-21 {
	background: url(/_media/box_demo_webinar_01_18.jpg) no-repeat;
	height: 164px;
}

.co-promo-22 {
	background: url(/_media/box_promo_contest.png) no-repeat;
	height: 164px;
}


.co-promo-15 p, .co-promo-16 p, .co-promo-17 p, .co-promo-18 p, .co-promo-19 p, .co-promo-20 p{
	display: none;
}



#refer-winner{
	background: url(/_media/refer_winner_bg.png) no-repeat;
	width: 459px;
	height: 99px;
	border: 1px solid #ededed;
	padding: 0 0 20px 10px;
	margin-bottom: 20px;
	position: relative;
}

#refer-winner ol{
	list-style-position: inside;
	padding: 0px;
	margin: 0 0 10px 0;
}

#refer-winner li{
	margin-bottom: 4px;
}

#winners-rotation {
	position: absolute;
	right: 0;
	bottom: 0;
}

.coPr {
	background: url(/_media/box_pr.png) no-repeat;
}

.signupBox {
	width: 600px;
	background: url(/_media/signupbox_bg.jpg) no-repeat;
	margin-bottom: 15px;
}

.signupInner {
	padding: 20px 70px 20px 15px;
	background: url(/_media/signup_box_bottom.png) 0 100% no-repeat;
	}

.signupBox img{
	border: 4px solid #ffc20e;
	float: left;
	width: 70px;
}

.signupBox p{
	padding-left: 100px;
	font-size: 15px;
	margin-bottom: 5px;
}

.signupBox p a{
	font-weight: bold;
	text-decoration: underline;
}

div#signupBox01{
	background: transparent url(/_media/step1.png) right no-repeat;
	height: 70px;
	padding: 0;

}

div#signupBox02{
	background: transparent url(/_media/step2.png) right no-repeat;
	height: 70px;
	padding: 0;

}

div#signupBox03{
	background: transparent url(/_media/step3.png) right no-repeat;
	height: 70px;
	padding: 0;

}

#signupBox01 span{
	color: #F00;
	padding: 0;
	margin: 0;
	display: inline;
}

/**************** PHOTO CONTEST ********************/
p.sponsor {
	width: 200px;
	float: left;
}

.sponsor img {
	vertical-align: middle;
}

p.iconContest {
	float: left;
	padding-left: 20px;
	margin: 0 15px;
}

.winner {
	background: url(/_media/icon_winner.gif) 0 4px no-repeat;
}

.runnerup {
	background: url(/_media/icon_runnerup.gif) 0 2px no-repeat;
}

.mention {
	background: url(/_media/icon_mention.gif) 0 2px no-repeat;
}

.prize img {
	margin: 10px 0;
}

/**************** CUSTOMERS PAGE ****************/
#customer-content-left {
	width: 600px;
	float: left;
	margin-right: 61px;
}
#customer-content-right {
	width: 289px;
	float: left;
}
#customer-content-right img {
	float: left;
	margin: 0 15px 30px 0;
}
.customer-box {
	background: url(/_media/customer_box_middle.png) 0 0 repeat-y;
	width: 600px;
	margin: 0 0 20px 0;
	padding: 0;
}
.customer-box-top {
	background: url(/_media/customer_box_top.png) 0 0 no-repeat;
	display: block;
	width: 600px;
	height: 27px;
	margin: 0;
	padding: 0;
	clear: both;
}
.customer-box-bottom {
	background: url(/_media/customer_box_bottom.png) 0 0 no-repeat;
	display: block;
	height: 24px;
	margin: 0;
	padding: 0;
	clear: both;
}
.customer-box-content {
	width: 430px;
	float: left;
}
.customer-box-content blockquote {
	width: 148px;
	margin: 0 60px 0 30px;
	padding: 0;
	float: left;
	/*Total 238 px*/
}
.customer-box-content blockquote p {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	font-style: italic;
	color: #3a3a3a;
	margin: 0;
	font-size: 14px;
}

.customer-box-logo {
	width: 161px;
	float: left;
	margin-right: 9px;
	text-align: center;
}
.customer-demo,
.customer-case-study {
	text-align: center;
	width: 96px;
	float: left;
}
.customer-image {
	display: block;
	height: 75px;
}

.box-highlight {
	background: #fff9e6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.customer-wall-promo {
	position: relative;
	padding: 24px 176px 1px 196px;
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 17px;
}
.customer-promo-left {
	position: absolute;
	left: 0;
	top: -15px;
}
.customer-promo-right {
	position: absolute;
	right: 0;
	top: 15px;
}
.box-grey {
	background: #f3f4f5;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 17px;
}
.box-content {
	padding: 27px 27px 5px 27px;
}
.customer-panel {
	position: relative;
	padding-top: 130px;
}
.customer-panel .customer-banner {
	position: absolute;
	top: -15px;
	left: 0;
}
.meta-links {
	position: absolute;
	right: 0;
}
p.border {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.customer-panel blockquote p {
	font-style: italic;
	font-family: Times, "Times New Roman", serif;
	font-size: 17px;
	line-height: 20px;
}
.spanner-promo {
	background: #fff9e6;
	text-align: center;
	padding: 21px 0 1px 0;
	clear: both;
	color: #222222;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 17px;
}
.spanner-promo p {
	font-size: 18px;
}
.tt-alt .tipWrap2 {
	height: auto;
	width: auto;
	margin-bottom: 0;
	background: url('../_media/tooltip_arrow.png') no-repeat scroll top left;
	width: 20px;
	height: 22px;
	position: absolute;
	top: 15px;
	left: -14px;
}
.tt-alt {
	background: #FFF !important;
	border: 1px solid #CCC;
	width: 276px !important;
	padding: 20px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-shadow:      0px 0px 5px #888;
	-moz-box-shadow:    0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow:         0px 0px 5px #888;

}
.tt-alt h3 {
	text-align: left;
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 5px;
}
.tt-alt .url {
	display: none;
}
.tt-alt .body {
	padding: 0 !important;
	color: #4c4c4c;
}
/**************** DEMOS PAGE ****************/
.box-full {
	background: url(/_media/box_full_top.png) no-repeat;
	padding-top: 7px;
	}
.box-full-inner {
	background: url(/_media/box_full_bottom.png) 0 100% no-repeat;
	padding: 10px;
	padding-top: 25px;
	}
.box-full h2 {
	font-size: 25px;
	color: #222;
	}
.box-full img.signup-button {
	float: right;
	}
#demo-container {
	width: 640px;
	margin: 0 auto;
	}
#grid4col {
	width: 100%;
	clear: both;
	float: left;
	}
#grid4col .column {
	float: left;
	border-right: 1px solid #d7d7d7;
	width: 225px;
	padding: 0 5px 5px 0;
	margin-right: 5px;
	height: 350px;
	}
#grid4col .last {
	border: none;
	margin-right: 0;
	}
#grid4col h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 20px;
	}
#grid4col ul {
	width: 220px;
	margin: 0;
	padding: 0;
	}
#grid4col li {
	margin-bottom: 5px !important;
	padding: 0 !important;
	background: none !important;
	font-size: 12px;
	}
#content #grid4col ul li.nolink {
	display: block;
	padding-left: 20px !important;
	padding-top: 7px !important;
	margin-bottom: 10px !important;
	color: #bbb;
	}
#grid4col li a {
	text-decoration: none;
	display: block;
	height: 20px;
	padding-left: 20px;
	padding-top: 7px;
	}
#grid4col li a:hover {
	text-decoration: underline;
	}
#grid4col a.selected {
	color: #fff;
	background: url(/_media/bg_demo_highlight.png) no-repeat;
	}
#grid4col a.selected:hover {
	text-decoration: none;
	}
#demo-landing {
	background: #222;
	text-align: center;
	width: 100%;
	height: 100%;
	}
#demo-landing img {
	margin: 200px 0 30px;
	}
#demo-landing h2 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 45px;
	}
#demo-landing p {
	font-size: 14px;
	}
#demo-landing p.more a {
	color: #fff;
	text-decoration: none;
	background: url(/_media/arrow_next_dark.png) 100% 50% no-repeat;
	padding-right: 10px;
	}
#demo-wrap {
	width: 640px;
	height: 495px;
	margin: 25px 0 45px;
	}

/*
*************** NEWSLETTERS ********************/
#newsletter-content {
	border: 1px solid #000;
	float: left;
	margin-right: 19px;
}
#newsletter-nav {
	width: 263px;
	background: #f2f2f2;
	padding: 18px;
	float: left;
}
#newsletter-nav h3 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cbcbcb;
}
#newsletter-nav-year {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}
#content #newsletter-nav-year li {
	float: left;
	margin: 0 7px 0 0;
	padding: 0 9px 0 0;
	background: url(/_media/newsletter_nav_separator.png) 100% 50% no-repeat;
}
#newsletter-nav-year li a {
	font-weight: bold;
	color: #d54200;
	margin: 0;
	padding: 0;
}
#newsletter-nav-year li a:hover,
#newsletter-nav-year li.ui-state-active a {
	color: #2d2d2d;
	text-decoration: underline;
}

#content #newsletter-nav-year li.last {
	background: none;
}
.newsletter-thumb {
	width: 77px;
	background: url(/_media/newsletter_shadow.png) 0 0 no-repeat;
	margin: 0 16px 10px 0;
	padding: 0;
	float: left;
}
.newsletter-thumb img {
	margin: 3px 0 5px 3px;
}
div.last {
	margin-right: 0;
}
.newsletter-button {
	display: block;
	width: 77px;
	height: 23px;
	background: url(/_media/newsletter_button.png) 0 0 no-repeat;
	text-align: center;
	font-weight: bold;
	color: #2d2d2d;
	text-decoration: none;
	padding: 5px 0 0 0;
	font-size: 10px;
}
.newsletter-button:link,
.newsletter-button:visited {
	color: #2d2d2d;
}
.newsletter-button:hover {
	background-position: 0 -28px;
}
/*
*************** BOTTOM WRAP ********************/
#bottomWrap {
	clear: right;
}

#bottomWrap p a:hover {
	text-decoration: underline;
}

#signUp {
	background: #7d7d7d;
	padding: 10px 0;
}

#signUp p {
	font-size: 12px;
	color: #fff;
	margin: 0;
}

#signUp p a {
	background: url(/_media/signup_arrow.gif) 100% 50% no-repeat;
	padding-right: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

/**************** FOOTER ********************/
#footerWrap {
	background: #222;
}
#footerWrap .rule {
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
#footerWrap p {
	font-size: 12px;
}
#footerWrap a {
	color: #ffc20e;
	text-decoration: none;
}
#footerWrap h2 {
    font-weight: bold;
    color: #999;
    margin-bottom: .25em;
}
#footerWrap h3 {
    font-size: 11px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    margin-bottom: .25em;
}
#footerWrap ul.footer-list li {
    background: url(/_media/bullet_yellow.gif) 0 5px no-repeat;
    padding: 0;
    padding-left: 12px;
    margin-left: 20px;
}

#superfooter {
	padding: 15px 0;
	overflow: hidden;
}
#superfooter h1 {
	font-size: 18px;
	text-align: left;
}
#superfooter h3 {
	font-size: 12px;
	margin: 0 0 10px;
    text-transform: none;
}
#superfooter h3 a {
	color: #fff;
}
#superfooter p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#superfooter p a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#superfooter li {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-bottom: 10px;
}
#superfooter li a {
	color: #999;
}
#superfooter li a:hover {
	text-decoration: underline;
}

#footer,
#copyright {
	padding-top: 10px;
	background: #151515;
	text-align: center;
	padding: 15px 0;
}

#footer p,
#copyright p {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
}

#footer p a,
#copyright p a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	text-transform: none;
}

p.readmore a {
	background: url(/_media/arrow_readmore.png) 100% 50% no-repeat;
	padding-right: 12px;
}

p.collapse a {
	background: url(/_media/arrow_collapse.png) 100% 50% no-repeat;
	padding-right: 12px;
}

p.readmore a,
p.collapse a {
	cursor: pointer;
	color: #c30;
	}

.remainder,
p.collapse {
	display: none;
}

/**************** HOMEPAGE FOOTER TABS ********************/
/* ID name of 'online-presentations' is meant to fool the spiders.
It's really just an alternative footer */
.bottom {
	display: none;
	}
#online-presentations {
	margin-top: 10px;
	overflow: hidden;
}

/* misc.
---------------------------------------------------------- */
.clear {
	clear: both;
}
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

hr {
  background: #ccc;
  color: #ccc;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  border: none;
  margin: 40px 0;
}

div.dots {
	clear: both;
	height: 15px;
	display: block;
	background: url(/_media/dots.gif) 0 100% repeat-x;
	margin-bottom: 25px;
	}

.nomargin {margin: 0 !important;}
.notopgap {margin-top: 0;}
.nobottomgap {margin-bottom: 0;}

.right {text-align: right;}
.center {
	text-align: center;
}

.float-right {
	float: right;
}

.highlight{
	background-color: #EFEFEF;
	font-weight: bold;
	padding: 10px;
}

.buttons {
	width: 340px;
	margin: 0 auto 20px;
	overflow: hidden;
}

.button {
	height: 38px;
	width: 144px;
	display: block;
	float: left;
}

.button strong {
	display: none;
}
.button-refer-a-friend {
	background: url(/_media/button_refer_a_friend.png) 0 0 no-repeat;
	width: 206px;
	height: 40px;
	display: block;
	text-indent: -10000em;
}
* html .button-refer-a-friend {
	background: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='/_media/button_refer_a_friend.png', sizingmethod='crop');
}
body.pHome .intro {
	width: 850px;
	margin: 0 auto;
}

.signup {
	background:url(/_media/button_signup.png) 0 0 no-repeat;
	margin-left: 20px;
}
.watchvideo {
	background:url(/_media/button_watch_video.png) 0 0 no-repeat;
	margin-right: 20px;
	width: 153px;
}
.learnmore {
	background:url(/_media/button_learnmore_black.png) 0 0 no-repeat;
	margin-right: 20px;
}

.quoteBox {
	background: #424242 url(/_media/quote_top.png) 25px 0 no-repeat;
	padding: 50px 35px 35px;
	margin-bottom: 10px;
	}

.quoteBox blockquote{
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #ffc20e;
	margin-bottom: 20px;
}

.quoteBox a{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-style: normal;
	text-decoration: underline !important;
}

.quoteBox p.press a{
	font-size: 17px;
	text-decoration: none;
	color: #fff;
	margin-bottom: 20px;
}

.quoteBox cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f6f6f6;
	font-style: normal;
	}
.quoteBox p.more {
	text-align: right;
}
.quoteBox p.more a {
	background: url(/_media/arrow_quote.png) 100% 50% no-repeat  !important;
	padding-right: 10px;
	text-decoration: none;
}

cite span {
	text-transform: uppercase;
	}

.graybox {
	background: #eee;
	padding: 20px;
	padding-bottom: 35px;
	}

.graybox h3 {
	margin: 0;
	margin-bottom: 25px;
	padding-bottom: 5px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	}

.graybox .col-left {
	float: left;
	width: 152px;
	margin-right: 20px;
	}

.graybox .col-left img {
	border: 1px solid #ccc;
	}

.graybox .col-right {
	float: left;
	width: 250px;
	}

.graybox p.press {
	color: #959595;
	}

.graybox .col-right a {
	font-size: 11px;
	}

.callout {
	float: left;
	width: 410px;
	margin-top: 20px;
	margin-right: 50px;
	}

.graybox .last {
	width: 460px;
	margin-right: 0;
	}

.callout img {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;

	}

.callout h4 {
	margin: 5px 0;
	}

.callout p {
	font-size: 11px;
	color: #666;
	}

.callout p a {
	text-decoration: none;
	}

#feature-article {
	background: #eee;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	width: auto;
}

#feature-article a {
	font-weight: bold;
	text-decoration: none;
}

.press-row {
	margin: 10px 0;
	clear: left;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.lastRow {
	margin-bottom: 30px;
	border: 0;
	}

.press-logo {
	float: left;
	width: 100px;
	margin-right: 20px;
	text-align: right;
	}

.press-info {
	float: left;
	width: 300px;
	position: relative;
	}

#feature-article .press-logo img {
	border: 4px solid #fff;
	}


.red {
	color: #c30 !important;
}
h3 .red {
	font-weight: bold;
	}

.caps {
	text-transform: uppercase;
}
.no-margin {
	margin: 0;
}
.por {
	position: relative;
}
.large {
	font-size: 14px;
}
.no-td a,
.no-td a:link,
.no-td a:visited,
a:link.no-td,
a:visited.no-td {
	text-decoration: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


/*
*************** TOPNAV ACTIVE STATE ********************/
body.pHome a#nHome,
body.pPricing a#nPricing,
body.pPricingB a#nPricing,
body.pMobile a#nMobile,
body.pGallery a#nGallery,
body.pProduct a#nProduct,
body.pAbout a#nAbout,
body.pSolutions a#nSolutions,
body.pFollow a#nFollow,
body.pSupport a#nSupport,
body.pResources a#nResources
{
	color: #ffc20e;
}

/*
*************** SUBNAV ACTIVE STATE ********************/
body.ppMarketplace a#sMarketplace,
body.ppWebinars a#sWebinars,
body.ppSales a#sSales,
body.ppDesign a#sDesign,
body.ppMarketing a#sMarketing,
body.ppEvents a#sEvents,
body.ppEducation a#sEducation,
body.ppTeam a#sTeam,
body.ppBuzz a#sBuzz,
body.ppPress a#sPress,
body.ppBlog a#sBlog,
body.ppJobs a#sJobs,
body.ppNewsletter a#sNewsletter,
body.ppContact a#sContact,
body.ppUser a#sUser,
body.ppForum a#sForum,
body.ppFaqs a#sFaqs,
body.ppFollow a#sFollow,
body.ppDocumentation a#sDocumentation,
body.pPricing a#sPricing,
body.ppDemos a#sDemos,
body.ppShowcase a#sShowcase,
body.ppDesktopPresenter a#sDesktopPresenter
{
	color: #222;
	font-weight: bold;
}

/*********** LEFTNAV ACTIVE STATES **************/

/* Products BG */
body.pppImport #leftnav ul li#lnImport,
body.pppAccess #leftnav ul li#lnAccess,
body.pppCreate #leftnav ul li#lnCreate,
body.pppCollaborate #leftnav ul li#lnCollaborate,
body.pppMarketplace #leftnav ul li#lnMarketplace,
body.pppIntegrate #leftnav ul li#lnIntegrate,
body.pppOrganize #leftnav ul li#lnOrganize,
body.pppSynchronize #leftnav ul li#lnSynchronize,
body.pppShare #leftnav ul li#lnShare,
body.pppSecure #leftnav ul li#lnSecure,
body.pppMeet #leftnav ul li#lnMeet,
body.pppMeasure #leftnav ul li#lnMeasure,
body.pppSalesforce #leftnav ul li#lnSalesforce,

/* Sales BG */
body.pppAccess #leftnav ul li#lnSalesAccess,
body.pppCustomize #leftnav ul li#lnSalesCustomize,
body.pppSync #leftnav ul li#lnSalesSync,
body.pppWork #leftnav ul li#lnSalesWork,
body.pppPresent #leftnav ul li#lnSalesPresent,
body.pppMeasure #leftnav ul li#lnSalesMeasure,
body.pppSalesforce #leftnav ul li#lnSalesSalesforce,

/* Marketing BG */
body.pppTools #leftnav ul li#lnMarketingTools,
body.pppAssets #leftnav ul li#lnMarketingAssets,
body.pppManage #leftnav ul li#lnMarketingManage,
body.pppMeasure #leftnav ul li#lnMarketingMeasure,
body.pppWork #leftnav ul li#lnMarketingWork,
body.pppDistribute #leftnav ul li#lnMarketingDistribute,
body.pppSalesforce #leftnav ul li#lnMarketingSalesforce,

/* Design BG */
body.pppTools #leftnav ul li#lnDesignTools,
body.pppCompatibility #leftnav ul li#lnDesignCompatibility,
body.pppMultimedia #leftnav ul li#lnDesignMultimedia,
body.pppCollaborate #leftnav ul li#lnDesignCollaborate,
body.pppMarketplace #leftnav ul li#lnDesignMarketplace,

/* Events BG */
body.pppPresentations #leftnav ul li#lnEventsPresentations,
body.pppCall #leftnav ul li#lnEventsCall,
body.pppBrand #leftnav ul li#lnEventsBrand,
body.pppOpen #leftnav ul li#lnEventsOpen,
body.pppPost #leftnav ul li#lnEventsPost,

/* Education BG */
body.pppAll #leftnav ul li#lnEducationAll,
body.pppLearn #leftnav ul li#lnEducationLearn,
body.pppCollaborate #leftnav ul li#lnEducationCollaborate,
body.pppMeasured #leftnav ul li#lnEducationMeasured,
body.pppFree #leftnav ul li#lnEducationFree
{
	background: #f9f9f9 url(/_media/bg_leftnav.gif) 0 100% repeat-x;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

body.pppImport #leftnav ul li#lnImport,
body.pppAccess #leftnav ul li#lnSalesAccess,
body.pppTools #leftnav ul li#lnMarketingTools,
body.pppTools #leftnav ul li#lnDesignTools,
body.pppAll #leftnav ul li#lnEducationAll,
body.pppPresentations #leftnav ul li#lnEventsPresentations {
	padding-top: 1px;
	border-top: none;
}

/* Products Arrow */
body.pppImport #leftnav ul li#lnImport p,
body.pppAccess #leftnav ul li#lnAccess p,
body.pppCreate #leftnav ul li#lnCreate p,
body.pppCollaborate #leftnav ul li#lnCollaborate p,
body.pppMarketplace #leftnav ul li#lnMarketplace p,
body.pppIntegrate #leftnav ul li#lnIntegrate p,
body.pppOrganize #leftnav ul li#lnOrganize p,
body.pppSynchronize #leftnav ul li#lnSynchronize p,
body.pppSync #leftnav ul li#lnSync p,
body.pppShare #leftnav ul li#lnShare p,
body.pppSecure #leftnav ul li#lnSecure p,
body.pppMeet #leftnav ul li#lnMeet p,
body.pppMeasure #leftnav ul li#lnMeasure p,
body.pppSalesforce #leftnav ul li#lnSalesforce p
{
	background:url(/_media/leftnav_arrow.gif) 268px 50% no-repeat;
}

/* Sales Arrow */
body.pppAccess #leftnav ul li#lnSalesAccess p,
body.pppCustomize #leftnav ul li#lnSalesCustomize p,
body.pppSync #leftnav ul li#lnSalesSync p,
body.pppWork #leftnav ul li#lnSalesWork p,
body.pppPresent #leftnav ul li#lnSalesPresent p,
body.pppMeasure #leftnav ul li#lnSalesMeasure p,
body.pppSalesforce #leftnav ul li#lnSalesSalesforce p,

/* Marketing Arrow */
body.pppTools #leftnav ul li#lnMarketingTools p,
body.pppAssets #leftnav ul li#lnMarketingAssets p,
body.pppManage #leftnav ul li#lnMarketingManage p,
body.pppMeasure #leftnav ul li#lnMarketingMeasure p,
body.pppWork #leftnav ul li#lnMarketingWork p,
body.pppDistribute #leftnav ul li#lnMarketingDistribute p,
body.pppSalesforce #leftnav ul li#lnMarketingSalesforce p,

/* Events Arrow */
body.pppPresentations #leftnav ul li#lnEventsPresentations p,
body.pppCall #leftnav ul li#lnEventsCall p,
body.pppBrand #leftnav ul li#lnEventsBrand p,
body.pppOpen #leftnav ul li#lnEventsOpen p,
body.pppPost #leftnav ul li#lnEventsPost p,

/* Design Arrow */
body.pppTools #leftnav ul li#lnDesignTools p,
body.pppCompatibility #leftnav ul li#lnDesignCompatibility p,
body.pppMultimedia #leftnav ul li#lnDesignMultimedia p,
body.pppCollaborate #leftnav ul li#lnDesignCollaborate p,
body.pppMarketplace #leftnav ul li#lnDesignMarketplace p,

/* Education Arrow */
body.pppAll #leftnav ul li#lnEducationAll p,
body.pppLearn #leftnav ul li#lnEducationLearn p,
body.pppCollaborate #leftnav ul li#lnEducationCollaborate p,
body.pppMeasured #leftnav ul li#lnEducationMeasured p,
body.pppFree #leftnav ul li#lnEducationFree p
 {
	background:url(/_media/leftnav_arrow.gif) 258px 50% no-repeat;
}

/* Product Icons - Active */
body.pppImport #leftnav ul li#lnImport a {
	background:url(/_media/icon_import_active.gif) 12px 50% no-repeat;
}
body.pppAccess #leftnav ul li#lnAccess a {
	background:url(/_media/icon_access_active.gif) 12px 50% no-repeat;
}
body.pppCreate #leftnav ul li#lnCreate a {
	background:url(/_media/icon_create_active.gif) 12px 50% no-repeat;
}
body.pppCollaborate #leftnav ul li#lnCollaborate a {
	background:url(/_media/icon_collaborate_active.gif) 12px 50% no-repeat;
}
body.pppMarketplace #leftnav ul li#lnMarketplace a {
	background:url(/_media/icon_marketplace_active.gif) 12px 50% no-repeat;
}
body.pppIntegrate #leftnav ul li#lnIntegrate a {
	background:url(/_media/icon_integrate_active.gif) 12px 50% no-repeat;
}
body.pppOrganize #leftnav ul li#lnOrganize a {
	background:url(/_media/icon_organize_active.gif) 12px 50% no-repeat;
}
body.pppSynchronize #leftnav ul li#lnSynchronize a {
	background:url(/_media/icon_synchronize_active.gif) 12px 50% no-repeat;
}
body.pppShare #leftnav ul li#lnShare a {
	background:url(/_media/icon_share_active.gif) 12px 50% no-repeat;
}
body.pppSecure #leftnav ul li#lnSecure a {
	background:url(/_media/icon_secure_active.gif) 12px 50% no-repeat;
}
body.pppMeet #leftnav ul li#lnMeet a {
	background:url(/_media/icon_meet_active.gif) 12px 50% no-repeat;
}
body.pppMeasure #leftnav ul li#lnMeasure a {
	background:url(/_media/icon_measure_active.gif) 12px 50% no-repeat;
}

/* Google Apps Marketing Page
********************************************************************************/
body.google-apps {
	background-color: #222;
	color: #666;
}
body.google-apps strong {
	color: #222;
	font-family: 'Arial';
	font-size: 13px;
}
body.google-apps #mainWrap {
	width: 860px;
	margin: 0 auto;
	padding: 30px 50px;
}
body.google-apps #mainWrap #mainBody h1,
body.google-apps #mainWrap #mainBody h2 {
	text-align: center;
}
body.google-apps #mainWrap #mainBody h1 {
	background: url(/_media/sliderocket-for-gApps.jpg);
		width: 742px;
		height: 77px;
		margin: 0 auto 20px;
		padding: 0;
		line-height: 1;
	text-align: center;
}
body.google-apps #mainWrap #mainBody h2 {
	color: #666;
	font-size: 21px;
}
body.google-apps #mainWrap #mainBody h3 {
	color: #666;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 15px;
}
body.google-apps #mainWrap .pageWide {
	width: 860px;
}
body.google-apps .col-4 {
	width: 190px;
	padding-right: 10px;
	margin-right: 15px;
	float: left;
}
body.google-apps .col-4 img {
	margin: 10px 0px;
}
body.google-apps .col-3 {
	width: 240px;
	padding: 0 10px 0 10px;
	margin-right: 20px;
	float: left;
}
body.google-apps #mainBody .col-3 p {
	font-size: 13px;
}
.overview .hero-shot{
	width: 501px;
	float:left;
	margin: 0px 25px;
}
.overview .hero-copy {
	float: right;
	margin-top: 10px;
	margin-right:30px;
	width: 245px;
}
.overview .hero-copy p.fifteen,
.overview .hero-copy p.fifteen span {
	font-size: 15px;
}
.overview .hero-copy p.first {
	margin-bottom: .7em;
}
.overview .hero-copy p.fifteen span {
	color: #222;
	font-weight: bold;
}
.overview .hero-copy a.btn {
	display: block;
	margin: 20px 0px;
}
.product-highlights {
	overflow: auto;
}
.faq {
	background: url(/_media/gApps-faq-bg.jpg) repeat-x;
	overflow:auto;
	margin-top: 40px;
	padding: 20px 10px;
	overflow: auto;
}
body.google-apps #bottomWrap p {
	margin: 10px 15px;
	font-size: 11px;
}
.video-link {
	width: 205px;
}
.video-link .link-wrapper {
	 background:url(/_media/icon_webinar_greyscale.jpg) no-repeat scroll 0 6px transparent;
	padding-left:35px;
	width: 170px;
	margin-top: 5px;
}
body.google-apps #player-wrap {
	width: 640px;
	height: 480px;
	padding: 0;
	margin: 0;
}
.header-separator {
	background: url(/_media/header_separator.png) 0 50% repeat-x;
}

/* Google Chrome Marketing Page
********************************************************************************/

body.google-chrome #mainWrap #mainBody h1 {
	background: url(/_media/sliderocket-for-chrome.gif);
		width: 742px;
		height: 77px;
		margin: 0 auto 20px;
		padding: 0;
		line-height: 1;
	text-align: center;
}


/* TOOL TIPS
********************************************************************************/
.pricing td span {
	cursor: pointer;
	color: #c30;
	font-size: 13px;
}

sup span {
	cursor: pointer;
}

.tipWrap {
	background: url(/_media/tooltip_bottom.png) 0 100% no-repeat;
	height: 57px;
	width: 313px;
	margin-bottom: -57px;
}

.tipWrap2 {
	background: url(/_media/tooltip_bottom2.png) 0 100% no-repeat;
	height: 16px;
	width: 313px;
	margin-bottom: -16px;
}

#tooltip {
	background: url(/_media/tooltip_top.png) no-repeat;
	width:313px;
	padding: 0;
	position: absolute;
}

#tooltip .body {
	padding: 20px;
	padding-top: 0;
	text-align: left;
	}

#tooltip p {
	font-size: 12px;
	color: #333;
	margin-top: 0;
}

a #tooltip p {
	cursor: pointer;
}

#tooltip p.title {
	font-weight: bold;
	margin-bottom: 5px;
}

#tooltip ul{list-style-type: square; text-align: left; margin: 15px;}

#tooltip {display: block;visibility: visible;}

/* SEMINARS
********************************************************************************/
span.toolTipRollover{
	cursor: pointer;
	color: #c30;
	font-size: 13px;
}

#featured-seminars{
	width: 510px;
	float: left;
	padding: 20px 0 20px 0;
}
#tabs-seminars {
	height: 35px;
	list-style: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin-left: 0;
}
#content ul#tabs-seminars {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	}
#content #tabs-seminars li {
	float: left;
	background: url(/_media/bg_tabs.png) no-repeat 0 0;
	margin: 0 0 0 5px;
	height: 35px;
	line-height: 1;
	list-style: none;
	text-align: center;
	padding-left: 9px;
}

#content #tabs-seminars a {
	float: left;
	display: block;
	background: url(/_media/bg_tabs.png) no-repeat 100% -40px;
	padding: 10px 5px 0 0;
	text-decoration: none;
	height: 25px;
	width: 165px;
	text-align: center;
	font-size: 12px;
	color: #c30;
}

#content #tabs-seminars a:hover {
	color: #c30;
}

#content #tabs-seminars li.ui-tabs-selected {
	background: url(/_media/bg_tabs.png) no-repeat 0 -80px;
	padding-bottom: 1px;
}

#content #tabs-seminars li.ui-tabs-selected a {
	background: url(/_media/bg_tabs.png) no-repeat 100% -120px;
	color: #333;
	font-weight: bold;
}

#content #tabs-seminars li.ui-tabs-selected a:hover {
	color: #333;
	font-weight: bold;
}

.seminar-register{
	padding-right: 10px;
	margin-right: 20px;
	background: url(/_media/arrow_next.gif) 100% 50% no-repeat;
}

/*	SHOWCASE TABS */
#content .showcase-tabs .tabs-wrap li{
	margin: 0 0 0 5px;
	height: 35px;
	line-height: 1;
	list-style: none;
	text-align: center;
	padding-left: 9px;
	display: inline;
	background: none;
}

#content .showcase-tabs .tabs-wrap li.ui-tabs-selected a{
	color: #333;
}

#content .showcase-tabs ul.tabs-wrap {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	margin: 10px 0 20px 0;
	clear: both;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.feature{
	margin-bottom: 20px;
}

.feature img{
	float: left;
}
.img-border {
	border: 3px solid #ffc20e;
}

.overview {
	text-align: left;
}

.overview p {
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
}
.overview p.intro {
	font-size: 18px;
}
.overview p a {
	font-size: 18px;
	font-weight: bold;
}
.overview h1 {
	font-size: 36px;
	color: #363636;
	font-weight: bold;
	text-align: center;
}
.overview h2 {
	font-size: 24px;
	line-height: 1.3;
}

.rule {
	border-bottom: 1px solid #D7D7D7;
}
.feature-item {
	margin-bottom: 20px;
	padding-top: 20px;
}
.feature-item h2 {
	margin: 10px 0;
	line-height: 1.3;
}
.feature-item p {
	font-size: 14px;
}
.feature-item p.intro {
	font-size: 18px;
	margin-bottom: 15px;
}

.launch {
}
.launch a.tn-wrap {
	position: relative;
	display: block;
	margin: 20px 0 10px 9px;
	width: 124px;
	height: 66px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
}

.launch a .tn-button {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 27px;
	height: 25px;
	top: -9px;
	left: -9px;
}
.launch a .plus {
	background-image: url('/_media/tn_button_plus.png');
}
.launch a .download {
	background-image: url('/_media/tn_button_download.png');
}
.launch p {
	margin-left: 9px;
}
.launch p.more a {
}

.gray-box {
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 50px;
}
.gray-box-inner {
	border: 1px solid #fff;
	background: #dfdfdf url('/_media/gray_gradient_dark.png') repeat-x;
	padding: 15px;
	border-radius: 8px;
	overflow: hidden;
}
.gray-box .launch {
	float: left;
	width: 160px;
}
.gray-box .text {
	float: left;
	width: 245px;
}
.gray-box .text h3 {
	margin: 0 0 10px;
	font-size: 14px;
}
.gray-box .text p {
	font-size: 12px;
}
.gray-box .text p.last {
	margin-bottom: 0;
}
.gray-box .text p a {
	font-weight: bold;
	text-decoration: none;
}
.gray-box .launch a {
	margin-top: 0;
	margin-bottom: 0;
}
.extra-frame {
	float: left;
	width: 144px;
	height: 76px;
	margin-right: 10px;
	background: url('/_media/tn_extra_frame.png') no-repeat 100% 100%;
	padding: 0 6px 6px 0;
}
.gray-box .extra-frame .launch {
	width: auto;
}

.break {
	text-align: center;
	font-size: 24px;
	padding: 15px;
	background: #f3f4f5;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 10px;
}
.break p {
	text-align: center;
	font-size: 24px;
	margin: 0;
}

#featured-seminars h2{
	margin-bottom: 15px;
	}
.seminar-image {
	float: left;
	width: 106px;
	margin-right: 15px;
	}
#seminars .seminar-image {
	margin-top: 3px;
	}
.seminar-details {
	float: left;
	width: 296px;
	}
#seminars .seminar-details {
	width: 245px;
	}
.seminar-download {
	float: left;
	width: 80px;
	text-align: right;
	}
.seminar-title  {
	margin: 0;
	color: #666;
	font-size: 12px;
	}
.seminar-title a {
	font-size: 14px;
	}
.seminar-archive {
	border-bottom: 1px dotted #B0B0B0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
.seminar-archive img {
	border: 3px solid #ffc20e;
	}
.seminar-archive .seminar-title  {
	margin-top: 15px;
	}
#seminars{
	background: #fff9e6;
	float: right;
	width: 370px;
	padding: 10px 15px;
}

.seminar-item {
	margin: 10px 0;
	overflow: hidden;
	border-bottom: 1px dotted #B0B0B0;
}
#seminars ul{
	list-style-type: none;
	margin-bottom: 20px;
}

#seminars h4{
	border-bottom: 1px solid #D7D7D7;
	margin-top: 15px;
	padding-bottom: 5px;
}

#seminars ul li{
	border-bottom: 1px dotted #B0B0B0;
	padding: 10px 0 10px 0;
	background: none;
	margin: 0;
	clear: right;
}

#seminars li a{
	float: right;
	padding-right: 10px;
	margin-right: 20px;
	background: url(/_media/arrow_next.gif) 100% 50% no-repeat;
}

#seminars .register-now a {
	float: right;
	width: 100px;
}
#seminar-questions{float: right; margin-right: 150px; margin-top: 20px;}

/*
   styles for cj image flipbox
----------------------------------*/
div.cj_image_flipbox { display: block; width: 100%; height: auto; }
div.cj_image_flipbox_block { position: relative; width: 106px; height: 81px; overflow: hidden; float: left; margin-right: 15px;}
div.cj_image_flipbox_block br { display: none; }


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/_media/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#iefix {
	position: static;
	}
#TB_closeAjaxWindow{
	position: absolute;
	right: -8px;
	top: -8px;
	z-index:110;
}

#TB_ajaxWindowTitle{
	float:left;
}
#TB_ajaxWindowTitle h2 {
	font-size: 19px;
	color: #fff;
	margin-bottom: 10px;
	}

#TB_ajaxWindowTitle p {
	font-size: 13px;
	color: #ccc;
	margin: 0;
	}
#TB_ajaxWindowTitle p a {
	color: #c30 !important;
	background: url(/_media/icon_chat.png) 100% 50% no-repeat;
	padding-right: 20px;
	text-decoration: none;
	}
#TB_ajaxWindowTitle p a:hover {
	text-decoration: underline;
	}
#TB_title{
	background-color:#222;
	border-bottom: 2px solid #525252;
	padding: 12px;
	height:52px;
	position: relative;
}
.tb-button {
	float: right;
	width: 173px;
	margin: 10px 30px 0 0;
	display: block;
}
#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Colorbox Updated settings <<<---------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#CB_closeAjaxWindow{
	position: absolute;
	right: -8px;
	top: -8px;
	z-index:110;
}

#CB_ajaxWindowTitle{
	float:left;
	/* Hiding Phone and Chat for now */
	visibility: hidden;
}
#CB_ajaxWindowTitle h2 {
	font-size: 19px;
	color: #fff;
	margin-bottom: 10px;
}

#CB_ajaxWindowTitle p {
	font-size: 13px;
	color: #ccc;
	margin: 0;
}
#CB_ajaxWindowTitle p a {
	color: #c30 !important;
	background: url(/_media/icon_chat.png) 100% 50% no-repeat;
	padding-right: 20px;
	text-decoration: none;
}
#CB_ajaxWindowTitle p a:hover {
	text-decoration: underline;
}

#CB_closeAjaxWindow{
	position: absolute;
	right: -8px;
	top: -8px;
	z-index:110;
}

.cb-button {
	float: right;
	width: 173px;
	margin: 10px 30px 0 0;
	display: block;
}

/* New Minimal homepage style for A/B Test
********************************************************************************/
body.pHomeMinimal {
	background-color: #222;
}
body.pHomeMinimal a,
body.pHomeMinimal a:active,
body.pHomeMinimal a:visited {
	color: #666;
	text-decoration: none;
}
body.pHomeMinimal a:hover {
	text-decoration: underline;
}
body.pHomeMinimal .pageWide {
	margin-top: 20px;
}
body.pHomeMinimal .divider {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #333;
	margin-top: 20px;
	margin-bottom: 20px;
}
body.pHomeMinimal .logo {
	text-align: center;
	margin-bottom: 20px;
}
body.pHomeMinimal .footer-links {
	overflow: auto;
	width: 100%;
}
body.pHomeMinimal .footer-links li {
	font-size: 12px;
	margin-bottom: 3px;
}
body.pHomeMinimal .footer-links li.section {
	font-weight: bold;
}
body.pHomeMinimal .copyright {
	font-size: 10px;
	text-align: center;
}
#video-container {
	background: transparent url("/_media/bg_index_minimal.png") no-repeat 50% 0;
	display: block;
	height: 350px;
	position: relative;
}
#video-container .play-button {
	background: transparent url(/_media/btn_cta_play.png) no-repeat 0 0;
	position: relative;
	height: 135px;
	overflow: hidden;
	width: 135px;
	margin: 5px auto 0;
}
#video-container .play-button-hover {
	background-position: 0 -135px;
}
#video-container a.btn-signup {
	background-image: url(/_media/btn_start_free_trial_sprite.png);
	background-position: 0 40px;
	position: absolute;
	bottom: 20px;
	left: 391px;
	width: 177px;
	height: 40px;
	margin: 0 auto;
}
#video-container a.btn-signup:hover {
	background-position: 0 0;
}
#video-inactive-wrapper {
	cursor: pointer;
	width: 200px;
	height: 175px;
	margin: 0 auto;
}
#video-active-wrapper {
	width: 480px;
	margin: 0 auto;
}
#video-active-wrapper {
	display:none; /* Initially hide the video container */
}
#video-inactive-wrapper p {
	color: #fff;
	font-size: 24px;
	font-family: Arial;
	width: 100%;
	text-align: center;
}
#video-active-wrapper .video-wrapper {
	width: 480px;
	margin: 0 auto;
}
body.pHomeMinimal a.supernav-login,
body.pHomeMinimal a.supernav-signup {
	background: url(/_media/supernav_sprite_minimal.png);
	background-position: 0 12px;
	font-size: 1px;
	line-height: 1px;
	height: 12px;
	width: 56px;
	display: block;
	float: right;
	margin-left: 15px;
}
body.pHomeMinimal a.supernav-signup:hover {
	background-position: 0 0;
}
body.pHomeMinimal a.supernav-login {
	background-position: 56px 12px;
}
body.pHomeMinimal a.supernav-login:hover {
	background-position: 56px 0;
}

/* Individual Signup Form pages */

body.pSignupLite,
body.pSignupPro {
	background: #EBEBEB;
}
body.pSignupLite #contentWrap,
body.pSignupPro #contentWrap {
	background: none;
}
body.pSignupPro div.error {
	text-align:left !important;
	margin-bottom:15px;
}
body.pSignupLite #mainWrap,
body.pSignupPro #mainWrap {
	background: #ebebeb;
}
body.pSignupLite #left-col,
body.pSignupPro #left-col {
	background-color: #fff;
	border-radius: 5px;
	float: left;
	position: relative;
	width: 570px;
	margin-right: 55px;
	margin-left: 5px;
	-o-box-shadow:      0px 0px 5px #888;
	-moz-box-shadow:    0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow:         0px 0px 5px #888;
}
body.pSignupLite #right-col,
body.pSignupPro #right-col {
	float: left;
	position: relative;
	width: 315px;
}
body.pSignupLite #right-col .thanks,
body.pSignupPro #right-col .thanks {
	background: url(/_media/signup/thanks-for-choosing-sliderocket.png) no-repeat scroll 0 0 transparent;
	height: 66px;
	width: 313px;
}
body.pSignupLite #header,
body.pSignupPro #header {
	height: 60px;
}
body.pSignupLite #header img.logo,
body.pSignupPro #header img.logo {
	margin-top: 10px;
}
body.pSignupLite #header-top,
body.pSignUpPage #header-top,
body.pSignupPro #header-top {
	margin-top: 20px;
}
body.pSignupLite .heading,
body.pSignupPro .heading {
    border-radius: 5px 5px 0 0;
	left:0;
	padding: 30px 0;
    width: 100%;
}
body.pSignupLite .heading {
	background: url(/_media/signup/form-lite-column-heading.png) no-repeat scroll 50% 50% #7d7d7d;
}
body.pSignupPro .heading {
	background: url(/_media/signup/form-pro-column-heading.png) no-repeat scroll 50% 50% #7d7d7d;
}
body.pSignupLite .signup-combined .heading {
	background: url(/_media/signup/form_combined_column_heading.png) no-repeat scroll 50% 50% #7d7d7d;
	padding: 40px 0;
	margin-bottom: 20px;
}
body.pSignupLite  .form-wrapper,
body.pSignupPro .form-wrapper {
	color: #222;
	margin: 70px 60px 20px 60px;
}
body.pSignupLite .signup-combined .form-wrapper {
	margin: 0 27px 20px 27px;
}
body.pSignupLite #left-col .form-wrapper .lite-section-one,
body.pSignupLite #left-col .form-wrapper .lite-section-two,
body.pSignupPro #left-col .form-wrapper .pro-section-one,
body.pSignupPro #left-col .form-wrapper .pro-section-two {
	background: url(/_media/signup/bg-grey-dot.png) repeat-x 100% 55% transparent;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 29px;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}
body.pSignupPro #left-col .form-wrapper .pro-section-two {
	margin-top: 0;
}
body.pSignupPro #left-col .form-wrapper .pro-section-one-part-two {
	background: url(/_media/signup/bg-grey-dot.png) repeat-x 100% 55% transparent;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
	margin-top: 10px;
	position: relative;
}
body.pSignupLite #left-col .form-wrapper .lite-section-one span,
body.pSignupLite #left-col .form-wrapper .lite-section-two span,
body.pSignupPro #left-col .form-wrapper .pro-section-one span,
body.pSignupPro #left-col .form-wrapper .pro-section-two span,
body.pSignupPro #left-col .form-wrapper .pro-section-one-part-two span {
	background-color: white;
	padding-right: 10px;
}
body.pSignupPro #left-col .form-wrapper .pro-section-two span img {
	padding-left: 5px;
}
body.pSignupLite .step-one-icon,
body.pSignupLite .step-two-icon,
body.pSignupPro .step-one-icon,
body.pSignupPro .step-two-icon {
	background: url(/_media/signup/step-number-circles.png) no-repeat 0 0 transparent;
	display: inline;
	position: absolute;
	height: 29px;
	left: -40px;
	width: 29px;
}
body.pSignupLite .step-two-icon,
body.pSignupPro .step-two-icon {
	background-position: 0 -40px;
}

body.pSignupLite .signupForm table input,
body.pSignupPro .signupForm table input {
	width: 158px;
	margin-right: 5px;
}
body.pSignupLite .signupForm table td,
body.pSignupPro .signupForm table td {
	padding: 5px 5px 5px 0;
}
body.pSignupLite .signupForm input,
body.pSignupLite .signupForm textarea,
body.pSignupLite .signupForm select,
body.pSignupPro .signupForm input,
body.pSignupPro .signupForm textarea,
body.pSignupPro .signupForm select {
	padding: 6px;
	border: 1px solid #ccc;
	width: 150px;
	overflow: hidden;
}
body.pSignupPro .bottom-hr select {
	margin-bottom: 10px;
}
body.pSignupPro .bottom-hr select {
	height: 18px;
	padding: 0;
}
body.pSignupLite .signupForm input,
body.pSignupLite .signupForm textarea,
body.pSignupPro .signupForm input,
body.pSignupPro .signupForm textarea {
	background: url(/_media/form_input_bg.png) no-repeat;
}
body.pSignupLite .signupForm label,
body.pSignupPro .signupForm label {
    font-size: 14px;
    text-align: left;
    display: block;
	margin-bottom: 5px;
	color: #111;
}
body.pSignupPro .signupForm .credit-card-icons {
	background: url(/_media/signup/icon-credit-cards.png) no-repeat 190px 50% transparent;
}
body.pSignupLite .signupForm .block-username-password label,
body.pSignupPro .signupForm .block-username-password label {
	margin-bottom: 5px;
}
body.pSignupLite .signupForm .block-username-password .input-wrap input,
body.pSignupPro .signupForm .block-username-password .input-wrap input {
	margin-bottom: 10px;
}
body.pSignupLite .signupForm .block-username-password,
body.pSignupPro .signupForm .block-username-password {
	padding-top: 10px;
	padding-bottom: 10px !important;
}
body.pSignupLite .signupForm input.submit-signup,
body.pSignupPro .signupForm input.submit-signup {
	width: 177px;
	height: 39px;
	border: 0;
	margin-right: 0;
	background: none;
}
body.pSignupLite .signupForm label.error,
body.pSignupPro .signupForm label.error {
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	line-height: 0;
	text-align: left;
	display: inline;
	width: 205px;
	height: 8px;
	padding: 11px 0px 7px 12px;
	background: url(/_media/signup_form_error.png) 0 0 no-repeat;
	text-align: left;
	position: absolute;
	top: -27px;
	left: 0;
	z-index: 1000;
	margin-bottom: 0;
}
form.right-errors label.error,
body.pSignupLite form.right-errors label.error,
body.pSignupPro form.right-errors label.error {
	background:url(/_media/form_error_bg_right.png) no-repeat scroll 0 0 transparent;
	left: 158px;
	top: -5px;
	color: #fff !important;
}
body.pSignupPro form td .cc_cvv input {
	width: 38px;
}
body.pSignupPro form.right-errors .cc_cvv label.error {
	left: 42px;
}
body.pSignupPro form.right-errors .no-flag label.error{
	background: none;
	color: #c30 !important;
	padding: 0;
	top: 25px;
	left: 0;
}
body.pSignupLite blockquote,
body.pSignupPro blockquote {
	color: #666;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 20px;
	line-height: 1.3;
}
body.pSignupLite cite,
body.pSignupPro cite {
	color: #666;
	font-size: 14px;
	font-style: normal;
}
body.pSignupLite cite span,
body.pSignupPro cite span {
	color: #333;
	font-weight: bold;
}
body.pSignupLite .testimonials,
body.pSignupPro .testimonials {
	color: #222;
	font-size: 18px;
}
body.pSignupLite .signupForm .postal-note,
body.pSignupPro .signupForm .postal-note {
	color: #999;
	font-size: 11px;
}

/* Combined Signup Form */
.signup-combined .plan-left {
	float: left;
	width: 250px;
	margin-right: 16px;
}
.signup-combined .plan-right {
	float: left;
	width: 250px;
}
.plan-features {
	padding: 0 0 0 17px;
}
.plan-features li {
	list-style-type: disc;
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 12px;
}
.form-heading {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}
body.pSignupLite .signup-combined .signupForm .block-username-password{
	padding: 0 !important;
}
.signup-combined .submit-signup {
	padding: 0 !important;
	border: none !important;
}
.signup-combined #right-col {
	padding-top: 70px;
	color: #222;
}
.alt-signup-form input.form-text,
.alt-signup-form input.form-password {
	background: none;
	border: 2px solid #ebebeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 3px;
	margin: 0 0 5px 0;
	width: 150px;
	font-size: 13px;
}
.alt-signup-form table.bottom-hr {
	padding-bottom: 10px;
}
.alt-signup-form td {
	padding: 0 8px 5px 0;
}


.bottom-hr {
	padding-bottom: 25px;
	border-bottom:1px solid #ccc;
	margin-bottom: 20px;
}

/* Resources Page */
.resource-sidebar {
	float: left;
	width: 467px;
}
.resource-sidebar h3 {
	font-size: 24px;
	margin-top: 0;
}
.resource-sidebar p {
	font-size: 16px;
}

.social-bar-text {
	display: inline-block;
	width: 560px;
}
.social-bar-widget {
	float: right;
	display: inline-block;
	width: 320px;
	text-align: right;
	margin-top: 10px;
}

.circle-icon {
	display: block;
	height: 90px;
	width: 90px;
	margin: 0 auto;
	padding: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffde00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffde00 0%, #ffa900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffde00), color-stop(100%,#ffa900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffde00 0%,#ffa900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffde00 0%,#ffa900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffde00 0%,#ffa900 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffde00 0%,#ffa900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ffa900',GradientType=0 ); /* IE6-9 */
}
.circle-icon .inner {
	display: block;
	position: relative;
	z-index: 0;
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	margin: 0 auto;
}
.circle-icon .inner:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -30px 0 0 -30px;
	height: 60px;
	width: 60px;
	display: block;
	background-image: url(/_media/resource_icons.png);
	background-repeat: no-repeat;
}
.circle-icon.icon-presentations .inner:before {
	background-position: 0 0;
}
.circle-icon.icon-tutorials .inner:before {
	background-position: 0 -60px;
}
.circle-icon.icon-skills .inner:before {
	background-position: 0 -120px;
}
.circle-icon.icon-design .inner:before {
	background-position: 0 -180px;
}
.circle-icon.icon-surveys .inner:before {
	background-position: 0 -240px;
}
.circle-icon.icon-learn .inner:before {
	background-position: 0 -300px;
}
.circle-icon.icon-customers .inner:before {
	background-position: 0 -360px;
}
.circle-icon.icon-directory .inner:before {
	background-position: 0 -420px;
}
.circle-icon.icon-webinars .inner:before {
	background-position: 0 -480px;
}
.circle-icon.icon-infographics .inner:before {
	background-position: 0 -540px;
}

.pillbox {
	display: block;
	float: left;
	width: 213px;
	height: 300px\9; /* fixed height in IE */
	margin: 0 31px 20px 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ededed;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:  0px 3px 1px 0px rgba(0, 0, 0, .3),inset 0px -1px 0px 1px rgba(255, 255, 255, 1);
    box-shadow:  0px 3px 1px 0px rgba(0, 0, 0, .3),inset 0px -1px 0px 1px rgba(255, 255, 255, 1);
}
.pillbox.last {
	margin-right: 0;
}
.pillbox > .inner {
	padding: 20px;
}

.pillbox h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 10px;
}
.pillbox p {
	font-size: 12px;
	line-height: 1.5;
	color: #666;
}
.pillbox p:last-of-type {
	margin-bottom: 0;
}

a.pillbox:hover .circle-icon {
	background: #f52a01; /* Old browsers */
	background: -moz-linear-gradient(top,  #f52a01 0%, #ab1d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f52a01), color-stop(100%,#ab1d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f52a01 0%,#ab1d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f52a01 0%,#ab1d00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f52a01 0%,#ab1d00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f52a01 0%,#ab1d00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f52a01', endColorstr='#ab1d00',GradientType=0 ); /* IE6-9 */
	-moz-transition: background .2s ease;
	-webkit-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}
a.pillbox:hover {
	text-decoration: none;
}

/* Resources Landing Pages */
.resource-nav {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}

.resource-nav .nav-item {
	position: relative;
	z-index: 3; /* keeps hover state intact */
	width: 70px;
	margin: 0 28px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.resource-nav .nav-item.last {
	margin-right: 0;
}
.resource-nav a.nav-item p {
	color: #666;
	font-size: 12px;
	margin: 0;
	text-align: center;
	margin-top: 5px;
}
.resource-nav .circle-icon {
	margin: 0;
	width: 62px;
	height: 62px;
	padding: 4px;
}

.page-presentations .icon-presentations,
.page-tutorials .icon-tutorials,
.page-skills .icon-skills,
.page-design .icon-design,
.page-surveys .icon-surveys,
.page-learn .icon-learn,
.page-customers .icon-customers,
.page-directory .icon-directory,
.page-webinars .icon-webinars,
.page-infographics .icon-infographics,
.resource-nav a.nav-item:hover .circle-icon {
	background: #f52a01; /* Old browsers */
	background: -moz-linear-gradient(top,  #f52a01 0%, #ab1d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f52a01), color-stop(100%,#ab1d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f52a01 0%,#ab1d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f52a01 0%,#ab1d00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f52a01 0%,#ab1d00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f52a01 0%,#ab1d00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f52a01', endColorstr='#ab1d00',GradientType=0 ); /* IE6-9 */
}
.resource-nav a.nav-item:hover,
.resource-nav a.nav-item:hover p {
	text-decoration: none !important;
}
.resource-nav .circle-icon .inner {
	width: 62px;
	height: 62px;
}
.resource-nav .circle-icon .inner:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -21px 0 0 -21px;
	height: 42px;
	width: 42px;
	display: block;
	background-image: url(/_media/resource_icons_small.png);
	background-repeat: no-repeat;
}
.resource-nav .circle-icon.icon-presentations .inner:before {
	background-position: 0 0;
}
.resource-nav .circle-icon.icon-tutorials .inner:before {
	background-position: 0 -42px;
}
.resource-nav .circle-icon.icon-skills .inner:before {
	background-position: 0 -84px;
}
.resource-nav .circle-icon.icon-design .inner:before {
	background-position: 0 -126px;
}
.resource-nav .circle-icon.icon-surveys .inner:before {
	background-position: 0 -168px;
}
.resource-nav .circle-icon.icon-learn .inner:before {
	background-position: 0 -210px;
}
.resource-nav .circle-icon.icon-customers .inner:before {
	background-position: 0 -252px;
}
.resource-nav .circle-icon.icon-directory .inner:before {
	background-position: 0 -294px;
}
.resource-nav .circle-icon.icon-webinars .inner:before {
	background-position: 0 -336px;
}
.resource-nav .circle-icon.icon-infographics .inner:before {
	background-position: 0 -378px;
}

.resource-block {
	display: block;
	float: left;
	width: 218px;
	margin: 30px 29px 0 0;
}
.resource-block.last {
	margin-right: 0;
}
.resource-block img {
	border: 1px solid #cecece;
	margin-bottom: 10px;
}
.resource-block h3 {
	color: #666;
	font-size: 16px;
	margin: 0;
}
.resource-block p {
	font-size: 12px;
	color: #666;
	margin: 0;
}
.resource-block p.link {
	color: #c30;
}
a.resource-block:hover {
	text-decoration: none;
}
a.resource-block:hover p.link {
	text-decoration: underline;
}

.resource-video {
	float: left;
	width: 500px;
}
.resource-video-info {
	float: left;
	width: 340px;
	margin: 37px 60px 0;
	text-align: center;
}
.resource-video-info.full-width {
	width: 400px;
	margin: 0 30px;
	text-align: left;
}
.resource-video-info h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.resource-video-info p {
	font-size: 14px;
}
.resource-video-info ul {
	margin-left: 15px;
	float: left;
	width: 118px;
}
.resource-video-info li {
	font-size: 12px;
	font-weight: bold;
}
.resource-video-info li:before {
  content: "•";
  margin: 0 5px 0 -10px;
}

.grid-2x {
	width: 465px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.grid-2x .resource-block {
	margin-top: 0;
}

/*------------------------------------------------------------------------------
Play Overlay (for video)
------------------------------------------------------------------------------*/
.play-overlay .play-button {
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}

.play-overlay:hover .play-button {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.play-overlay {
  position: relative;
  margin: 0 auto;
  z-index: 0;
  /* Added to work in IE */
}

.play-overlay .play-button {
  display: block;
  *display: none;
  /* disable for IE7 */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 62px;
  height: 62px;
  margin: -31px 0 0 -31px;
  background: #febf0f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.play-overlay .play-button:before,
.play-overlay .play-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* play triangle */
.play-overlay .play-button:after {
  z-index: 300;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 30px solid #000;
  margin: -17px 0 0 -10px;
}

body.pResources #content{
	border-top: none;
	padding-top: 0;
}

.resource-tour {
	background: url(/_media/resources/tour.png) no-repeat 0 0 transparent;
}
.resource-demo {
	background: url(/_media/resources/demo.png) no-repeat 0 0 transparent;
}
.resource-research {
	background: url(/_media/resources/research.png) no-repeat 0 0 transparent;
}
.resource-presentation-gallery {
	background: url(/_media/resources/presentation-gallery.png) no-repeat 0 0 transparent;
}
.resource-web-seminars {
	background: url(/_media/resources/web-seminars.png) no-repeat 0 0 transparent;
}
.resource-presentation-guides {
	background: url(/_media/resources/presentation-guides.png) no-repeat 0 0 transparent;
}
.resource-orbit-newsletter {
	background: url(/_media/resources/orbit-newsletter.png) no-repeat 0 0 transparent;
}
.resource-blog {
	background: url(/_media/resources/blog.png) no-repeat 0 0 transparent;
}
.resource-experts {
	background: url(/_media/resources/experts.png) no-repeat 0 0 transparent;
}
.guides {
	overflow: hidden;
}

.guidesVideo {
	overflow: hidden;
}

.guides .item {
	width: 233px;
	float: left;
	margin-right: 70px;
}

.guidesVideo .item {
	width: 300px;
	float: left;
	margin-right: 18px;
}
.guides .item img {
	-webkit-box-shadow: 2px 2px 4px #afafaf;
	-moz-box-shadow: 2px 2px 4px #afafaf;
	box-shadow: 3px 2px 4px #afafaf;
}

.guidesVideo .item img {
	-webkit-box-shadow: 2px 2px 4px #afafaf;
	-moz-box-shadow: 2px 2px 4px #afafaf;
	box-shadow: 3px 2px 4px #afafaf;
}

.guides .item a {
	text-decoration: none;
}

.guidesVideo .item a {
	text-decoration: none;
}
.guides .item a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
}

.guidesVideo .item a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
}

.expert-link{
	margin-top: 5px;
}

.expert-link a{
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;

}

.expert-link a.crowdspring{
	background: url(/_media/resources/crowdspring_icon.png) no-repeat 0 0 transparent;
	padding: 5px 0 5px 30px;
	height: 25px;
	vertical-align: middle;
}

.expert-link a.cert-pro{
	background: url(/_media/resources/certified_tn.png) no-repeat 0 0 transparent;
	height: 50px;
	vertical-align: middle;
	padding: 5px 0 5px 60px;
}

table.experts{
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px #CCC solid;
	margin-bottom: 20px;
}

table.experts tr{

}

table.experts td{
	padding: 10px;
	border-top: 1px #CCC solid;
}

table.experts tr.odd{
	padding: 10px;
	background-color: #f0f0f0;
}

table.experts tr.end{
}

table.experts th{
	text-align: center;
	background: url(/_media/resources/experts_table_bg.png) repeat-x 0 0 transparent;
	xxpadding: 4px;
	height: 48px;
	font-size: 14px;
	text-shadow:#FFF 1px 1px 1px;
}

table.experts td.certified-expert{
	width: 10%;
	background: url(/_media/resources/certified_sm.png) no-repeat 50% 30px transparent;
	text-align: center;
}

table.experts td.expert-logo{
	width: 30%;
	text-align: center;
	vertical-align: top;
}

table.experts th.expert-location{
	width: 15%;
	text-align: left;
}


/*Home Page*/
.banner-vp {
	background: #313131;
}
.banner-nav {
	background: #FFF;
	padding: 15px 0 0 0;
}
.banner-promo {
	background: url(/_media/pinstripe_bg.png);
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 20px 0;
}
.banner-content {
	background: #ececec;
	padding: 30px 0;
}
.banner-content h5 {
	margin-bottom: 15px;
}
.tab-promo {
	font-size: 16px;
	background: url('/_media/home_promo_tab.png') no-repeat scroll top left;
	position: absolute;
	bottom: 0;
	left: 44px;
	width: 388px;
	height: 114px;
}
a:link.tab-promo,
a:visited.tab-promo {
	color: #fff;
	text-decoration: none;
}
.tab-promo span {
	display: block;
	padding: 35px 0 0 18px;
}
.tab-promo strong {
	display: block;
	font-size: 30px;
	color: #333;
}
.promo-nav {
	padding: 0 0 0 469px;
}
.nav-item {
	width: 215px;
	float: left;
	padding: 0 0 10px 0;
}
.nav-item h2 a {
	background: url('../_media/arrow_right_large.png') no-repeat 0 45%;
	padding-left: 20px;
}
.inherit-link {
	text-decoration: none !important;
	color: inherit !important;
}
.v-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 308px;
	height: 178px;
}
.v-center * {
	vertical-align: middle;
}
.promo-box {
	border: 1px solid #b4b4b4;
	border-radius: 5px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 1px 2px rgba(0,0,0,.1);
	box-shadow: 0px 0px 1px 2px rgba(0,0,0,.1);
}
.promo-content {
	border-top: 1px solid #b4b4b4;
	padding: 15px 0 5px 15px;
	background: #fff url(/_media/promo_gradient.png) 0 100% repeat-x;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.img-wrap {
	float: left;
}
.img-pad {
	padding-left: 115px;
}
.img-wrap img {
	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	float: left;
}
hr.nospace,
hr.space {
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	border: none;
	background: transparent;
	color: transparent;
	visibility: hidden;
	margin: 0;
	display: block;
}
hr.space {
	margin: 0 0 17px 0;
}
.tab-nav {
	position: relative;
}
.tab-nav-item {
	background: #FFF;
	background: rgba(255,255,255,.5);
	position: absolute;
	top: 160px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	display: none;
}
.tab-nav:hover .tab-nav-item {
	display: block;
}
.tab-next {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;

	background: rgba(255,255,255,.5) url('/_media/tab_nav_right.png') 50% 50% no-repeat;
	right: 0;
}
.tab-previous {
	background: rgba(255,255,255,.5) url('/_media/tab_nav_left.png') 50% 50% no-repeat;
	left: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.vp-item {
	width: 958px;
	height: 469px;
}
.banner-vp #tab-1 {
	background: url('/_media/homepage_slide_1.png') no-repeat 50% 0;
	height: 469px;
}

.banner-vp #tab-1 .learnMoreButton {
	width: 150px;
	height: 120px;
	float: right;
}

.banner-vp #tab-1 .learnMoreButton a{
	display: block;
	width: 150px;
	height: 120px;
}

.banner-vp #tab-1 .subhead {
	font-size: 24px;
	color: #ffc20e;
	text-align: center;
	padding-top: 135px;
}
.blog-feed .item {
	margin-bottom: 20px;
}
.blog-feed p.author {
	color: #999;
}


/* Presentation Landing */
.landing-presentation-left,
.landing-presentation-center,
.landing-presentation-right {
	float: left;
}

.landing-presentation h1,
.landing-presentation h2 {
	text-align: center;
}

.landing-presentation h1 {
	margin-bottom: -30px;
	font-size: 36px;
	*position: relative; /* added to work in IE7 */
	*margin-top: 15px;
}

.landing-presentation h2 {
	margin-top: -28px;
	font-size: 18px;
	font-weight: bold;
}

.landing-presentation-explanation {
	float: left;
	width: 640px;
	margin: 37px 20px -25px 75px;
}

.landing-presentation-explanation p {
	font-size: 18px;
}

.landing-presentation-cta {
	float: left;
	width: 180px;
	margin: 43px 0 0 26px;
}

.valprop-ipad h3,
.valprop-ipad h2,
.valprop-ipad {
	color: #FFF;
}

.valprop-ipad h1 {
    color: #FFC20E;
    font-size: 38px;
    font-weight: normal;
    margin-bottom: 3px;
}

.valprop-ipad h2 {
	margin-bottom: 30px;
	font-size:21px;
}

.valprop-ipad h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    padding: 15px 15px 0 20px;
    vertical-align: middle;
	color: #DEDEDE;
}
.valprop-ipad-right {
	float: left;
	margin: 50px 0 0 20px;
	width: 420px;
	overflow: hidden;
}

.valprop-ipad-image {
    left: 26px;
    position: relative;
    top: 8px;
}

.valprop-ipad-video-thumb p {
	line-height: 1.25;
}

.valprop-ipad-video-thumb img {
	float: left;
	margin-right: 7px;
}

a.triangle {
	color: #FFC20E;
}

.triangle:after {
	margin-left: 5px;
	content: '';
	display: inline-block;

	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;

	border-left: 5px solid #FFC20E;
}

.valprop-ipad-cta {
	margin-top: 20px;
}
a.valprop-ipad-read-more {
	position: absolute;
	top: 254px;
	right: 77px;
	color: #FFFFFF;
}
a.valprop-ipad-read-more:hover,
a.valprop-ipad-read-more:active {
	text-decoration: none;
}

.valprop-ipad-cta h3 {
    display: inline;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    padding: 0 15px 0 0;
    vertical-align: middle;
}

.valprop-cta a {
	display: inline;
}

/* Index B */
body.home-alt #header {
	background: none;
}
body.home-alt #header img.login-button {
	float: right;
	margin-top: 20px;
}
body.home-alt .valprop-ipad {
	position: relative;
	/*background: url('/_media/valprop_home_ipad_wide.png') no-repeat 50% 0;*/
	margin-top: 10px;
	height: 495px;
}
body.home-alt .mainBodyImageWrapper {
	position: relative;
	width: 975px;
	height: 0;
	margin: 0 auto;
}
body.home-alt .mainBodyImage {
	position: absolute;
	top: 0;
	left: 0;
}
body.home-alt .mainBodyImage.ipad {
	top: 10px;
	left: 31px;
	width: 916px;
	height: 436px;
	background: url(/_media/valprop_home_ipad_wide.png) 0 0 no-repeat;
}
body.home-alt .mainBodyImage.peacock {
	width: 1080px;
	height: 591px;
	top: -36px;
	left: -114px;
	background: url(/_media/valprop_home_peacock.png) 0 0 no-repeat;
}
body.home-alt .mainBodyImage.peacockWide {
	width: 1441px;
	height: 591px;
	top: -36px;
	left: -475px;
	background: url(/_media/valprop_home_peacock_wide.png?v=3) 0 0 no-repeat;
}
body.home-alt .valprop-ipad h3 {
	padding: 15px 15px 0 0;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
body.home-alt #content {
	padding-bottom: 50px;
}
body.home-alt .signup-section {
	position: absolute;
	right: 10px;
	top: 250px;
	width: 395px;
}
body.home-alt .signup-section h3{
	border-bottom: 1px solid #616161;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

body.home-alt .signup-section p{
	margin-bottom: 10px;
}

body.home-alt .home-signup-lite {
	margin-left: 0;

	width: 300px;
}

body.home-alt .home-signup-lite-otherlogin{
	float: right;
}

body.home-alt .home-signup-lite-otherlogin p{
	display: block;
	width: 20px;
	float: left;
	margin: 50px 30px 0 0;
}

body.home-alt .home-signup-lite-otherlogin .otherlogin-buttons{
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: -3px;
}

body.home-alt .home-signup-lite-otherlogin .otherlogin-buttons img{
	margin-bottom: 13px;
}

body.home-alt .banner-content li {
	margin-bottom: 5px;
}
body.home-alt .banner-content li a {
	color: #666;
}
body.home-alt .img-pad h2 {
	font-size: 20px;
}

/* A/B Homepage Lite Signup */
body.home-alt #mainBody {
	padding: 0;
}
.home-signup-lite {
	padding-top: 14px;
	margin-left: 20px;
}
.home-signup-lite form input{
	padding: 12px 8px;
	background-color: #eee;
	font-size: 15px;
	font-weight: bold;
}

.home-signup-lite input[type=text], .home-signup-lite input[type=password]{
	border: none;
	border-bottom: 1px solid #ccc;
	width: 160px;
}
.home-signup-lite .field-group{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.home-signup-field {
	display: block; margin-bottom: 0px;
}
.home-signup-field:first-child input {
	border-radius: 4px 4px 0 0;
}
.home-signup-field:last-child input {
	border-radius: 0 0 4px 4px;
}
.home-signup-field label{display: block; color: #ADADAD; margin-bottom: 5px;}

.home-signup-lite form input.submit-signup {
	width: 139px;
	height: 40px;
	margin-top: 5px;
	margin-left: -2px;
	padding-left: 0;
	background-color: transparent !important;
}

.home-signup-lite .bottom-hr{padding-bottom: 15px; padding-top: 10px; font-size: 11px; color: #CCC; border-bottom: none;}

.home-signup-lite form label.error{background: url(/_media/form_error_bg_left.png) no-repeat scroll 0 0 transparent;
	position: absolute;
	width: 200px;
	font-size: 11px;
	height: 11px;
	padding: 5px 0px 7px 12px;
	left: -190px;
	top: -5px;
	color: white !important;
	display: inline;
}

a.button-signup {
	-moz-box-shadow: 0px 1px 1px 0px #111111;
	-webkit-box-shadow: 0px 1px 1px 0px #111111;
	box-shadow: 0px 1px 1px 0px #111111;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fecf25), color-stop(1, #cf9801) );
	background:-moz-linear-gradient( center top, #fecf25 5%, #cf9801 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fecf25', endColorstr='#cf9801');
	background-color:#fecf25;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #000000;
	display:inline-block;
	color:#000;
	padding:8px 24px;
	text-decoration:none;
	font-weight: bold;
	font-size: 16px;
}a.button-signup:hover {
	text-decoration: none;
}a.button-signup:active {
	position:relative;
	top:1px;
}
/* VMworld 2012 */
.signupForm .vmworld2012-form table label {
	color: #ccc;
}
.vmworld2012-body .vmworld2012-wrapper .valprop-ipad-right {
	margin-left: 60px;
}
.vmworld2012-body .vmworld2012-wrapper .valprop-ipad-right {
	margin-left: 60px;
	overflow: visible;
}
.vmworld2012-body .vmworld2012-wrapper .valprop-ipad-right h1 {
	color: #FFC20E;
	font-size: 38px
}
.vmworld2012-body .vmworld2012-wrapper .valprop-ipad-left {
	float: left;
}

/* ClearSlide acquisition */
body.pHome .clearslide-migration-copy {
	font-size: 20px;
}
body.pHome .signup-section {
	background-color: #037;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #fff;
}