/*----------------------------------------------------------------------

SPATIALKEY - Master Screen Styles

BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:		Andrew Philpott
Date Created:	8/20/2009	
Last Modified:	11/18/2010

Copyright 2009, All Rights Reserved.

----------------------------------------------------------------------*/
@import '/assets/css/reset.css';

/*----------------------------------------------------------------------

STYLE ORDER

width
height
overflow
padding
margin
position(absolute/relative, x&y, z-index)
float/clear
border
color
font-family
font-size
font-weight
font-style
typography (line-height etc)
text-decoration
text-align
text-indent
background
display
cursor

----------------------------------------------------------------------*/



/* UNIVERSAL STYLES
=================================================*/
html{height: 100%;}
body {
	height: 100%;
	color: #333;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 13px;
	background: #e6f2f3 url(/assets/images/bg-body.png) repeat-x;

}

#wrapper {
	min-height: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: url(/assets/images/bg-main.png) repeat-y center;
}
blockquote {
	font-style: italic;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#_atssh {
	display: none;
}

/* HEADER
=================================================*/

#header img {
	margin: 0 340px 22px 13px;
	float: left;
}

#trial-btn {
	width: 243px;
	height: 38px;
	margin: -3px 16px 0 0;
	float: left;
	text-indent: -9999px;
	background: url(/assets/images/btn-trial.jpg) no-repeat;
	display:block;
}
#trial-btn:hover {
	background-position: 0 -38px;
}
#contact-btn {
	width: 159px;
	height: 16px;
	margin-top: 8px;
	float: left;
	text-indent: -9999px;
	background: url(/assets/images/btn-contact.png) no-repeat;
	display: block;
}
#contact-btn:hover {
	background-position: 0 -16px;
}

#header div {
	height: 59px;
	margin: -15px 0 0 4px;
	position: relative;
	z-index: 1;
	background: url(/assets/images/bg-inner-banner-0.jpg) no-repeat;
}


/* NAV
=================================================*/

#header ul#nav {
	width: 929px;
	height: 58px;
	margin: 0 auto;
	padding-left: 4px;
	position: relative;
	clear: left;
	background: url(/assets/images/bg-nav.png) no-repeat;
	z-index: 5000;
}


#header ul#nav > li {
	margin: 4px 0 0;
	position: relative;
	float: left;
}

#products-btn,
#solutions-btn,
#support-btn,
#partners-btn,
#pricing-btn {
	height: 50px;
	text-indent: -9999px;
	background: url(/assets/images/nav.png) no-repeat;
	display: block;
	width: 185px;
}
#products-btn {
	width: 184px;
}
#pricing-btn {
	width: 186px;
}


/*
#header ul#nav > li {
	margin: 4px 0 0 24px;
	position: relative;
	float: left;
}

#products-btn,
#solutions-btn,
#support-btn,
#partners-btn,
#pricing-btn {
	height: 50px;
	text-indent: -9999px;
	background: url(/assets/images/nav.png) no-repeat;
	display: block;
	width: 160px;
}
*/

#products-btn {
	background-position: 0px 0;
}
#products-btn:hover {
	background-position: 0px -50px;
}
#tour #products-btn,
#overview #products-btn,
#products-features #products-btn,
#features #products-btn {
	background-position: 0px -100px;
}
#solutions-btn {
	background-position: -184px 0;
}
#solutions-btn:hover {
	background-position: -184px -50px;
}
#industry-solutions #solutions-btn {
	background-position: -184px -100px;
}
#support-btn {
	background-position: -369px 0;
}
#support-btn:hover {
	background-position: -369px -50px;
}
#support #support-btn {
	background-position: -369px -100px;
}
#partners-btn {
	background-position: -554px 0;
}
#partners-btn:hover {
	background-position: -554px -50px;
}
#partners #partners-btn {
	background-position: -554px -100px;
}
#pricing-btn {
	background-position: -739px 0;
}
#pricing-btn:hover {
	background-position: -739px -50px;
}
#pricing #pricing-btn {
	background-position: -739px -100px;
}

#header #nav ul {
	background: url(/assets/images/bg-dropdown.png) left bottom repeat-x #fefefe;
	border-top: 1px solid #4c4c4c;
	display: none;
	left: 6px;
	padding: 0 4px;
	position: absolute;
	top: 49px;
	width: 166px;
	z-index: 9999;
}
#header #nav ul li {
	background: url(/assets/images/bg-dropdown-shadow.png) repeat-y;
	margin-left: -6px;
	width: 178px;
}
#header #nav ul a {
	background: url(/assets/images/btn-dropdown.png) 0 -100px repeat-x;
	border-bottom: 1px solid #bcbcbc;
	display: block;
	color: #333;
	line-height: 1.5em;
	min-height: 13px;
	margin-left: 2px;
	padding: 8px 15px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	width: 144px;
}
#header #nav ul li + li a {
	border-top: 1px solid #fff;
}
#header #nav ul li:last-child a,
#header #nav ul a.last {
	border-bottom: none;
	padding-bottom: 0;
}
#header #nav ul a:hover {
	background-color: #3b7a9e;
	background-position: 0 -29px;
	color: #fff;
	text-shadow: none;
}
#header #nav ul li + li a:hover {
	border-top: none;
	padding-top: 9px;
}

#header #nav ul li:last-child a:after,
#header .ie-fix {
	background: url(/assets/images/bg-dropdown-bottom.png) top left no-repeat;
	bottom: -14px;
	content: '.';
	display: block;
	height: 14px;
	left: -2px;
	position: absolute;
	text-indent: -9999px;
	width: 178px;
}
#header .ie-fix {
	bottom: -11px;
}
#header #nav ul li:last-child a:hover:after,
#header #nav ul li a:hover + .ie-fix {
	background-position: 0 -14px;
}



/* CONTENT
=================================================*/

#content {
	margin: 0 auto;
	width: 928px;
	padding: 36px 40px 50px 40px;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#banner {
	width: 925px;
	height: 276px;
	margin: 8px 0 10px 3px;
	overflow: hidden;
	position: relative;
}
#banner .counter {
	float: left;
	position: absolute;
	z-index: 100;
	width: 500px;
	padding: 0 0 0 14px;
	margin: 0;
	bottom: 0;
}
#banner .counter ul {
	margin: 0 0 10px 0;
	float: left;
}
#banner .counter ul li {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	background: none;
}
#banner .counter ul li a {
	font-size: 1px;
	text-indent: -9999px;
	color: #FFF;
	font-weight: normal;
	width: 14px;
	height: 8px;
	display: block;
	background-color: #FFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#banner .counter ul li a.activeSlide {
	background-color: #e29a00;
}
#banner .counter ul li a:focus { 
	background-color: #FFF;
}
#primary p {
	min-height: 100%;
	margin-bottom: 22px;
	line-height: 21px;
}
#primary p a {
	color: #37789a;
	text-decoration: none;
}
#primary p a:hover {
	text-decoration: underline;	
}
#primary .copy ul {
	padding: 0 15px;	
}
#primary .copy ul li {
	line-height: 18px;
	padding: 0 0 0 12px;
	background: url(/assets/images/bullet.gif) no-repeat 0 4px;
	margin-bottom: 12px;
}
p.caption {
	clear: left;
	float: left;
	margin-bottom: 0px !important;
	padding-bottom: 20px;
	color: #666;
	font-size: 11px;
	font-style: italic;
	line-height: 17px!important;
}

#more-quotes {
	width: 77px;
	margin-top: 26px;
	border-bottom: 1px solid #f7f7f7;
	text-indent: -9999px;
	background: url(/assets/images/btn-more-quotes.gif) no-repeat;
	display: inline-block;
}
#more-quotes:hover {
	border-bottom: 1px solid #666;
}
#more-events {
	width: 77px;
	margin-top: 14px;
	border-bottom: 1px solid #f7f7f7;
	text-indent: -9999px;
	background: url(/assets/images/btn-more-events.gif) no-repeat;
	display: inline-block;
}
#more-events:hover {
	border-bottom: 1px solid #666;
}

