/* CSS Document for Cookies by Design */
/* Created by: A.J. Klein, 20060320 */
/* Stylesheet for Printed pages */

/* ===== PRINT STYLES ==========================================*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
   margin: 0;
   padding: 0;
   border: 0;
}

body {
	background-image:  none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}

/*--- Container Styles ---------------------------------------------*/
table#container {
	background: #fff;
	color: #000;
	margin: 0em;
	}

/*--- Header Styles ---------------------------------------------*/
#header {
	background: #fff;
	color: #000;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #000;
	}

#header h1 {
	float: left;
	display: inline;
	margin: 0;
	}

#header img {
	display: none;
	}

#header p {
	text-align: right;
	font-style: italic;
	font-weight: normal;
	font-size: 80%;
	position: absolute; top: 1.5em; right: 0.5em;
	}

/*--- Main Navigation Styles (headnav & footnav) --------------------*/
#headnav,
#footnav {
	display: none;
	}

	
/*--- Sub-Navigation Styles for Header -------------------------------*/
#subnav {	
	display: none;
	}


/*--- Side Column Menu Styles ----------------------------------------*/
#sidecol {
	display: none;
	}

/*--- Content Body Styles -------------------------------------------*/
#content {
	font-size: 80%;
	vertical-align: top;
	background-color: #fff;
	padding: 1em 0em;
	}

/*--- Footer Navigation Menu Styles ---------------------------------*/


/*--- Footer Styles ------------------------------------------------*/
#footer {
	background-color: #fff;
	color: #000;
	font-size: 70%;
	padding: 0.5em 0;
	border-top: 1px solid #000;
	}

#footer a {
	color: #000;
	text-decoration: none;
	}

#footer p#copyright {
	display: none;
	}

#footer p#address {
	float: left;
	text-align: left;
	}

#footer p#phnumbers {
	text-align: right;
	}


/* ===== CONTENT STYLES =========================================*/

#content h2 {
	color: #000;
	font-size: 150%;
}

#content p {
	color: #000;
	margin: 1em auto;
	line-height: 1.5em;
}

#content .photoRight {
	float: right;
	text-align: center;
	font-size: 10px;
	padding: 1px;
	margin: 0 0 1em 1em;
	}

#content ul {
	font-weight: bold;
	margin: 1em 1em 2em 1em;
}

#content li {
	margin-bottom: 1em;
}


/*--- Form Styles for Catalog page---------------------------------*/
form {
	font-size: 85%;
	}

form fieldset {
	padding: 1em;
	border: 1px solid #643200;
	margin-bottom: 1em;
	width: 440px;
	}

form legend {
	color: #000;
	font-weight: bold;
	margin-left: 10px;
	}

form table {
	margin-top: 0.5em;
	}

form input.textField, form select {
	font-size: 100%;
	}

form .formButton {
	margin-top: 10px;
	}


/*--- Content Styles for Products page---------------------------------*/
#content h3 {
	clear: both;
	background-color: #ff9;
	color: #000;
	font-size: 120%;
	padding: 0.25em;
	border: 1px solid #643200;
	margin-bottom: 0;
	position: relative; top: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

div.capsule {
	border: 1px solid #643200;
	margin: 0 0 1.5em;
	padding: 0.5em 1em 0.5em 0.5em;
	/*overflow: hidden;*/
	}

.capsule img {
	float: left;
	margin: 2px 1em 2px 2px;
	border: none;
	}
	
.capsule h4 {
	font-size: 100%;
	margin-top: 0.5em;
	}
	
.capsule p {
	font-size: 95%;
	}
	
.capsule p.price {
	font-size: 85%;
	margin-bottom: 0;
	}
	
.capsule .moreLink {
	/*clear: both;*/
	text-align: right;
	font-size: 80%;
	line-height: 0.5em;
	margin: 0;
	white-space: nowrap;
	}
	
.capsule .moreLink a {
	/*color: #643200;*/
	}
	
.capsule .moreLink span {
	font-weight: bold;
	text-transform: uppercase;
	}
	







