/* CSS Document for Cookies by Design */
/* Created by: A.J. Klein, 20060228 */


/* ===== LAYOUT STYLES ==========================================*/

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

body {
	background: transparent url("images/cchip_bg.jpg") repeat fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}

/*--- Container Styles ---------------------------------------------*/
table#container {
	background: #fff;
	color: #000;
	border-top: 1px solid #643200;
	border-bottom: 1px solid #643200;
	border-left: 2px solid #643200;
	border-right: 2px solid #643200;
	margin: 0 5em;
	}

/*--- Header Styles ---------------------------------------------*/
#header {
	height: 72px;
	background: #fff;
	color: #000;
	}

#header h1 {
	display: none;
	}

#header img {
	float: left;
	border: none;
	}

#header p {
	display: inline;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
	position: relative; top: 36px;
	margin: 1em 1em 1em 4em;
	}

/*--- Main Navigation Styles (headnav & footnav) --------------------*/
#headnav,
#footnav {
	background-color: #643200;
	color: #fff;
	text-align: center;
	}

#headnav ul,
#footnav ul {
	padding: 4px 0px 5px;
	}

#headnav li,
#footnav li {
	display: inline;
	list-style-type: none;
	}

#headnav a {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	}

#headnav a:hover { 
	background-color: #D2C4AA;
	color: #000;
	}

#headnav a#current {
	background-color: #ff9;
	color: #000;
	border-bottom: 1px solid #ff9;
	}
	
#headnav a#currentNoSubnav {
	background-color: #D2C4AA;
	color: #000;
	}
	
/*--- Sub-Navigation Styles for Header -------------------------------*/
#subnav {	
	background-color: #ff9;
	color: #643200;
	font-size: 70%;
	text-align: center;
	padding: 3px;
	}

#subnav li {
	display: inline;
	list-style-type: none;
	}

#subnav a,
#subnav b {
	text-decoration: none;
	padding: 2px 8px;
	color: #643200;
	}

#subnav a:hover {
	text-decoration: underline;
	}

/*--- Side Column Menu Styles ----------------------------------------*/
#sidecol {
	width: 160px;
	background-color: #D2C4AA;
	border-right: 1px solid #643200;
	vertical-align: top;
	}

#sidecol h4 {
	background-color: #643200;
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 0px 4px 1em;
	}

#sidecol h4 a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	}

#sidecol h4 a:hover {
	text-decoration: underline;
	}

#sidecol div {
	list-style: none;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	padding: 0;
	}

#sidecol div a {
	display: block;
	padding: 0.15em 1px 0.3em 1em;
	color: #000;
	text-decoration: none;
	font-size: 70%;
	height: 1em;  /* makes link's active area for mouse-over expand to right margin */
	}

#sidecol div a:hover {
	background-color: #ff9;
	}

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

/*--- Footer Navigation Menu Styles ---------------------------------*/
#footnav li a {
	font-size: 75%;
	padding: 5px 10px;
	}

#footnav li a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footnav li a:hover {
	text-decoration: underline;
	}

/*--- Footer Styles ------------------------------------------------*/
#footer {
	background-color: #ff9;
	color: #000;
	font-size: 70%;
	padding: 0.5em;
	}

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

#footer a:hover {
	text-decoration: underline;
	}

#footer p#copyright {
	text-align: center;
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 90%;
	}

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

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


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

#content h2 {
	color: #000;
	font-size: 150%;
	padding-bottom: 0.25em;
	border-bottom: 1px dotted #643200;
	margin-bottom: 0.5em;
}

#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 .photoTile {
	white-space: nowrap;
	}

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

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



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

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;
	}
	


p#intro span {
	font-style: italic;
	text-decoration: underline;
	}




