/* ------------------------------------------------------------------
	PRINT STYLESHEET
	
	Project: Barzotti Woodworking Ltd.
	Created: 2009-10-22
	Created by: Cindy Dochstader cindy@rkd.ca
------------------------------------------------------------------- */

body,
.BodyStyle { 
	background: #FFF url(none);
	color: #000;
	width:610px;
	}
	
#form1 {width:610px;}
	
#PrintHeader { display: block; }

#Wrapper { 
	margin: 0;
	width: 610px;
	background-image: url(none) !important;
	overflow:visible;
	}
	
#Content, #ContentHome {
	width:610px;
	margin-top:20px;
	}

.ContentButtons a.ProductSpecs {
	margin:15px 0 0 120px;
	}
	
.Testimonials {
	background: url(none);
	}
	
textarea, input {
	border: 1px solid #555;
	}	

#Footer { 
	background:url(none);
	}
	.Container {
		width:610px;
		overflow:visible;
		}
		.Address {
			margin-top:20px;
			color:#000;
			float:none;	
			}
			.Copyright {
				margin-top:20px;
				float:none;
				color:#000;
				text-align:left;
				}
				.RKD {	
					margin-top:20px;
					color:#afaaa7;
					float:none;
					}

#Header, #SideBar, .MainImage, .NoPrint { 
	display: none; 
	}