/* @override http://www.voltaire.com/assets/site-new.css */

@import 'base.css';
@import 'menu-dark-new.css';

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: url(images/home_demo/homepage-bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #153A59;
	clear: none; /* an override from the base.css */
}
h3, h4, h5, h6 {
	color: #333;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	line-height:1.3;
}
h2 {
	font-size: 1.6em;
	line-height:1.3;
}
h3 {
	font-size: 1.4em;
	line-height:1.3;
}
h4 {
	font-size: 1.2em;
	line-height:1.3;
}
h5 {
	font-size: 1em;
	line-height:1;
}
h6 {
	font-size: 1em;
	line-height:1;
}
.content h1, .content h2, .content h3 {
	margin-bottom: .5em;
}
p img {
	float: none;
	padding: 0;
	margin: 5px;
}
.shadow {
	width: 820px;
	_width: 800px; /* THIS IS JUST WEIRD!!!! */
	_padding: 0 10px; /* THIS IS JUST WEIRD!!!! */
	margin: 0 auto;
	background: url(images/home_demo/homepage-shadow.png) no-repeat;
}
.container {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 62px;
	min-height: 600px;
}
.header {
	height: 85px;
	position: relative;
}
.header .logo {
	width: 435px;
	float: left;
	margin: 20px 0 0 20px;
	position: absolute;
}
.header .logo h1 a {
	width: 240px;
	height: 65px;
	background: url(images/mellanox_voltaire_logo.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
    float: left;
}
.header .logo h1.voltaire a {
	width: 195px;
    background-position: -240px;
}
.topbar {
	height: 25px;
	float: right;
	margin-right: 10px;
	color: #fff;
	position: relative;
	z-index: 99999;
}
.topbar a {
	color: #fff;
	text-decoration: none;
	vertical-align: bottom;
}
.topbar-left {
	width: 23px;
	height: 24px;
	float: left;
	background: url(images/home_demo/topbar-left.png) no-repeat bottom;
}
.topbar-right {
	float: left;
	background: #193E5D url(images/home_demo/topbar-right.png) no-repeat bottom right;
	height: 21px;
	padding-top: 3px;
	padding-right: 25px;
	font-size: 90%;
}
.topsearch {
	position: relative;
	width: 190px;
	float: left;
	height: 21px;
}
.toplinks {
	float: left;
	text-align: right;
	padding: 0 5px;
}
.toplinks a {
    line-height: 16px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.topsearch .searchbox {
	height: 16px;
	background: #fff url(images/home_demo/searchbox-bg.png) no-repeat left;
	border: none;
	font-size: 90%;
	width: 150px;
	_margin-left: 0;
	margin-left: -5px;
	padding: 2px 0 0 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.topsearch .searchboxbutton {
	height: 18px;
	padding: 0 0 0 2px;
	position: absolute;
	left: 150px;
}
.topsearch #ajaxSearch_output {
	padding: 10px;
	background: #193E5D;
	opacity: .95;
	color: #fff;
	display: block;
	height: auto;
	width: 300px;
	vertical-align: top;
	z-index: 999999;
	position: absolute;
	top: 21px;
}
.topsearch #searchClose {
	z-index: 9999999;
	position: absolute;
	top: 22px;
	left: 300px;
}
.topsearch #indicator {
	z-index: 9999999;
	position: absolute;
	top: 1px;
	right: 40px;
}
.topsearch .ajaxSearch_paging {
}
.topsearch .AS_ajax_result {
	color: #fff;
	margin-bottom: 3px;
	border-bottom: 1px solid #777;
}
.topsearch .AS_ajax_resultLink, .topbar a.AS_ajax_resultLink, .topbar .AS_ajax_more a {
	text-decoration: underline;
	color: #fff;
	margin-bottom: 4px;
	font-size: 1.07em;
}
.topsearch .AS_ajax_resultDescription, .topsearch  .AS_ajax_resultExtract {
	color: #fff;
}
.topsearch .AS_ajax_more {
	color: #fff;
	font-weight: bold;
}
.intro {
	border-bottom: 5px solid #76d2f6;
}
.content {
	background: #fff;
	padding: 10px 0 0;
	clear: both;
	margin: 0;
}
.content .maincol {
	width: 540px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.content .sidecol {
	width: 230px;
	padding-right: 10px;
	float: right;
}
#homepage .content .leftcol, #support-homepage .content .leftcol {
	width: 593px;
	float: left;
	padding-left: 5px;
	padding-right: 0;
}
#homepage .content .rightcol, #support-homepage .content .rightcol {
	width: 192px;
	float: right;
	padding-right: 0;
	margin-right: 5px;
	_margin-right: 0;
}
.rightcol .homepage-news-col h3 {
	color: #153a59;
	text-align: center;
	height: 23px;
	_height: 27px;
	padding: 4px 0 0 0;
	border-bottom: 1px solid #ff4040;
	font-size: 100%;
	font-weight: bold;
}
.homepage-news-col p {
	text-align: center;
	font-size: 80%;
}
#bodyWrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -62px;
}
* html #bodyWrap {
	height: 100%;
}
#footerWrap {
	position: relative;
	margin: 0 auto;
	margin-top: -62px;
	/* z-index: -9999; */
}
#pressRelease #footerWrap {
	margin-top: 0;
}
* html #footerWrap {
	margin-top: -62px;
}
.footer {
	width: 800px;
	clear: both;
	font-size: 90%;
	background:#fff;
	padding: 20px 0 0;
	text-align:center;
	color: #999;
	margin: 0 auto;
}
.footer p {
	margin-bottom: 5px;
}
.footer a {
	color: #999;
	text-decoration: none;
}
.footer a:hover {
	color: #125AA7
}
ul.footerNav {
	margin:0;
	padding:0 0 0 80px;
}
ul.footerNav li {
	margin:0;
	padding:0;
	float: left;
	list-style: none;
}
ul.footerNav li a {
	padding: 5px 5px;
	margin: 2px;
	display: block;
}
ul.pdf li, ul.pdf_list li {
	background: url(images/home_demo/page_white_acrobat.png) no-repeat 0 1px;
	list-style: none;
	padding: 0 0 10px 20px;
	color: #666;
	font-size: .9em;
}
ul.pdf li a, ul.pdf_list li a {
	font-size: 1.1em;
}
.img-left {
	clear:left;
	float: left;
	padding: 20px 20px 20px 0;
	margin: 0;
}
.img-right {
	clear:right;
	float: right;
	padding: 20px 0 20px 20px;
	margin: 0;
}
/* ------------------- [homepage tabs] */


