/* Down Stage Right Style Sheet MEDIA PRINT
Author: Jesse Carroll
Created : Feb 9th 2008
================================================================================================*/
#customsearch, #header, #mainNav {
	display: none;
}
/* =Print Header
   ----------------------------------------------------*/
#printHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 25px;
}
#printHeader .adr {
	float: right;
	margin-right: 15px;
}
#printHeader .telephone {
	float: right;
}
/* =Main Content
   ----------------------------------------------------*/
#mainContent p {
	text-indent: 1.5em;
	line-height: 1.4em;
	font-weight: bold;
}
#mainContent p:first-letter {
	font-size: xx-large;
}
#products #mainContent p:first-letter {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
}
#mainContent img {
	margin: 10px;
}
/* =Products Page
   ----------------------------------------------------*/
#products #mainContent table {
	text-align: center;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#products #mainContent table td {
	border: 1px solid #000000;
}
#products #mainContent table th {
	border: 1px solid #000000;
	background-color: #BCC0BF;
}	
#products #mainContent table tr:hover {
	background-color: #CCCCCC;
}
#products h2, #products h3 {
	clear: both;
}
#products #hangingIrons {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 878px;
}
#products #hinge_types {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 620px;
}
#products #blocks {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 904px;
}
#products #hangingIrons div, #products #hinge_types div {
	text-align: center;
	float: left;
	border: 1px dotted #666666;
	height: 200px;
}
#products #blocks div {
	display: none;
}
#products ul {
	list-style-position: inside;
	list-style-type: square;
}
.top {
	display: none;
}
/* =V card
   ----------------------------------------------------*/
.vcard {
	width: 350px;
	text-align: center;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F3F3F3;
	font-size: 1.3em;
	padding: 10px;
}
.vcard div, .vcard span {
	padding-top: 2px;
	padding-bottom: 2px;
}

/* =Footer
   ----------------------------------------------------*/
#footer {
	font-weight: bold;
	color: #000000;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin-top: 5px;
	padding-bottom: 5px;
}

