/* @override 
	http://entrinsic.com/css/base.css
*/

/* @end */

body {
	background: #c2c2c2 url(images/ENTbackground.png) repeat-x fixed;
	margin:33px 0px 0px 95px;
	/*background: url(images/ENTgrid.png);*/
}


/* @group Masthead */

div#masthead {
	width: 960px;
	padding-right: 15px;
}


div#globalJog {
	clear: both;
	margin: 1px 0px 13px 0px;
}

/* @end */

/* @group Scrollers */

/* @group Parent */

div#parentWrapper {
	height: 610px;
	overflow-y: hidden;
}

div#parentScroller {
	height: 630px;
	_width: 100%;
	overflow-x:scroll;
	overflow-y:hidden;
}

div#parentScrollerCanvas {
	width: 7000px;
	padding: 0px 0px 30px 0px;
}

div.parentPanel {
	display: block;
	float: left;
	margin-right: 95px;
	
}



/* @end */

/* @group Child */

.childNav, .childViewer {
	float: left;
}

.childNav {
	width: 240px;
}

.childNav ul {
}

.childNav li {
	padding:5px 0px 0px 0px;
	line-height: 16px;
}

.childNav li a {
	font-weight: bold;
}

.childNav li a.selected {
	color: #FC0219;
}

.childViewer {
	width: 545px;
	overflow: hidden;
}

.childViewer ul {
	width: 4500px;
}

.childViewer ul li {
	display: block;
	float: left;
	width: 545px;
	margin-right: 30px;
}

.childJog {
	display: none;
	clear: both;
}



/* @end */



/* @end */