@charset "utf-8";                           /* CSS Document - dlhs_cmstyle - product page, */
* {
	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:25px;
}

/*==========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;
}
.prd_hdr {               /*header, products*/
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:22px;
	color:#f8f8e3;
	font-weight:900;
	background-color:#808060;
}
.pspp {                    /*payments secured pp*/
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	color:#Fff;
	font-weight:900;
	vertical-align: middle;
}
.style22 {
	font-family: Arial, Verdana;
	color: #003300;
	font-size:24px;
	font-weight: bold;
}
.style23 {
	color: #003300;
	font-size: 20px;
}
/*==========end of style heading=====*/
#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*/
	color: #D6D6D6;
}/*Not always necessary to have this container but it does make it easier to manage across different browsers. Also need if want page centered*/
/*=====Font styles====*/

.stylepb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:900;
	text-align: left;
	padding: 25px;
	color: #000;
	background-color:#d5d59f;
}
.style6 {	             /*for dividing div, no text*/
	background-color: #f4f4f4;  
}

#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*/
}
/*===============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; 
	text-align:center;
	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:2000px;
	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:2000px;
	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:11px;
	text-align:center;
	background-color:#ffffe3;   /*#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: #060;
	font-weight:900;
	text-transform:uppercase;
}
a:visited {
	font-family:Verdana, Geneva, sans-serif;
	color: #C00;
	font-weight:900;
	text-transform:uppercase;
}
a:hover {
	font-family:Verdana, Geneva, sans-serif;
	color: #C90;
	font-weight:900;
	text-transform:uppercase;
}
a:active {
	font-family:Verdana, Geneva, sans-serif;
	color: #6C0;
	font-weight:900;
	text-transform:uppercase;
}/*==============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========*/
/*DIV UNDER HEADER*/
div.example1{
	width: 730px;
	color: #000;
}
div.example1 div{
	float: left;
	width: 350px;
	height: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight:900;
	padding-left:15px;
	margin-bottom:25px;
}
div.example1 div.example_column1{
background-color: #D5D59F;
text-align:left;
}
div.example1 div.example_column2{
background-color: #D5D59F;
}
/*==========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;
}
	/*==========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;
}