/*
Theme Name: Fuze Meeting
Description: Fuze Meeting WordPress Skin
Author: Flickerbox, Inc.
Author URI: http://www.flickerbox.com/
*/



/*********** RESET ************************/
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,del,dfn,em,
img,q,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,th,td {
	text-align: left;
	font-weight: normal;
}
table,td,th {
	vertical-align: middle;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote,q {
	quotes: "" "";
}
a img {
	border: none;
}
/*************************************************/

/*
*************** HTML ELEMENTS ********************/
html {
	background: #f3f3f3;
}
body {
	font-size: 12px;
	color: #515151;
	background: #f3f3f3;
	font-family: Arial,Helvetica,sans-serif;
	width: 100%;
	display: table;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1 {
	font-size: 20px;
	line-height: 37px;
	color: #0075b2;
	margin-top: 5px;
}
h1 a {
	text-decoration: none;
	color: #0075b2;
}
#get-started-form h2 {
	font-size: 21px;
	color: #ff5800;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 5px;
	color: #262626;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #515151;
}
h4 {
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 5px;
	color: #515151;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	margin: 0;
}
p + p {
	margin-top: -16px;
}
p + ul {
	margin-top: -16px;
}
ul + p {
	margin-top: -16px;
}
p {
	font-size: 13px;
	margin: 0 0 32px;
	line-height: 24px;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus,a:hover {
	color: #000;
}
a {
	color: #00a7ff;
	text-decoration: underline;
}
blockquote {
	background: #f0faff url(_media/blockquote_bg.png) 0 0 repeat-x;
	padding: 24px 32px 6px;
}
blockquote p {
	font-family: Georgia,serif;
	font-size: 17px;
	font-style: italic;
	color: #005480;
	margin-bottom: 22px;
}
p cite {
	color: #515151;
	font-size: 11px;
	font-family: Arial,sans-serif;
	font-style: normal;
	text-align: right;
	line-height: 13px;
	display: block;
}
strong {
	font-weight: bold;
}
em,dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup,sub {
	line-height: 0;
}
abbr,acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em 'andale mono','lucida console',monospace;
	line-height: 1.5;
}
li ul,li ol {
	margin: 0 1.5em;
}
ul,ol {
	margin: 0 0 30px 13px;
}
ul {
	list-style-type: disc;
}
li {
	font-size: 13px;
	line-height: 24px;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
table {
	margin-bottom: 1.4em;
	width: 100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th,td,caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
h1, h2, h3, h4, h5,
p, ul, dl, ol {
	padding: 0 6px;
}
/*FORMS*/
table form {
	padding: 0 0 0 15px;
}
form p {
	margin: 0 0 12px 0;
}
#get-started-form label {
	width: 120px;
}
#get-started-form #form-messages label {
	width: auto;
}
table label {
	width: auto;
	text-align: right;
	display: block;
	margin: 10px 10px 10px 0;
	color: #000;
}
label.error {
	color: #FF0000;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}

input.error,
select.error {
	color: #000;
}
textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}
select {
	padding: 3px;
}
.notice,.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
.submit {
	padding-top: 30px;
	text-align: right;
}
.submit-alt {
	padding: 30px 0 0 70px;
}
.submit-alt p {
	margin-left: 7px;
}
form table td {
	padding: 0;
}
input {
	margin: 0;
	padding: 0;
}
input.form-text,input.text {
	background: #FFF url(_media/input_bg.gif) 0 50% no-repeat;
	width: 144px;
	padding: 6px 5px 0;
	height: 20px;
	border: none;
}
form input.error {
	background: #000 url(_media/input_bg_error.png) 0 50% no-repeat;
}
span.input-error-small {
    background: url(_media/input_bg_error_small.png) 0 50% no-repeat;
}
input.input-small {
	background: url(_media/input_bg_small.gif) 0 50% no-repeat;
	width: 32px;
	height: 20px;
	display: block;
	padding: 6px 5px 0;
}
#get-started-form span.input {
	padding-top: 8px;
}
#get-started-form #form-messages {
	display: none;
}
#get-started-form #form-messages {
	margin-top: -12px;
	margin-bottom: 6px;
	margin-left: 0;
	padding-left: 6px;
}
#get-started-form #form-messages li,
.form-errors {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size: 11px;
	line-height: 13px;
}
.form-errors {
	padding: 0;
}
#form-messages {
	margin-bottom: 12px;
	margin-left: 0;
	padding-left: 0;
}
#form-messages li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 6px;
}
form textarea.error {
	border: 1px solid #666;
}
input.error {
	border: none;
}
.success-message {
	color: green;
}
#fuzemeeting-plans-get-form-list .form-item {
	margin: 0;
}
#fuzemeeting-plans-get-form-list .plan-radio {
	margin: 0 10px 20px 0; 
	float: left;
}
#fuzemeeting-plans-get-form-list hr {
	margin: 20px 0 15px 0;
}
.plan-description {
	float: left; 
	width: 400px;
}
.plan-price {
	float: right; 
	width: 150px; 
	text-align: right; 
	margin-top: 5px;
} 
.small {
	font-size: 11px;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 14px;
	line-height: 24px;
}
.hide {
	display: none;
}
.quiet {
	color: #7d7d7d;
}
.loud {
	color: #000;
}
.highlight {
	background: #ff0;
}
.added {
	background: #060;
	color: #fff;
}
.removed {
	background: #900;
	color: #fff;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
.shorter {
	line-height: 18px;
}
/*
*************** GRID ********************/
.container {
	width: 960px;
	margin: 0 auto;
}
.showgrid {
	background: url(_media/grid.png);
}
.column,div.span-1,div.span-2,div.span-3,
div.span-4,div.span-5,div.span-6,div.span-7,
div.span-8,div.span-9,div.span-10,
div.span-11,div.span-12 {
	float: left;
	margin-right: 12px;
}
.last,div.last {
	margin-right: 0;
}
.span-1{width:69px;}
.span-2{width:150px;}
.span-3{width:231px;}
.span-4{width:312px;}
.span-5{width:393px;}
.span-6{width:474px;}
.span-7{width:555px;}
.span-8{width:636px;}
.span-9{width:717px;}
.span-10{width:798px;}
.span-11{width:879px;}
.span-12,div.span-12{width:960px;margin:0;}

input.span-1,textarea.span-1,select.span-1{width:69px!important;}
input.span-2,textarea.span-2,select.span-2{width:128px!important;}
input.span-3,textarea.span-3,select.span-3{width:209px!important;}
input.span-4,textarea.span-4,select.span-4{width:290px!important;}
input.span-5,textarea.span-5,select.span-5{width:371px!important;}
input.span-6,textarea.span-6,select.span-6{width:452px!important;}
input.span-7,textarea.span-7,select.span-7{width:533px!important;}
input.span-8,textarea.span-8,select.span-8{width:614px!important;}
input.span-9,textarea.span-9,select.span-9{width:695px!important;}
input.span-10,textarea.span-10,select.span-10{width:776px!important;}
input.span-11,textarea.span-11,select.span-11{width:857px!important;}
input.span-12,textarea.span-12,select.span-12{width:950px!important;}

.append-1{padding-right:81px;}
.append-2{padding-right:162px;}
.append-3{padding-right:243px;}
.append-4{padding-right:324px;}
.append-5{padding-right:405px;}
.append-6{padding-right:486px;}
.append-7{padding-right:567px;}
.append-8{padding-right:648px;}
.append-9{padding-right:729px;}
.append-10{padding-right:810px;}
.append-11{padding-right:891px;}
.prepend-1{padding-left:81px;}
.prepend-2{padding-left:162px;}
.prepend-3{padding-left:243px;}
.prepend-4{padding-left:324px;}
.prepend-5{padding-left:405px;}
.prepend-6{padding-left:486px;}
.prepend-7{padding-left:567px;}
.prepend-8{padding-left:648px;}
.prepend-9{padding-left:729px;}
.prepend-10{padding-left:810px;}
.prepend-11{padding-left:891px;}

.pull-1{margin-left:-81px;}
.pull-2{margin-left:-162px;}
.pull-3{margin-left:-243px;}
.pull-4{margin-left:-324px;}
.pull-5{margin-left:-405px;}
.pull-6{margin-left:-486px;}
.pull-7{margin-left:-567px;}
.pull-8{margin-left:-648px;}
.pull-9{margin-left:-729px;}
.pull-10{margin-left:-810px;}
.pull-11{margin-left:-891px;}
.pull-12{margin-left:-972px;}

.pull-1,.pull-2,.pull-3,.pull-4,.pull-5,.pull-6,.pull-7,.pull-8,.pull-9,.pull-10,.pull-11,.pull-12 {
	float: left;
	position: relative;
}
.push-1{margin:0 -81px 1.5em 81px;}
.push-2{margin:0 -162px 1.5em 162px;}
.push-3{margin:0 -243px 1.5em 243px;}
.push-4{margin:0 -324px 1.5em 324px;}
.push-5{margin:0 -405px 1.5em 405px;}
.push-6{margin:0 -486px 1.5em 486px;}
.push-7{margin:0 -567px 1.5em 567px;}
.push-8{margin:0 -648px 1.5em 648px;}
.push-9{margin:0 -729px 1.5em 729px;}
.push-10{margin:0 -810px 1.5em 810px;}
.push-11{margin:0 -891px 1.5em 891px;}
.push-12{margin:0 -972px 1.5em 972px;}

.push-1,.push-2,.push-3,.push-4,.push-5,.push-6,.push-7,.push-8,.push-9,.push-10,.push-11,.push-12 {
	float: right;
	position: relative;
}

.prepend-top {
	margin-top: 1.5em;
}
.append-bottom {
	margin-bottom: 30px;
}
div.border {
	padding-right: 5px;
	margin-right: 6px;
	border-right: 1px solid #eee;
}
div.colborder {
	padding-right: 46px;
	margin-right: 46px;
	border-right: 1px solid #eee;
}
.box {
	padding: 1.5em;
	margin-bottom: 1.5em;
	background: #E5ECF9;
}
hr {
	background: #e0e0e0;
	color: #e0e0e0;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 30px 0;
	border: none;
}
hr.space {
	background: #fff;
	color: #fff;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 15px 0;
	border: none;
}
.clearfix:after,.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clearfix,.container {
	display: block;
}
.clear {
	clear: both;
}

/*
*************** PAGE STRUCTURE ********************/
a#logo {
	margin-top: 20px;
	display: block;
}
/*NAVIGATION*/
ul.menu {
	margin: 0;
}
ul.menu {
	padding: 0;
}
ul.menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#pricing-table ul.menu li {
    line-height: 22px;
}