.two-column #primary, .two-column-right #primary {
	width: 643px;
	padding: 31px 36px;
	margin: 11px 0 50px 0;
	float: right;
	background: url(/assets/images/bg-primary.jpg) no-repeat;
}
.two-column-right #primary {
	float: left;
}
.one-column #primary {
	width: 856px;
	padding: 31px 36px;
	margin: 11px 0 50px 0;
	float: left;
	background: url(/assets/images/bg-primary-one.jpg) no-repeat;
}
.inner {
	width: 400px;
	margin: 0 0 47px 24px;
	float: left;
}
#features .inner {
	width: 360px;
	margin-bottom: 0;
}
#features .image {
	float: left;
	width: 252px;
}
#tour .inner {
	min-height: 164px;
	margin-bottom: 40px;
}
.inner h2 {
	color: #333;
	margin: 2px 0 8px;
}
.inner p {
	line-height: 21px;
}
.inner ul {
	margin-top: 10px;
}
.inner ul li {
	margin-right: 13px;
	float: left;
}
.read-btn {
	margin: 4px 0 0 0;
	width: 101px;
	height: 41px;
	text-indent: -9999px;
	background: url(/assets/images/btn-read-more.png) no-repeat;
	display: block;
}
.read-btn:hover {
	background-position: 0 -41px;
}
.watch-btn {
	height: 14px;
	font-size: 10px;
	color: #666;
	padding: 4px 0 0 24px;
	margin-top: 16px;
	background: url(/assets/images/feature-video-icon.gif) no-repeat;
	display: block;
	text-decoration: none;
}
.try-btn {
	height: 14px;
	font-size: 10px;
	color: #666;
	padding: 4px 0 0 28px;
	margin-top: 16px;
	background: url(/assets/images/feature-sample-icon.gif) no-repeat;
	display: block;
	text-decoration: none;
}
.watch-btn:hover,
.try-btn:hover {
	color: #37789a;
	background-position: 0 -18px;
}

.two-column h1, .two-column-right h1 {
	margin: 3px 0 24px 2px;
}
h1.support {
	font-size: 22px;
}

.two-column #secondary .callout {
	background: url(/assets/images/bg-callout.png) no-repeat;
	border: 1px solid #ddd;
	font-family: 'myriad-pro-1', 'myriad-pro-2';
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 26px;
	padding: 10px;
	width: 130px;
}
.two-column #secondary .callout a {
	border-top: 1px solid #ddd;
	color: #999;
	display: block;
	font-size: 11px;
	padding: 10px 10px 0;
	margin: 10px 0 0 -10px;
	text-decoration: none;
	width: 100%;
}
.two-column #secondary .callout a:hover {
	text-decoration: underline;
}

.two-column #secondary, .two-column-right #secondary {
	width: 191px;
	margin: 11px 0 60px;
	float: left;
}
.two-column-right #secondary {
	padding-top: 37px;
	float: right;
}
.two-column-right #secondary h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
.two-column-right #secondary p {
	line-height: 21px;
}
.two-column #secondary #subnav {
	margin-bottom: 32px;
	padding-top: 20px;
	background: url(/assets/images/bg-side-nav.jpg) no-repeat;
}
.two-column #secondary #subnav ul {
	padding: 0 20px 60px 20px;
	background: url(/assets/images/bg-side-nav-bottom.jpg) no-repeat bottom;
}
.two-column #secondary ul li {
	background: url(/assets/images/bg-sidebar-hr.gif) no-repeat 0 bottom;
	padding-bottom: 2px;
}
.two-column #secondary ul a {
	width: 130px;
	padding: 0px 10px 0px 10px;
	margin: 4px 0 2px 0;
	-webkit-border-radius:  5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	display: block;

}
.two-column #secondary ul li a:hover {
	color: #FFF;
	background: #959595;
}
.two-column #secondary ul li.selected a {
	color: #fff;
	background: #37789a;
}

.using {
	width: 100%;
	text-align: center;
}
.two-column #secondary #who {
	height: 17px;
	margin: 0 0 14px;
	text-indent: -9999px;
	background: url(/assets/images/txt-who.gif) no-repeat top center;
}

.two-column #secondary blockquote {
	color: #999;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 18px;
	line-height: 22px;
	padding-left: 8px;
	text-align: left;
}
.two-column #secondary cite {
	color: #ff9900;
	display: block;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 12px;
	line-height: 14px;
	margin: 8px 0 40px;
	padding-left: 8px;
	text-align: left;
}
.two-column #secondary .read-more,
#press-room .read-more, #support .read-more {
	width: 67px;
	margin: 0 0 0 19px;
	border-bottom: 1px solid #FFF;
	text-indent: -9999px;
	background: url(/assets/images/btn-read.gif) no-repeat;
	display: block;
}
.two-column #secondary .read-more:hover,
#press-room .read-more:hover, #support .read-more:hover {
	border-bottom: 1px solid #666;
}

div.img {
	padding: 7px 9px;
	background: url(/assets/images/bg-thumb.gif) no-repeat;
	clear:  left;
	margin-bottom: 40px;
	float: left;
	width: 193px;
	height: 148px;
}

img.large {
	padding: 0;
	margin-bottom: 20px;
}
#primary #video {
	width: 700px;
	margin: 0 auto;
}
#next-tour {
	margin: 20px 0;
	padding: 10px 0;
	height: 14px;
	background: url(/assets/images/category-bg.png) repeat-x;
	text-align: center;
}
#next-tour a {
	color: #37789a;
	text-decoration: none;
}
#next-tour a:hover {
	text-decoration: underline;
}
#faq #next-tour {
	margin: 40px 0 0 0;
}


/* HOME
=================================================*/

#intro {
	width: 301px;
	margin: -168px 0 0 630px;
	float: left;
}
#intro p {
	font-size: 12px;
	line-height: 17px;
}

#home h1 {
	height: 73px;
	margin-bottom: 14px;
	text-indent: -9999px;
	background: url(/assets/images/location-intel.gif) no-repeat;
}

#home #primary {
	float: left;
	margin-bottom: 22px;
}

#home #secondary {
	padding-top: 30px;
	padding-bottom: 100px;
	float: left;
	background: url(/assets/images/bg-shadow.jpg) no-repeat;
}

#home blockquote {
	font-size: 18px;
	line-height: 24px;
	color: #3398cc;
	font-style: normal;
	padding: 20px 0 0 14px;
	margin: 0 0 16px -14px;
	line-height: 21px;
	background: url(/assets/images/bg-blockquote.gif) no-repeat;
	min-height: 36px;
}
#home cite {
	color: #333;
	font-size: 14px;
	font-style: normal;
}
#home cite span {
	color: #999999;
}

#home #secondary div {
	width: 287px;
	padding: 0 22px;
	float: left;
}
#home #secondary div + div {
	width: 225px;
	color: #333;
	font-size: 11px;
}
#home #secondary div + div img {
	margin-bottom: 5px;
}
#home #secondary div + div p {
	line-height: 14px;
}
#home #secondary div + div a {
	color: #000;
}
#home #secondary div + div + div {
	width: 274px;
}

#home #testimonial-heading,
#home #event-heading,
#home #update-heading {
	padding-bottom: 10px!important;
	position: relative;
	top: 2px;
}


/* FEATURE DETAIL
=================================================*/

#features h1, .solutions h1 {
	margin-top: 20px;
}
#features h2 {
	color: #999;
	font-size: 16px;
	margin: -5px 0 10px;
}
#paginate {
	width: 285px;
	padding: 2px 20px 6px;
	margin-top: -21px;
	position: relative;
	left: 25px;
	float: right;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background: #f4f4f4
}
#all-features {
	width: 103px;
	height: 25px;
	margin-right: 20px;
	text-indent: -9999px;
	background: url(/assets/images/btn-all-features.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
}
#all-features:hover {
	background-position: 0 -25px;
}
#all-solutions {
	width: 103px;
	height: 25px;
	margin-right: 20px;
	text-indent: -9999px;
	background: url(/assets/images/btn-all-solutions.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
}
#all-solutions:hover {
	background-position: 0 -25px;
}
#paginate a {
	float: right;
	color: #333 !important;
	font-size: 10px;
	text-transform: uppercase;
}
#feat-prev,
#feat-next {
	height: 16px;
	padding: 5px 0 0 26px;
	margin-top: 0px;
	text-decoration: none;
	background: url(/assets/images/btn-paginate.png) no-repeat;
	display: block;
}
#feat-prev:hover,
#feat-next:hover,
#results-prev:hover,
#results-next:hover {
	text-decoration: underline;
}
#feat-next {
	padding-left: 0;
	padding-right: 26px;
	margin-left: 30px;
	background-position: 31px -21px;
}