#tabs {
	width: 593px;
}
#tabs div {
	padding: 10px 0 20px 15px;
	background: #FBFDFE url(images/home_demo/tab-content-bg.png) repeat-x center bottom;
	width: 576px;
	margin: 0;
 #margin: 0;
	border: 1px solid #91C8F0;
	border-top: none;
	min-height: 200px;
	/* min-height hack for ie6 */
	height: auto !important;
	height: 200px;
	position: relative;
}
#tabs div div {
	height: auto;
	background: none;
	min-height: 10px;
	border: none;
}
.tabs-nav {
	display: block;
	list-style-type: none;
	margin: 0;
	text-align: center;
}
.ui-tabs-hide {
	display: none;
}
.ui-tabs-nav-item {
	float: left;
	list-style-type: none;
	margin: 0;
}
.ui-tabs-nav-item a {
	background: url(images/home_demo/tab-bg.png) repeat-x 0 top;
	text-decoration: none;
	display: block;
	color: #153a59;
	width: 140px;
	height: 23px;
	padding: 4px 0 0 0;
	font-weight: bold;
	margin: 0 4px;
 // FOR IE  #height: 25px;
	_padding: 8px 0 0;
}
.ui-tabs-nav-item a:hover {
	color: #153a59;
}
.ui-tabs-selected a {
	background: url(images/home_demo/tab-active.png) no-repeat 0 top;
	width: 148px;
	height: 25px;
	margin: -8px 0 0;
	padding: 11px 0 0;
 // FOR IE  #margin: -6px 0 0;
	_height: 26px;
	_margin: -4px 0 0;
}
.tabs-nav li.ui-tabs-nav-item {
	border-bottom: 1px solid #91C8F0;
 //display: inline;
 //height: auto;
}
.tabs-nav li.ui-tabs-selected {
	border: none;
}
/* ------------------- [tab content] */

