/*----------------------------------------------------------------------- */

/* links */
a:link, a:visited {
	color: #bb2118; /*E1271D*/
}

a:hover, a:active {
	color: #bb2118; /*E1271D*/
}

a.link-button {
	background: #fff;
	border: 1px solid #e7e7e7; /*grey*/
	color: #bb2118; /*E1271D*/
}

a.link-button:hover {
	background: #bb2118; /*E1271D*/
	border: 1px solid #bb2118; /*E1271D*/
	color: #fff;
}

a.link-block {
	background: #222;
	color: #fff;
}

a.link-block:hover {
	background: #FFD8D6;
	color: #E1271D;
}

#whoslogged a {
	background: #c08986; /* smoky red A61D15 */
	border: 1px solid #A61D15;
	color: #fff;
}

#whoslogged a:hover {
	background: #111;
	border: 1px solid #111;
}

/* submit button */
.button-submit {
	background: #111;
	color: #fff;
}
/* -----------------------------------------------------------------------

header bar for red template
----------------------------------------------------------------------- */

/* containers orig red #bb2118*/
#stretch-header {
	background: #bb2118;
	border-bottom: 1px solid #bb2118;
}

#stretch-header img { /* dw whole new section */
	border-width: 0px; 
	width: 224px; 
	height: 64px;
}

#search-site {/* 1px*/
	background: #BB2118;
	border: 1px solid #bb2118;/* border around the origional box grey*/
}

#stretch-nav {
/*	background: #bb2118; /* grey blue second bar ? #222 black */
	border-bottom: 40px solid #000;
}


/* menu hover state */
#container-nav li a {
	color: #ccc; /* royal blue*/
}

#container-nav li.selected a,
#container-nav li.selected a:hover {
	color: #FF3E34; /* bright red */
	cursor: default;
}

#container-nav li a:hover {
	color: #FF3E34; /* bright red */
}

.nav-side li a:hover {
	background: #FFD8D6; /* light green */
	border-top: 1px solid #fff; /* white*/
	color: #E1271D; /* close to cat red */
}

#stripNav0 li a:hover {
	background: #FFD8D6;/* pink*/
	color: #E1271D;/* close to cat red */
}

.style2 {color: #bb2118}
            #introtxt { width: 700px; padding-bottom: 0px;}
            .style3 {
            font-size: 18px;
            font-style: italic;
            font-weight: bold;
            color: #CCCCCC;
            }
            .style4 {
            font-size: 14px;
            font-weight: bold;
            }
            #product-descript {float:left;}
            #span-6b {width:100px;}
            #leftcontainer {float:left; width:750px; height:680px; }
            #rightcontainer { float:right; width:200px; margin-top:30px;}
            #pagecontainer {width:950px; padding:0; margin:0; border:0}
            .colborder {padding:0; margin:0; border:0}
            .list-small {font-size:10px; margin:0; padding:0;}

