@charset "UTF-8";
/*  
Same as above, but not hidden from Opera
*/
.scrolling2 {
	height: 12em;
	overflow: auto
}
/* CSS Document */

body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.twoColFixRtHdr #container {
	width: 797px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/home_bg.gif);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0;  /* 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. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixRtHdr #mainContent {
	margin-right: 220px;
	padding: 0px;
	margin-top: 0px;
} 
.twoColFixRtHdr #mainContent a {
	color: #215C8B;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent a:visited {
	color: #AEBB22;
}
.twoColFixRtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.twoColFixRtHdr  #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size: 9px;
} 
.twoColFixRtHdr #footer a {
	color: #333333;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #footer a:visited {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 797px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/3col_bg.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	background: #FFFFFF;
	padding: 0;  /* 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. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 a {
	color: #215C8B;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 a:hover {
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 a:visited {
	color: #AEBB22;
}
.thrColFixHdr #sidebar2 li {
	list-style-image: url(../images/bullet_blue.gif);
	list-style-position: outside;
	font-size: 90%;
	line-height: 1.2em;
	padding-bottom: 6px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 1px;
} 
.row1  {
	padding: 6px;
	font-size: 90%;
}
.thrColFixHdr #mainContent a {
	color: #215C8B;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {
	text-decoration: underline;
}
.thrColFixHdr #mainContent a:visited {
	color: #AEBB22;
}
.thrColFixHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size: 9px;
} 
.thrColFixHdr #footer a {
	color: #333333;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	text-decoration: underline;
}
.thrColFixHdr #footer a:visited {
	color: #000000;
	text-decoration: none;
}
.jumpmenus {
	font-size: 90%;
}
.line {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 15px;
	margin-bottom: 10px;
}
.sidebox {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 90%;
	width: 180px;
}
.sidebox p {
	padding-right: 10px;
	padding-left: 10px;
}
.sidebox img {
	text-align: center;
}
.sidebox h1 {
	font-size: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
.quote {
	font-size: 90%;
	color: #81587b;
	padding-left: 10px;
}
.breadcrumb {
	font-size: 90%;
	padding-left: 10px;
	padding-top: 5px;
}
.secbody {
	padding-left: 20px;
}
.productimage {
	padding-left: 180px;
	background-repeat: no-repeat;
	background-position: 1px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.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;
}
.navmenu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #EEEEEE;
}
.navmenuvertical {
	background-color: #FFFFFF;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #20368B;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
h4 {
	font-size: 90%;
	color: #FFFFFF;
	background-color: #956E8E;
	border: 1px solid #999999;
	padding: 4px;
	margin-top: 1px;
	width: 172px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}
h1 {
	font-size: 110%;
	font-weight: bold;
	color: #20368B;
	padding-top: 15px;
}
.table {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.submit {
	background-image: url(../images/findit.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 74px;
}
.thrColFixHdr #mainContent li {
	padding-bottom: 6px;
}
table.data {
	font-size: 90%;
}
table.data td {
	padding: 8px;
}
table.data tr.d0 td {
	background-color: #F0F0F0;
}
table.data tr th {
	background-color: #D5EAF8;
	padding: 4px;
	border: 1px solid #999999;
	font-weight: bold;
	color: #243A8D;
}
table.data tr.d1 td {
	background-color: #FFFFFF;
}
.sideboxhome {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 90%;
	width: 180px;
}
.twoColFixRtHdr #sidebar1 a {
	text-decoration: none;
	color: #215C8B;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color: #215C8B;
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar1 a:visited {
	color: #AEBB22;
	text-decoration: none;
}
table.data_2 {
	font-size: 90%;
}
table.data_2  td {
	padding: 8px;
}
table.data_2 tr th {
	background-color: #D5EAF8;
	padding: 4px;
	font-weight: bold;
	color: #243A8D;
}
ul.specials li {
	color:#20368B;
	list-style-type: square;
}
		ul.specials li span {
	color:#333333;
}
.sidebox_lft {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 90%;
	width: 110px;
}
table.new {
	font-size: 90%;
}
table.new td {
	margin: 0px;
	padding: 0px;
}
.search {
	width: 500px;
	float: right;
}