#tools {
	width: 100%;
	margin: -5px 0 12px;
	float: left;
	background: url(/assets/images/bg-tools.gif) repeat-x;
}
#tools li {
	padding: 8px 0;
	float: left;
}
#tools li + li {
	margin-left: 15px;
}
#tools li strong {
	float: left;
	font-size: 12px;
	color: #666;
	display: block;
	padding: 4px 0 4px 0;
}
#watch-btn,
#try-btn {
	height: 14px;
	font-size: 12px;
	color: #666;
	padding: 4px 0 0 24px;
	display: block;
	text-decoration: none;
}
#watch-btn {
	background: url(/assets/images/feature-video-icon.gif) no-repeat; 
}
#watch-btn:hover {
	background-position: 0 -18px;
	color: #408aa9;
}
#try-btn {
	padding: 4px 0 0 28px;
	background: url(/assets/images/feature-sample-icon.gif) no-repeat; 
}
#try-btn:hover {
	background-position: 0px -18px;
	color: #408aa9;
}

#larger {
	margin: -15px 0 5px 0;
	float: left;
	color: #37789a;
	font-size: 11px;
	text-decoration: none;
}
#larger:hover {
	text-decoration: underline;
}

.specs {
	padding: 5px 28px 20px;
	margin-top: 20px;
	margin-bottom: 32px;
	background: #ededed;
}
#features .specs {
	clear: left;
}
#support .specs h2 {
	margin-left: -28px;
}
#support .specs {
	background: #e1f0f5;
}
.specs h4 {
	margin-top: 13px;
	font-weight: bold;
	line-height: 22px;
}
.specs a,
#search-results a {
	color: #377899;
	line-height: 18px;
	text-decoration: none;
	display: block;
}
.specs a:hover,
#search-results a:hover {
	text-decoration: underline;
}

h4.inline {
	float: left;
	font-weight: bold;
}

.support {
	clear: both;
	margin-top: 20px;
	font-size: 12px;
}
.support p {
	margin-bottom: .5em !important;
}
.support a {
	color: #333;
}
.support a:hover {
	color: #547997;
}


/* SUPPORT
=================================================*/

#support-search {
	width: 639px;
	padding: 17px 0 30px;
	margin-bottom: 25px;
	background: url(/assets/images/bg-support-search-bottom.png) no-repeat left bottom;
}
#support-search-form {
	width: 639px;
	background: url(/assets/images/bg-support-search.png) no-repeat;
}
#support-search h1 {
	margin-left: 31px;
}
h1.support-search {
	font-size: 22px;
	margin: 4px 0 21px 2px;
}
#support-search h2 {
	margin: 14px 5px 0 35px;
	float: left;
	color: #666;
	font-size: 16px;
	letter-spacing: 1px;
}
#support-search fieldset {
	width: 557px;
	padding: 0 31px;
	margin: -10px auto 0;
	position: relative;
	left: -9px;
}
#support-search input {
	width: 372px;
	padding: 9px 20px;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #999;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 15px;
	font-style: italic;
}
#support-search input.focus {
	font-style: normal;
	color: #333;
}
#support-search button {
	width: 132px;
	height: 41px;
	position: relative;
	top: 1px;
	left: -7px;
	float: right;
	border: 0;
	text-indent: -9999px;
	background: url(/assets/images/btn-support-search.png) no-repeat;
	display: block;
}
#support-search button:hover {
	background-position: 0 -41px;
	cursor: pointer;
}
#support-search hr {
	width: 620px;
	height: 2px;
	margin-top: 12px;
	border: 0;
	background: url(/assets/images/bg-support-fieldset.gif) repeat-x bottom;
}
#support-search select {
	margin-top: 16px;
}
#support-contact {
	width: 190px;
	height: 67px;
	margin: -18px 0 22px;
	text-indent: -9999px;
	background: url(/assets/images/btn-support-contact.gif) no-repeat;
	display: block;
}
#support-contact:hover {
	background-position: 0 -67px;
}
#support-search a:hover {
	background-position: 0 -43px;
}

h2.updates {
	margin-left: 7px;
}
.get-started, #support .specs {
	float: left;
}
.get-started {
	width: 290px;
	margin: 0 37px 15px 15px;
}
.get-started p {
	font-size: 12px;
}
#support .specs {
	width: 234px;
	margin: 28px 0 12px 0;
}
#support .specs h2 {
	margin-top: -31px;
}
#support .specs h2 + h4 {
	margin-top: 21px;
}
#support p.support {
	margin-left: 9px;
	clear: both;
}

#support h2 a {
	color: #333;
	display: block;
	line-height: 1.1em;
	margin: 0 0 10px 0;
	text-decoration: none;
}
#support h2 a:hover {
	color: #37789a;
	text-decoration: none;
}




/* SUPPORT RESULTS
=================================================*/

#search-results {
	padding: 15px 28px;
	margin-bottom: 10px;
	background: #efefef;
}
#search-results h4 {
	margin-bottom: 7px;
}
#search-results a {
	line-height: 23px;
	display: inline;
}
h2.results {
	min-width: 20px;
	float: left;
	border-bottom: 1px solid #ccc;
}
#support span.results, #search span.results {
	padding-bottom: 9px;
	margin: 29px 0 13px 65px;
	font-size: 15px;
	display: block;
	border-bottom: 1px solid #ccc;
}
#support span.results em, #search span.results em {
	margin-left: 10px;
	color: #37789a;
	font-size: 13px;
}
#support p.results, #search p.results {
	width: 100%;
	padding-top: 7px;
	margin-left: 0;
	border-top: 1px solid #ccc;
}
#support #results-prev,
#support #results-next,
#search #results-prev,
#search #results-next {
	height: 16px;
	padding: 5px 0 0 26px;
	margin-top: 2px;
	text-decoration: none;
	background: url(/assets/images/btn-paginate.png) no-repeat;
	display: block;
	float: left;
	color: #ccc;
	font-size: 10px;
	text-transform: uppercase;
}
#support #results-prev:hover, 
#support #results-next:hover,
#search #results-prev:hover,
#search #results-next:hover {
	color: #333;
}
#support #results-next,
#search #results-next {
	padding-left: 0;
	padding-right: 26px;
	margin-left: 30px;
	background-position: 31px -21px;
}
#support .result-paginate, #search .result-paginate {
	margin-top: -36px;
	float: right;
}
#support .top, #search .top {
	margin-top: -42px;
}
#support .result-paginate span, #search .result-paginate span {
	margin: 5px 0 0 24px;
	float: left;
}

/* PRESS RELEASES
=================================================*/

#press-room h1 {
	padding-bottom: 24px;
	margin-bottom: 0;
	background: url(/assets/images/bg-release.gif) repeat-x left bottom;
}
#press-room h2 {
	font-size: 16px;
}
#press-room h2 a {
	color: #333;
}
#press-room h2.subtitle {
	color: #999;
}
#press-room h4 {
	margin-right: 12px;
	position: relative;
	top: -4px;
	color: #333;
	font-size: 11px;
	display: inline;
}
#press-room h4 span {
	color: #999;
}
#press-room .read-more, #support .read-more {
	margin: 7px 0 0 0;
}
#press-room #primary ol li, #support #primary ol li {
	padding: 11px 0 9px 0;
	background: url(/assets/images/bg-release.gif) repeat-x left bottom;
}
#press-room #secondary h5, #industry-solutions #secondary h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
}
#press-room #secondary .vcard,
#press-room #secondary .kit {
	padding: 12px 16px 40px;
	margin: 0 0 20px;
	background: #efefef;
}
#press-room #secondary .vcard h2, 
#press-room #secondary .kit h2 {
	height: 31px;
	padding: 12px 0 0 50px;
	margin: 0 0 16px -10px;
}
#press-room #secondary .vcard h2 {
	background: url(/assets/images/bg-media-contact.gif) no-repeat;
}
#press-room #secondary .kit h2 {
	background: url(/assets/images/bg-media-kit.gif) no-repeat;
}
#press-room #secondary .vcard li {
	line-height: 17px;
	background: none;
	color: #777;
	font-size: 11px;
}
#press-room #secondary .vcard li span {
	color: #333;
}
#press-room #secondary .vcard li a {
	padding: 0;
	color: #333;
	font-size: 11px;
	display: inline;
}
#press-room #secondary .vcard li a:hover {
	text-decoration: underline;
	background: none;
}
#press-room #secondary .download, #industry-solutions #secondary .download, #industry-solutions #secondary .contact {
	width: 49px;
	margin-bottom: 20px;
	color: #377899;
	font-size: 11px;
	text-decoration: none;
	display: block;
}
#press-room #secondary .download:hover, #industry-solutions #secondary .download:hover, #industry-solutions #secondary .contact:hover {
	text-decoration: underline;
}
#industry-solutions #case-studies a {
	display: inline-block;
	margin-bottom: 10px;
}
#industry-solutions .solutions-img {
	margin-bottom: 22px;
}




