
/* CSS Document */
html,body,div,img,h1,h2,h3,h4,form{
  margin:0px;
  margin-top:0px;
  padding:0px;
  padding-top:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
    color: #333333;
    background-color: transparent;
    font-family: Helvetica, Arial, Verdana, Geneva, Sans-serif;
    font-size: 12px;
    line-height: 1.09em;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-indent: 0px;
}

input,select{
  margin:0;
  padding:0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
#home_container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container { 
	min-width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	max-width: 1200px;
	background: #FFFFFF;
	padding: 0 10px 0 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #002b5c; 
	padding: 10px 10px 15px 10px;  /* 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. */
	vertical-align:top;
} 
#searchheader { 
	background: #FFFFFF; 
	padding: 1px 0px 1px 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;
	} 
#searchsubheader { 
	background: #B6B7BA; 
	padding: 0 2px 0 2px;  /* 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;
} 
#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 */
}
#sidebar1 {
/*	float: right;  since this element is floated, a width must be given */
	background: #d4d3d5; /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 0 0 0 0; */
	vertical-align: top;
	padding-right: 20px;
}
#headernav {
	background: #002b5c; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:12px;
	font-weight:300;
	color:#aed3e7;
	vertical-align: top;
	text-align: right;
	margin: 0;
}
#headernav a 
{
    font: inherit;
    font-size: inherit;
    color: #aed3e7;
    text-decoration: none;
}
#headernav a:hover 
{
    font: inherit;
    font-size: inherit;
    color: #ec891d;
    text-decoration: underline;
}
#headernavlogin {
	background: #002b5c; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:12px;
	font-weight:300;
	color:#aed3e7;
	vertical-align: bottom;
	text-align: right;
	margin: 0;
}
#headernavlogin a 
{
    font: inherit;
    font-size: inherit;
    color: #aed3e7;
    text-decoration: none;
}
#headernavlogin a:hover 
{
    font: inherit;
    font-size: inherit;
    color: #ec891d;
    text-decoration: underline;
}
.basetext {
	padding: 0 10px 0 10px;
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size: 11.5px;
	line-height: 1.5;
}
.ul {
    font: inherit;
    font-size: inherit;
    padding: 0 0 0 20px;
    list-style-position: inside;
}
.insettext {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:12px;
	font-weight:300;
	vertical-align: top;
	text-align: left;
}
.taxtextmain {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:12px;
	font-weight:300;
	vertical-align: top;
	text-align: left;
	color:#002b5c;
}
.taxtextmain a 
{
    font: inherit;
    font-size: inherit;
    color: #002b5c;
    text-decoration: none;
}
.taxtextmain a:hover 
{
    font: inherit;
    font-size: inherit;
    color: #ec891d;
    text-decoration: underline;
}
.taxtextsub {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:12px;
	font-weight:300;
	vertical-align: top;
	text-align: left;
	color:#333333;
}
.taxtextsub a 
{
    font: inherit;
    font-size: inherit;
    text-decoration: none;
	color:#333333;
}
.taxtextsub a:hover 
{
    font: inherit;
    font-size: inherit;
    color: #ec891d;
    text-decoration: underline;
}

#mainContent { 
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
} 
#searchbox {
	width: 100%;
	font-size: 11px;
}
#prodOptText {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}
#prodContent {
	margin: 20px 20px 0 20px;
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size: 11.5px;
	line-height: 1.5;
}
#prodTitle {
    margin: 20px 20px 0px 20px;
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:18px;
	font-weight:700;
	color:#ec891d;
}
.prodSubTitle {
    margin: 3px 20px 5px 20px;
    font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
    font-size:12px;
    font-weight:200;
}
.prodSubTitle a {
 	color: #002b5c;
    text-decoration: none;
}
.prodSubTitle a:hover {
    color: #ec891d;
    text-decoration: underline;
}

td.prodnavactive 
{
    background-image: url(/images/prod_tab_active_bg.gif);
    height: 21px; /* use you own image size; */
    background-repeat: repeat;
    text-align: center;
    vertical-align: middle;
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:11px;
    white-space: nowrap;
 /*   color:#ec891d; */
	color: #002b5c;
	text-transform: uppercase;
}
td.prodnavinactive 
{
    background-image: url(/images/prod_tab_inactive_bg.gif);
    height: 21px; /* use you own image size; */
    background-repeat: repeat;
    text-align: center;
    vertical-align: middle; 
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:9px;
    white-space: nowrap;
/*    text-decoration: underline; */
}
td.prodnavinactive a
{
 	color: #002b5c;
    text-decoration: none;
}
td.prodnavinactive a:hover
{
    color: #ec891d;
    text-decoration: none;
}
.recommendedProdText 
{
    margin: 10px 20px 10px 25px;
    text-align: left;
    text-decoration: none;
    font-weight: 500;
    font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:11px;
	color: #7f7979;

}
.recommendedProdText a
{
	text-decoration: none;
    font: inherit;
    font-weight: 700;
	font-size: 11px;
	color: #7f7979;

}
.recommendedProdText a:hover
{
    text-decoration: underline;
    font-weight: 700;
	color: #002b5c;
/*    color:  #EC891D; */
	font-size: 11px;

}
.recommendedProdText a:visited
{
	text-decoration:none;
    font-weight: 700;
	color: #7f7979;
	font-size: 11px;

}
td.sbBuffer
{    
    padding-left: 3px;
    padding-right: 3px;
}
.greybullets 
{
    color:Gray;
}
.reportTools 
{
    margin: 10px 20px 10px 25px;
    text-align: left;
    text-decoration: none;
    font-weight: 500;
    font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:11px;
	color: #7f7979;
	line-height: 2;
	vertical-align: top;
	text-align: left;
}
.reportTools a
{
    font: inherit;
    font-weight: 700;
	font-size: 11px;
	color: #7f7979;
    text-decoration: none;

}
.reportTools a:hover
{
	color: #002b5c;
    text-decoration: underline;
}