#super-nav {
	background: #00324c;
	border-bottom: 1px solid #3388b5;
}
#super-nav ul {
	text-align: left;
	padding: 8px 0 7px 0;
	color: #ccedfe;
	text-decoration: none;
	font-size: 11px;
}
#super-nav ul li {
	padding: 5px 0;
	display: inline;
}
#super-nav ul li a {
	padding: 0 10px;
	color: #ccedfe;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#super-nav ul li a:hover {
	color: #fff;
}
a.demo-presenter {
	display: block;
	width: 60px;
	height: 30px;
}
a.demo-presenter span {
	display: none;
}
a.demo-presenter-status-on:hover {
	background: url(../_media/new_home_page_images/btn-live-demo.png) 0 0 no-repeat;
}
a.demo-presenter-status-on {
    background: url(../_media/new_home_page_images/btn-live-demo.png) 0 -36px no-repeat;
}
a.demo-presenter-status-off:hover {
    background: url(../_media/new_home_page_images/btn-demo.png) 0 0 no-repeat;
}
a.demo-presenter-status-off {
    background: url(../_media/new_home_page_images/btn-demo.png) 0 -36px no-repeat;
}
#main-nav {
	position: relative;
}
#main-nav ul {
	margin-top: 10px;
}
#main-nav ul li {
	float: right;
	margin-left: 15px;
	list-style-type: none;
}
#main-nav ul li a {
	display: block;
	height: 49px;
}
#main-nav ul li a span {
	display: block;
}
#main-nav ul li#nav-what-is-fuzemeeting {
	width: 179px;
}
#main-nav ul li#nav-what-is-fuzemeeting a {
	height: 55px;
	width: 179px;
	background: url(_media/main_nav.png) 50% 0 no-repeat;
}
#main-nav ul li#nav-what-is-fuzemeeting a:hover {
	background-position: 50% -275px;
}
#main-nav ul li#nav-what-is-fuzemeeting a.selected {
	background-position: 50% -550px;
}
#main-nav ul li#nav-solutions {
	width: 98px;
}
#main-nav ul li#nav-solutions a {
	height: 55px;
	width: 98px;
	background: url(_media/main_nav.png) 50% -55px no-repeat;
}
#main-nav ul li#nav-solutions a:hover {
	background-position: 50% -330px;
}
#main-nav ul li#nav-solutions a.selected {
	background-position: 50% -605px;
}
#main-nav ul li#nav-features {
	width: 94px;
}
#main-nav ul li#nav-features a {
	height: 55px;
	width: 94px;
	background: url(_media/main_nav.png) 50% -110px no-repeat;
}
#main-nav ul li#nav-features a:hover {
	background-position: 50% -385px;
}
#main-nav ul li#nav-features a.selected {
	background-position: 50% -660px;
}
#main-nav ul li#nav-pricing {
	width: 87px;
}
#main-nav ul li#nav-pricing a {
	height: 55px;
	width: 87px;
	background: url(_media/main_nav.png) 50% -165px no-repeat;
}
#main-nav ul li#nav-pricing a:hover {
	background-position: 50% -440px;
}
#main-nav ul li#nav-pricing a.selected {
	background-position: 50% -715px;
}
#main-nav ul li#nav-follow-us {
	width: 102px;
}
#main-nav ul li#nav-follow-us a {
	height: 55px;
	width: 102px;
	background: url(_media/main_nav.png) 50% -220px no-repeat;
}
#main-nav ul li#nav-follow-us a:hover {
	background-position: 50% -495px;
}
#main-nav ul li#nav-follow-us a.selected {
	background-position: 50% -770px;
}
#main-nav ul li a span strong {
	display: none;
}
#header {
	padding: 20px 0 0 0;
	height: 77px;
	background: #0087d7 url(_media/header_bg.png) 0 0 repeat-x;
}
#sub-nav {
	padding-bottom: 219px;
	border-top:1px solid #E7E6E6;
	background: url(_media/features_nav_bg_bottom2.png) 0 100% no-repeat;
	width: 297px;
}
#sub-nav li {
	border-right: 1px solid #dad9d9;
	border-left: 1px solid #dad9d9;
}
#sub-nav li a {
	list-style-type: none;
	font-size: 11px;
	color: #8e8e8e;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e6e6;
	display: block;
	width: 280px;
	margin: 0 auto;
	
	display: block;
	background: url(_media/features_nav_bg_left.png) 1px 100% no-repeat;
	height: 48px;
	padding: 10px 0 0 15px;
}
#sub-nav li a strong {
	list-style-type: none;
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #515151;
}
#sub-nav li.selected a {
	background: #d8d8d8 url(_media/features_nav_bg_up.png) 0 0 repeat-x;
}
#web-conferencing-web-conferencing-basics #sub-nav li a.active,
#web-conferencing-web-conferencing-basics #sub-nav li a:hover.active,
#solutions #sub-nav li a.active,
#solutions #sub-nav li a:hover.active,
#conference-features-iphone #sub-nav li a.active,
#conference-features-iphone #sub-nav li a:hover.active,
#about #sub-nav li a.active,
#about #sub-nav li a:hover.active {
	background: url(_media/features_nav_bg_selected_1.png) 1px 0 no-repeat;
}
#web-conferencing-how-it-works #sub-nav li a.active,
#web-conferencing-how-it-works #sub-nav li a:hover.active,
#solutions-higher-education #sub-nav li a.active,
#solutions-higher-education #sub-nav li a:hover.active,
#conference-features-blackberry #sub-nav li a.active,
#conference-features-blackberry #sub-nav li a:hover.active,
#about-management #sub-nav li a.active,
#about-management #sub-nav li a:hover.active {
	background: url(_media/features_nav_bg_selected_2.png) 1px 0 no-repeat;
}
#web-conferencing-top-10-uses #sub-nav li a.active,
#web-conferencing-top-10-uses #sub-nav li a:hover.active,
#solutions-life-sciences #sub-nav li a.active,
#solutions-life-sciences #sub-nav li a:hover.active,
#about-news #sub-nav li a.active,
#about-news #sub-nav li a:hover.active {
	background: url(_media/features_nav_bg_selected_3.png) 1px 0 no-repeat;
}
#web-conferencing-why-fuze-meeting #sub-nav li a.active,
#web-conferencing-why-fuze-meeting #sub-nav li a:hover.active,
#solutions-sales-and-training #sub-nav li a.active,
#solutions-sales-and-training #sub-nav li a:hover.active,
#about-contact #sub-nav li a.active,
#about-contact #sub-nav li a:hover.active {
	background: url(_media/features_nav_bg_selected_4.png) 1px 0 no-repeat;
}
#web-conferencing-video-tour #sub-nav li a.active,
#web-conferencing-video-tour #sub-nav li a:hover.active,
#about-press #sub-nav li a.active,
#about-press #sub-nav li a:hover.active {
	background: url(_media/features_nav_bg_selected_5.png) 1px 0 no-repeat;
}
#web-conferencing-customer-stories #sub-nav li a.active,
#web-conferencing-customer-stories #sub-nav li a:hover.active,
#about-resources #sub-nav li a.active,
#about-resources #sub-nav li a:hover.active {
	background: url(_media/features_nav_bg_selected_6.png) 1px 0 no-repeat;
}
#web-conferencing-comparison #sub-nav li a.active,
#web-conferencing-comparison #sub-nav li a:hover.active {
	background: url(_media/features_nav_bg_selected_7.png) 1px 0 no-repeat;
}
#sub-nav li a:hover {
	background:  url(_media/features_nav_bg_up.png) 1px 0 no-repeat;
	cursor: pointer;
}
#sub-nav li a:hover strong {
	color: #3d3d3d;
}
.sub-nav-promo {
	background: url('_media/promo_box_top.png') 0 0 no-repeat;
	margin-top: 10px;
}
.sub-nav-promo ul {
	margin: 0;
	padding: 0;
	background: url('_media/promo_box_bottom.png') 0 100% no-repeat;
	padding: 3px 10px;
}
.sub-nav-promo ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sub-nav-promo ul li.last a {
	border-bottom: none;
}
.sub-nav-promo ul li a {
	padding: 5px 6px 5px 30px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #d8d8d8;
	display: block;
	color: #363636;
}
.promo-get-started {
	background: url('_media/icon_arrow.png') 6px 50% no-repeat;
}
.promo-pricing {
	background: url('_media/icon_money.png') 6px 50% no-repeat;
}
.promo-feature-tour {
	background: url('_media/icon_pointer.png') 6px 50% no-repeat;
}

