	#productDetails {
		width:558px;
		font-family:Arial, sans-serif;
		font-size:10px;
		line-height:12px;
	}
	#productDetails #column1 {
		width:345px;
		float:left;
	
	}
	#productDetails h2 {
		color:#978359;
		font-size:14px;
		line-height:14px;
		font-weight:normal;
		margin:0px 0 3px 19px;
	}
	#productDetails h3 {
		color:#978359;
		font-size:12px;
		line-height:12px;
		font-weight:normal;
		margin:0px 0px 6px 19px;
	}	
	#productDetails p.colorScheme {
		font-size:12px;
		text-align:right;
		margin:0 0 7px 0;
		height:14px;
		width:300px;
		position:absolute;
		top:316px;
		right:222px;
	}
	#productDetails #mainImage .productLogo {
		margin-left:19px;
	}
	#productDetails #mainImage {
		padding:18px 9px 0 0px;
		width:346px;
		height:319px;
	}

	#productDetails #thumbnails {
		
		padding:0px 5px 0 6px; margin-top:0px;
		/*border-top:1px solid #999999;*/
	}	
	#productDetails #thumbnails img {
		margin-left:1px;
		margin-right:6px;
		border:1px solid #999999;
		position:relative;
		top:-1px;
		
	}
	#productDetails #thumbnails img.selected {
		border:2px solid #000000;
		margin-left:0px;
		margin-right:5px;
		position:relative;
		top:0px;
	}
	
	#productDetails #thumbnailsnb {
		
		padding:0px 5px 0 6px; margin-top:0px;
		/*border-top:1px solid #999999;*/
	}	
	#productDetails #thumbnailsnb img {
		margin-left:1px;
		margin-right:6px;
		border:0px solid #999999;
		position:relative;
		top:-1px;
		
	}
	#productDetails #thumbnailsnb img.selected {
		border:0px solid #000000;
		margin-left:0px;
		margin-right:5px;
		position:relative;
		top:0px;
	}
	
	#productDetails #column2 {
		/*border-left:1px solid #999999;*/
		padding-top:28px;
		float:left;
	}

	#productDetails #features {
		width:212px;
		height:310px;
		overflow:auto;	
	}
	#productDetails #features ul {
		list-style:none;
		margin:0;
		padding:0 10px 0 18px;
	}
	#productDetails #features li {
		margin:6px 0 0 0;
		padding-left:7px;
		background-image:url(../images/bullet_sq.gif);
		background-repeat:no-repeat;
	}
	#productDetails #features p {
		margin:0 0 0 0;
	}
	#productDetails #logos {
		position:absolute;
		top:350px;
		padding:0px 10px 0 15px;
		margin:0;
		height:42px;
	}
	#productDetails #logos div {
		margin:0 5px 0 0;
		text-align:center;
	}
	#productDetails #logos div p {
		margin:0;
	}	
	#productDetails #logos a:link {
		color:#000000;
		text-decoration:none;
		
	}
	#productDetails #logos a:visited {
		color:#000000;
		text-decoration:none;
	}
	#productDetails #logos a:hover {
		text-decoration:underline;
	}
	
	#productDetails #logosalt {
		position:absolute;
		top:338px;
		padding:0px 10px 0 5px;
		margin:0;
		height:42px;
	}
	#productDetails #logosalt div {
		margin:0 3px 0 0;
		text-align:center;
	}
	#productDetails #logosalt div p {
		margin:0;
	}	
	#productDetails #logosalt a:link {
		color:#000000;
		text-decoration:none;
		
	}
	#productDetails #logosalt a:visited {
		color:#000000;
		text-decoration:none;
	}
	#productDetails #logosalt a:hover {
		text-decoration:underline;
	}
	
	
	
/* *******************************
*****     tech popup     *****
*********************************/
	
	
	#techPopup {
		float:left;
		position:absolute;
		top:0;
		left:0;
		border:1px solid #C3B37B;
		background-image:url(../images/popup_background.jpg);
		background-repeat:no-repeat;
		height:192px;
		width:398px;
		margin:0;
		padding:0;
		
	}
	#techPopup .popupGraphic {
		position:absolute;
		top:40px;
		left:0;
	}
	#techPopup .popupText {
		position:absolute;
		top:45px;
		left:173px;
		height:140px;
		width:225px;
		overflow:auto;
		font-size:11px;
		line-height:13px;
		font-family:Arial;
	}
	#techPopup .popupText p {
		margin:2px 8px 0 8px;
	}
	#techPopup .popupText ul {
		list-style:none;
		margin:0;
		padding:0 6px 0 9px;
	}
	#techPopup .popupText li {
		margin:3px 0 0 0;
		padding-left:7px;
		background-image:url(../images/bullet_sq.gif);
		background-repeat:no-repeat;
	}
	
	#techPopup .popupClose {
		position:absolute;
		top:6px;
		left:369px;
	}
	