#tabs h3 {
	font-size: 120%;
	font-weight: bold;
	color: #153a59;
	font-size: 1.01em;
}
#tabs .col {
	width: 175px;
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
	font-size: 95%;
}
#tabs .last {
	margin: 0;
}
#tabs .col ul {
	margin:0;
	padding: 0;
}
#tabs .col ul li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	margin-bottom: 5px;
}
.col ul li a {
	display: block;
	height: auto;
	_height: 1%;
}
/*
#tabs .col span.date {
display: block;
font-weight: bold;
margin-bottom: 3px;
}
*/

#newsevents .col ul li {
	margin-bottom: 15px;
}
#tabs div ul, #tabs div dl {
	float: left;
	padding-right: 30px;
}
#tabs div dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#tabs div dl dd {
	margin: 0;
}
#tabs div p {
	margin-right: 1em;
}
.breadcrumbs {
	color:#999;
	margin-bottom: 10px;
	text-align: left;
	font-size: .9em;
}
.breadcrumbs a {
	color: #999;
}
.breadcrumbs a:hover {
	color: #000;
}
#products-page .sidecol, #page .sidecol {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-right: 0;
	color: #666;
}
#products-page .maincol, #page .maincol {
	float: right;
	width: 570px;
	padding-left: 10px;
	padding-right: 10px;
}
#page .no-sidecol {
	width: 780px;
	float: none;
}
.feature {
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 190px;
	border: 1px solid lightblue;
	background: #fafafa;
	color: #777;
}
.feature ul {
	margin: 0;
	padding: 0;
}
.feature li {
	background: url(images/home_demo/check-blue.png) no-repeat 0 .3em;
	padding: 0 0 9px 20px;
	list-style: none;
	margin: 0;
	font-size: .9em;
}
.sidecol h4, .feature h4 {
	margin-bottom: .6em;
	color: #444;
}
div.subNav ul {
	margin:0;
	padding: 0;
	font-size: 0.9em;
	margin-bottom: 20px;
}
div.subNav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #f3f3f3;
	min-height: 24px;
	height:auto !important;
	height:24px;
}
div.subNav li a {
	display: block;
	text-decoration: none;
	margin: 0;
	background: url(images/subNav-arrow.png) no-repeat 5px 5px;
	padding: 2px 5px 0 25px;
	min-height: 24px;
	height:auto !important;
	height: 24px;
}
div.subNav li a:hover {
	background: #f3f3f3 url(images/subNav-arrow.png) no-repeat 5px 5px;
}
/* Copied from the template head */