.liveperson {
	position: relative;
	text-align: right;
}
#liveperson-container {
	/*
    position: absolute;
    top: 0;
    right: 0;
    */
    height: 42px;
    margin-left: -27px;
    width: 250px;
}

/*CONTENT*/
#content {
	background: #FFF url(_media/sub_page_content_bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #cfcfcf;
	padding: 40px 0 20px 0;
}
/*FOOTER*/
#footer {
	border-bottom: 1px solid #cfcfcf;
}
#footer h5 {
	margin: 25px 0 5px 0;
}
#footer h5 a {
	color: #515151;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#footer ul {
	margin: 0;
}
#footer ul li {
	margin: 0 0 5px;
	list-style-type: none;
	line-height: 17px;
}
#footer ul li a {
	color: #9f9f9f;
	font-size: 11px;
	text-decoration: none;
}
#footer .callout {
	background: url(_media/footer_callout_bg.png) 100% 100% no-repeat;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#footer .callout ul {
	margin: 23px 25px 16px 25px;
}
#footer .nav-image {
	margin-bottom: 10px;
}
#social-block {
	background: #ebebeb url('_media/follow_us_bg.png') 0 0 repeat-x;
	border-bottom: 1px solid #cfcfcf;
}
#social-block a {
    padding-top:30px;   
    padding-bottom:30px;   
}
#social-block p {
	margin-bottom: 0;
	font-size: 11px;
	padding: 5px 7px;
}
#icon-twitter {
	margin-left: 20px;
	padding-left: 35px;
	margin-right: 20px;
	background: url('_media/icon_twitter.png') 0 50% no-repeat;
}
#icon-youtube {
	padding-left: 19px;
	margin-right: 20px;
	background: url('_media/icon_youtube.png') 0 50% no-repeat;
}
#icon-facebook {
	padding-left: 19px;
	margin-right: 20px;
	background: url('_media/icon_facebook.png') 0 50% no-repeat;
}
#icon-linkedin {
    padding-left: 24px;
    margin-right: 20px;
    background: url('_media/icon_linkedin.png') 0 50% no-repeat;
}
#sub-footer {
	font-size: 10px;
	color: #7d7d7d;
}
#sub-footer p {
	font-size: 10px;
	color: #7d7d7d;
}
#sub-footer a {
	text-decoration: none;
	color: #7d7d7d;
}
#sub-footer .last {
	text-align: right;
}
/*SIDEBAR*/
.sidebar-promo-wrap {
	background: url('_media/sidebar_promo_top.png') 0 0 no-repeat;
	margin-top: 10px;
}
.sidebar-promo {
	margin: 0;
	padding: 0;
	background: url('_media/sidebar_promo_bottom.png') 0 100% no-repeat;
	padding: 20px 5px;
	text-align: center;
}
.sidebar-heading {
	font-size: 11px;
	color: #00a7ff;
	line-height: 13px;
}
.sidebar-body {
	font-size: 11px;
	line-height: 13px;
	color: #959595;
	margin-bottom: 0;
}
/*HOME PAGE*/
#home-page-header {
	background: #FFF url('_media/home_bg.jpg') 0 0 repeat-x;
	border-bottom:1px solid #CFCFCF;
}
#home-page-header-inner {
	background:  url('_media/home_header_bg.jpg') -15px 0 no-repeat;
	width: 1100px;
	margin: 0 auto;
}
#home-page-header-inner .get-started-container {
	width: 209px;
	padding-top: 0;
}
#home-page-header-inner .landing-sub-heading {
	margin-bottom: 15px;
}
#home-page-header-inner p,
#home-page-header-inner h2,
#home-page-header-inner h3 {
	padding: 0;
}
#home-page-header #get-started-form {
	margin-top: 0;
	position: relative;
	top: -40px;
}
#home-page-header #get-started-form p {
	padding: 0;
}
#home-feature-grid p {
	line-height: 18px;
}
#home-feature-grid p strong {
	color: #000;
}
#home-feature-grid .image-container {
	padding-top: 4px;
}
.front #content {
	background: none;
	border-bottom: none;
	padding: 40px 0;
}
.front form table {
	width: auto;
}
.front h2 {
	margin-bottom: 15px;
}
.front h3 {
	margin-top: 6px;
	margin-bottom: 10px;
}
.front .row-separator {
	margin-bottom: 23px;
	padding-bottom: 25px;
	background: url(_media/separator.png) 0 100% repeat-x;
}
.front .row-separator p {
	margin-bottom: 0;
}
.front .landing-heading {
	margin-bottom: 12px;
}
#sub-content {
	background: url(_media/home_sub_content_bg.png) 0 0 no-repeat;
	min-height: 357px;
}
#feature {
	padding: 20px 0 50px 0;
	background: #0092e4 url(_media/feature_bg.png) 0 0 repeat-x;
	color: #FFF;
}
#feature a,
#feature a:hover {
	color: #FFF;
	text-decoration: none;
}
#feature p {
	font-size: 15px;
	padding: 0;
}
#feature h1 {
	color: #FFF;
	padding: 0;
	margin-bottom: 0;
}
#feature h2 {
	font-size: 18px;
	margin-bottom: 30px;
	padding: 0;
	color: #FFF;
}
#feature p.small {
	font-size: 12px;
	line-height: 13px;
}
#feature h1 span {
	color: #6dcff6;
}
#feature-nav ul {
	text-align: right;
	color: #ccedfe;
	text-decoration: none;
	font-size: 11px;
	margin-top: 37px;
}
#feature-nav ul li {
	display: inline;
	margin-left: 50px;
}
#feature-nav ul li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
#feature-nav ul li a:hover {
	color: #fff;
}
#feature-nav li#nav-what {
	margin-left: 0;
}

