@charset "UTF-8";
/* CSS Document */

#productShot {
	width:750px;
	margin:0;
	padding:0;
	text-align:center;
	}

#productShot h1 {
	border:1px solid #ccc;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	padding:10px 5px;	
	}

#productShot img {
	margin:0;
	padding:0;
	}

p.productDescription {
	margin:20px;
	font-style: italic;
	}	

.productcopy {
	background:	#FFF;
	padding:	8px;
	border:1px solid #666;
	}
	
.productcopy H1,H2,H3,H4,H5,H6 {
	text-transform:	uppercase;
	color:			#C03;
	}
	

.productcopy H2 {
	font-size:		14px;
	}
	
.productcopy H3 {
	font-size:		12px;
	color:#000;
	width:40%;
	border-bottom:1px dashed #000;
	padding-bottom:3px;
	}
	

div.diagram	{
	width:230px;
	float:right;
	padding:0 0 5px 10px;
	}
		
div.diagram	p {
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	line-height:12px;
	color:#666;
	padding:2px;
	margin:0;
	}
	
	


