/* #982417		red					(#F3BCB6 companion color)		*/
/* #4A824E		green				(#C9E0CB companion color)		*/
/* #E4AC27		yellow			(#F5E1B4 companion color)		*/
/* #407795		blue				(#C4DAE6 companion color)		*/
/* #D17415		orange			(#F8D5B1 companion color)		*/
/* #685379		purple			(#D6CDDC companion color)		*/
/* #395071		dark blue		(#C7D1E2 companion color)		*/

/* style sheet for "clothing" product pages -- dark blue */
body.clothing {
	background-color: #395071;
	background-image: url(/images/bkg_darkblue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#main h1 a {
	color: #C7D1E2;
	text-decoration: none;
}
div#footer {
	background-color: #395071;
}
#content .product td.thumb img {
	border: solid 1px #C7D1E2;
}
#content .preview td.thumb img {
	border: solid 1px #C7D1E2;
}


