body {
	margin: 91px 0 0 0;
	padding: 0;
	vertical-align: top;
	background-color: #B50808;
	background-image: url(../assets/co_pgb.gif);
	background-repeat: repeat-x;
}

/*font family for page*/
div, p, td, ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	margin-bottom: 16px;
	line-height: 1.25;
 }
h2 {
	margin: 0px;
	color: #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
}
h3.product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin-bottom: 20px;
	border-bottom:1px solid #000;
	padding-left: 4px;
	margin-top: 20px;
	clear: left;
	border-top: 1px solid #000;
	padding: 4px;
}
h3 a {
	text-decoration: none;
	color: #c00;
	}
h4.product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin-bottom: 0px;
	border-left: 1px solid #000;
	border-bottom:1px solid #000;
	padding-left: 4px;
	margin-top: 20px;
	clear: left;
	border-top: 1px solid #000;
}
h3.book {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin-bottom: 0px;
	border-left: 1px solid #000;
	border-bottom:1px solid #000;
	padding-left: 4px;
	margin-top: 20px;
	clear: left;
	border-top: 1px solid #000;
}


/*Contains Logo at top of Page*/


#header {
	position: absolute; top:0px; left:auto;
	background-image: url(../assets/co_logo.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	width: 100%;
	height: 91px;
	
}

#headerlogo {
	text-align: center;
}
#mastheadhome {
	background-repeat: no-repeat;
	height: 160px;
	margin-top: 0px;
	margin-right: 250px;
}

.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

/* top right shopping info area */

#shopping {
	position: absolute;
	top: 9px;
	right:20px;
	float:right;
	overflow: hidden;
	font-size: 0.8em;
	color:#333333;
	left: 600px;
	}

#shopping ul {
	list-style-image: url(../images/bullet_blktrans.gif);
	padding-top: 0px;
	margin-top: 4px;
	padding-right: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#shopping a:link, #shopping a:visited {
	width: 200px;
	color: #FFFFFF;
	text-decoration: none;
	}
#shopping a:focus, #shopping a:hover, #shopping a:active {
	color: #0033FF;
	text-decoration: underline;
	}
	

/* The main Layout Table*/
#mnTable {
	width: 100%;
	border-bottom: 1px solid #000;
}


/*Navigation (left) Table Cell*/
#navCell {
	background-color: #FFFFFF;
	vertical-align: top;
	border-right: 1px solid #333333;
	width: 220px;
}

/* product listing styles */

div.floatleft {
	float: left;
	font-size: 11px;
	margin: 8px;
}
div.floatleft p {
   text-align: center;
}
div.product h3 h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding: 0.3em;
	margin-bottom: 0px;
}
div.product img {
	
	margin-right: 20px;
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.product p {
	margin-top: 0px;
	line-height: normal;
}

div.book {
}
div.book h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.3em;
	margin-bottom: 0px;
	
}
div.book img {
	
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

img.floatleft {
	float: left;
	text-decoration: none;
	margin-right: 20px;
	}
.lefttext {
	text-align: right;
}

div.book p {
	padding: 0.2em;
	margin-top: 0px;
	float: left;
	line-height: 20px;
}
/*.product a {
	border: thin solid #CC0000;
	padding: 2px 4px;
}
*/
a.product {
	border: thin solid #CC0000;
	padding: 2px 4px;
}


/*Main Content (center) Table Cell*/
#mainCell {
	color: #333333;
	font-size: 14px;
	vertical-align: top;
	line-height: 1.3em;
	background-color: #FFFFFF;
}
#mainCell p a:link {
	color: #CC0000;
	text-decoration: none;
	
}
#mainCell p a:visited {
	color: #CC0000;
	text-decoration:none;
}
#mainCell p a:hover {
	color: #003399;
	text-decoration:underline;
}

#mainCell a:link {
	color: #CC0000;
	text-decoration: none;
}
#mainCell a:visited {
	color: #333333;
	text-decoration:none;
}
#mainCell a:hover {
	color: #000000;
	text-decoration:none;
}

#mainCell p a:link img, #mainCell p a:visited img, #mainCell p a:hover img {
	
	text-decoration: none;
}


#mainCell td a:link img, #mainCell td a:visited img, #mainCell td a:hover img {
	text-decoration: none;
	color: #FFFFFF;
}

/*Sidebar (right) Table Cell */ 
#sidebar {
	background-color: #eee;
	vertical-align: top;
	border-left: 1px solid #333333;
	font-size: 12px;
	color: #333333;
	line-height: 1.25;
	width: 150px;
}
#sidebar h3 {
	color: #CC0000;
	font-size: 12px;
	link-height: 16px;
	}
	
#sidebar a:link {
	color: #CC0000;
	text-decoration:none;
}
#sidebar a:visited {
	color: #CC0000;
	text-decoration:none;
}
#sidebar a:hover {
	color: #003399;
	text-decoration:underline;
}

/* special features class */

.callout {
	float: left;
	width: 150px;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	border: 1px solid #333333;
	text-align: center;
	background-color: #eee;
	font-size: 90%;
}
/* Footer Div */
#footer {
	padding: 16px 24px 16px 32px;
	font-size: 12px;
	color: #999999;
}

/*Contains the Expand All and Collapse All controls*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: block;
	display: block;
	text-align: center;
}
#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #CCOOO;
}

/*Top-level menuitem divs*/
/* sets a 3px bottom margin on top-level menu items*/
#p7TMnav div {
	margin: 0 0 6px 0;
	background-color: #FFFFFF;
}

/*Second-level menuitem divs*/
/* sets bottom margin back to zero*/
#p7TMnav div div {
	margin: 0 0 0 0;
}


/*third level menuitem divs*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div div {
	margin: 0 0 0 12px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #333;
	font-size: 16px;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/font-size: 14px;
	background-color: #eee;
	border: 1px solid #999;
	display: block;
	padding: 2px 8px 2px 16px;
	text-decoration: none; /* */	
}
#p7TMnav div a:hover {
	color: #CCC;
	background-color: #585858;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #990000;
	font-size: 12px;
	background-color: transparent;
	border: 0;
	padding: 0 8px 0 16px;
}
#p7TMnav div div a:hover {
	color: #666;
	background-color: #CCC;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	color: #333;
	font-size: 11px;
}
#p7TMnav div div div a:hover {
	color: #FFF;
	background-color: #999;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url("../assets/p7co_plus.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url("../assets/p7co_minus.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-repeat: no-repeat;
	background-image:    url("../assets/p7co_def.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: normal;
	text-transform: uppercase;
	color: #CC0000!important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-image:     url("../assets/p7co_here.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.serifhdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	margin-bottom: 8px;
	margin-top: 4px;
}
.homename {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #B50808;
}
.productalbum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: bottom;
}
.productalbum td {
	text-align:center;
	vertical-align:bottom;
	}
.productalbum a a:hover a:visited {
	color: #000;
	} 	
.highlightbackground {
	background-color: #FFFFCC;
	padding: 2px;
	border: 1px solid #CC0000;
}

#producttable td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	
	border-bottom-color: #000000;
}

table.producttable td {
	padding: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#mnTable #mainCell .productalbum a img {
	text-decoration: none;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.producttable td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
}
table.producttable td {
	vertical-align: top;
}
.redsmalltitle {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #CC0000;
	font-size: 1.2em;
}
.smallpromotext {
	font-family: Palatino, Georgia, Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}