/* PRESS RELEASE ARTICLE
=================================================*/

#press-room #paginate, #support #paginate {
	margin-bottom: 15px;
}
#all-releases,#back-to-main {
	width: 103px;
	height: 25px;
	margin-right: 20px;
	text-indent: -9999px;
	background: url(/assets/images/btn-all-releases.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
}
#back-to-main {
	background: url(/assets/images/btn-back.jpg) no-repeat;
}
#all-releases:hover,#back-to-main:hover {
	background-position: 0 -25px;
}
#paginate + h1 {
	padding-bottom: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 23px;
	font-size: 22px;
	background: none;
}
#press-room .subtitle {
	margin: -10px 0 5px 0;
	font-size: 22px;
}
#press-room .byline {
	padding-top: 12px;
	margin-bottom: 12px;
	background: url(/assets/images/bg-release.gif) repeat-x left top;
}
#press-room .body {
	padding-top: 12px;
	background: url(/assets/images/bg-release.gif) repeat-x left top;
}
#press-room .byline span {
	margin-left: 8px;
}
#press-room .byline em {
	color: #999;
}




/* PRESS ROOM
=================================================*/

.room #primary h1 {
	padding-bottom: 0;
	margin: 3px 0 20px 0;
	background: none;
}
.room #primary h2 {
	margin-top: 2px;
	font-size: 18px;
}
#facts {
	width: 616px;
	padding: 20px 0;
	margin-bottom: 35px;
	background: #e1f0f5;
}
#facts li {
	padding: 0 40px 0 20px;
	margin-left: 18px;
	background: url(/assets/images/bullet.gif) no-repeat 8px 4px;
}
#facts li + li {
	margin-top: 20px;
}
#press-room .news {
	width: 270px;
	margin-bottom: 35px;
	float: left;
}
#press-room .news + .news {
	margin-left: 50px;
}
#press-room .news h3 {
	line-height: 21px;
	margin-bottom: 22px;
}
#press-room .news img {
	margin: 2px 0;
}
#press-room .news + h2 {
	margin: 0 0 -15px 6px;
}




/* PRODUCTS
=================================================*/

.product-banner {
	margin: -21px 0 22px -25px;
}
#support .product-banner {
	margin: -44px 0 22px -25px;
}
#products-features h1 {
	margin: 4px 0 10px;
	font-size: 22px;
}
#products-features .what,
#products-features .how {
	width: 297px;
	float: left;
}
#products-features .how {
	margin-left: 47px;
}
#products-features .what h2,
#products-features .how h2,
#support .get-started h2 {
	margin: 2px 0 14px;
	border-bottom: 6px solid;
}
#products-features .what h2 a,
#products-features .how h2 a {
	display: block;
	margin-bottom: 8px;
}
#support .get-started h2 {
	padding-bottom: 8px;
}
#products-features .what h2 {
	border-color: #88c3e0;
}
#products-features .how h2,
#support .get-started h2 {
	border-color: #ff9900;
}
#products-features .what img,
#products-features .how img,
#support .get-started img {
	margin: 0 auto 8px;
	display: block;
}
#products-features .what p,
#products-features .how p {
	min-height: 187px;
	line-height: 17px;
}
#products-features .what p + a,
#products-features .how p + a,
#support .get-started a.download {
	padding: 3px 20px 3px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	display: block;
}
#products-features .what p + a:hover,
#products-features .how  p +a:hover,
#support .get-started a.download:hover {
	background-color: #ddd;
}
#products-features .what p + a {
	background: url(/assets/images/btn-product.png) no-repeat #88c3e0 182px center;
}
#products-features .how p + a,
#support .get-started a.download {
	background: url(/assets/images/btn-product.png) no-repeat #ff9900 192px center;
}
#support .get-started a.download {
	background-position: 162px center;
}
#products-features hr, #support hr {
	height: 1px;
	margin: 6px 0 19px 0;
	border: 0;
	background: url(/assets/images/bg-release.gif) repeat-x;
}
#support hr {
	margin: 6px 0 0px 0;
}




/* INDUSTRY SOLUTIONS
=================================================*/

#industry-solutions #primary .subtitle {
	margin: -4px 0 10px;
	font-size: 22px;
	color: #333;
}
#industry-solutions #primary p a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
#industry-solutions #primary p a:hover {
	text-decoration: underline;
}
#industry-solutions #primary h2#quotes {
	width: 500px;
	padding-top: 30px;
	margin-bottom: 4px;
}

.next, #disabled.next {
	margin-top: -22px;
	position: relative;
	right: 29px;
	float: right;
	display: block;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	background: url(/assets/images/thought-wall-nav.png) no-repeat -20px 0px;
}
.previous, #disabled.previous {
	margin-top: -22px;
	float: right;
	position: relative;
	right: 50px;
	display: block;
	width: 20px;
	height: 21px;
	text-indent: -9999px;
	background: url(/assets/images/thought-wall-nav.png) no-repeat 0px 0px;
}
#disabled {
	cursor: default;
}
.previous:hover {
	background-position: 0px -21px;
	cursor: pointer;
}
.next:hover {
	background-position: -20px -21px;
	cursor: pointer;
}
.previous:active {
	background-position: 0px -42px;
	cursor: pointer;
}
.next:active {
	background-position: -20px -42px;
	cursor: pointer;
}
#industry-solutions #primary #thoughtContainer {
	overflow:hidden;
	width: 612px;
	height: 169px;
	margin-bottom: 80px;
	position: relative;
}
#industry-solutions #primary .panel {
	width: 651px;
	height: 159px;
	float: left;
}
#industry-solutions #primary #thoughtContainer div#thought {
	width: 142px;
	height: 141px;
	overflow: hidden;
	padding: 18px 18px 0 18px;
	position: relative;
	float: left;
}
.panelContainer {
	float: left;
	position: absolute;
	margin-top: 10px;
}
#industry-solutions #primary div.one,
#industry-solutions #primary div.two,
#industry-solutions #primary div.three {
	background: url(/assets/images/bg-thought.png) no-repeat;
	margin-right: 39px;
}
#industry-solutions #primary div.two {
	background-position: -178px 0;
}
#industry-solutions #primary div.three {
	background-position: -356px 0;
}
#industry-solutions #primary div#thought blockquote p {
	color: #fff;
	line-height: 17px;
	font-style: normal;
}
#industry-solutions #primary div#thought blockquote p cite {
	width: 148px;
	min-height: 0;
	padding: 3px 10px 3px 18px;
	margin: 0 0 0 -18px;
	position: absolute;
	bottom: 5px;
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	display: block;
}
#industry-solutions #primary div#thought.one blockquote p cite {
	color: #663300;
}
#industry-solutions #primary div#thought.two blockquote p cite {
	color: #333366;
}
#industry-solutions #primary div#thought.three blockquote p cite {
	color: #2b550a;
}

.industry-solutions #primary {
	margin-bottom: 100px;
}
.industry-solutions-heading,
.features-heading {
	color: #000;
	width: 649px;
	text-align: center;
}
.industry-solutions .section {
	clear: both;
}
.industry-solutions .section + .section {
	background: url(/assets/images/bg-insurance-section.png) center top no-repeat;
	margin-top: 54px;
	padding-top: 54px;
}
.industry-solutions #primary h2 {
	font-size: 58px;
	line-height: 61px;
	text-align: center;
	width: 668px;
}
.industry-solutions #primary h3 {
	color: #333;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 18px;
	font-style: italic;
	line-height: 21px;
	text-align: center;
}

