.nb_frame {

	position: absolute;
	top: 74px;
	left: 20px;
	width: 480px;
	height: 30px;
	z-index: 2;
}

.product_nav {

	position: absolute;
	top: 105px;
	left: 20px;

	font-family: "Helvetica";
	font-size: medium;
}

.product_cell {

	border-top: medium #c2c4a9 solid;
	border-left: medium #c2c4a9 solid;
	border-bottom: medium #c2c4a9 solid;
	border-right: medium #c2c4a9 solid;
	text-decoration: none;
	
	padding: 2px;
	color: #D81E05;
}

.cell_border {

        border-top: medium #c2c4a9 solid;
        border-bottom: medium #c2c4a9 solid;
}


.sidebar_drop_protection {

	position: absolute;
	
	top: 160px;
	width: 140px;
	height: 370px;
	left: 20px;

	test-align: center;
	
	border-top: thin inset black;
	border-left: thin inset black;
	border-bottom: thin inset black;
	border-right: thin inset black;
}

.product_name {

	position: absolute;
	top: 158px;
	left: 172px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: "Helvetica";

}

.product_canvas {
	position: absolute;
	background-color: #D1D4BF; 
	top: 178px;
	width: 246px;
	height: 354px;
	left: 170px;
	z-index: 1;
}

.sidebar_specs {
	position: absolute;
	top: 180px;
	left: 625px;
	height: 110px;
	font-size: 9pt;
	font-family: "Helvetica";
	z-index: 1;
}

.sidebar_bundles {
	position: absolute;
	top: 330px;
	left: 610px;
	z-index: 1;
}

.product_description {

        height: 294px; 
	width: 230px; 
	padding-right: 5px; 
	padding-left: 5px; 
	text-align: left;
	overflow: auto;
	font-size: 10pt;
	margin: 0;
}

.images {
	position: absolute;
	top: 0;
	left: 240px;
        height: 300px; 
	width: 200px; 
	margin: 0;
	padding: 0;
}

.tn_left {
	position: absolute;
	top: 230px;
	left: 230px;
}

.tn_right {
	position: absolute;
	top: 230px;
	left: 290px;

}

.features_materials_canvas {
	position: absolute;
	background-color: #c2c4a9; 
	top: 540px;
	width: 760px;
	height: 212px;
	left: 20px;
	z-index: 1;
}

.features_materials_title {
	position: relative;
	color: red;
	text-align: center;
	font-family: "Tw Cen MT";
	font-size: 16pt;
	margin-top: 2px;
	margin-bottom: 4px;
}

.features_materials_backdrop {
	position: relative;
	background-color: black; 
	width: 720px;
	height: 162px;
	left: 20px;
	z-index: 2;
}

.features_materials_image_bar {
	position: relative;
	background-color: red; 
	width: 700px;
	height: 102px;
	left: 10px;
	z-index: 3;

	border-top: thin solid #c2c4a9;
	border-bottom: thin solid #c2c4a9;
	border-left: thin solid #c2c4a9;
	border-right: thin solid #c2c4a9;

}

.features_and_materials_caption {
	text-align: center;
	font-family: "Tw Cen MT";
	font-size: 9pt;
}

.features_and_materials_footer {
	position: absolute;
	top: 760px;
	width: 460px;
	margin-left: 150px;
	text-align: center;
	font-family: "Tw Cen MT";
	font-size: 10pt;
	z-index: 1;
}

.temp {
	background-color: #D1D4BF; 
	background-color: #c4c6a9; 

}

