/* post-float clearing */

.focus:after,
.information:after {		
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* setup */

.focus {
	background: #455560 url(../images/focus-background.gif) 0 0 repeat-x;
}
.information {
	height: 1%;
	background: transparent url(../images/information-background.gif) 0 0 repeat-y;
}

/* subnav */

.subnav {
	float: left;
	width: 296px;
	height: 1%;
	background: #0078c1 url(../images/sidebar-background.gif) 0 0 repeat-x;
}
.subnav ul {
	margin: 40px;
	font-weight: bold;
	line-height: 1.25em;
	list-style-image: url(../images/sidebar-bullet.gif);
}
.subnav ul li {
	margin-bottom: 1em;
}
.subnav ul li a {
	color: #fff;
}
.subnav ul li.here a {
	color: #003c61;
}
.subnav ul li.h1 {
	list-style-image: none;
	list-style: none;
	margin:0 0 5px -15px;
	padding:0;
	color:#000087;
	text-transform: uppercase;
	font-size:.8em;
}

/* product image */

.product-image {
	position: relative;
	top: -99px;
	margin-bottom: -120px;
	width: 594px;
	height: 1%;
	background: transparent url(../images/focus-background-glowing.gif) 100% 99px no-repeat;
	text-align: center;
}

/* main text */

.text {
	margin-bottom: 40px;
	color: #fff;
}
.text.columnized {
	float: right;
	width: 594px;
}
.text .details {
	margin: 0 20px;
	padding: 4px 15px 0;
	line-height: 1.42em;
	background: transparent url(../images/focus-hrule.gif) 0 0 repeat-x;
}
.text h3 {
	margin: 36px 35px 9px 35px;
	height: 20px;
	font-weight: bold;
	text-indent: -9999px;
	overflow: hidden;
}
#cmts .text h3 {
	background: transparent url(../images/header-cmts.gif) 0 0 no-repeat;
}
#sb6120 .text h3 {
	background: transparent url(../images/header-sb6120.gif) 0 0 no-repeat;
}
#sbv6120 .text h3 {
	background: transparent url(../images/header-sbv6120.gif) 0 0 no-repeat;
}
#sbv6220 .text h3 {
	height: 46px;
	background: transparent url(../images/header-sbv6220.gif) 0 0 no-repeat;
}

#rfog .text h3 {
	background: transparent url(../images/header-rfog.gif) 0 0 no-repeat;*/
	/*text-indent:0 !important;*/
}

#fiber .text h3 {
	background: transparent url(../images/header-fiber.gif) 0 0 no-repeat;*/
}

.text h4 {
	font-size: 1.17em;
	font-weight: bold;
}
.text h5 {
	margin: 0 0 0.5em;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
.text p {
	margin: 0 0 1em;
	font-size: 1em;
}

.text p.subhead {
	font-weight: bold;
	margin: 0 0 3px 0;
}

.text .details p.intro {
	margin-top: 1em;
	font-size: 1.17em;
	line-height: 1.58em;
}
.text ul {
	list-style-image: url(../images/text-bullet.gif);
}
.text ul li {
	margin: 0 0 0.5em 14px;
	font-size: 1em;
}
.text .fullspec h4 {
	margin-top: 24px;
}
.text .fullspec h4 a {
	display: block;
	margin-bottom: 8px;
	width: 245px;
	height: 31px;
	background: transparent url(../images/button-fullspec.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float:left;
}
.text .fullspec h4 a:hover {
	background-position: 0 -31px;
}
.text .fullspec p {
	font-size: 0.92em;
	float:left;
	clear:both;
}

.text .viewAddRec h4 {
	margin-top: 24px;
}
.text .viewAddRec h4 a {
	display: block;
	margin-bottom: 8px;
	width: 184px;
	height: 32px;
	background: transparent url(../images/button-viewAddResources.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float:left;
}
.text .viewAddRec h4 a:hover {
	background-position: 0 -32px;
}
.text .viewAddRec p {
	font-size: 0.92em;
	float:left;
	clear:both
}

.text h4 a.ppt {
	display: block;
	margin:0 30px 8px 0;
	float:right;
	width: auto;
	height: 27px;
	padding:8px 0 0 33px;
	background: transparent url(../images/icon-ppt.jpg) 0 0 no-repeat;
	text-indent: 0;
	overflow: visible;
	color:#cecece;
	font-size:.8em;
}
	.text h4 a.ppt:hover {
		background-position:0 0;
		/*text-decoration:underline;*/
		color:#f1f1f1;
	}