#features-heading {
	height: 130px;
	overflow: hidden;
}
#features-subhead {
	height: 50px;
	overflow: hidden;
}
#insurance-features,
#inputs-outputs {
	margin: 36px 0 0 -12px;
	width: 668px;
}
#insurance-features:after,
#inputs-outputs:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#input-swf {
	background: url(/assets/images/bg-video.png) no-repeat;
	height: 216px;
	padding: 23px 0 0 11px;
	position: relative;
	width: 306px;
}
#input-swf .video-holder {
	height: 166px;
	margin-bottom: 13px;
	overflow: hidden;
	width: 296px;
}
#input-swf .video-overlay {
	height: 166px;
	position: absolute;
	top: 23px;
	width: 296px;
	z-index: 100;
}
#insurance-features li {
	background: url(/assets/images/bg-insurance-feature.png) center top no-repeat;
	display: block;
	float: left;
	height: 234px;
	position: relative;
	padding: 14px 0;
	width: 220px;
}
#insurance-features li:hover,
#insurance-features li.active {
	background-position: center bottom;
	margin-top: -13px;
	padding-top: 29px;
	height: 228px;
}
#insurance-features li + li {
	margin-left: 4px;
}
#insurance-features li h2,
#insurance-features li h3 {
	display: none;
}
#insurance-features a {
	color: #666;
	display: block;
	font-family: 'myriad-pro-1', 'myriad-pro-2';
	font-size: 18px;
	padding: 230px 0 12px 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	top: 0px;
	width: 100%;
	z-index: 2;
}
#insurance-features a:hover,
#insurance-features li:hover a,
#insurance-features li.active a {
	background: url(/assets/images/btn-video.png) 15px 29px no-repeat;
	color: #ffcc00;
	text-shadow: none;
	padding: 243px 0 13px 0;
	top: 0;
}
#insurance-features a span {
	letter-spacing: 1px;
}
#insurance-features img {
	border: 2px solid #fff;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#insurance-features li:hover img,
#insurance-features li.active img {
	position: relative;
	top: -2px;
}

#inputs-outputs {
	margin: 44px 0 0 -27px;
}
#inputs-outputs li {
	float: left;
	text-align: center;
}
#inputs-outputs span {
	color: #666;
}
#your-data {
	padding: 36px 8px 0 0;
}
#deeper-insights {
	padding: 35px 0 0 6px;
}
#inputs-outputs img {
	display: block;
	margin-bottom: 4px;
}
#inputs-outputs span {
	font-size: 16px;
	letter-spacing: 1px;
}
#deeper-insights span {
	position: relative;
	left: 20px;
}
#inputs-outputs .video {
	color: #ff7e00;
	font-size: 26px;
}

.industry-solutions #primary .testimonial {
	color: #333;
	font-family: 'Georgia', 'Times New Roman' serif;
	font-size: 18px;
	font-style: italic;
	line-height: 21px;
	margin: 26px 0 0 0;
	overflow: hidden;
}
.industry-solutions #primary .testimonial img {
	display: block;
	float: left;
	margin-right: 28px;
}
.industry-solutions #primary .testimonial blockquote {
	float: left;
	width: 490px;
}
.industry-solutions #primary .testimonial p a {
	color: #0099ff!important;
	font-size: 12px;
	font-weight: normal!important;
	text-decoration: underline!important;
}
.industry-solutions #primary .testimonial cite {
	display: block;
	font-size: 16px;
	font-style: normal;
	width: 436px;
}
.industry-solutions #primary .testimonial cite span {
	color: #666;
	display: block;
}

#section-trial-btn {
	background: url(/assets/images/btn-trial.png) no-repeat;
	display: block;
	height: 57px;
	margin: 25px auto;
	text-indent: -9999px;
	width: 646px;
}
#section-trial-btn:hover {
	background-position: 0 -57px;
}
.industry-solutions .section #section-trial-btn + em {
	color: #999;
	display: block;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 14px;
	line-height: 17px;
	margin: -15px auto 0;
	text-align: center;
	width: 230px;
}

.case-study #section-trial-btn {
	margin-top: 40px;
}
.case-study em.trial {
	color: #999;
	display: block;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 14px;
	line-height: 17px;
	margin: -15px auto 0;
	text-align: center;
	width: 230px;
}
#study-specs {
	color: #555;
	font-family: 'myriad-pro-2', 'myriad-pro-1';
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 8px;
}
#study-specs h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;	
}
#study-specs span {
	display: block;
	font-size: 11px;
	margin-bottom: 1em;
}
#study-specs strong {
	font-weight: bold;
}
#study-specs p {
	color: #777;
}
#study-specs a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
#study-specs a:hover {
	text-decoration: underline;
}
#study-specs .pdf-link {
	display: block;
	font-size: 14px;
	margin-top: 1em;
}

.image-block {
	width: 260px;
}
.img-float-center {
	margin: 0 auto 30px;
}
.img-float-left {
	float: left;
	margin: 0 30px 30px 0;
}
.img-float-right {
	float: right;
	margin: 0 0 30px 30px;
}
.image-block img,
.image-block span {
	display: block;
}
.image-block img {
	margin: 0 auto 10px;
}
.image-block span {
	font-family: 'myriad-pro-2', 'myriad-pro-1';
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 auto;
	width: 240px;
}
.image-block strong {
	display: block;
}

#features-slideshow {
	position: relative;
}
#features-slider {
	margin: 30px 0 0 40px;
}
.features-slides li {
	height: 170px;
	width: 610px;
}
.features-slides .inner {
	width: 368px;
}
.industry-solutions #primary .inner h2 {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	width: auto;
}
.industry-solutions .inner .more {
	color: #2a789b;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
}
.industry-solutions .inner .more:hover {
	text-decoration: underline;
}
.industry-solutions #slide-prev,
.industry-solutions #slide-next {
	background: #fff;
	display: block;
	height: 148px;
	left: 0;
	padding: 52px 0 0 0;
	position: absolute;
	top: 153px;
}
.industry-solutions #slide-next {
	left: 670px;
}
.industry-solutions #slide-prev a,
.industry-solutions #slide-next a {
	background: url(/assets/images/btn-slide.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 44px;
	text-indent: -9999px;
	width: 22px;
}
.industry-solutions #slide-next a {
	background-position: -23px 0;
}
.industry-solutions #slide-prev a:hover {
	background-position: 0 -45px;
}
.industry-solutions #slide-next a:hover {
	background-position: -23px -45px;
}



/* TOUR
=================================================*/

#tour h1 object {
	width: 200px;
}
#tour select {
	margin-top: -47px;
	position: relative;
	z-index: 5;
	float: right;
	display: block;
}
#tour .category {
	clear: left;
	color: #333;
	margin: 4px 0 20px;
	padding: 0 0 9px 0;
	font-size: 20px;
}
#tour .one {
	border-bottom: 6px solid #88c3e0;
}
#tour .two {
	border-bottom: 6px solid #ff9900;
}
#tour .three {
	border-bottom: 6px solid #80c081;
}


/* ENTERPRISE SOLUTIONS
=================================================*/

#solution-banner {
	margin: -21px 0 24px -25px;
}
#industry-solutions #primary h1.enterprise {
	margin: 4px 0 12px 0!important;
	margin-bottom: 10px;
	font-size: 22px;
}
h1 + h2 {
	margin-bottom: 8px;
}
.learn-more {
	width: 70px;
	border-bottom: 1px solid #fff;
	text-indent: -9999px;
	background: url(/assets/images/btn-learn-more.gif) no-repeat;
	display: block;
}
.learn-more:hover {
	border-bottom: 1px solid #666;
}
#industry-solutions hr {
	height: 1px;
	margin: 3px 0 24px 0;
	border: 0;
	background: url(/assets/images/bg-release.gif) repeat-x;
}



/* PRICING
=================================================*/