.sidebar {
	font-size: 95%;
}
.sidecol h4 {
	margin-bottom: .6em;
}
.sidebar ul {
	margin:0 0 10px;
	padding:0;
}
.sidebar li {
	list-style: none;
	padding: 0 0 5px 20px;
	background: url(images/subNav-arrow.png) no-repeat 0 3px;
}
/* this is to tell that this page has right sidebar */
.r-sidebar {
	width: 590px !important;
	padding:0 0 0 15px !important;
	_padding:0 0 0 30px;
}
.right-sidebar {
	width: 165px;
	margin-left: 15px;
	float: left;
	line-height: 1.2em;
}
.right-sidebar .sidebar {
	border: none;
}
.sidebar .rightpanel {
	text-decoration:none;
	float:right;
	padding:5px 10px;
	background-color:#e7f1f7;
	border:1px solid #91aec2;
	width: 208px;
}
.sidebar .rightpartners {
	float:right;
	margin-top:20px;
	padding:5px 10px;
	border:1px solid #91aec2;
	width: 208px;
}
.rightpartners img {
	padding: 10px 0;
#padding: 0;
}
.sidebar .rightcustomers {
	float:right;
	margin-top:20px;
	width: 208px;
	padding:5px 10px;
	border:1px solid #91aec2;
}
blockquote {
	color: #193F5E;
	font-size: 120%;
	line-height: 2em;
	padding: 10px 0 0 30px;
	margin: 0;
	font-style: italic;
	margin: 30px 15px;
	background: url(images/blockquote.jpg) no-repeat;
}
blockquote p {
	margin-left: 10px;
	color: #193F5E;
}
blockquote strong {
	color: #193F5E !important;
}
#quicklinks {
	display: none;
	background: #193E5D url(images/home_demo/ql-bg.jpg) repeat-y scroll 200px 0;
	position: absolute;
	z-index: 99999;
	right: 24px;
	top: 24px;
	opacity: .95;
	width: 350px;
	font-size: .9em;
}
.quicklinks-nav {
	float:right;
	margin:5px 5px 5px 0;
	_margin:5px 2px 5px 0;
	width:145px;
}
.quicklinks-nav li, #quicklinks div li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#quicklinks .quicklinks-nav li a, #quicklinks .ui-tabs-panel li a {
	display:block;
	line-height:normal;
	padding:5px 15px;
	height: auto;
	_height: 1%;
	margin: 0;
	opacity: 1;
}
#quicklinks .quicklinks-nav li a:hover, #quicklinks .ui-tabs-panel li a:hover {
	color: #ccc;
}
.quicklinks-nav li.ui-tabs-selected {
	background-color: #fff;
}
.quicklinks-nav li.ui-tabs-selected a {
	background-image: none;
	padding: 0;
	color: #193E5D;
	width: auto;
}
#quicklinks div {
	float:left;
	margin:5px 0 5px 5px;
	_margin:5px 0 5px 0;
	min-height:110px;
	padding-right:15px;
	width:180px;
}
#quicklinks div ul {
	margin: 0;
	padding: 0;
}
#whatshot {
	height: 235px;
}
.whatshot-item {
	margin-right: 10px;
	margin-left: 10px;
}
.whatshot-item p {
	margin-bottom: 0;
}
#whatshot-nav-wrap {
	text-align: center;
	width: 198px;
}
#whatshot-nav {
	display: inline-block;
}
#whatshot-nav a {
	display: block;
	float: left;
	cursor: pointer;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0 6px 0 0;
	text-indent: -9999px;
	background: url(images/whatshot-dot.png) 0 10px;
}
#whatshot-nav a.activeSlide {
	background: url(images/whatshot-dot.png) 0 0;
}
#tabs #quotes {
	width: 556px;
	padding: 0;
	margin: 0;
	position: relative;
    min-height: 250px;
}
#tabs div#quotes p {
	margin-bottom: 10px;
	margin-left: 10px;
}
#tabs div#quotes blockquote {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 10px;
}
#tabs .quotes-item {
	margin: 0;
	padding: 0;
}
#tabs #quotes-nav-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
}
#tabs #quotes-nav {
	display: inline-block;
	float: right;
}
#tabs #quotes-nav a {
	display: block;
	float: left;
	cursor: pointer;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0 6px 0 0;
	text-indent: -9999px;
	background: url(images/whatshot-dot.png) 0 10px;
}
#tabs #quotes-nav a.activeSlide {
	background: url(images/whatshot-dot.png) 0 0;
}
#tabs .quotes-item img {
	float: right;
	margin: 10px;
}
.newsItem {
	padding: 0 30px 30px;
}
.tablestyle { background-color:#999999; }
.tabletdstyle { background-color:#e2e2f1; }

hr {
	background:#eee;
	border: none;
	height: 2px;
	margin: 30px 0;
}

.morelink {
	background:transparent url(/images/arrow.gif) no-repeat right center;
	color:#7DA9C4;
	float:right;
	font-size:9px;
	line-height:14px;
	text-decoration:none;
}

ul.pr-list {
	margin:0 0 10px;
	padding:0;
}

ul.pr-list li {
	background:transparent url(images/subNav-arrow.png) no-repeat 0 3px;
	list-style:none;
	padding:0 0 25px 20px;
}

#pressRelease .content .maincol {
	float: right;
}

#pressRelease .content .sidecol {
	float: left;
	padding-left: 10px;
	padding-right: 0;
}

#pressRelease td {vertical-align: top;}

.special {
	color: #222;
	background: #C0D8F0;
	padding: 10px 5px;
	margin-bottom: 5px;
}

.required, .invalid {color: red;}

.eventDetail p {
	margin-left: 30px;
	margin-right: 20px;
}

