@charset "utf-8";                           /* CSS Document - dlhs_prdfaqsash - product page, color chart */
* {	margin:0;
	padding:0;  /*this was added to take care of browsers setttings*/
}
html, body {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 960px;
	background: #B4B4A0; /*#1*/
	text-align:center; /*ADD to body text-align: center; for certain older browsers; but also need add text-align: left; to container, see below*/
	background-repeat:repeat-x;
	background-position:center top;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:900;
	text-align: left;
}
#container {
	width:960px;
	margin:0 auto; /*top and bottom auto=right and left*/
	padding:0;
	background-color:#000;
	text-align: center;      /*this needs to be here, see body note*/
}/*Not always necessary to have this container but it does make it easier to manage across different browsers. Also need if want page centered*/
/*==========style for heading==============*/
.logo_name {
	height:48px;
	width:950px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight:900;
	color: #000;
	background-color: #ABAB71;
	text-align: center;
	vertical-align: middle;
}
#container .logo_name {
	font-size: 36px;
}/*==========end of style heading=====*/
/*=====Font styles====*/
.pspp {                    /*payments secured pp*/
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	color:#Fff;
	font-weight:900;
	vertical-align: middle;
}
.prd_hdr {               /*header, products*/
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:22px;
	color:#f8f8e3;
	font-weight:900;
	background-color:#808060;
}
.figure img {	            /**/
	border: ;
	padding: 15px;
}
.figure {	             /**/
	float:left;  
}
.stylecc{                            /*this is used for the text/chart for color chart*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	font-weight:900;
	text-align:center;
	text-decoration:underline;
	text-transform:uppercase;
	color:#C00;
}/*===============above headers  & main container --- below is smaller container info */
.style1 {
	font-family: Papyrus, Arial, Verdana;
	font-size: 16px;
	font-weight: 900;
	font-weight: bolder;
}
.style9{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: 600;
	margin:30px;
}
.styleli{                          /*Style for the left nav bar*/
	background-color:#666652;
	color:#FFFFCC;
	text-indent: 2px;
	border:outset 5px #ffffcc; 
	font-size:13px;
	font-weight:bold;
}
.style_copy {                                   /*copyright*/
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:auto;
}
#container #col1 {
	width:165px;						 /*col1 is left side bar navigation*/
	float:left;
	border-bottom:#000 solid 10px;
	border-right:#000 solid 5px;
	border-left:#000 solid 8px;
	height:1400px;
	margin:0 auto;
	background-color:#abab71;      /*#2*/
	font-family:Arial, Helvetica, sans-serif;
	padding:12px;
	text-align:center;
	text-transform:uppercase;
}
#container #col2outer {
	width:725px;                      /* col2outer - next to col1 - column holding col2mid & col2side*/
	height:1450px;
	float:right;
	margin:0;
	padding:0;
	background-color:#d5d59f;    /*#3*/
	border-right:#000 solid 5px;
	border-left:#c00 solid 3px;
}
#col2outer #col2mid {
	width:490px;									/*container col2mid - column inside col2outer- middle column of page*/
	height:1450px;
	float:right;
	border-bottom:#000 solid 10px;
	border-right:#c00 solid 7px;
	border-left:#c00 solid 5px;    /*red border*/
	background-color:#000;
	color: #F3A354;
	font-size:12px;
}
#container #footer {
	float:left;
	width:960px;
	border-top:#c00 solid 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background-color:#666;  /*#4*/
	color: #660;
	text-transform:uppercase;
} /*====container is the main container for the whole page ... col1, col2outer, footer are inside containter.. ====*/
/*==============begins left side bar navigation ================*/
ul#navlist {
	text-align:left;
	list-style:none;
	padding: 0;
	margin:0 auto;
	height:10px;
	width:170px;
}
ul#navlist li {
	display:block;
	margin:0;
	padding:0;
}
ul#navlist a {
	display:block;
	width:100%;
	padding:2px 0 4px 5px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:#FFF; /*pink-the inbetween categories - blank AND PRODUCT LIST*/
}
#container>#col1 li a {
	width:auto;
	color:#000; 
	font-size:11px;
}
ul#navlist li#active a {
	background:#666652; /*light yellow*/
	color:#FFFFCC; /*text*/
	font-size:13px;
	font-weight:bolder;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
	color:#000;
	background:#F0D942; /*ivory*/
	border-color:#aaab9c #fff #ccc;
	background-color: #F0D942;
}
a:link {
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight:900;
	text-decoration:none;
}
a:visited {
	font-family:Verdana, Geneva, sans-serif;
	color: #FC6;
	font-weight:900;
	text-decoration:none;
}
a:hover {
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	font-weight:900;
	text-decoration:none;
}
a:active {
	font-family:Verdana, Geneva, sans-serif;
	color: #900;
	font-weight:900;
	text-decoration:none;
}/*==============end of coding for left side bar navigation===========*/
/*==========begin style for no border around graphics used as links========*/
a:link.style1 {
	color: #000;}
a:visited.style1 {
	color: #000;}
a:hover.style1 {
	color: #000;}
a:active.style1 {
	color: #000;}/*==========end of style for no border around graphics used as links========*/
.thouslb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #F00;
	background:#FFF;
}
/*==========below style for no footer and links========*/
#container #footer table tr td {
	font-family: Verdana, Geneva, sans-serif;
	color: #036;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	font-weight:900;
	text-transform:uppercase;
}
a:visited {
	font-family:Verdana, Geneva, sans-serif;
	color:#004080;
	font-weight:900;
	text-transform:uppercase;
}
a:hover {
	font-family:Verdana, Geneva, sans-serif;
	color: #060;
	font-weight:900;
	text-transform:uppercase;
}
a:active {
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	font-weight:900;
	text-transform:uppercase;
}