.landing-content {
	padding-top: 40px;
}
#get-started-form form {
	padding: 40px 40px 0;
}
#get-started-form form table {
	width: auto;
}
/*LANDING PAGES*/
#landing-header {
	background: #fcfcfc url(_media/landing_page_header_bg.png) 0 0 repeat-x;
	height: 274px;
}
#landing-header .container {
	height: 274px;
}
#landing-header-inner {
	width: 1100px;
	margin: 0 auto;
}
#landing-full-page {
	background: #FFF url(_media/landing_content_bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 40px;
}
.landing-full-page-header {
	height: 274px;
}
.landing-heading {
	color: #00a7ff;
	font-size: 30px;
	margin: 70px 0 0 0;
	line-height: 33px;
	padding: 0;
}
.landing-sub-heading {
	color: #00a7ff;
	font-size: 25px;
	color: #666666;
	padding: 0;
	line-height: 30px;
	margin: 0;
}
.shallow-heading .landing-heading {
	margin-top: 37px;
}
.landing-bg-1 {
	background: url(_media/landing_bg_1.jpg) 0 0 no-repeat;
}
.landing-bg-2 {
	background: url(_media/landing_bg_2.jpg) 0 0 no-repeat;
}
.landing-bg-3 {
	background: url(_media/landing_bg_3.jpg) 0 0 no-repeat;
}
.landing-bg-4 {
	background: url(_media/landing_bg_4.jpg) 0 0 no-repeat;
}
.landing-bg-5 {
	background: url(_media/landing_bg_5.jpg) 0 0 no-repeat;
}
.get-started-container {
	line-height: 8px;
	text-align: center;
	padding-top: 39px;
}
.get-started-container a.button-get-started {
	margin: 0 auto;
}
.feature-thumbs {
	margin-left: 72px;
	margin-top: 20px;
	line-height: 5px;
}
.feature-thumbs a {
	text-decoration: none;
}
.feature-thumbs span {
	margin-left: 10px;
}
/*PAGE SPECIFIC*/
#pricing-header {
	height: auto;
}
#pricing-header h2 {
	margin: 27px 0 0 0;
}
#pricing-table {
	background: url('../_media/pricing_bg.png') 50% 0 no-repeat;
	min-height: 367px;
	height: auto !important;
	height: 367px;
}
.pricing-content {
	text-align: center;
}
.pricing-content ul {
	min-height: 234px;
	height: auto !important;
	height: 234px;
}
.pricing-content p {
	padding: 0;
}
.pricing-content li {
	font-size: 14px;
	text-align: center;
}
.pricing-content h2 {
	padding: 0;
	color: #ff5800;
	font-size: 25px;
	margin: 0 0 2px 0;
}
.pricing-content .large {
	font-size: 18px;
}
#pricing-left {
	padding: 65px 8px 0 18px;
}
#pricing-middle {
	padding: 50px 45px 0;
}
#pricing-middle h2 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 7px;
	font-size: 33px;
	margin: 0 0 5px 0;
}
#pricing-right {
	padding: 65px 22px 0 8px;
}
.price {
	color: #00a7ff;
}
.landing-images-1 {
	display: block;
	background: url(_media/product_images_1.png) 0 0 no-repeat;
	width: 454px;
	height: 172px;
	position: relative;
	bottom: -30px;
	right: -70px;
	overflow: visible;
}

.landing-comparison {
	display: block;
    background: url(../_media/burst-webex-orange.png) 0 0 no-repeat;
    width: 197px;
    height: 197px;
    position: absolute;
    left: 280px;
    overflow: visible;
}

#landing-header.comparison-header {
	height: 100px;
    background: transparent url(../_media/header-comparison-gradient.png) 0 0 repeat-x;
}

#comparison-badge {
	position: relative;
}

/*HOW IT WORKS*/
.step-wrap {
	background: url('_media/step_arrow.png') 55px 100% no-repeat;
	padding-bottom: 20px;
	position: relative;
	overflow: visible;
	bottom: -25px;
}
.step {
	background: #221f1f;
	padding: 11px;
}
.step p {
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	margin: 0;
	line-height: 15px;
	padding-left: 30px;
	padding: 5px 0 5px 30px;
}
#step-1 {
	background: url('../_media/step_number_1.png') 0 50% no-repeat;
}
#step-2 {
	background: url('../_media/step_number_2.png') 0 50% no-repeat;
}
#step-3 {
	background: url('../_media/step_number_3.png') 0 50% no-repeat;
}
/*GET STARTED*/
#get-started-form {
	width: 420px;
	float: right;
	background: url('../_media/form_bg.png') 0 0 no-repeat;
	margin-top: 33px;
}

#get-started .submit-alt {
    padding-left: 80px;
}