/* WebLoginPE */
#wlpeUserRegisterForm, #wlpeUserProfileForm {
	margin-top: 10px;
}
#wlpeUserRegisterForm fieldset, #wlpeUserProfileForm fieldset {
	border-style: none;
}
#wlpeUserRegisterForm label, #wlpeUserProfileForm label {
	margin-bottom: 10px;
	display: block;
	clear: both;
}
#wlpeUserRegisterForm label span, #wlpeUserProfileForm label span {
	float: left;
	width: 150px;
	display: block;
	margin-right: 10px;
	margin-top: 2px;
	text-align: right;
}
#wlpeUserProfileForm #webgroups {
	float: left;
	display: block;
	padding-bottom: 10px;
}
#wlpeUserProfileForm legend {
	font-weight: bold;
	padding: 0;
}
.wlpeUsersList table {
	width: 100%;
}
.wlpeUsersButtons {
	width: 1%;
}
.wlpeMessage {
	font-weight: bold;
	color: #ff2323;
}
#vmaSerial {
	display: none;
}
#approvalOptions {
	float: left;
}
#approvalOptions span.approval {
	width: 150px;
	display: block;
	margin-right: 10px;
	margin-top: 2px;
	text-align: left;
	clear: both;
	float: left;
}

.cssTable {border-collapse: collapse;}
.cssTable td, .cssTable th {padding: 5px 3px; border: 1px solid #eee;}
.cssTable th {font-size: 120%; color: #153A59; background: #eee;}
.cssTable .description {
	font-style: italic;
	font-size: 10px;
}
.errors {
background: #f3f3f3;
border: 2px solid red;
padding: 10px;
}

/* ----------------------- [ LEGACY CONTENT STYLES ] --- */

.copy				{ color: #000000; text-decoration:none;}
.copyit				{ color: #000000; font-style:italic;}
.copybd				{ color: #000000; font-weight:bold; text-decoration:none;}
.copybdsel			{ color: #000000; font-weight:bold; font-style:italic; text-decoration:none;}

.copyhd				{ font-size: 13px; line-height: 20px; color: #31414F; font-weight:bold; text-decoration:none; padding-left: 17px; background-image: url(/images/redbullet.gif); background-repeat:no-repeat; background-position: 0px 5px; display:block;}
.copyhdTeam			{ font-size: 13px; line-height: 20px; color: #31414F; font-weight:bold; text-decoration:none; padding-left: 17px; background-image: url(/images/redbullet.gif); background-repeat:no-repeat; background-position: 0px 5px; display:block;}

.copypdficon				{ color: #436584; text-decoration:none; padding-left: 17px; background-image: url(/images/icon_pdf.jpg); background-repeat:no-repeat; background-position: 0px 0px; display:block;}
.copyhtmlicon				{ color: #9AB4C6; text-decoration:none; padding-top: 5px; padding-left: 17px; background-image: url(/images/icon_html.gif); background-repeat:no-repeat; background-position: 0px 5px; display:block;}

.copyhdfinancialservices				{ font-size: 13px; line-height: 20px; color: #31414F; font-weight:bold; text-decoration:none; padding-left: 17px; background-image: url(/images/redbullet.gif); background-repeat:no-repeat; background-position: 0px 5px; display:block;}

.copysm				{ font-size: 9px; color: #000000; text-decoration:none;}

.caption				{ font-size: 9px; color: #000000; text-decoration:none; font-weight:bold;  font-style:italic; padding-left: 15px; background: url(/images/arrow_back.gif) no-repeat top left; }
.captionup				{ font-size: 9px; color: #000000; text-decoration:none; font-weight:bold;  font-style:italic; padding-left: 15px; background: url(/images/arrow_up.gif); background-repeat:no-repeat; background-position: 0px 0px; display:block;}

/* adVantage Partner Program Form */
#adVantagePartnerProgramForm h5 {
    margin-bottom: 10px;
}
#adVantagePartnerProgramForm div {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
#adVantagePartnerProgramForm label {
    width: 150px;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
#adVantagePartnerProgramForm p {
    margin-left: 160px;
}
#adVantagePartnerProgramForm label span input {
	width: 125px;
}
#adVantagePartnerProgramForm input#other_tax_name {
    width: 135px;
}

/* New Homepage */
#home-content {
    padding-top: 30px;
}
#home-flash {
    float: left;
    width: 555px;
    height: 281px;
}
#home-scale-out {
    float: left;
    width: 230px;
    height: 281px;
    padding-left: 15px;
    position: relative;
	margin-bottom: 10px;
}
#home-scale-out p {
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}
#home-scale-out a {
    color: #000;
    text-decoration: none;
}
#home-scale-out a:hover {
    color: #125AA7;
    text-decoration: underline;
}
#home-scale-out .scale-out {
    position: relative;
    height: 120px;
}
#home-scale-out .scale-out p {
    position: absolute;
    left: 0;
    width: 215px;
}
#home-scale-out .scale-out h2 {
    display: block;
}
#home-scale-out .scale-out h2 a {
    text-indent: -9999px;
    display: block;
}
#home-scale-out .ethernet h2, #home-scale-out .ethernet h2 a {
	height: 83px;
}
#home-scale-out .ethernet h2 {
    background: url(images/home/home-scaleout-ethernet.png) no-repeat 0 0;
}
#home-scale-out .ethernet p {
    top: 70px;
}
#home-scale-out .infiniband h2, #home-scale-out .infiniband h2 a {
	height: 68px;
}
#home-scale-out .infiniband h2 {
    background: url(images/home/home-scaleout-infiniband.png) no-repeat 0 0;	
}
#home-scale-out .infiniband p {
    top: 65px;
}
#home-scale-out .why-scale-out {
    display: block;
    height: 40px;
    background: url(images/home/home-why-scaleout.png) no-repeat 0 0;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 214px;
}
#home-scale-out .why-scale-out a {
    display: block;
    height: 40px;
    width: 214px;
    text-indent: -9999px;
}
#home-latest-news {
    clear: both;
	height: 31px;
    background: url(images/home/home-latest-news.png) no-repeat 0 0;
    padding-left: 140px;
    overflow: hidden;
    position: relative;
}
#home-latest-news > p {
    position: absolute;
    left: 0;
    top: 0;
}
#home-latest-news > p a {
    display: block;
    height: 31px;
    width: 140px;
    text-indent: -9999px;
}
#home-latest-news ul {
	height: 31px; 
	margin: 0;
	position: relative;
	list-style-type: none;
    padding: 0;
}
#home-latest-news ul li {
	float: left;
	margin: 0;
	padding: 0;
    color: #000;
    height: 31px;
    line-height: 32px;
}
#home-latest-news ul li a {
	padding: 0;
	margin: 0 50px 0 0;
    color: #000;
    text-decoration: none;
} 
#home-latest-news ul li a:hover {
    text-decoration: underline;
} 
#home-latest-news ul li span {
	margin: 0 10px 0 0;
    font-weight: bold;
    display: none;
}