#pricing h1 {
	margin: 4px 0 11px 0;
	font-size: 22px;
}
.on-demand,
.on-premise {
	width: 297px;
	min-height: 540px;
	margin-top: 27px;
	position: relative;
	float: left;	
}
.on-demand, .on-premise, .what, .how {
	margin-bottom: 50px;
}
.on-demand h2, 
.on-premise h2 {
	height: 20px;
	padding-bottom: 7px;
	margin-bottom: 23px;
	border-bottom: 6px solid #4284c9;
	text-indent: -9999px;
	background: url(/assets/images/txt-demand-premise.png) no-repeat;
}
.on-premise h2 {
	border-color: #80c081;
	background-position: 0 -37px;
}
.on-demand img,
.on-premise img {
	margin: 0 auto 38px;
	display: block;
}
#products .what p, #product-features .what p,
#products .how p, #product-features .how p,
#pricing .on-demand p,
#pricing .on-premise p, {
	font-size: 12px;
	line-height: 17px;
}
.on-demand p a,
.on-premise p a {
	padding: 0;
	position: static;
	color: #333;
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	background: none;
	display: inline;
}
.on-demand p a:hover,
.on-premise p a:hover {
	text-decoration: underline;
	background: none;
}
.on-demand .cta,
.on-premise .cta {
	width: 277px;
	padding: 4px 20px 2px 0;
	margin-top: -4px;
	position: relative;
	bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	display: block;
}
.on-demand a {
	background: url(/assets/images/btn-product.png) no-repeat #4284c9 175px center;
}
.on-premise a {
	background: url(/assets/images/btn-product.png) no-repeat #80c081 175px center;
}
.on-demand a:hover,
.on-premise a:hover {
	color: #333;
	background-color: #ddd;
}
.on-demand ul {
	margin-top: -21px;
	font-size: 12px;
	line-height: 17px;
}
.on-demand ul li, .on-premise ul li {
	padding-left: 10px;
	margin-bottom: 4px;
	background: url(/assets/images/bullet-sm.gif) no-repeat left center;
}
.on-premise {
	margin-left: 47px;
}

#primary .on-premise p {
line-height:21px;
margin-bottom:11px;
min-height:100%;
}


/* FAQ
=================================================*/
#faq h2 {
	margin: 0 0 8px 2px;
}
#faq dl {
	margin: 0 0 22px 18px;
}
#faq dl a {
	color: #37789a;
	text-decoration: none;
}
#faq dl a:hover {
	text-decoration: underline;
}
#faq dl dt {
	font-weight: bold;
	margin: 0 0 5px -15px;
	padding: 0 0 0 15px;
	background: url(/assets/images/plus.png) no-repeat left 3px;
}
#faq dl dt.open {
	background: url(/assets/images/minus.png) no-repeat left 3px;
}
#faq dl dd {
	margin: 0 0 0 0;
}
#faq dl dd ul {
	margin: 0;
	display: block;
}
#faq dl dd ul li {
	line-height: 21px;
	padding: 0 0 0 12px;
	margin-bottom: 5px;
	background: url(/assets/images/bullet.gif) no-repeat 0px 8px;
}

/* SLIDER
=================================================*/

#slider {
	margin: 20px 0 0 3px;
	position: relative;
	overflow: hidden;
	left: 25px;
	float: left;
	background: url(/assets/images/bg-slider.png);
}
#slider ul {
	position: relative;
	z-index: 1;
	float: left;
}
#slider li {
	float: left;
}
#slider li + li {
	margin-left: 2px;
}
#slider li a {
	width: 120px;
	height: 148px;
	padding: 22px 10px 0 8px;
	color: #333;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	background: url(/assets/images/bg-slider-item.png) no-repeat top;
	display: block;
}
#slider li a:hover {
	background-position: 0 -170px;
}
#slider li img {
	padding: 3px;
	margin-bottom: 5px;
	background: url(/assets/images/bg-slider-img.png) no-repeat;
	display: block;
}

#slideLast a,
#slideNext a,
#slideLast span,
#slideNext span {
	position: relative;
	z-index: 5;
}
#slideLast a {
	width: 25px;
	height: 170px;
	top: 20px;
	left: -560px;
	text-indent: -9999px;
	background: url(/assets/images/btn-last.png) no-repeat;
	display: inline-block;
}
#slideNext a {
	width: 28px;
	height: 170px;
	top: 20px;
	left: -8px;
	text-indent: -9999px;
	background: url(/assets/images/btn-next.png) no-repeat;
	display: inline-block;
}
#slider a span.download-btn {
	width:  70px;
	height: 11px;
	margin: 18px 0 0 4px;
	text-indent: -9999px;
	background: url(/assets/images/btn-download.png) no-repeat;
	display: block;
}
#slider a:hover span {
	border-bottom: 1px solid #666;
}
#slideNext span.disabled {
	display: inline-block!important;
	width: 28px;
	height: 170px;
	top: 20px;
	left: -8px;
	text-indent: -9999px;
	background: url(/assets/images/btn-next.png) no-repeat left bottom;	
}
#slideLast span.disabled {
	display: inline-block!important;
	width: 25px;
	height: 170px;
	top: 20px;
	left: -560px;
	text-indent: -9999px;
	background: url(/assets/images/btn-last.png) no-repeat left bottom;	
}




/* COLORBOX
=================================================*/

#popup {
	padding: 13px 10px;
	z-index: 5;
	color: #333;
}
#popup img {
	margin: 0 auto 15px auto;
	display: block;
}
#popup h2,
#popup h3 {
	padding: 0 15px;
}
#popup h3 {
	font-size: 14px;
	margin-top: -7px;
}
#popup p {
	padding: 0 15px;
	margin-bottom: 12px;
	line-height: 18px;
}
#popup .cta {
	padding: 10px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: bold;
	background: #ccc;
}
#popup .cta a {
	color: #333;
}
#popup .cta a:hover {
	cursor: pointer;
}
#popup ul {
	padding: 0 15px;	
}
#popup ul li {
	line-height: 18px;
	padding: 0 0 0 12px;
	background: url(/assets/images/bullet.gif) no-repeat 0 4px;
	margin-bottom: 12px;
}



/* UPDATES
=================================================*/

#secondary #updates ul {
	width: 264px;
	height: 152px;
	overflow-y: scroll;
	color: #fff;
	font-size: 10px;
}
#secondary #updates ul li {
	min-height: 18px;
	padding: 12px 60px 13px 15px;
	border-bottom: 1px solid #000;
	line-height: 12px;
}
#secondary #updates li + li {
	border-top: 1px solid #666;
}
#secondary #updates ul li a {
	color:#FFF;
	text-decoration: none;
}
#secondary #updates ul li a:hover {
	text-decoration: underline;
}
#updates ul li.blog {
	background: url(/assets/images/btn-blog.gif) no-repeat 205px center;
}
#updates ul li.press {
	background: url(/assets/images/btn-press.gif) no-repeat 205px center;
}
#updates ul li.feature {
	background: url(/assets/images/btn-feature.gif) no-repeat 205px center;
}
#secondary #updates ul li:last-child {
	border-bottom: none;
}



/* FOOTER
=================================================*/

#footer {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -462px;
	width: 882px;
	height: 77px;
	padding: 15px 21px 11px 21px;
	clear: left;
	background: url(/assets/images/bg-footer.jpg) no-repeat;
}

#footer p {
	position: relative;
	left: 40px;
	color: #999;
	font-size: 11px;
	display: inline;
}

#footer ul {
	margin-top: 8px;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li + li a {
	padding-left: 20px;
}

#search-form {
	margin-right: 30px;
	float: left;
}
#search-form label{
	display: none;
}
#search-form input {
	margin: 2px 5px 0 0;
	float:  left;
	width: 211px;
	height: 20px;
	padding: 4px 4px 1px 7px;
	border: 0;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	background: url(/assets/images/bg-search.jpg) no-repeat;
}
#search-form button {
	width: 32px;
	height: 32px;
	position: relative;
	top: -2px;
	border: 0;
	text-indent: -9999px;
	background: url(/assets/images/btn-search.png) no-repeat;
}
#search-form button:hover {
	background-position: 0 -32px;
	cursor: pointer;
}

#social {
	margin-top: 46px;
	clear: left;
}

#social h3 {
	width: 61px;
	margin-top: 16px;
	float: left;
	text-indent: -9999px;
	background: url(/assets/images/txt-follow.gif) no-repeat;
	display: inline-block;
}

#social ul {
	margin-top: 10px;
	float: left;
	font-size: 11px;
}
#social ul li a,
#social ul li + li a {
	height: 15px;
	padding: 6px 0 0 29px;
	margin-left: 17px;
	display: block;
}

#social ul li span#copyright{
	height: 15px;
	padding: 6px 0 0 29px;
	margin-left: 17px;
	display: block;
        color: #777;
}


#flickr {
	background: url(/assets/images/bg-flickr.png) no-repeat;
}
#twitter {
	background: url(/assets/images/bg-twitter.png) no-repeat;
}
#email {
	background: url(/assets/images/bg-email.png) no-repeat;
}