/*IPHONE FEATURES*/
#iphone-content {
	width: 223px;
	height: 487px;
	background: url('_media/iphone.png') 0 0 no-repeat;
	margin: 0 4px;
	line-height: 0;
	padding: 69px 0 0 21px;
}
.iphone-feature {
	height: 275px;
	width: 368px;
	line-height: 0;
}
.iphone-feature-screenshot {
	height: 275px;
	width: 183px;
	float: left;
	margin-right: 35px;
	background: #000;
}
.iphone-feature-description {
	height: 275px;
	width: 150px;
	float: left;
}
.iphone-feature-description p {
	padding: 0;
}
.ui-tabs-hide {
     display: none;
}
#iphone-feature-nav {
	border-top: 1px solid #d8d8d8;
	margin-top: 72px;
	margin-left: 38px;
}
#iphone-features p.clearfix {
	margin-top: 24px;
}
#iphone-features p .button-app-store {
	float: right;
}
#iphone-feature-nav ul li {
	line-height: 12px;
}
#iphone-feature-nav li a {
	border-bottom: 1px solid #d8d8d8;
	color: #515151;
	display: block;
	padding: 6px 7px 5px 7px;
	font-size: 11px;
	text-decoration: none;
	width: 179px;
	outline: none;
}
#iphone-feature-nav li a span {
	background: url('_media/iphone_nav_indicator.png') 100% 50% no-repeat;
	display: block;
}
#iphone-feature-nav li.ui-tabs-selected a {
	background: #f7f7f7 url('_media/iphone_nav_active.png') 0 0 repeat-x;
	color: #262626;
}
#iphone-feature-nav li.ui-tabs-selected a span {
	background: url('_media/iphone_nav_indicator_active.png') 100% 50% no-repeat;
}
#iphone-feature-nav li a:hover {
	color: #00a7ff;
}
/*WEB MEETING FEATURES*/
/*Hide sub nav on these pages*/
.feature-page #block-menu-menu-features {
	display: none;
}
#features-nav-wrap {
	padding-bottom: 142px;
	background: url(../_media/features_nav_bg_bottom2.png) 0 100% no-repeat;
}
#features-nav {
	width: 297px;
	background: url(../_media/features_nav_bg.png) 0 0 repeat-y;
	border-top: 1px solid #e7e6e6;
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 0;
}
#features-nav li {
	list-style-type: none;
	line-height: 13px;
}
#features-nav li a {
	list-style-type: none;
	font-size: 11px;
	color: #8e8e8e;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e6e6;
	display: block;
	width: 295px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	min-height: 70px;
}
#features-nav li a span.nav-text {
	width: 202px;
	padding: 12px 12px 12px 0;
	display: block;
	float: right;
}
#features-nav li a span.nav-icon {
	margin-top: 17px;
	width: 81px;
	height: 36px;
	padding: 0;
	display: block;
	float: left;
	background-image: url(../_media/features_icons.png);
	background-repeat: no-repeat;
}
li#nav-item-0 a span.nav-icon {
	background-position: 50% 0;
}
li#nav-item-0 a.selected span.nav-icon {
	background-position: 50% -36px;
}
li#nav-item-1 a span.nav-icon {
	background-position: 50% -72px;
}
li#nav-item-1 a.selected span.nav-icon {
	background-position: 50% -108px;
}
li#nav-item-2 a span.nav-icon {
	background-position: 50% -144px;
}
li#nav-item-2 a.selected span.nav-icon {
	background-position: 50% -180px;
}
li#nav-item-3 a span.nav-icon {
	background-position: 50% -216px;
}
li#nav-item-3 a.selected span.nav-icon {
	background-position: 50% -252px;
}
li#nav-item-4 a span.nav-icon {
	background-position: 50% -288px;
}
li#nav-item-4 a.selected span.nav-icon {
	background-position: 50% -324px;
}
li#nav-item-5 a span.nav-icon {
	background-position: 50% -360px;
}
li#nav-item-5 a.selected span.nav-icon {
	background-position: 50% -396px;
}
li#nav-item-6 a span.nav-icon {
	background-position: 50% -432px;
}
li#nav-item-6 a.selected span.nav-icon {
	background-position: 50% -468px;
}
li#nav-item-7 a span.nav-icon {
	background-position: 50% -504px;
}
li#nav-item-7 a.selected span.nav-icon {
	background-position: 50% -540px;
}
li#nav-item-8 a span.nav-icon {
	background-position: 50% -576px;
}
li#nav-item-8 a.selected span.nav-icon {
	background-position: 50% -612px;
}
#features-nav li a strong {
	list-style-type: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #515151;
	margin-bottom: 5px;
}
#features-nav li.selected a,
#features-nav li a:hover {
	background: url(../_media/features_nav_bg_selected.png) 0 0 repeat-x;
}
#change-feature {
	text-align: right;
	color: #cbcbcb;
}
#feature-container p.image-container {
	margin-bottom: 8px;
}
#feature-container p.large {
	font-size: 17px;
}
.icon-right {
	background: url(../_media/icon_arrow_right.png) 100% 50% no-repeat;
	padding: 2px 24px 2px 4px;
}
.icon-left {
	background: url(../_media/icon_arrow_left.png) 0 50% no-repeat;
	padding: 2px 4px 2px 24px;
}
/*BUTTONS*/
.button-get-started-sidebar {
	background-image: url(_media/button_get_started_alt.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 114px;
	height: 35px;
	display: block;
	margin: 0 auto 20px auto;
}
.button-get-started {
	background-image: url(_media/button_get_started.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 209px;
	height: 53px;
	display: block;
}
.button-login {
	background-image: url(_media/button_login.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 134px;
	height: 39px;
	display: block;
}
a:hover.button-get-started {
	background-position: 0 -53px;
}
.button-contact-sales {
	background-image: url(_media/button_contact_sales.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 209px;
	height: 53px;
	display: block;
}
.button-app-store {
	background: url(_media/button_app_store.png) 0 0 no-repeat;
	width: 152px;
	height: 49px;
	display: block;
}
.button-callwave {
	background: url(_media/logo_callwave.png) 0 0 no-repeat;
	width: 98px;
	height: 12px;
	display: block;
}

/*PURCHASE*/
.page-purchase #sub-footer {
	padding-top: 12px;
}
.purchase-header {
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 17px;
}
.purchase-header span {
	font-size: 17px;
	color: #00a7ff;
}
.purchase-container {
	background: #FFF url('_media/purchase_form_bg.png') 0 0 repeat-x;
	border: 3px solid #c2c2c2;
	padding: 12px;
	margin-bottom: 12px;
	overflow: hidden;
}
.purchase-container form {
	padding: 0 6px;
}
.submit-container {
	text-align: right;
}
.purchase-container form h2 {
	padding: 0;
}
.purchase-container h2 {
	margin-top: 6px;
	color: #ff5800;
	font-size: 17px;
	margin-bottom: 12px;
}
.purchase-container p {
	margin-bottom: 12px;
	line-height: 18px;
}
.purchase-container form p {
	padding: 0;
}
.purchase-container p + p {
	margin-top: 0;
}
.purchase-container .sub-text{
	color: #999999;
	font-weight: normal;
	line-height: 12px;
	font-size: 11px;
	margin-top: -8px;
}
.purchase-container .large {
	color: #000;
	font-size: 15px;
}
.purchase-container label {
	color: #000;
}
.bubble-promo {
	padding: 12px 12px 107px 12px;
	background: #f3f3f3 url('_media/sidebar_bubble_promo_bg.png') 0 100% no-repeat;
}
.bubble-promo img {
	padding: 6px 0 12px 0;
}
.bubble-promo p {
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	margin-bottom: 0;
}
.bubble-promo p strong {
	color: #333333;
}
.purchase-container-callout {
	background: #f7f7f7;
	border: 1px solid #cccccc;
}
.icon-lock {
	padding-right: 15px;
	background: url('_media/icon_lock.png') 100% 50% no-repeat;
}
.tooltip {
	font-size: 11px;
}
#tooltip{
	position:absolute;
	background: #FFF;
	border: 2px solid #0C71CC;
	padding:2px 3px;
	font-size: 11px;
	width: 200px;
	display:none;
	line-height: 1.2;
}
.purchase-container-plan-left {
	float: left;
	width: 381px;
	margin-right: 30px;
}
.purchase-container-plan-right {
	float: left;
	width: 275px;
}
.purchase-container-callout .purchase-container-plan-left {
	width: 380px;
}
.purchase-container-callout .purchase-container-plan-right {
	width: 212px;
}
.form-left {
	float: left;
	width: 337px;
}
.form-right {
	float: left;
	width: 337px;
}
.edit {
	text-align: right;
	margin-top: 12px;
	margin-bottom: 12px;
}
.edit a {
	text-decoration: none;
}
.start-meeting {
	float: right;
	color: #00a7ff;
	font-size: 19px;
	margin-top: 5px;
}
/*MISC*/
#home-page-header-inner .more {
	background: url(_media/feature_more.png) 100% 50% no-repeat;
	padding: 0 12px 0 0;
	text-decoration: none;
}
#content .more,
.footer-promo .more {
	background: url(_media/content_more.png) 100% 50% no-repeat;
	padding: 0 12px 0 0;
	text-decoration: none;
}

#content .footer-promo .last {
		display:block;
		clear:both;
		margin-top:6px
}

#web-conferencing-tour #content {
	padding:40px 0px 30px 0px;
}

#web-conferencing-tour .footer-promo {
   margin-top:25px;
}

.replaced span {
	display: none;
}
.row-separator {
	margin-bottom: 35px;
	background: url(_media/separator.png) 0 100% repeat-x;
}
div.last-row,
.front div.last-row  {
	padding-bottom: 0;
	background: none;
}
.footer-promo {
	background: url(/_media/promo_footer_bg.jpg) 0 0 no-repeat;
	padding: 10px 0 10px 0;
	display:block;
	min-height:60px;
}
.footer-promo .footer-promo-content {
	margin-left:15px;
}
.footer-promo-content a {
	margin-right: 18px;
	font-size: 15px;
}
.footer-promo-content p {
	margin-bottom:3px;

}
.promo-heading {
	font-size: 17px;
	color: #00a7ff;
}
.promo-sub-heading {
	font-size: 16px;
	color: #636363;
}
.promo {
	background: #e2f5ff url(_media/promo_bg.png) bottom right no-repeat;
	border-top: 4px solid #b5d5e6;
	margin: 25px 0 15px 0;
}
.promo .span-6 {
	padding-top: 30px;
}
.promo img {
	margin-top: -50px;
	margin: -25px 0 0 25px;
	position: relative;
}
.case-study {
	margin-bottom: 30px;
}
.case-study p {
	margin-bottom: 20px;
}
p.note {
	color: #000;
	font-size: 11px;
	margin-left: 8px;
}
.text-promo p {
	line-height: 18px;
}
.text-promo a {
	text-decoration: none;
}
.image-container {
	text-align: center;
}
.iphone-promo {
	background: url('_media/iphone_promo_small.png') 0 0 no-repeat;
	line-height: 140px;
	padding-left: 70px;
	display: block;
}
.feature {
	margin-bottom: 36px;
}
.feature p {
	margin-bottom: 0;
}
.customer-story p {
	margin-bottom: 24px;
}
.customer-story .image-container {
	padding-top: 36px;
}
a.edit-link {
	background: #BE5227;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	padding: 2px 5px;
	color: #fff;
	font-size: 11px;
}
a:hover.edit-link {
	background: #BE390E;	
	color: #FFF;
}
#display-messages-wrap {
	margin-bottom: 25px;
}
#hidden-form-messages {
	color: red;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
#hidden-form-messages ul {
	margin: 0;
	padding: 0;
}
#hidden-form-messages ul li {
	color: red;
	display: inline;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}

