/* 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;
}

/* contact button */

.contactUs {
	position: absolute;
	left: 40px;
	top: 175px;
	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: 890px;
}
.text.columnized {
	float: left;
	width: 445px;
}
.text .details {
	margin: 0 10px 0 20px;
	padding: 22px 15px 0;
	line-height: 1.42em;
	background-color: transparent;
	background-image: url(../images/focus-hrule.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.text.second .details {
	margin: 0 20px 0 10px;
}
.text h3 {
	margin: 24px 25px 9px 35px;
	height: 20px;
	font-weight: bold;
	font-size: 20px;
}
.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#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: 150px;
	height: 120px;
}
.event ul {
	float: left;
	width: 246px;
	height: 1%;
}
.multimedia {
	clear: both;
	margin-bottom: 1em;
}
.multimedia ul {
	float: left;
	width: 360px;
	height: 1%;
}
.viewAddRec h4 {
	margin-top: 50px;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
}
.text .details2 {
	margin: 0 10px 0 20px;
	padding: 22px 15px 0;
	line-height: 1.42em;
	background-color: transparent;
	background-position: 0 0;
}