.addthis_button {
	margin-top: 12px;
	float: right;
}
#support #primary .support-topics li {
	list-style: none;
	margin-left: 0;
	line-height: 100%;
	padding: 11px 0 9px 0;
	background: url(/assets/images/bg-release.gif) repeat-x left bottom;
}

/* COLORBOX STYLES
=================================================*/
/*#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxWrapper{-webkit-box-shadow: 0px 0px 20px #000;-moz-box-shadow: 0px 0px 20px #000;background: #fff;}
#cboxOverlay{position:fixed; width:100%;height: 100%; background: #000; opacity: 0.1}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;padding: 10px 20px;}
#cboxLoadedContent{width: 563px;}
#cboxLoadedContent iframe{display:block; width:100%; height: 100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxPrevious, #cboxNext, #cboxSlideshow,#cboxCurrent,#cboxTitle{display: none;}
#cboxTopLeft, #cboxTopRight, #cboxTopCenter {display: none;}
#cboxBottomLeft, #cboxBottomRight, #cboxBottomCenter, #cboxMiddleLeft, #cboxMiddleRight {display: none;}
#cboxLoadingOverlay{background:url(/assets/images/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(/assets/images/loading.gif) center center no-repeat;}
#cboxClose{position: absolute; top: -10px; left: -10px; z-index: 5;background:url(/assets/images/btn-close.png) no-repeat; width:30px; height:30px; text-indent:-9999px;}*/



/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#cboxLoadedContent{width: 563px; padding: 10px 0}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/assets/images/colorbox/bg-overlay.png) repeat 0 0;}
#colorbox{overflow: visible!important;}
    #cboxTopLeft{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/assets/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/assets/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/assets/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/assets/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        /*#cboxLoadedContent{margin-bottom:28px;}*/
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/assets/images/colorbox/controls.png) no-repeat -75px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/assets/images/colorbox/controls.png) no-repeat -50px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/assets/images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/assets/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:-28px; left:-27px; background:url(/assets/images/colorbox/btn-close.png) no-repeat; width:33px; height:33px; text-indent:-9999px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

/* JSCROLLPANE STYLES
=================================================*/
.jScrollPaneContainer {
	padding: 0 22px 0 0!important;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(/assets/images/bg-updates.jpg) no-repeat 0 0;
}

.jScrollPaneTrack {
	position: absolute;
	width: 24px!important;
	right: 12px;
	top: 0;
	height: 100%;
	background: url(/assets/images/bg-scrollpane.png) repeat-y;
	padding: 0!important;
}
.jScrollPaneDrag {
	width: 20px!important;
	position: absolute;
	left: 2px;
	background: url(/assets/images/btn-scroll-drag.png) no-repeat;
	overflow: hidden;
	padding: 0!important;
}
.jScrollPaneDragBottom {
	width: 20px!important;
	height: 6px!important;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(/assets/images/btn-scroll-drag-bottom.png) no-repeat;
}
.jScrollPaneTrack:hover,
.jScrollPaneTrack:active,
.jScrollPaneDrag:hover,
.jScrollPaneDrag:active {
	cursor: pointer;
}
a.jScrollArrowUp {
	width: 24px!important;
	height: 14px!important;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 12px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/assets/images/btn-scroll.png) no-repeat;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-position: 0 -14px;
}

a.jScrollArrowDown {
	width: 24px!important;
	height: 14px!important;
	display: block;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 12px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/assets/images/btn-scroll.png) no-repeat -24px 0;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-position: -24px -14px;
}


/* PARTNERS
=================================================*/

#primary p.logo {
   margin-bottom: 10px;
}



/* TYPEKIT FONTS
=================================================*/

h2.industry-solutions-heading,
h2.features-heading,
#tour h2.category,
#press-room h2.subtitle,
#inputs-outputs span,
#support-search h2,
#features h2,
h1,
h2,
.support-search {
	font-family: 'myriad-pro-2', 'myriad-pro-1';
}

h1 {
	font-size: 29px;
}
h2 {
	font-size: 18px;
	margin-bottom: 8px;
}
h2 a {
	color: #333;
	text-decoration: none;
}
h2 a:hover {
	color: #37789a;
}



/* NEW PRICING DESIGN
=================================================*/

.price-header {
	position: relative;
	margin-bottom: 30px;
}
#pricing-new h1 {
	margin: 12px 0 1px 0;
	font-size: 22px;
	color: #ffffff;
}
#pricing-new h2 {
	margin: 12px 0 -14px 0;
	font-size: 22px;
	line-height: 43px;
}
#pricing-new #pricing-chart p {
	font-size: 12px;
}

#pricing-new #pricing-chart .permonth, 
#pricing-new #pricing-chart .permonth a {
	color: #ffffff;
	line-height: 17px;
}

#pricing-new #pricing-chart .onsale,
#pricing-new #pricing-chart .saleprice {
}
#pricing-new #pricing-chart .saleprice {
	background: url(/assets/images/strikethrough.gif) left 3px repeat-x;
	color: #cc3333;
	left: 79px;
	margin: -35px auto;
	padding-top: 10px;
	position: absolute;
	width: 72px;
	z-index: 10;
}
#products-features-new .offer-details {
	display: block;
	font-size: 9px;
	margin-top: 2px;
}

#pricing-new #pricing-chart .permonth a {text-decoration:underline;}
#pricing-new #pricing-chart .permonth a:hover {
	text-decoration:none;
	color: #363636;
}
#pricing-new #pricing-chart #personal h4 {
	color: #509587;
}
#pricing-new #pricing-chart #professional h4 {
	color: #418CAB;
}
#pricing-new #pricing-chart #enterprise h4 {
	color: #666666;
}
#pricing-new .calltoaction {
	margin: 20px 0 40px -22px;
}
#pricing-new #pricing-chart .compare-plans {
	position: absolute;
	bottom:96px;
	width:230px;
}
#pricing-new #pricing-chart a {
	color: #408CAB;
	text-decoration:underline;
}
#pricing-new #pricing-chart a:hover {
	color: #363636;
}
#pricing-new .select-plan-btn {
	position:absolute;
	bottom:43px;
	margin-left:35px;
	width:158px;
	height:49px;
	background: url(/assets/images/jan_2010_release/select-plan-btn.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	z-index: 11;
}
#pricing-new .select-plan-btn:hover {
	background: url(/assets/images/jan_2010_release/select-plan-btn.jpg) no-repeat -156px;
}
#pricing-new .request-trial-btn {
	position:absolute;
	bottom:43px;
	margin-left:35px;
	width:158px;
	height:49px;
	background: url(/assets/images/jan_2010_release/request-trial-btn.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
}
#pricing-new .request-trial-btn:hover {
	background: url(/assets/images/jan_2010_release/request-trial-btn.jpg) no-repeat -156px;
}
#pricing-new #case-study-link {
	position:absolute;
	bottom:25px;
	width:230px;
}
#pricing-new #pricing-chart {
	position:relative;
	margin-top:-21px;
	margin-left:-24px;
	width:693px;
	height:529px;
	background: url(/assets/images/jan_2010_release/pricing-bg.png) no-repeat;
	text-align: center;
}

#pricing-new #personal {
	float:left;
	margin-left:1px;
	width:230px;
}
#pricing-new #professional {
	float:left;
	margin-left:1px;
	width:230px;
}
#pricing-new #enterprise {
	float:left;
	width:230px;
}



/* NEW PRODUCTS & FEATURES DESIGN
=================================================*/

#products-features-new #primary {background:none;}

#products-features-new #layout-banner {
	top:200px;
	margin-left:-36px;
}
#products-features-new #moving-banner-wrapper {
	left:0;
	right:0;
	top:0;
	position:fixed;
}
#products-features-new #moving-banner-content {
	position:relative;
margin: 0px auto;
width: 928px;
}
#products-features-new #moving-banner {
	top:0px;
	left:213px;
	display:none;
	z-index:100;
}

#products-features-new .sticky-banner {
	background: url(/assets/images/jan_2010_release/sticky-banner-bg.png) no-repeat;
	position:absolute;
	width:715px;
	height:125px;
	border-bottom: 1px solid #CCCCCC;
}