/*
*************** BLOG ********************/
#title {
	height: 58px;
	background: url(_media/blog_h1_bg.png) 0 0 no-repeat;
}

.post-separator {
	padding-top: 10px;
	margin-bottom: 35px;
	background: url(_media/separator.png) 0 0 repeat-x;
}
.post {
	padding-top: 20px;
}
.post-title a {
	font-size: 28px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.post-meta,
.post-author {
	color: #999999;
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 13px;
}
.post-meta a,
.post-author a {
	color: #00a7ff;
	text-decoration: none;
	font-size: 11px;
}
.post-author {
	margin-bottom: 30px;
}
.post-author a {
	color: #333333;
}
.post-meta-comments {
	text-align: right;
}
.post-meta-comments a,
span.icon-comment {
	background: url(_media/icon_comment.png) 0 50% no-repeat;
	padding: 3px 0 4px 38px;
}
.rss {
	text-align: right;
}
.rss a {
	text-decoration: none;
	font-size: 11px;
}
#sidebar .rss {
	text-align: left;
	padding: 0;
}
#sidebar ul {
	margin: 0;
	padding: 11px;
	margin-bottom: 16px;
	background: #f5f5f5 url(_media/sidebar_bottom.png) 0 100% no-repeat;
}
#sidebar ul li {
	text-transform: uppercase;
	list-style-type: none;
	color: #999999;
	font-size: 11px;
}
#sidebar ul li ul {
	padding: 0;
	margin: 0 0 15px 0;
	background: none;
}
#sidebar ul li ul li a {
	color: #666666;
	text-transform: none;
	text-decoration: none;
}
.sidebar-wrap {
	background: url(_media/sidebar_top.png) 0 0 no-repeat;
	padding-top: 6px;
}
#searchform {
	height: 53px;
	width: 230px;
	background: url(_media/search_bg.png) 0 0 no-repeat;
	margin-bottom: 30px;
}
#searchform #s {
	background: #FFF;
	border: none;
	outline: none;
	margin: 20px 0 0 70px;
	padding: 0;
	height: 15px;
	width: 145px;
}
#latest-tweet-content {
	background: #f2fbff;
	border-top: 1px solid #87d6ff;
	border-left: 1px solid #87d6ff;
	border-right: 1px solid #87d6ff;
	padding: 15px 10px;
}
#latest-tweet-content p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 0;
	line-height: 15px;
}
#latest-tweet-meta {
	height: 27px;
	background: url(_media/tweet_box_bottom.png) 0 0 no-repeat;
	font-size: 10px;
	font-style: italic;
	font-color: #999;
	padding: 8px 0 0 70px;
}
.comment {
	margin: 15px 0;
}
div.comment-meta {
	background: url(_media/comment_arrow.png) 100% 1px no-repeat;
	margin-right: 0;
	padding-right: 12px;
	min-height: 47px;
	height: auto !important;
	height: 47px;
}
.comment-body {
	background: #f2fbff url(_media/comment_border.png) 0 0 no-repeat;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
	border-color: #c2c2c2;
	padding: 25px 25px 1px 25px;
}
.comment-body p {
	margin-bottom: 24px;
}
/*
*************** THICKBOX ********************/
/* 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;
	
	padding: 10px;
	z-index: 102;
	color: #000000;
	display: none;
	text-align: left;
	top: 50%;
	left: 50%;
	padding-bottom: 0px;
}
* 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: 0;
	border: 6px solid #000;
}
#TB_caption {
	display: none;
}
#TB_closeWindowButton {
	background: url(_media/button_close.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}
#TB_title {
	display: none;
}
#TB_ajaxContent {
	clear: both;
	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;
	background: #000;
}

sup.fineprint {
    font-size: 25px;
    color: #00A7FF;
    vertical-align: baseline;
}

strong.seo, em.seo {
    font-weight: normal;
    font-style: normal; 
}
/* Global changes
*******************************/
#feature-container p {
	line-height: 2.2;
}
#feature-container h2,
.main-content h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #333;
	font-weight: normal;
}
ul,ol {
	margin: 0 0 30px 40px;
}
#feature-container ul {
	list-style-type: none;
}
#feature-container li {
	background: url(_media/bullet.png) 0 8px no-repeat;
	padding-left: 17px;
	line-height: 2.2;
}
#content {
	background-image: none;
	background-color: #FFF;
	border-bottom: 1px solid #cfcfcf;
	padding: 65px 0 40px 0;
}
#header {
	padding-top: 0;
	height: 76px;
	background: url(_media/header_bg.png) 0 100% repeat-x;
}
.span-4-alt {
	float: left;
	padding-left: 40px;
	width: 280px;
	margin-right: 0;
}
.span-8-alt {
	float: left;
	width: 640px;
	margin-right: 0;
}
#footer {
	padding-bottom: 10px;
}

#footer li strong {
    color: #666;	
}

#footer a:hover {
    color: #000;
}

