/*************************** Global Overrides ************************************/
body {
	margin: 35px;
	padding: 0px;
	
	background-color: #ffffff;

	font-family: Georgia, Times, "Times New Roman";
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	
}

h3 {
	color: #3C4626;
}


ul.specs {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	list-style-type: none;
	list-style-image: url("../images/dash.gif");
}

	ul.specs li {
		margin: 0px 0px 0px 15px;
		padding: 0px;
		
		background-image: none;
	}


ul.pdf {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url("../images/pdf.gif");
}

ul.pdf li {
	float: left;
	width: 225px;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 25px;
	
	background-image: none;
}


#status {
	display: none;
}



/*************************** Layout Components ************************************/
#shell1 {
	width: 540px;
	margin: 0px;
	padding: 0px;
}

#shell2 {
	overflow: auto;
	
	width: 540px;
	margin: 0px;
	padding: 0px;

	border: 0px;
	background-color: #ffffff;
}


	#logo {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#breadCrumbs {
		display: none;
	}
	
	#container {
		margin: 63px 0px 0px 0px;
		background-color: #ffffff;
	}
	
	
	#banner {
		display: none;
	}


	#bottomLinks {
		display: none;
	}

#footer {
	display: none;
}







/*********************** Navigation Elements *********************/
#nav {
	display: none;
}
	



/*********************** tabs ***************************/
#tabs {
	display: none;
}






/****************** Layout Components ***************************/


#content {
	overflow: auto;
	width: 540px;
	padding: 0px;
}


#leftcol {
	position: absolute;
	top: 0px;
	right: 0px;
	
	margin: 0px;
	padding: 0px;
	
	width: 196px;
	height: 100px;
	overflow: hidden;
}
	



#rightcol {
	float: left;
	width: 540px;
	padding: 10px 0px 10px 0px;

	font-size: 10px;
	line-height: 16px;
}

	div.hspacer {
		margin: 10px 0px 10px 0px;
		height: 4px;
		
		background-image: none;
		border: 0px solid #cccccc;
		border-bottom-width: 1px;
	}


	#productHead h2 {
		margin: 50px 0px 0px 0px;

	}
	
	
	
	#specsLeft {
		float: left;
		width: 520px;
		padding: 0px 0px 0px 20px;

		background-image: none;
	}
	
	#specsRight {
		float: left;
		width: 520px;;
		padding: 0px 0px 0px 20px;
	}
	
		
		
		div.specs {
			font-size: 10px;
			line-height: 16px;
		}
		
