/* maxon products style */
#DPMenuLinks
{
	padding:0px 0px 20px 0px; 
	width:245px;
	position:relative;
}

.prNavSpace
{
	border-top:2px solid white;
	height:11px;
	line-height:11px;
	width:245px;
}

#DPFlyOutInst
{
	margin-top:0px;
}

#DPMainContainer
{
	position: relative;
	top: 0;
	left: 0px;
	width: auto;
	height: 400px;
	background-image: url(/images/BgdpTop.jpg);	
	background-repeat: no-repeat;
}

#DPContentContainer
{
	position: relative;
	top: 0;
	left: 0px;
	width: auto;
	height: auto;
}

#GuidesInfo{
	background-color: white;
	position: absolute;
	top: 72px;
	left: 0px;
	width: 690px;
	height: 301px;
	padding: 5 20 20px 20px;
	border-top: 2px solid #E97B25;
	border-bottom: 2px solid #E97B25;
	z-index: 5;
}

* html #GuidesInfo
{
	width: 730px;
}

#ToolsInfo{
	background-color: white;
	position: absolute;
	top: 103px;;
	left: 0px;
	width: 690px;
	height: 270px;	
	padding: 5 20 20px 20px;
	border-top: 2px solid #E97B25;
	border-bottom: 2px solid #E97B25;
	z-index: 5;
}

* html #ToolsInfo
{
	width: 730px;
}

#SpaceplanInfo
{
	background-color: white;
	position: absolute;
	top: 134px;
	left: 0px;
	width: 690px;
	height: 239px;
	padding: 5 20 20px 20px;
	border-top: 2px solid #E97B25;
	border-bottom: 2px solid #E97B25;
	z-index: 5;
}

* html #SpaceplanInfo
{
	width: 730px;
}


#DPWhiteOut
{
	width:730px;
	height:400px;
	position:absolute;
	filter:alpha(opacity='70');
	-moz-opacity: 0.70;
	opacity: 0.70;
	background-color:none;
}

.DPCategory{
	color: #E97B25;
	font-size: 14px;
	font-weight: bold;
}

.DPDesc
{
	margin-left:5px;
}

.DPDetails
{
	position:relative;
	margin-top:5px;
	width:100%;
}

.DPDetail
{
	float:left;
	width:31%;
	padding-right:10px;
}

* html .DPDetail
{
	width:33%;
}

.deskDetail
{
	float:left;
	width:45%;
	padding-right:10px;
}

.DPDetailL
{
	float:left;
	width:200px;
}

.DPDetailRFiles
{
	width:auto;
	position:relative;
	top:-20px;
	left: 10px;
}

.DPClear
{
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both;
}

/* start the bottom "table" nav */
#DPBottom
{
	position:relative;
	clear:both;
	border-top:2px solid #E97B25;
	background-color:white;
	width: 975px;
	background-position: 245px 0px;
	clip:975px;
	overflow:hidden;
}

* html #DPBottom
{
	top:-2px;
	margin-bottom:-2px;
}

#DPBNavL
{
	position:relative;
	border-left:1px solid #E97B25;
	border-right:1px solid #E97B25;
	width:244px;
	float:left;
	background-color:white;
	text-align:left;
}

* html #DPBNavL
{
	width:246px;
}

.DPBNavLText
{
	position:relative;
	margin: 10px 0px 0px 8px;
	width:auto;
	height:105px;
}

#DPBNavR
{
	position:relative;
	width:auto;
	float:left;
}

.DPBNavRBlock
{
	position:relative;
	margin: 0px 0px 0px 8px;
	width:234px;
	float:left;
	border-right:1px solid #E97B25;
}

* html .DPBNavRBlock
{
	width:232px;
}

.DPBNavRBlockText
{
	margin:10px 0px 0px 0px;
	bottom:0px;
	text-align:left;
	height:105px; /* make sure this height and the height in .DPBNavLText match */
}

* html #DPBNavR
{
	width:729px;
}


