/**** Layout Overrides ****/
#left {
	width: 212px;
}

#left, #main {
	margin-right: 9px;
}

#main {
	width: 438px;
}

footer {
	padding-top: 36px;
}

/**** Flash Banner ****/
#banner {
	margin: 9px 0 4px;
}

/**** Features/Benefits ****/
div#features {
	position: relative;
	background: url('i/home/sub-mast-bg.gif') no-repeat 0 100%;
	margin: 0 0 18px;
	padding: 10px 5px;
	color: #000;
}

div.feature-button {
	background: url('i/home/features-button-bg.gif') no-repeat;
	float: left;
	margin: 0 5px;
}

div.feature-button a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 13px;
	width: 207px; wid\th: 181px; 
	height: 54px;
}

div.feature-button.over {
	background-image: url('i/home/features-button-bg-over.gif');
}

div.feature-button div.detail {
	display: none;
}

div.feature-button h2, div.feature-button p {
	text-shadow: #fff 0 1px 0;
}

div.feature-button h2 {
	color: #ee5522;
	font-size: 14px;
	margin: 0;
}

div.feature-button.over p, div.feature-button.over h2 {
	color: #fff;
	text-shadow: none;
}

div#features-details {
	background: url('i/home/sub-mast-bg.gif') no-repeat 0 0;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 10px;
	padding: 0 150px 0 25px;
}

div#features-details ul {
	float: left;
	width: 30%;
	font-size: 12px;
}

div#features-details div.detail-content {
	padding: 18px 0 0;
	height: 100%;
}

div.detail-content h2 {
	color: #0f64d7;
	font-size: 25px;
	text-shadow: #fff 0 1px 0;
}

/* Note the features-[num]-detail *may* need to change if rows deleted/created.  Actual images are changed in CMS */
div#features-details div.detail-content {
	background-repeat: no-repeat;
	background-position: 90% 50%;
}

div#features-details.features-4-detail div.detail-content {
	background-position: 85% 50%;
}

/**** Feature Boxes ****/
.feature-box {
	background: url('i/home/single-column-bg.gif') no-repeat;
	margin-bottom: 0;
}

#main .feature-box {
	background-image: url('i/home/double-column-bg.gif');
}

.feature-box h2, #container #main .feature-box h2 {
	background: url('i/home/single-column-header-bg.gif') no-repeat;
	color: #06d;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 18px;
	padding: 9px;
}

#container #main .feature-box h2 {
	background-image: url('i/home/double-column-header-bg.gif');
	border: 0;
}

.feature-box h2 span {
	float: right;
	padding-top: 1px;
}

.feature-box p, .feature-box ul {
	padding: 0 18px;
}

.feature-box ul {
	list-style: none;
	margin: 0 0 18px;
}

.feature-box li {
	padding: 0 0 9px;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

.feature-box li span {
	display: block;
	text-align: center;
}

/**** Tabs ****/
div.tabs ul {
	margin: 0;
	padding: 0;
}

div.feature-box div.tabs li {
	float: left;
	border: 0;
	font-size: 11px;
	line-height: 1.2em;
	list-style: none;
	width: 25%;
}

div.tabs li a {
	display: block;
	background: url('i/home/tab-bg.png') no-repeat 0 0;
	color: #ddd;
	max-width: 117px; /* FF/Mac needs 115px, set in JS */
	padding: 9px;
	height: 29px;
}

div.tabs li a b { /* This is to center the text in the tab */
	display: inline-block;
	font-weight: normal;
	vertical-align: -55%;
}

div.tabs li a:hover, div.tabs li.active a {
	background: url('i/home/tab-bg.png') no-repeat 100% 100%;
	color: #333;
	text-decoration: none;
}

div.tab {
	display: none;
}

div.tab img {
	float: left;
}

div.tab div.description {
	float: right;
	width: 70%;
}

/**** EtherFlash promo (temp replacement for Solution Spotlight tabs) ****/
.ss_etherflash {
	position: relative;
}

.ss_etherflash h3 {
	background: none;
	color: #444;
	text-transform: none;
	padding: 0 9px;
}

.ss_etherflash .ss_hardware {
	position: absolute;
	margin: 0; padding: 0 18px;
}

.ss_etherflash ul, .ss_etherflash p {
	margin-left: 193px;
	padding: 0;
}

.ss_etherflash ul {
	margin-left: 211px;
}

.ss_etherflash li {
	list-style: url('i/bullet-icon-bg.png') outside;
	padding: 0;
	border: 0;
}

/**** Customer Logos ****/
#right p img {
	text-align: center;
}