#products-features-new .sticky-banner #check {
	position:absolute;
	background: url(/assets/images/jan_2010_release/grid-yes-ico.png) no-repeat;
	width:180px;
	height:19px;
	left:46px;
	top:37px;
	padding-left:23px;
	padding-top:2px
}
#products-features-new .sticky-banner #plus {
	position:absolute;
	background: url(/assets/images/jan_2010_release/grid-plus-ico.png) no-repeat;
	width:180px;
	height:19px;
	left:46px;
	top:67px;
	padding-left:23px;
	padding-top:2px
}
#products-features-new .sticky-banner #personal-column {left:237px;}
#products-features-new .sticky-banner #pro-column {left:396px;}
#products-features-new .sticky-banner #enterprise-column {left:554px;}
#products-features-new .sticky-banner #personal-column,
#products-features-new .sticky-banner #pro-column,
#products-features-new .sticky-banner #enterprise-column {
	position:absolute;
	width:140px;
	text-align:center;
}

#products-features-new .sticky-banner h1 {
	margin-top:17px;
	margin-bottom:2px;
	padding:0 0 0 0;
	font-size: 22px;
	font-weight:normal;
}
#products-features-new .select-plan-btn {
	width:102px;
	height:38px;
	margin-left:20px;
	background: url(/assets/images/jan_2010_release/small-select-and-request-btns.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	position: relative;
	z-index: 11;
}
#products-features-new .select-plan-btn:hover {
	background: url(/assets/images/jan_2010_release/small-select-and-request-btns.jpg) -105px no-repeat;
}
#products-features-new .request-trial-btn {
	width:102px;
	height:38px;
	margin-left:21px;
	background: url(/assets/images/jan_2010_release/small-select-and-request-btns.jpg) -210px no-repeat;
	display: block;
	text-indent: -9999px;
}
#products-features-new .request-trial-btn:hover {
	background: url(/assets/images/jan_2010_release/small-select-and-request-btns.jpg) -314px no-repeat;
}
#products-features-new .permonth, 
#products-features-new .permonth a {
	line-height: 15px;
	margin-bottom:12px;
}
#products-features-new .onsale,
#products-features-new .saleprice {

}
#products-features-new .saleprice {
	background: url(/assets/images/strikethrough.gif) left top repeat-x;
	color: #cc3333;	
	left: 34px;
	margin: -22px auto 0;
	min-height: 0;
	padding-top: 9px;
	position: absolute;
	width: 72px;
	z-index: 10;
}
#products-features-new .offer-details {
	display: block;
	font-size: 9px;
	margin-top: 2px;
}

#products-features-new .permonth a {
	text-decoration:underline;
	color: #363636;
}
#products-features-new .permonth a:hover {
	text-decoration:none;
	color: #363636;
}

#products-features-new #back-to-top-btn {
	cursor: pointer;
	background: url(/assets/images/jan_2010_release/back-to-top-arrow.png) no-repeat;
	padding-left:24px;
	padding-top:3px;
	margin-top:14px;
	margin-left:-20px;
	margin-bottom:4px;
	width:200px;
	height:20px;
	text-decoration:underline;
	color: #408CAB;
}
#products-features-new #back-to-top-btn:hover {
	text-decoration:none;
	color: #363636;
}



#products-features-new #features-grid {
	margin-top:95px;
	margin-left:-25px;
	border-spacing:0;
	border-collapse: collapse;
	width:693px;
	font-size:12px;
}
#products-features-new #features-grid .subhead {
	background-color:#88C3E0;
	color:#FFFFFF;
}
#products-features-new #features-grid .subhead th {
	border-top: none;
	font-weight: bold!important;
	font-size:13px;
	letter-spacing: .08em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#products-features-new #features-grid .rowBtn th,
#products-features-new #features-grid .rowBtn td {
	cursor: pointer;
	text-decoration: underline;
}
#products-features-new #features-grid .rowBtn.empty th,
#products-features-new #features-grid .rowBtn.empty td {
	cursor: default;
	text-decoration: none;
}
#products-features-new #features-grid .grouphead th {
	background: #f5f5f5;
}
#products-features-new #features-grid th.group {
	text-indent: 10px;
}
#products-features-new #features-grid tbody th, #features-grid tbody td {
	border-top: 1px solid #CCCCCC;
	padding: 9px;
}

#products-features-new #features-grid tbody th .leftmost {width:800px;}
#products-features-new #features-grid tbody td {
	width:140px;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}
#products-features-new #features-grid .yes {
	background: url(/assets/images/jan_2010_release/grid-yes-ico.png) center no-repeat;
	text-indent: -9999px;
}
#products-features-new #features-grid .no {
	text-indent: -9999px;
}
#products-features-new #features-grid .plus {
	background: url(/assets/images/jan_2010_release/grid-plus-ico.png) center no-repeat;
	text-indent: -9999px;
}

#products-features-new #features-grid .rowBtn {
	background-color: #FFFFFF;
	/*cursor: pointer;*/
}
#products-features-new #features-grid .rowBtn:hover,
#products-features-new #features-grid .rowBtn:hover td {
	background-color: #F2F2F2;
}

#feature-popup {
	background: #fff;
	position: relative;
	overflow: hidden;
}
#feature-popup #feature-content {
	background: #fff;
	font-family: 'myriad-pro-1', 'myriad-pro-2';
	height: 396px;
	left: 270px;
	overflow-x: hidden;
	padding: 35px 0 0 ;
	position: relative;
	width: 380px;
}
#feature-popup.video {
	overflow: hidden;
	padding: 35px 20px 0 20px;
	width: 650px;
}
#feature-popup h1 {
	font-weight: 600;
}
#feature-popup h2 {
	color: #a6a6a6;
	font-size: 16px;
	font-weight: 600;
}
#feature-popup p {
	font-size: 14px;
	line-height: 1.2143em;
	margin-bottom: 15px;
}
#feature-popup #feature-image {
	float: left;
	margin: 0 13px 0 0;
	position: absolute;
	top: 9px;
}
#feature-popup #feature-image img {
		-moz-border-radius: 0 10px 10px 0;
		-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#feature-popup.video img {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	border-radius: 0;
	position: static;
}
#feature-popup .video-btn {
	background: url(/assets/images/btn-watch-video.png) no-repeat;
	color: #333;
	display: block;
	font-size: 13px;
	height: 17px;
	padding: 4px 0 0 33px;
	position: absolute;
	right: 0;	
	text-decoration: none;
	top: 9px;
	width: 79px;
}
#feature-popup .video-btn:hover {
	background-position: 0 -21px;	
}
#feature-popup .video-btn:hover,
#feature-popup .detail-btn:hover {
	color: #4989af;
}
#feature-popup .detail-btn {
	background: url(/assets/images/btn-back-details.png) no-repeat;
	color: #333;
	display: block;
	font-family: 'myriad-pro-1', 'myriad-pro-2';
	font-size: 13px;
	height: 17px;
	padding: 4px 0 0 0;
	position: absolute;
	left: 20px;
	text-align: center;
	text-decoration: none;
	top: 9px;
	width: 112px;	
}
#feature-popup #btn-modal-contact {
	display: none;
}
#feature-popup .sample-btn {
	background: url(/assets/images/btn-sample-report.png) no-repeat;
	color: #898989;
	display: block;
	margin: 26px auto 0;
	padding: 2px 0 3px 31px;
	text-decoration: none;
	width: 100px;
}
#feature-popup .sample-btn:hover {
	background-position: 0 -18px;
	color: #4989af;
}
#feature-popup h4 {
	font-size: 14px;
	margin: 60px 0 0;
}
#try-list {
	float: left;
	list-style: none;
	margin: 15px 0 0;
	position: relative;
}
#try-list li {
	float: left;
	position: relative;
}
#try-list li + li {
	margin: 0 0 0 10px;
}
.try-personal-btn,
.try-pro-btn,
.try-enterprise-btn {
	background: url(/assets/images/btn-try.png);
	color: #fff;
	display: block;
	font-size: 13px;
	height: 16px;
	padding: 3px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 69px;
}
.try-personal-btn:hover {
	background-position: 0 -19px;
}
.try-pro-btn {
	background-position: -79px 0;
}
.try-pro-btn:hover {
	background-position: -79px -19px;
}
.try-enterprise-btn {
	background-position: -158px 0;
}
.try-enterprise-btn:hover {
	background-position: -158px -19px;
}

#feature-popup #videoplayer {
	background: url(/assets/images/loading.gif) center center no-repeat;
}



/* WHAT'S NEW */

.whats-new-list {
	line-height: 1.5em;
	list-style: disc;
	margin-left: 1em;
}