#home-features {
    padding: 10px;
    height: 154px;
}
#home-features .features-box {
    width: 227px;
    height: 124px;
    float: left;
    background-image: url(images/home/home-box-background.png);
    padding: 15px;
    overflow: hidden;
    margin-right: 4px;
}
#home-features .last {
    margin-right: 0 !important;
}
#home-features .features-box h2 {
    display: block;
    height: 11px;
    padding-bottom: 10px;
    text-indent: -9999px;
}
#home-features .customer-success h2 {
    background: url(images/home/home-customer-success.png) no-repeat 0 0;
}
#home-features .features-box h2 a {
	display: block;
}
#home-features .upcoming-events h2 {
    background: url(images/home/home-upcoming-events.png) no-repeat 0 0;
}
#home-features .in-the-spotlight h2 {
    background: url(images/home/home-in-the-spotlight.png) no-repeat 0 0;
}
#home-features .features-box img {
	float: left;
}
#home-features .features-box p {
    margin: 0 0 5px 55px;
}
#home-features .features-box p.more {
    text-transform: uppercase;
    font-weight: bold;
}
#home-features .features-box p.more a {
    text-decoration: none;
}
#home-features .features-box p.more a:hover {
    text-decoration: underline;
}
#home-features .features-box p.more a:after {
	content: " >>";
}
#home-features .home-acquisition-letter {
    width: 257px;
    height: 154px;
    float: left;
    background-image: url(images/home/home-acquisition-letter.jpg);
    padding: 0;
    overflow: hidden;
    margin-right: 4px;
}
#home-features .home-acquisition-letter h2 {
	display: none;
}
#home-features .home-acquisition-letter p, #home-features .home-acquisition-letter a, #home-features .home-acquisition-letter span {
	display: block;
	margin: 0;
    width: 257px;
    height: 154px;
}
#home-features .home-acquisition-letter span {
	display: none;
}