#footer .callout {
	background: url(_media/footer_callout_bg.png) 100% 100% no-repeat;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#footer .callout ul {
	margin: 23px 25px 16px 0;
}
#footer h5 {
	margin: 25px 0 5px 40px;
}
#follow-us {
	background: #f3f3f3 url('_media/follow_us_bg.png') 0 0 repeat-x;
	border: 1px solid #cfcfcf;
	border-top: none;
}
#main-nav ul li#nav-what-is-fuzemeeting {
	width: 179px;
}
#main-nav ul li#nav-what-is-fuzemeeting a {
	height: 55px;
	width: 179px;
	background: url(_media/main_nav.png) 50% 0 no-repeat;
}
#main-nav ul li#nav-what-is-fuzemeeting a:hover {
	background-position: 50% -275px;
}
#main-nav ul li#nav-what-is-fuzemeeting a.selected {
	background-position: 50% -550px;
}
#main-nav ul li#nav-solutions {
	width: 98px;
}
#main-nav ul li#nav-solutions a {
	height: 55px;
	width: 98px;
	background: url(_media/main_nav.png) 50% -55px no-repeat;
}
#main-nav ul li#nav-solutions a:hover {
	background-position: 50% -330px;
}
#main-nav ul li#nav-solutions a.selected {
	background-position: 50% -605px;
}
#main-nav ul li#nav-features {
	width: 94px;
}
#main-nav ul li#nav-features a {
	height: 55px;
	width: 94px;
	background: url(_media/main_nav.png) 50% -110px no-repeat;
}
#main-nav ul li#nav-features a:hover {
	background-position: 50% -385px;
}
#main-nav ul li#nav-features a.selected {
	background-position: 50% -660px;
}
#main-nav ul li#nav-pricing {
	width: 87px;
}
#main-nav ul li#nav-pricing a {
	height: 55px;
	width: 87px;
	background: url(_media/main_nav.png) 50% -165px no-repeat;
}
#main-nav ul li#nav-pricing a:hover {
	background-position: 50% -440px;
}
#main-nav ul li#nav-pricing a.selected {
	background-position: 50% -715px;
}
#main-nav ul li#nav-follow-us {
	width: 102px;
}
#main-nav ul li#nav-follow-us a {
	height: 55px;
	width: 102px;
	background: url(_media/main_nav.png) 50% -220px no-repeat;
}
#main-nav ul li#nav-follow-us a:hover {
	background-position: 50% -495px;
}
#main-nav ul li#nav-follow-us a.selected {
	background-position: 50% -770px;
}
#free-trial {
	width: 155px;
	height: 63px;
	position: absolute;
	z-index: 10;
	top: 50px;
	right: 15px;
}
#free-trial a {
	display: block;
	width: 155px;
	height: 63px;
	background: url(_media/promo_trial.png) no-repeat;
}
#free-trial a:hover {
	background-position: 0 -63px;
}
/* Homepage
*******************************/
.new_home_page {
	background: #fff url(_media/body-bg.png) repeat-x;
	border-bottom: 1px solid #CFCFCF;
}
.web-meeting-holder {
	background: none;
}
.new_home_page .web-meeting {
	margin: 0 auto;
	width: 967px;
	height: 370px;
	padding: 10px 0 0;
	position: relative;
	text-align: center;
	background: url(_media/new_home_page_images/bg_glow.jpg) 0 100% no-repeat;
}
.new_home_page .btn-holder {
	overflow: visible;
	margin: 0 auto;
	height: 53px;
	width: 550px;
	display: block;
}
.new_home_page .btn-holder a {
	text-indent: 0px;
	width: 167px;
	height: 20px;
	margin-right: 15px;
	float: left;
	color: #517ca4;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	padding-top: 33px;
}
.new_home_page .btn-holder a span {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	color: #999;
	font-size: 18px;
	margin: 0;
}
.new_home_page .btn-try {
	background: url(_media/new_home_page_images/btn-try.png) no-repeat;
}
.new_home_page .btn-buy {
	background: url(_media/new_home_page_images/btn-buy.png) no-repeat;
}
.new_home_page .btn-demo {
	background: url(_media/new_home_page_images/btn-demo.png) no-repeat;
}
.new_home_page .btn-try:hover {
	background: url(_media/new_home_page_images/btn-try.png) 0px -53px no-repeat;
}
.new_home_page .btn-buy:hover {
	background: url(_media/new_home_page_images/btn-buy.png) 0px -53px no-repeat;
}
.new_home_page .btn-demo:hover {
	background: url(_media/new_home_page_images/btn-demo.png) 0px -53px no-repeat;
}
.new_home_page #middle-wrap {
	padding-top: 10px;
	background: #fff url(_media/middle_bg.jpg) repeat-x;
	min-height: 300px;
}
.new_home_page #middle-bottom {
	background: url(_media/middle_bottom_bg.png) 50% 100% no-repeat;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.new_home_page #callout-wrap {
	background: url(_media/new_home_page_images/featured_content.png) 50% 0 no-repeat;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.new_home_page .home-features {
	margin-top: 30px;
}
.new_home_page #callouts {
	padding: 10px 0 0 0;
	
}
.new_home_page #middle-wrap .feature-home {
	float: left;
	width: 309px;
}
.new_home_page #middle-wrap .section {
	padding-bottom: 12px;
	border-bottom: 1px solid #efeeee;
	margin-bottom: 12px;
}
.new_home_page #middle-wrap p {
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
}
.new_home_page #middle-wrap cite {
	color: #8f8f8f;
	font-size: 14px;
	line-height: 1.4;
}
.new_home_page #middle-wrap cite span {
	font-size: 10px;
	font-style: normal;
	display: block;
}
.new_home_page #middle-wrap p.more {
}
.new_home_page #middle-wrap p.more a {
	background: url(_media/content_more_black.png) 100% 50% no-repeat;
	padding: 0 12px 0 0;
}
.new_home_page #middle-wrap h2 {
	color: #0072ce;
	font-size: 22px;
	padding: 10px 0 10px;
}
.new_home_page #middle-wrap h2.alt {
	color: #666;
	font-size: 22px;
	padding-bottom: 15px;
	background: url(_media/underline.png) 0 100% repeat-x;
}
.new_home_page #middle-wrap h3 {
	color: #8f8f8f;
	font-size: 16px;
}
.new_home_page #middle-wrap p.date {
	color: #8f8f8f;
	margin-top: 0;
}
.new_home_page #middle-wrap ul {
	margin-left: 0;
	list-style: none;
}
.new_home_page #middle-wrap li {
	background: url(_media/new_home_page_images/bullet_small.png) 0 10px no-repeat;
	padding-left: 15px;
}
.new_home_page #middle-wrap #mobile-meetings {
	background: url(_media/new_home_page_images/mobile_meetings.png) no-repeat;
	padding: 25px 0 0 160px;
	min-height: 188px;
}
.new_home_page #extra-home {
	padding: 10px 0 30px;
}
.new_home_page #extra-home h2 {
	margin: 0 auto;
	width: 560px;
	text-align: center;
	color: #c5c5c5;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 10px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}
.new_home_page #extra-home .testimonial-wrap {
}
.carousel {
	float: left;
	width: 700px;
}
.prev-wrap {
	float: left;
	width: 40px;
	margin: 30px 30px 0;
	display: inline;
}
.next-wrap {
	float: left;
	width: 40px;
	margin-top: 30px;
}
.new_home_page #extra-home .testimonial {
	background: url(_media/testimonial_bg.png) no-repeat;
	padding: 5px 7px 0;
	float: left;
	margin-right: 32px;
	width: 154px;
	height: 120px;
	text-align: center;
}
.new_home_page #extra-home .testimonial img {
	border: 1px solid #a4a4a4;
}
.new_home_page #extra-home .testimonial p {
	color: #333;
	font-size: 12px;
	margin: 0;
	line-height: 1;
}
.testimonial-wrap a.prev {
	background: url(_media/new_home_page_images/btn_previous.png) no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	cursor: pointer;
}
.testimonial-wrap .prev-wrap a.disabled {
	background: url(_media/new_home_page_images/btn_previous.png) -40px 0 no-repeat;
	cursor: auto;
}
.testimonial-wrap a.next {
	background: url(_media/new_home_page_images/btn_next.png) no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	cursor: pointer;
}
.testimonial-wrap .next-wrap a.disabled {
	background: url(_media/new_home_page_images/btn_next.png) -40px 0 no-repeat;
	cursor: auto;
}
#valPropWrap {
	margin: 0 auto;
	margin-top: 10px;
	width: 875px;
}
#valPropNav {
	height: 58px;
	width: 875px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}