.browseResults {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:11.5px;
	line-height: 1.25;
	font-weight:300;
	vertical-align: top;
}
.pager_div {
    text-align:center;
}
.pager_page_link {
border: 1px solid #ccc;
padding: 4px 4px 4px 4px;
margin-right: 10px;
}
.pager_page_current {
color: White;
border: 1px solid #ccc;
padding: 4px 4px 4px 4px;
margin-right: 10px;
background-color: #ec891d;
}
.search_results_title {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:11.5px;
	line-height: 1.25;
	font-weight:300;
	vertical-align: top;
}
.search_results_title a {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:11.5px;
	line-height: 1.25;
	font-weight:300;
	vertical-align: top;
	color: #002b5c;
	text-decoration: none;
}
.search_results_title a:hover {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:11.5px;
	line-height: 1.25;
	font-weight:300;
	vertical-align: top;
    color: #ec891d;
	text-decoration: underline;
}
.search_results_title a:visited {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:11.5px;
	line-height: 1.25;
	font-weight:300;
	vertical-align: top;
	color: #002b5c;
	text-decoration: none;
}
.search_results_meta {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:10px;
	color: #666666;
	line-height: 1.25;
	font-weight:300;
	vertical-align: top;

}
.search_results_blurb {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:10px;
	line-height: 1.00;
	font-weight:300;
	vertical-align: top;
}
.browse_breadcrumb {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:16px;
	line-height: 1.00;
	font-weight:300;
	vertical-align: middle;
	margin: 10px 0 15px 0;
}
.browse_breadcrumb a {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:16px;
	line-height: 1.00;
	font-weight:300;
	vertical-align: middle;
	color: #002b5c;
	text-decoration:none;
	margin: inherit;
}
.browse_breadcrumb a:hover {
	font: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:16px;
	line-height: 1.00;
	font-weight:300;
	vertical-align: middle;
    color:  #EC891D;
	text-decoration:none;
	margin: inherit;
}
.browse_breadcrumb image {
	vertical-align: middle;
	margin: inherit;
}
.cartSideActive 
{
    font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:16px;
	font-weight: 700;
	color: #000000;
	text-align: left;
	margin: 0px 20px 0px 10px;
}

.cartSideInactive 
{
    font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:16px;
    font-weight: 500;
	color: #777777;
	text-align: left;
	margin: 0px 20px 0px 10px;
}

.printableHeader
{
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:13px;
	font-weight:700;
	color:#ec891d;
	margin: 10px 20px 10px 20px;
}
.standardText
{
	padding: 0 10px 0 10px;
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size: 11.5px;
	line-height: 1.5;
	margin: 10px 20px 10px 20px;
}
.sidebartext
{
    margin: 10px 20px 20px 25px;
   	font: Helvetica, Arial, Verdana, Geneva, Sans-serif;
	color: #7f7979;
	font-size:11px;
	font-weight:300;
	vertical-align: top;
	text-align: left;
	line-height: 1.09em;

}
.sidebartext a
{
   	font: inherit;
	color: #7f7979;
	font-size:11px;
	font-weight:300;
	vertical-align: top;
	text-align: left;
	line-height: 1.09em;
}
.sidebartext a:hover
{
   	font: inherit;
    color:  #EC891D;
	font-size:11px;
	font-weight:300;
    text-decoration: underline;
	vertical-align: top;
	text-align: left;
	line-height: 1.09em;
}
.sidebartext a:visited
{
   	font: inherit;
	color: #7f7979;
	font-size:11px;
	font-weight:300;
	vertical-align: top;
	text-align: left;
	line-height: 1.09em;
}
.footertext
{
    color: #AED3E7;
    background-color: transparent;
    font-family: Helvetica,Arial,Verdana,Geneva,Sans-serif;
    font-size: 10px;
    line-height: 1.09em;
    vertical-align: baseline;
    text-align: center;
}
.footertext a
{
    font-family: Helvetica,Arial,Verdana,Geneva,Sans-serif;
    font-size: 10px;
	color: #002b5c;
    text-decoration: none;
}
.footertext a:hover
{
    font-family: inherit;
    font-size: inherit;
    color: #ec891d;
    text-decoration: underline;
}
.footertext a:visited
{
    font-family: Helvetica,Arial,Verdana,Geneva,Sans-serif;
    font-size: 10px;
	color: #002b5c;
    text-decoration:  none;
}
.homesidebar {
	font: Helvetica, Arial, Verdana, Geneva, Sans-serif;
	color: #7f7979;
	font-size:11px;
	font-weight:300;
	vertical-align: top;
    margin-right: 20px;
    margin-left: 22px;
	text-align: left;
	line-height: 1.09em;
}
.maincontent {
	padding: 0 20px 0 20px;
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size: 11.5px;
	line-height: 1.5;
}
.maintitle {
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:18px;
	font-weight:700;
	color:#ec891d;
	margin: 20px 20px 10px 20px;
}
.mainsubhead {
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:15px;
	font-weight:700;
	margin: 20px 0 10px 0;
}
.maintitle_nomargin {
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:18px;
	font-weight:700;
	color:#ec891d;
}
.poptitle {
	font: 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
	font-size:18px;
	font-weight:700;
	color:#ec891d;
	margin: 20px 20px 10px 20px;
}
