body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height:1.3em;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0952A2;
}
tr.altRow td {
	background-color: #CFEABA;
}
body {
	background-color: #D8CDAD;
	margin-top: 0px;
	background-image: url(images/Bkgrd_main.jpg);
	background-repeat: repeat-x;
}
.tagline {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
}
.legal {
	font-size: 11px;
}
.subhead {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.copyright {
	color: #FFFFFF
}
.product_detail {
	color: #0952A2;
	font-weight: bold;
}
.product_list {
	color: #0952A2;
	font-weight: bold;
	line-height:1.9em;
}
a {
	font-size: 14px;
	color: #0952A2;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #0952A2;
}
a:hover {
	text-decoration: none;
	border-bottom: 0px dashed;
	color: #6BB835;
}
a:active {
   text-decoration: none;
	border-bottom: 1px dashed;
	color: #0952A2;
}
.plainLink a {
	text-decoration: none;
	border-bottom-style: none;
	}
.plainLink a:link {
	text-decoration: none;
	border-bottom-style: none;
}
.plainLink a:visited {
	text-decoration: none;
	border-bottom-style: none;
}
.plainLink a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
.plainLink a:active {
	text-decoration: none;
	border-bottom-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 19px;
	color: #0952A2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6BB835;
	line-height: 1.2em;
}
.pccname {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
.phone {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0952A2;
	border-left-color: #0952A2;
	vertical-align: top;
	padding: 0;
} 
.twoColFixLtHdr #header {
	background: #0952A2;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 100px;
	background-image: url(images/Bkgrd_lines.jpg);
	vertical-align: top;
} 
.twoColFixLtHdr #submenu {
	background-image: url(images/Submenu_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	float: none;
	height: 26px;
	width: 866px;
	padding-top: 7px;
	padding-right: 34px;
	padding-bottom: 0px;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(images/SidebarLongFade.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 18px;
}
.twoColFixLtHdr #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 24px 34px 0 0;
	width: 650px;
	float: right;
} 
.twoColFixLtHdr #footer {
	background-color: #6BB835;
	
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	font-size:14px;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twoColFixLtHdr #SideBox {
	background-color: #CFE7FB;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	margin-left: 15px;
	float: right;
	width: 175px;
}
.twoColFixLtHdr #SideBoxClear {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	margin-left: 15px;
	float: left;
	width: 175px;
	margin-bottom: 5px;
	padding-top: 0px;
}
.twoColFixLtHdr #BoxNoFloat {
	background-color: #CFE7FB;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	margin-left: 450px;
	width: 175px;
	margin-bottom: 5px;
	border-color: #0952A2;
	border: 2px;
}
.twoColFixLtHdr #twoColBoxClear {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	margin-left: 15px;
	float: left;
	width: 285px;
	margin-bottom: 5px;
	padding-top: 0px;
}