#valPropNav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}
#valPropNav a {
	background: none;
	float: left;
	display: block;
}
#valPropNav li a strong {
	display: none;
}
#valPropNav li a {
	width: 225px;
	height: 58px;
	display: block;
}
#valPropNav li.aLink0 {
	display: none;
}
#valPropNav li.aLink2 a,
#valPropNav li.aLink3 a {
	width: 213px;
}
#valPropNav li.aLink4 a {
	width: 224px;
}
#valPropNav li.aLink1 a {
	background: url(_media/new_home_page_images/vp_tab1.png) 0 0 no-repeat;
}
#valPropNav li.aLink2 a {
	background: url(_media/new_home_page_images/vp_tab2.png) 0 0 no-repeat;
}
#valPropNav li.aLink3 a {
	background: url(_media/new_home_page_images/vp_tab3.png) 0 0 no-repeat;
}
#valPropNav li.aLink4 a {
	background: url(_media/new_home_page_images/vp_tab4.png) 0 0 no-repeat;
}
#valPropNav li.aLink1 a:hover,
#valPropNav li.ui-tabs-selected a:hover.aVp1 {
	background: url(_media/new_home_page_images/vp_tab1.png) 0 -58px no-repeat;
}
#valPropNav li.aLink2 a:hover {
	background: url(_media/new_home_page_images/vp_tab2.png) 0 -58px no-repeat;
}
#valPropNav li.aLink3 a:hover {
	background: url(_media/new_home_page_images/vp_tab3.png) 0 -58px no-repeat;
}
#valPropNav li.aLink4 a:hover {
	background: url(_media/new_home_page_images/vp_tab4.png) 0 -58px no-repeat;
}
#valPropNav li.ui-tabs-selected a.aVp1 {
	background: url(_media/new_home_page_images/vp_tab1.png) 0 -116px no-repeat;
}
#valPropNav li.ui-tabs-selected a.aVp2,
#valPropNav li.ui-tabs-selected a:hover.aVp2 {
	background: url(_media/new_home_page_images/vp_tab2.png) 0 -116px no-repeat;
}
#valPropNav li.ui-tabs-selected a:hover.aVp3,
#valPropNav li.ui-tabs-selected a.aVp3 {
	background: url(_media/new_home_page_images/vp_tab3.png) 0 -116px no-repeat;
}
#valPropNav li.ui-tabs-selected a:hover.aVp4,
#valPropNav li.ui-tabs-selected a.aVp4 {
	background: url(_media/new_home_page_images/vp_tab4.png) 0 -116px no-repeat;
}
.valPropContent {
	text-align: left;
	background: url(_media/new_home_page_images/vp_bg.png) no-repeat;
}
#vp0,#vp1,#vp2,#vp3,#vp4 {
	width: 835px;
	height: 210px;
	padding: 20px 0 0 40px;
	background-repeat: no-repeat;
	position: relative;
}
#vp0 {
	background-image: url(_media/new_home_page_images/vp_bg0.png);
}
#vp1 {
	background-image: url(_media/new_home_page_images/vp_bg1.png);
}
#vp2 {
	background-image: url(_media/new_home_page_images/vp_bg2.png);
}
#vp3 {
	background-image: url(_media/new_home_page_images/vp_bg3.png);
}
#vp4 {
	background-image: url(_media/new_home_page_images/vp_bg4.png);
}
.vp-home {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 10;
}
.vp-home a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(_media/new_home_page_images/vp_home.png) no-repeat;
}
.vp-home a:hover {
	background: url(_media/new_home_page_images/vp_home.png) 0 -30px no-repeat;
}
.vp-home a span {
	display: none;
}
.valPropContent h2 {
	color: #fff;
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.valPropContent p {
	color: #fff !important;
	font-size: 14px !important;
	line-height: 1.6 !important;
	margin-bottom: 10px !important;
}
.valPropContent p a.more {
	background: url(_media/new_home_page_images/learn_more.png) 100% 50% no-repeat;
	padding-right: 25px;
	color: #3fb9ff;
	font-size: 13px;
}
.valPropContent p a:hover {
	color: #FFF;
	cursor: pointer;
}
#vp0-content {
	width: 310px;
}
#vp1-content {
	width: 310px;
}
#vp2-content {
	width: 310px;
}
#vp3-content {
	width: 320px;
}
#vp4-content {
	width: 310px;
}
/* Solutions pages
*******************************/
.solutions h1 {
	color: #333;
	font-size: 22px;
	margin-bottom: 10px;
}
.solutions .section {
	background: url(_media/section_divider.png) 0 100% repeat-x;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.solutions-column {
	padding-left: 320px;
}
.solutions-column p {
	font-size: 12px;
	margin-bottom: 20px;
}
#cp-1 {
	background: url(_media/solutions_cp_1.jpg) no-repeat;
	min-height: 236px;
}
#cp-2 {
	background: url(_media/solutions_cp_2.jpg) no-repeat;
	min-height: 224px;
}
#cp-3 {
	background: url(_media/solutions_cp_3.jpg) no-repeat;
	min-height: 225px;
}
#cp-4 {
	background: url(_media/solutions_cp_4.jpg) no-repeat;
	min-height: 208px;
}
#ls-1 {
	background: url(_media/solutions_ls_1.jpg) no-repeat;
	min-height: 244px;
}
#ls-2 {
	background: url(_media/solutions_ls_2.jpg) no-repeat;
	min-height: 207px;
}
#ls-3 {
	background: url(_media/solutions_ls_3.jpg) no-repeat;
	min-height: 265px;
}
#he-1 {
	background: url(_media/solutions_he_1.jpg) no-repeat;
	min-height: 236px;
}
#he-2 {
	background: url(_media/solutions_he_2.jpg) no-repeat;
	min-height: 202px;
}
#he-3 {
	background: url(_media/solutions_he_3.jpg) no-repeat;
	min-height: 175px;
}
#he-4 {
	background: url(_media/solutions_he_4.jpg) no-repeat;
	min-height: 219px;
}
#st-1 {
	background: url(_media/solutions_st_1.jpg) no-repeat;
	min-height: 206px;
}
#st-2 {
	background: url(_media/solutions_st_2.jpg) no-repeat;
	min-height: 133px;
}
#st-3 {
	background: url(_media/solutions_st_3.jpg) no-repeat;
	min-height: 275px;
}
/* What Is pages
************************/
#how-steps {
	background: url(_media/how_steps.jpg) no-repeat;
	width: 636px;
	height: 620px;
	position: relative;
}
#how-steps p {
	position: absolute;
	font-size: 17px;
	width: 235px;
	line-height: 1.4;
}
p#step-1 {
	top: 80px;
	left: 85px;
	background: none;
}
p#step-2 {
	top: 215px;
	left: 280px;
	background: none;
}
p#step-3 {
	top: 330px;
	left: 160px;
	background: none;
}
p#step-4 {
	top: 455px;
	left: 330px;
	width: 280px;
}
#what-is {
	background: url(_media/what_is.jpg) 0 100% no-repeat;
	padding-bottom: 215px;
}
/* Follow Us page
************************/
body#follow-us #content {
	background: #fff url(_media/site_bg.png) repeat-x;
	border-bottom: 1px solid #CFCFCF;
	padding: 0;
}
#follow-wrap {
	background: #fff url(_media/middle_bg.jpg) repeat-x;
	min-height: 300px;
}
#follow-wrap .span-6 {
	width: 480px;
	margin-right: 0;
}
#follow-wrap p {
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
}
#follow-wrap p a {
	text-decoration: underline;
}
#twitter-col {
	background: url(_media/twitter_bg.png) no-repeat;
	min-height: 960px;
}
#twitter-col h1 {
	background: url(_media/twitter_feed.png) no-repeat;
	width: 210px;
	height: 26px;
	margin: 17px 0 0 40px;
}
#twitter-col h1 span,
#latest-col h1 span {
	position: absolute;
	left: -999em;
}
#latest-edge {
	background: url(_media/latest_blogs_edge.png) 100% 0 no-repeat;
	padding-top: 16px;
	padding-right: 22px;
}
#latest-col {
	background: #fff;
}
#latest-col h1 {
	background: url(_media/latest_blog_posts.png) no-repeat;
	width: 284px;
	height: 33px;
	margin: 0;
}
#latest-col .content-inner {
	padding: 0 0 0 18px;
}
#twitter-col .content-inner {
	padding: 0 23px 0 40px;
	margin-top: 34px;
}
#tweets {
	display: none;
}
#tweets p {
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 8px;
	overflow: hidden;
	line-height: 1.4;
	margin: 0 0 1em;
}
#tweets img {
	float: left;
	padding: 2px 10px 10px 0;
}
#tweets ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#tweets ul li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
#tweets ul li a {
	text-decoration: underline;
}
#tweets ul li.ui-tabs-selected a {
	text-decoration: none;
	color: #000;
}
#photos a {
	margin-right: 12px;
}
.video {
	width: 480px;
	height: 295px;
	background: #000;
	display: block;
	margin-bottom: 15px;
}
.muted {
	color: #999;
}
.video embed {
	background: #000;
}
.video object {
	margin-bottom: 15px;
}
#post-it-wrap {
}
#post-it-wrap p {
	line-height: 1.6;
}
#post-it-top {
	background: url(_media/post_it_top.png) no-repeat;
	height: 52px;
}
#post-it-top p {
}
#post-it {
	background: url(_media/post_it_bottom.png) 0 100% no-repeat;
	padding: 10px 20px 50px;
}
#post-it-top p.link-rss {
	float: right;
	width: 100px;
	text-align: right;
	margin-right: 23px;
	display: inline;
}
#post-it-top p.link-rss a {
	color: #999;
	display: block;
	width: 100px;
	height: 32px;
	padding-top: 25px;
}
#post-it-top p.link-rss a:hover {
	color: #000;
}
#post-it-top p.link-blog {
	float: left;
	width: 150px;
	margin-top: 10px;
}
#post-it p.blog-title {
	font-size: 18px;
	color: #333;
}
#post-it p.blog-title a {
	font-size: 18px;
	color: #333;
}
#post-it p.blog-text {
	margin-bottom: 15px;
}
.section-alt {
	border-top: 1px solid #ebebeb;
	margin: 0 15px 30px 0;
	padding-top: 15px;
}
#latest-col h2 {
	color: #999;
	font-size: 26px;
}
p.find-us a {
	margin-right: 15px;
}
#latest-col object,
#latest-col embed {
	margin-bottom: 25px;
}
/* SIDENAV
************************/

/* Features Sidenav
************************/
#conference-features #sub-nav {
	padding-bottom: 142px;
	background: url(_media/features_nav_bg_bottom.png) 0 100% no-repeat;
}
#conference-features #sub-nav li {
	border: none;
}
#conference-features #sub-nav li a {
	background: #f4f4f4;
}
#conference-features #sub-nav li.selected a {
	background: url(_media/features_nav_bg_selected.png) 0 0 repeat-x;
}
#conference-features #sub-nav li a:hover strong {
	color: #00A7FF;
}

/* Remove free-trial from these pages: */

#how-it-works-demos #free-trial,
#pricing #free-trial,
#follow-us #free-trial {
    display: none;
}

