/* post-float clearing */

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

/* setup */

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


.banner {
	/*position: relative;*/
	height: 246px;
	overflow: hidden;
	z-index:1;/*added for products dropdown*/
}

/* contact button */

.contactUs {
	position: absolute;
	/*left: 40px;
	top: 175px;*/
	left: 48px;
	~left: 48px !important;/*ie7*/
	#left: 40px;/*ie6*/
	top: 208px;
	width: 93px;
	height: 31px;
}
.contactUs a {
	display: block;
	height: 31px;
	background: transparent url(../images/button-contactUS.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.contactUs a:hover {
	background-position: 0 -31px;
}

/* main text */

.text {
	padding-top: 12px;
	padding-bottom: 40px;
	color: #fff;
}
.text.column {
	float: left;
	width: 445px;
}
.text .details {
	margin: 0 10px 0 20px;
	padding: 22px 15px 0;
	line-height: 1.42em;
	background: transparent url(../images/focus-hrule.gif) 0 0 repeat-x;
	
	float:left;
	clear:both;
	width:375px;
	display:inline;
}
.text.second .details {
	margin: 0 20px 0 10px;
}
.text h3 {
	margin: 24px 25px 9px 35px;
	height: 20px;
	font-weight: bold;
	text-indent: -9999px;
	overflow: hidden;
	
	float:left;
	clear:both;
	width:375px;
	display:inline;
}

.text.second h3 {
	margin: 24px 35px 12px 25px;
}
.text h3#webcasts {
	background: transparent url(../images/header-webcasts.gif) 0 0 no-repeat;
}
.text h3#whitepapers {
	background: transparent url(../images/header-whitepapers.gif) 0 0 no-repeat;
}
.text h3#whitepapers_datasheets {
	background: transparent url(../images/header-whitepapers_datasheets.gif) 0 0 no-repeat;
}
.text h3#whitepapers_multimedia {
	background: transparent url(../images/header-whitepapers_multimedia.gif) 0 0 no-repeat;
}
.text h3#datasheets {
	background: transparent url(../images/header-datasheets.gif) 0 0 no-repeat;
}
.text h3#articlesPresentations {
	background: transparent url(../images/header-articlesandpresentations.gif) 0 0 no-repeat;
}
.text h3#events {
	background: transparent url(../images/header-events.gif) 0 0 no-repeat;
}
.text h3#multimedia {
	background: transparent url(../images/header-multimedia.gif) 0 0 no-repeat;
}
.text h4 {
	margin: 0 0 1em;
	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 .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.links {
	list-style-image: url(../images/sidebar-bullet.gif);
}
.text ul li {
	margin: 0 0 0.5em 16px;
	font-size: 1em;
}
.text p.half {
	margin-bottom: 0.5em;
}
.text ul + h4 {
	margin-top: 2em;
}
.text .fullspec {
	margin-top: 3em;
}
.text .fullspec p {
	font-size: 0.92em;
}

/* main text */

.event {
	clear: both;
	margin-bottom: 1em;
}
.event .image {
	float: left;
	width: 129px;
	height: 70px;
}
.event ul {
	float: left;
	width: 246px;
	height: 1%;
}
.multimedia {
	clear: both;
	margin-bottom: 1em;
}
.multimedia ul {
	float: left;
	width: 360px;
	height: 1%;
}
