@charset "utf-8";                           /* CSS Document - dlhs_prdinfostyle - 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;
	text-indent:20px;
}
.prdlist{
	line-height:24px;
	list-style:square ;
	list-style-type:disc;
}
#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;
}
.info_desc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	color:#000;
	text-indent:30px;
	padding:10px;
}
.quest{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#C30;
	text-align:left;
	font-weight:900;
	text-indent:35px;
	padding:10px;
}
.answer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
	text-indent:30px;
	padding:10px;
}
.styleul {	           /**/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	text-indent:10px;
	text-align:left;
	padding: 30px;
}
.style_info {	           /**/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	text-indent:10px;
	text-align:left;
	padding: 10px;
}


.figure img {	            /**/
	border: ;
	padding: 15px;
}
.figure {	             /**/
	float:left;  
}
.style5 {	             /*red info line, choices     */                      
	background-color: #990000;
	color:#FFF0B5; 
	font-weight:900;
	border:#000 thin 2px;
}
.style6 { text-align:left	                                   
		
}
.style4 {	             /*black info line, border of buttons    */          
	border:#000 solid 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-transform:capitalize;	
}
.styleunhdr{                      /*this is used for the text/chart for color chart*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:900;
	text-align:left;
	text-transform:uppercase;
	color:#C00;
	padding-left:20px;
}
.stylehdr{                            /*this is used for the text/chart for color chart*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:900;
	text-align:center;
	text-decoration:underline;
	text-transform:uppercase;
	color:#C00;
	padding-left:20px;
}
.cc {
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	border:#FFF;
}
/*===============above headers  & main container --- below is smaller container info */
.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;
	list- ;
}
.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:1700px;
	margin:0 auto;
	background-color:#abab71;      /*#2*/
	font-family:Arial, Helvetica, sans-serif;
	padding:12px;
	text-align:center;
	text-transform:uppercase;
}
#container #col2outer {
	width:745px;                      /* 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;
}
#container #footer {
	float:left;
	width:960px;
	border-top:#c00 solid 3px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	background-color:#ffffff;   /*#4*/
}
/*====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========*/

/*==========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;
}