/* Turbine Services Limited: Research, Design, Mfg CSS  */
/* Shannon-Rose Design 2008 */
/* Arrows Styles */
div.arrowLeft, 
div.arrowRight {
	margin: 20px 0 0;
	float: left;
	display: inline;
	width: 20px;
	height: 26px;
	margin-top: 186px;
	position: relative;
	z-index: 5;
}
.arrowLeft a, 
.arrowRight a {
	width: 20px;
	height: 26px;
	display: block;
}
.arrowLeft a em, 
.arrowRight a em {
	display: none;
	visibility: hidden;
}
.arrowLeft a { background: transparent url(/imgs/research/arrowLeft.gif) no-repeat 0 0; }
.arrowLeft a:hover { background: transparent url(/imgs/research/arrowLeft.gif) no-repeat 0 100%; }
.arrowRight a { background: transparent url(/imgs/research/arrowRight.gif) no-repeat 0 0; }
.arrowRight a:hover { background: transparent url(/imgs/research/arrowRight.gif) no-repeat 0 100%; }
.arrowLeft a.noShow, .arrowRight a.noShow { display: none; visibility: hidden; }
/* Research content container */
div#researchContainer {
	margin: 20px 0 0;
	float: left;
	display: inline;
	width: 712px;
	height: 400px;
	background-color: #e0e0e0;
}
/* Research Navigation */
#researchContainer div#researchNav {
	width: 712px;
	height: 24px;
	background-color: #fff;
}
#researchNav ul {
	height: 24px;
	width: 712px;
}
#researchNav ul li {
	font-size: 11px;
	line-height: 24px;
	height: 24px;
	float: left;
	display: inline;
	text-align: center;
	margin-right: 3px;
	text-transform: uppercase;
}
#researchNav li a {
	display: block;
	color: #fff;
	height: 22px;
	padding-top: 2px;
	text-decoration: none;
	background-color: #a6a6a6;
}
#researchNav li a:hover {
	text-decoration: none;
	background-color: #484848;
}
li#rdOverview a { width: 203px; }
li#rdReverse a { width: 267px; }
li#rdManufacturing a { width: 236px; }
#researchNav li#rdManufacturing { margin-right: 0; }
/* Research Content Wrap and Container */
#researchContainer div#researchWrap {
	width: 712px;
	height: 376px;
	position: relative;
	overflow: auto;
}
#researchWrap div#researchContent {
	height: 376px;
	width: 2136px;
	position: relative;
	left: 0;
	top: 0;
}
#researchWrap div.contentContainer {
	float: left;
	display: inline;
	width: 712px;
}
div#contentOverview, div#contentReverse, 
div#contentRD1, div#contentRD2, div#contentManufacturing { padding: 25px 0 0; height: 351px; }
/* Styles for the Overview and Reverse Engineering tabs */
#contentOverview div.leftColumn, 
#contentReverse div.leftColumn {
	float: left;
	display: inline;
	width: 260px;
	margin-left: 25px;
}
#contentOverview .leftColumn p {
	margin: 0 15px 20px 0;
	font-size: 11px;
	line-height: 16px;
	color: #5f5f5f;
}
#contentReverse .leftColumn ul li {
	margin: 0 15px 15px;
	font-size: 11px;
	line-height: 16px;
	color: #5f5f5f;
	list-style-type: disc;
}
#contentReverse .leftColumn p {
	margin: 0 15px 15px 0;
	font-size: 11px;
	line-height: 16px;
	color: #5f5f5f;
}
#contentOverview div.rightColumn, 
#contentReverse div.rightColumn {
	float: left;
	display: inline;
	width: 400px;
	margin: 0 0 0 10px;
}
#contentOverview .rightColumn img, 
#contentReverse .rightColumn img {
	float: left;
	display: inline;
	margin: 0 0 10px 8px;
}
#contentReverse .rightColumn div.imageLeft {
	float: left;
	display: inline;
	width: 203px;
}
#contentReverse .rightColumn div.imageRight {
	float: left;
	display: inline;
	width: 190px;
}
/* Styles for the Manufacturing tab */
#contentManufacturing div.leftColumn {
	float: left;
	display: inline;
	width: 250px;
	margin-left: 25px;
}
#contentManufacturing .leftColumn p {
	margin: 0 15px 15px 0;
	font-size: 11px;
	line-height: 16px;
	color: #5f5f5f;
}
#contentManufacturing div.rightColumn {
	float: left;
	display: inline;
	width: 395px;
	margin: 0 0 0 10px;
}
#contentManufacturing .rightColumn img {
	float: left;
	display: inline;
	margin: 0 0 10px 8px;
}
#contentManufacturing .rightColumn div.imageLeft {
	float: left;
	display: inline;
	width: 203px;
}
#contentManufacturing .rightColumn div.imageRight {
	float: left;
	display: inline;
	width: 190px;
}