/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #2d3695;
  font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/********************************************
  ROOT ELEMENTS
********************************************/
ul, ol {
	margin: 0 5px;
	padding: 0 5px;
}
ul {
	list-style: none;
}

/********************************************
   Deco ELEMENTS
********************************************/
#thermbak {
	width: 503px;
	height: 505px;
	background: url(design/thermbak.gif) no-repeat;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
#balancer {
			font: 90%/1.5em Arial, Helvetica, Geneva, sans-serif;
	margin-top: 15px;
}
#vertline {
	width: 1px; /* Vertical Line. */
	height: 135px;
	margin: 0;
	background-color: #333333;
}
/********************************************
   Legacy Upper ELEMENTS
********************************************/

#product3 {
	display: block;
	margin-left: 6px;
	margin-right: 6px;
}
.product3_txt {
	color: #202675;
	font: bold 1.1em Arial, Helvetica, Geneva, sans-serif;
	display: block;
	padding-left: 8px;
	padding-top: 4px;
}
#product3_menubx {
	color: #000000;
	display: block;
	padding-top: 3px;
	width: 200px;
}

.product3_copy {
	color: #000000;
	font: .84em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin-bottom: 4px;
	display: block;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-top: 3px;
}
.product3_menu {
	color: #2d3695;
	font: bold .94em/1em Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin-bottom: 4px;
	display: block;
	text-indent: 8px;
	margin-top: 6px;
}

.product3_menu_rt {
	color: #2d3695;
	font: 85%/1.2em Verdana, Tahoma, arial, sans-serif;
	margin-bottom: 4px;
	display: block;
	text-indent: 8px;
	margin-top: 6px;
	text-align: right;
}

.product3_gry {
	color: #333333;
}
.product3_menu  A:link {
	color: #2d3695;
		border-bottom: 1px dotted #2d3695;
}

.product3_menu  A:visited {
	color: #cccccc;
}

.product3_menu  A:active {
	color: #fcbe00;
		background-color: #2d3695;

}

.product3_menu_rt  A:link {
	color: #2d3695;
		border-bottom: 1px dotted #2d3695;
}

.product3_menu_rt  A:visited {
	color: #cccccc;
}

.product3_menu_rt  A:active {
	color: #fcbe00;
		background-color: #2d3695;

}

.product3_menu  A:hover {
	color: #fcbe00;
	background-color: #2d3695;
}



.required {
	font-weight: bold;
	color: red;
}


#more {
	text-align: center; /* Under a product for more info */
	margin: 5px 3px 0 0;
	padding: 3px;
	display: block;
	overflow: hidden;
	font: bold .84em/1em Arial, Helvetica, Geneva, sans-serif;
	color: #1f2078;
}




img.cutlined {
	margin-bottom: 6px;
}

#imagertflt {
	display: block;/* image mod. */
	float: right;
	margin-left: 10px;
}

#imagert {
	display: block;/* image mod. with line */
	float: right;
	margin: 10px;
	clear: right;
}

.imagert {
	border: 1px solid #000000;/* image mod. with line */
	float: right;
	clear: right;
	display: block;
	margin-left: 10px;
	margin-bottom: 5px;
}


.imagert_noline {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline;
	margin-top: 3px;
}

#imagelft {
	display: block;
	float: left;
	border: 1px solid #000000;
	margin: 0 10px 0 0;
}
.imagelft {
	display: block;
	float: left;
	margin: 0 10px 0 6px;
}

.imagelft_hm {
	display: block;
	float: left;
	margin: 0 0px 0 1px;
}

.imagewrap {
	border: 1px solid #d6d6d6;
	margin: 0 10px 0 0;
	float: left;
	display: block;
	position: relative;
	padding: 0;
}
.imagewrapnobdr {
	margin: 0 10px 0 0;
	float: left;
	display: block;
	position: relative;
	padding: 0;
}
.imagewraprtbrd {
		border: 1px solid #000;
	margin: 0 0 0 10px;
	float: right;
	display: block;
	position: relative;
	padding: 0;
}
.imagewraprt {
	
	margin: 0 0 0 10px;
	float: right;
	display: block;
	position: relative;
	padding: 0;
	border-style: none;
}

#cat_image {
	display: block;
	float: right;
	margin-LEFT: 8px;
	padding-top: 0;
}
#imagefloat {
	margin: 15px 0 15px 15px;
	float: right;
}
#productbx {
	overflow: hidden;
}
#productbx h2 {
	font: bold 120%/1.2em Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	color: #2D3695;
}

ul#contented {
	margin: 10px 5px 0px 20px;
	font-size: 0.94em;
	padding: 0;
}
ul#contented li {
	line-height: 112%;
	margin: 6px 0 0;
	border-bottom: 1px dotted #d6d6d6;
	padding-bottom: 10px;
}
ul#contented li a:link, ul#nav3 li a:visited {
    text-indent: 2px;
	height: auto;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #D6D6D6;
}


#specpage {
	width: 382px;
	padding: 10px;
	overflow: hidden;
	font-size: 0.94em;
    line-height:  1em;
	color: #000;
	background-color: #d8d8d8;
	margin-top: 10px;
	border: 1px solid #999999;
	margin-left: 20px;
}

img.displayed {
	display: block;	/*Centering an image. */
    margin-left: auto;
	margin-right: auto
}
.subheadblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #161b4c;
}
.tabs {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}
.logopad {
	margin: 8px;
}

.prdx_head {
	color: #333333;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-align: center;

}

    
.txt_displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-weight: bold;
}
#supalisto {
	display: block;
	width: 150px;
	color: #000000;
	font: bold 1em Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	position: relative;
	    margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
}
.sectionhead {
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	font: bold 2.5em/1.3em Verdana, "Lucida Grande", Lucida, sans-serif;
}
.a_desc_content {
	border-bottom: 2px dotted #2d3695;
	color: #000000;
	text-align: left;
	margin: 10px 0 0;
	padding: 2px 0;
	display: block;
	font: bold 1em/1.2em Arial, Helvetica, Geneva, sans-serif;
}
.subcopy {
	color: #000000;
	text-align: left;
	font: 500 1em Arial, Helvetica, sans-serif;
}


/********************************************
   PAGE ELEMENTS
********************************************/
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding-top: 56px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 820px;
}
#outerWrapper #headerBackground {
  background-image: url(design/header_back.gif);
  background-repeat: repeat-y;
}
#outerWrapper #headerBackground #headerBottom {
  background-image: url(design/header_back.gif);
  background-position: bottom;
  background-repeat: no-repeat;
	height: 99px;
}
#outerWrapper #headerBackground #headerBottom #headerTop {
  background-image: url(design/header_top.gif);
  background-repeat: no-repeat;
	height: 15px;
	padding: 7px 48px 11px;
}
#outerWrapper #contentWrapper {
  background-image: url(design/header_back.gif);
  background-repeat: repeat-y;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 10px 15px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 181px;
	border-right: 1px dotted #d5d5d5;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 216px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 0 15px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper #clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footerBackground {
}
#outerWrapper #footerBackground #footerBottom {
}
#outerWrapper #footerBackground #footerBottom #footerTop {
  background-image: url(design/footer_top.gif);
  background-repeat: no-repeat;
  padding: 10px 0 24px 28px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

}
/********************************************
   Footer ELEMENTS
********************************************/
#footerlogo {
	width: 137px;
	height: 80px;
	display: block;
	float: right;
	margin-left: 15px;
	background-image: url(design/footer_logo.gif);
	margin-top: 6px;
}
#footer {
	font: 110%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #ffffff;
	text-align: center;
}
#footer h2 {
		font: bold 130%/1.1em Verdana, Tahoma, arial, sans-serif;
		
}
#footer h3 {
		font: bold 100%/1.1em Verdana, Tahoma, arial, sans-serif;
		
}
#footer h4 {
	margin-top: 1px;
		font: bold 160%/1.5em Verdana, Tahoma, arial, sans-serif;
}
#footer #links {
		font: 85%/1.5em Verdana, Tahoma, arial, sans-serif;
	display: block;
	text-align: center;
	margin-bottom: 12px;
}
#footer a {
	color: #F9C635;
	VERTICAL-ALIGN: middle;
	TEXT-DECORATION: none;
	padding: 1px 5px;
	font-weight: bold;
}
#footer a:link {
	VERTICAL-ALIGN: middle;
	FONT-FAMILY: arial,helvetica,verdana;
	TEXT-DECORATION: none;
	padding: 1px 5px;
	}
#footer a:visited {
	color: gray;
	padding: 1px 5px;
}
#footer a:active {
	VERTICAL-ALIGN: middle;
	TEXT-DECORATION: none;
	color: #000000;
	background-color: #F9C635;
	padding: 1px 5px;
}
#footer a:hover {
	VERTICAL-ALIGN: middle;
	TEXT-DECORATION: none;
	color: #000000;
	background-color: #F9C635;
	padding: 1px 5px;
}
#smalltext {
		font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
	display: block;
	text-align: left;
	color: #ffffff;
	margin-top: 25px;
}
/********************************************
   Header ELEMENTS
********************************************/
#center {
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-weight: bold;
}
#barmenu {
	height: 18px;
	width: 790px;
	margin-bottom: 0;
	display: block;
	color: #2f26c5;
	margin-left: 15px;
	background-image: url(design/bar_back.gif);
	padding-top: 0;
	margin-top: 3px;
}

#bartxt {
	text-align: right;
	color: #3b3b3b;
	padding-right: 19px;
	padding-top: 2px;
	font: bold 9px/10px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: right;
	display: block;
	margin-top: 2px;
}
#bartxt a {
	text-decoration: none;
	color: #2d3695;
}
#headerwrapper {
	height: 33px;
	margin-left: 25px;
}
#headerwrapper #headerlogo {
	width: 380px;
	height: 33px;
	display: block;
	float: left;
	background: url(design/head_name.gif) no-repeat;
}
#headerwrapper #headertag  {
	width: 290px;
	height: 17px;
	margin-top: 13px;
	margin-left: 387px;
	background: url(design/head_tagline.gif) no-repeat;
}
/********************************************
   Leftcol ELEMENTS
********************************************/
input {
	padding:3px;
	color:#555555;
	font: bold 90%/1.4em Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
}
#searchwrapper {
	width: 181px;
	margin-bottom: 15px;
	overflow: hidden;
	background: url(design/search_bak.gif) repeat-y;
}

#searchwrapper #searchtop {
	width: 181px;
	height: 5px;
	display: block;
	background: url(design/search_top.gif) no-repeat;
}
#searchwrapper #searchbody {
	width: 181px;
	height: 46px;
	display: block;
	background: url(design/search_text.gif) no-repeat;
}
#searchwrapper #searchfield {
	width: 181px;
	display: block;
	height: 31px;
	padding-left: 8px;
	padding-top: 10px;
}
#searchwrapper #searchbottom {
	width: 181px;
	height: 4px;
	display: block;
	background: url(design/search_bottom.gif) no-repeat;
}
#searchwrapper form#quick-search {
	padding: 0; margin: 0;
	border: none;
	width: 165px; height: 19px;
	z-index: 999999;
	background: url(../blued/search.gif) no-repeat;
}
#searchwrapper form#quick-search p {
	margin: 0; padding: 0;		
}
#searchwrapper form#quick-search input {
	border: none;
	background: transparent;
	color: #555555;
	padding-left: 25px;
}
#searchwrapper form#quick-search .tbox {
	width: 165px;	
	display: inline;	
}
#searchwrapper form#quick-search .btn{
	width: 5px; height: 5px;		
}
#searchwrapper form#quick-search label {
	display: none;
}

/********************************************
   Sidebar ELEMENTS
********************************************/
/* Sidebar */	
#treeheader {
	color: #484848;
	font-family: arial,helvetica,verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 2px 0px 2px 0px;
	text-transform: uppercase;
}
#sidebar {
	padding: 0; margin: 0;
	background-image: url(design/sidetree_back.gif);
}
#sidebar #sidetreetop {
	width: 181px;
	height: 4px;
	display: block;
	margin-bottom: 8px;
	background: url(design/sidetree_top.gif) no-repeat;
}
#sidebar #sidetreebottom {
	width: 181px;
	height: 4px;
	display: block;
	margin-top: 8px;
	background: url(design/sidetree_bottom.gif) no-repeat;
}

#sidebar a {
	color: #555555;
	VERTICAL-ALIGN: middle;
	font: 90%/1.4em Arial, Helvetica, Geneva, sans-serif;
	TEXT-DECORATION: none;
}

#sidebar a:link {
	VERTICAL-ALIGN: middle;
	FONT-FAMILY: arial,helvetica,verdana;
	TEXT-DECORATION: none;}

#sidebar a:visited {
	color: gray;
}
#sidebar a:active {
	VERTICAL-ALIGN: middle;
	FONT-FAMILY: arial,helvetica,verdana;
	TEXT-DECORATION: none;
	color: #fe7878;
}
#sidebar a:hover {
	VERTICAL-ALIGN: middle;
	FONT-FAMILY: arial,helvetica,verdana;
	TEXT-DECORATION: none;
	color: #fe7878;
}

#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #2D3695; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; 
	padding: 0;
	text-decoration: none;		
	background: url(/PDGCommTemplates/004/images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(/PDGCommTemplates/004/images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 2px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
}
#sidebar ul.sidemenu li a:hover {	
}
#sidebar ul.sidemenu ul { 
	margin: 0 0 0 5px; 
	padding: 0; 
	}
#sidebar ul.sidemenu ul li { 
	background: none; 
	}

/********************************************
   INDEX ELEMENTS
********************************************/

#mainimage {
	width: 555px;
	height: 182px;
	display: block;
	background-image: url(design/index_main_img.jpg);
	margin-bottom: 15px;
}
/********************************************
   CATEGORY TEMPLATE ELEMENTS
********************************************/

#gerberimage {
	width: 555px;
	height: 182px;
	display: block;
	background-image: url(images/index_gerber_img.jpg);
	margin-bottom: 15px;
}

/********************************************
   Blue ELEMENTS
********************************************/
#tdreset {
	color: black;
	margin-bottom: 2px;
}
#tdreset td {
	margin: 0;
	padding: 0;
}


#fourcol {
	width: 135px;
	display: block;
	border-left: 1px dotted #cccccc;
	font: 90%/1.2em Arial, Helvetica, Geneva, sans-serif;

}

#fourcol h3 {
	color: #2D3695; 
	text-transform: none;
	font: bold 155%/.81em Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin-left: 6px;
	margin-bottom: 0;
}
#fourcol li {
	color: black;
	list-style: none;
	margin: 0 5px 0 1px;
	border-bottom: 1px dotted #F9C635;
	padding: 2px 0;
}
#fourcol ul {
	color: black;
	text-decoration: none;		
	margin: 7px 4px 8px 0; 
	padding: 0 3px 0 6px;
	display: block;
}

#fourcol td {
	margin: 0;
	padding: 0;
}

#fourcol a {
	color: #555555;
	VERTICAL-ALIGN: middle;
	TEXT-DECORATION: none;
padding: 1px 5px;
	display: block;
}

#fourcol a:link {
	VERTICAL-ALIGN: middle;
	FONT-FAMILY: arial,helvetica,verdana;
	TEXT-DECORATION: none;
		padding: 1px 5px;
	display: block;
	}

#fourcol a:visited {
	color: gray;
		padding: 1px 5px;
	display: block;
}
#fourcol a:active {
	VERTICAL-ALIGN: middle;
	TEXT-DECORATION: none;
	color: #000000;
	background-color: #F9C635;
		padding: 1px 5px;
	display: block;
}
#fourcol a:hover {
	VERTICAL-ALIGN: middle;
	TEXT-DECORATION: none;
	color: #000000;
	background-color: #F9C635;
		padding: 1px 5px;
	display: block;
}
/********************************************
   Popular ELEMENTS
********************************************/
#popularwrapper {
	width: 181px;
	display: block;
	margin-top: 15px;
}

#popularwrapper #populartop {
	width: 181px;
	height: 5px;
	display: block;
	background: url(design/popular_top.gif) no-repeat;
}
#popularwrapper #popularbtm {
	width: 181px;
	height: 5px;
	display: block;
	background: url(design/popular_bottom.gif) no-repeat;
}
#popularwrapper #popular {
	font: 90%/1.5em Arial, Helvetica, Geneva, sans-serif;
	background: url(design/popular_back.gif) repeat-y;
	display: block;
	width: 181px;
}

#popularwrapper h3 {
	color: #000000; 
	text-transform: none;
	font: bold 180%/1em 'Trebuchet MS', Tahoma, Sans-serif;
	padding: 5px 5px 5px 10px;
	margin: 0;
}
#popularwrapper li {
	color: black;
	list-style: none;
	padding: 2px 0 2px 5px;
	border-bottom: 1px dotted #2D3695;
	margin: 0 5px 0 10px;
}
#popularwrapper ul {
	color: black;
	text-decoration: none;		
}
/********************************************
   NEW PRODUCTS
********************************************/
#newproductswrapper {
	width: 268px;
	display: block;
	margin-top: 8px;
}
#newproductswrapper #newproductstop {
	width: 268px;
	height: 36px;
	display: block;
	background: url(design/newproducts_top.gif) no-repeat;
}
#newproductswrapper #newproductsbody {
	width: 268px;
	background: url(design/newproducts_body.gif) repeat-y;
}
#newproductswrapper #newproductsbtm {
	width: 268px;
	display: block;
	height: 17px;
	background: url(design/newproducts_btm.gif) no-repeat;
}
#newproductswrapper #newproducts {
	color: #000;
	font: 11px/12px Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 20px;
}
#newproductswrapper #newproducts a {
	color: #2D3695;
	font-weight: bold;
}
#newproductswrapper #newproducts h3 {
	color: #000000; 
	text-transform: none;
	font: bold 130%/.81em Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 2px;
		border-bottom: 1px dotted #d5d5d5;
	margin-left: 0;
}
#newproductswrapper #newproducts li {
	color: black;
	list-style: none;
	padding: 0 0 2px;
	border-bottom: 1px dotted #2D3695;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}
#newproductswrapper #newproducts ul {
	color: black;
	text-decoration: none; 
	padding: 0;
	margin: 2px 0 8px;
}


/********************************************
   Callout ELEMENTS
********************************************/
#calloutwrapper {
	width: 119px;
	z-index: -1;
}
#calloutwrapper #calloutbody {
		font: 90%/1.5em Arial, Helvetica, Geneva, sans-serif;
	background: url(design/callout_back.gif) repeat-y;
	padding: 2px 7px 7px;
}
#calloutwrapper #callouttop {
	width: 119px;
	height: 83px;
	display: block;
	background: url(design/callout_top.gif) no-repeat;
}
#calloutwrapper #callouttop2 {
	width: 119px;
	height: 6px;
	display: block;
	background: url(design/callout_top6.gif) no-repeat;
	margin-top: 8px;
}
#calloutwrapper #calloutbtm {
	width: 119px;
	height: 6px;
	display: block;
	background: url(design/callout_bottom.gif) no-repeat;
}	
#calloutwrapper #calloutsub {
	color: #2d3695;
	font: 95%/1.2em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 2px;
	display: block;
	text-indent: 0px;
	margin-top: 3px;
}
#calloutwrapper h3 {
	color: #2d3695;
	font: 120%/1em Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin-bottom: 2px;
	text-indent: 0px;
}
#calloutwrapper #calloutsub h4 {
	color: #000000;
	font: 150%/1em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 2px;
	text-indent: 0px;

}

#calloutwrapper p {
		font: 100%/1.4em Arial, Helvetica, Geneva, sans-serif;
	margin: 5px 0 0;
}
#calloutwrapper a {
	text-decoration: none;
	font-weight: bold;
		color: #2d3695;

}
#calloutwrapper #callout2_img {
	width: 58px;
	height: 35px;
	background: url(callouts/custom.gif) no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	float: right;
}
#calloutwrapper #callout_img {
	width: 116px;
	height: 80px;
	background: url(callouts/freesamples.gif) no-repeat;
	z-index: 0;
	display: block;
	float: right;
	margin-bottom: 10px;
}

/********************************************
   Results Page ELEMENTS
********************************************/
#resultwrapper {
	width: 555px;
	display: block;
	overflow: hidden;
	font: 95%/1.2em Arial, Helvetica, Geneva, sans-serif;
}
#resultwrapper h3 {
	color: #000000; 
	text-transform: none;
	font: bold 140%/1.1em Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 2px;
	border-bottom: 1px dotted #d5d5d5;
	margin-left: 0;
	margin-bottom: 6px;
}
#resultwrapper h2 {
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font: bold 2.1em/1.3em Verdana, "Lucida Grande", Lucida, sans-serif;
	}
#resultwrapper h5 {
	color: #000000; 
	text-transform: none;
	font: bold 100%/1.1em Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 2px;
	margin-left: 0;
	margin-bottom: 6px;
}

#resultwrapper h6 {
	color: #000000; 
	text-transform: none;
	padding: 0 0 2px;
	border-bottom: 1px dotted #d5d5d5;
	margin-left: 0;
	margin-bottom: 6px;
}
#resultwrapper td {
	padding: 0;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:top;
}

#resultwrapper tr{
	height: 30px;

}
#resultwrapper img {
	padding: 5px;
	border-style: none;
}

#resultwrapper table {
	border-collapse: collapse;
	margin: 10px;	
}

#resultwrapper a {
	color: #2d3695;
	VERTICAL-ALIGN: middle;
	TEXT-DECORATION: none;
	padding: 1px 10px;
	display: block;
`}

#resultwrapper a:link {
	VERTICAL-ALIGN: middle;
	FONT-FAMILY: arial,helvetica,verdana;
	TEXT-DECORATION: none;
	padding: 1px 5px;
	display: block;
	}

#resultwrapper a:visited {
	color: gray;
	padding: 1px 5px;
	display: block;
}
#resultwrapper a:active {
	VERTICAL-ALIGN: middle;
	TEXT-DECORATION: none;
	color: #000000;
	background-color: #cccccc;
		padding: 1px 5px;
	display: block;
}
#resultwrapper a:hover {
	VERTICAL-ALIGN: middle;
	TEXT-DECORATION: none;
	color: #000000;
	background-color: #cccccc;
		padding: 1px 5px;
	display: block;
}
#resultwrapper #line {
	width: 100%;
	height: 2px;
	border-bottom: 1px dotted #cccccc;
}
#resultwrapper #resulted table {
	border-collapse: separate;
	color: #000000;
	font: 100%/1.2em Arial, Helvetica, Geneva, sans-serif;

}
#resultwrapper #resulted td {
	padding: 0 5px;
	border-right: 1px dotted #CCC;
	VERTICAL-ALIGN: middle;

}
.pdgodd {
	color: #000;
}
.pdgeven {
	color: #000;
}
/********************************************
   Sample-Item ELEMENTS
********************************************/
#product-detail {
	width: 555px;
	display: block;
	overflow: hidden;
	text-align: left;
}
#product-detail #product {
	text-align: center;
	margin: 10px 10px 4px 0;
	padding: 2px 2px 3px;
	display: block;
	background-color: #fff;
	clear: both;
	overflow: hidden;
	border: 1px solid #cccccc;
	font: bold .95em/1em Arial, Helvetica, Geneva, sans-serif;
	width: 145px;
}
#product-detail h2 {
  color: #000000;
  font-weight: bold;
	font-size: 1.1em;
}

#product-detail h4 {
  color: #2d3695;
  font-weight: bold;
	font-size: 1.1em;
	line-height: .84em;
}

#product-detail input {
	padding:2px;
	border:1px solid #eee;
	font: bold 1em Verdana, sans-serif;
	color:#000000;
}
/********************************************
   BASKET ELEMENTS
********************************************/
#pdgbasket {
	font: 94%/1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #3d3d3d;
}
#pdgbasket p {
	color: #3b3b3b;
	padding-right: 19px;
	padding-top: 2px;
	font: bold 9px/10px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#pdgbasket img {
	margin-right: 10px;
	margin-top: 10px;
}
#pdgbasket #customer {
		font: 98%/1.2em Arial, Helvetica, Geneva, sans-serif;

}

#pdgbasket #outlined {
	display: block;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font: bold 110%/1em Arial, Helvetica, Geneva, sans-serif;
	color: #3d3d3d;
	border-bottom: 1px solid #2d3596;
}
#pdgbasket #infooutlined {
	display: block;
	margin-bottom: 2px;
	background-color: #ffffff;
	margin-top: 2px;
	padding: 8px;
	border: 1px dotted #dddddd;
}
#pdgbasket h3 {
	color: #000000; 
	text-transform: none;
	font: bold 130%/.81em Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 2px;
		border-bottom: 1px dotted #d5d5d5;
	margin-left: 0;
}
#pdgbasket h4 {
	color: #000000; 
	text-transform: none;
	font: bold 100%/.81em Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 2px;
	border-bottom: 1px dotted #d5d5d5;
	margin-left: 0;
}
#pdgbasket h5 {
	color: #000000; 
	text-transform: none;
	font: bold 90%/.81em Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 2px;
	border-bottom: 1px dotted #d5d5d5;
	margin-left: 0;
}
#pdgbasket hr {
	border: 0px dotted #dddddd;
	padding-bottom: 10px;
}

#pdgbasket a {
	font: bold 100%/1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #2D3695;
	margin-top: 10px;
}

#pdgbasket a:link {
	VERTICAL-ALIGN: middle;	
	FONT-FAMILY: arial,helvetica,verdana;
	TEXT-DECORATION: none;
	padding: 1px 5px 1px 0;
	display: block;
	}

#pdgbasket a:visited {
	color: gray;
		padding: 1px 5px 1px 0;
	display: block;
}
#pdgbasket a:active {
	VERTICAL-ALIGN: middle;
	TEXT-DECORATION: none;
	color: #000000;
	background-color: #dddddd;
		padding: 1px 5px 1px 0;
	display: block;
}
#pdgbasket a:hover {
	VERTICAL-ALIGN: middle;
	TEXT-DECORATION: none;
	color: #000000;
	background-color: #dddddd;
		padding: 1px 5px 1px 0;
	display: block;

}
#pdgbasket input,#pdgbasket select {
	margin-right:20px;
	border:1px solid #dddddd;
	background:#fff;
	padding: 3px;
	margin-top: 2px;
	font: 110%/1.2em Arial, Helvetica, Geneva, sans-serif;

}
#pdgbasket input.submitform {
	margin-top:15px;
}
#pdgbasket input:focus,#pdgbasket input:hover {
	border:1px solid #dddddd;
}

/*----------------basket fieldset------------------*/


#basketshipping {
	margin:auto;
}

#basketshipping fieldset{
	padding:6px;
	border: 1px dotted #dddddd;
  	color: #555555;
}
#basketshipping legend{
	font: bold 120%/1.2em Arial, Helvetica, Geneva, sans-serif;
}
#basketshipping label{
	display:block;
	height:2em;
	padding:5px;
}
#basketshipping input,#basketshipping select {
	margin-right:20px;
	border:1px solid #dddddd;
	background:#fff;
	padding: 3px;
	margin-top: 2px;
	font: bold 120%/1.2em Arial, Helvetica, Geneva, sans-serif;

}
#basketshipping input.submitform {
	margin-top:15px;
}
#basketshipping input:focus,#basketshipping input:hover {
	border:1px solid #dddddd;
}
#basketshipping #center {
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-weight: bold;
}


/********************************************
   CONTACT US 
********************************************/

#contactus {
	margin:auto;
}

#contactus fieldset{
	padding:6px;
	border: 1px dotted #dddddd;
  	color: #555555;
}
#contactus legend{
	font: bold 120%/1.2em Arial, Helvetica, Geneva, sans-serif;
}
#contactus label{
	height:2em;
	font-weight: bold;
	font-size: 90%;
	width: 365px;
	text-align: left;
	display: block;
}
#contactus input, #contactus select {
	margin-right:20px;
	border:1px solid #dddddd;
	background:#fff;
	padding: 3px;
	margin-top: 2px;
	font: bold 120%/1.2em Arial, Helvetica, Geneva, sans-serif;
	display: block;
}
#contactus input.submitform {
	margin-top:15px;
	display: block;
}
#contactus input:focus,#contactus input:hover {
	border:1px solid #dddddd;
	display: block;
}


/********************************************
   LOGIN SUCCESS
********************************************/

#loginsuccess {
	width: 555px;
	display: block;
	overflow: hidden;
	font: 95%/1.2em Arial, Helvetica, Geneva, sans-serif;
}
#loginsuccess #lastbasket td {
	vertical-align:top;
	padding: 2px;
}
#loginsuccess #lastbasket table {
border: 1px dotted #dddddd;
}
#loginsuccess h5 {
	font: bold 98%/1em Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin-bottom: 2px;
	text-indent: 0px;
}
#loginsuccess h3 {
	color: #000000; 
	text-transform: none;
	font: bold 140%/.9em Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 2px;
	border-bottom: 1px dotted #d5d5d5;
	margin-left: 0;
	text-align: left;
}
/********************************************
   PDG ELEMENTS
********************************************/
/* Basket Fixes */
#form input {
	padding:2px;
	border:1px solid #eee;
	font: bold 1em Verdana, sans-serif;
	color:#000000;
	}
.input {
	padding:2px;
	border:1px solid #eee;
	font: bold 1em Verdana, sans-serif;
	color:#000000;
	margin-right: 8px;
	text-align: right;
}


.pdgmainhdr {
	text-decoration: none;
	font: normal bold 14px/16px Arial;
	text-align: left;
	margin: 0 0 0 0

;
	/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
 	padding: 0 0 5px;
}

.pdgleftnav {
	display: block;
	font-family: arial, sans-serif;
	font-size: .94em;
	height: auto;
	width: 151px;
	text-decoration: none;
	padding: 4px 0;
	margin: 0;
	color: #333333;
}

a.pdgleftnavlnk:link {
	color: #452c1b;
}

a.pdgleftnavlnk:visited {
	color: #333333;
}

a.pdgleftnavlnk:hover {
	background-color: #eeeeee;
	color: #000;
	display: block;
	width: 100%;
}

.pdgmain {
	color: #000000;
	font-weight: normal;
	line-height: 100%;
	font-size: 1em;
	font-style: normal;
	vertical-align: top;
	padding: 0 5px 5px;
}

.pdgmainsm {
	font-weight: normal;
	line-height: 100%;
	font-size: 10px;
	font-style: normal;
	vertical-align: top;ß
	padding: 0 10px 5px;
	background-color: white;
}
a.pdgmainlnk:link {
	text-decoration: none;
	color: #666666;
	font: normal bold 1em Arial;
	width: 124px;
	display: block;
}

.pdglink {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	font: normal normal 10px Arial, Helvetica, Geneva, sans-serif;
}

a.pdglink:link {
	text-decoration: none;
	color: #2c3694;
	background-color: #FFFFFF;
	font: normal normal 10px Arial, Helvetica, Geneva, sans-serif;
}

a.pdglink:visited {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	font: normal normal 10px Arial, Helvetica, Geneva, sans-serif;
}

a.pdglink:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	font: normal normal 10px Arial, Helvetica, Geneva, sans-serif;
}
#submit_table {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 15px;
}
/* header basket */
#header-basket {
	text-align: center;
	position: absolute;
	top: 112px; right: 46px;
	padding: 5px;
	margin: 0;
	width: 180px; height: 55px;
	background: #fff;	
	z-index: 999999;
	color: #0e5792;
	border: 2px solid #c7c9c9;
}
#header-basket p {
	margin: 0; padding: 0;		
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(/PDGCommTemplates/004/images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(/PDGCommTemplates/004/images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	border-collapse: collapse;
}

.cat {
	margin-right: 16px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dadada;
}

.cathead {
	font-size: 130%;	
	font-weight: normal;
	color: #393a3a;
}
th strong {
	color: #fff;
}
th {
	background: #412800 url(/PDGCommTemplates/004/images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
}
tr {
}
td {
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
label {
	font-weight: bold;
	text-align: right;
	font-size: .84em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2px;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #412800 url(/PDGCommTemplates/004/images/nav.jpg) repeat-x 0 0;
	border: none;
}

/* postmeta */
.post-footer {
	background: url(/PDGCommTemplates/004/images/post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


img {
	border-style: none;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.zero{
  	margin: 0;
	padding: 0;
}
/*----------------crumb_nav------------------*/
.crumb_nav{
padding:5px 0 10px 0px;
}
.crumb_nav a{
color:#2D3695;
}


/*----------------Gerber Foils------------------*/

#itemrows .boldrow td {
	padding: 0.4em;
	border-bottom: 0px dotted #3f3f3f;
	border-top: 1px solid #bfbfbf;
	vertical-align:text-top;
}

#itemrows .boldleft {
	border-left: 5px solid #000;
	padding: 0.4em;
}

#itemrows .boldright {
	border-right: 5px solid #000;
	padding: 0.4em;
}
#lineleft
 {
	border-left: 2px solid #2d3695;
}
.addy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #161b4c;
	text-align: center;
}


/* Used for ribbon pages. */

.foilline {
	background-color: #fff;
	color: #000000;
	font: 1em/1.4em Arial, Helvetica, Geneva, sans-serif;
	padding: 8px 4px 6px;
	text-align: left;
	margin-bottom: 4px;
	display: block;
	margin-left: 0;
	margin-top: 8px;
	border-bottom: 2px solid #afb1ad;
	border-top: 2px solid #999999;
}

#colortable {
	text-transform: uppercase;
	text-align: left;
	color: black;
	overflow: hidden;
	font-size: .84em;
	display: inline;
	margin: 0 8px 0 0;
	font-weight: bold;
	line-height: 1.4em;
	text-decoration: none;
	width: 25px;
	height: 25px;
	padding-left: 9px;
}

#itemrows {
	border: 0px solid #777;
	margin: 0 0 0 5px;
	padding: 0;
	display: block;
	font: bold 89%/1.4em Arial, Helvetica, Geneva, sans-serif;
}

#itemrows h2 {
	font-weight: normal;
	display: inline;
	margin: 0;
	font-size: 10px;
}

#itemrows th {
	border: 0px solid #aaa;
	background-color: #003399;
	color: #fff;
	text-align: center;
	padding: 0.25em;
	font-size: 110%;
}

#itemrows td {
	border: 0px solid #000;
	padding: 5px;
}

#itemrows .boldrow td {
	padding: 5px;
	border-bottom: 0px dotted #3f3f3f;
	border-top: 1px solid #bfbfbf;
}

#itemrows .boldleft {
	border-left: 5px solid #000;
	padding: 5px;
}

#itemrows .boldright {
	border-right: 5px solid #000;
	padding: 5px;
}

.colortablecell {
	display: block;
	font-size: .94em;
	height: auto;
	text-decoration: none;
	color: #333333;
	text-align: center;
	border-left: 1px dotted #7f7f7f;
	border-right: 1px dotted #7f7f7f;
	padding-right: 10px;
	padding-left: 10px;
}

a.colortablecell:link {
	display: block;
	color: #000000;
}

a.colortablecell:visited {
	color: #333333;
	display: block;

}

a.colortablecell:hover {
	background-color: #d5d7ea;
	color: #000;
	display: block;
}

.colortablecelld {
	display: block;
	font-family: arial, sans-serif;
	font-size: .94em;
	height: auto;
	text-decoration: none;
	color: #333333;
	text-align: center;

}

#horizline_spc {
	width: 100%;/* Horizontal line. */
	height: 1px;
	display: block;
	margin: 25px auto;
	padding: 0;
	border-bottom: 2px dotted #cccccc;
}

#horizline {
	width: 90%;/* Horizontal line. */
	height: 1px;
	background-color: #999999;
	display: block;
	margin: 4px auto;
	padding: 0;
}
#payattention {
		font: bold 1.5em Arial, Helvetica, Geneva, sans-serif;
	display: block;
	background-color: #F9C635;
	margin: 5px;
	padding: 3px 8px;
	border: 1px solid #000;
}
/* Here is the spacer. */
#spacer {
	background-color: #fff;
	padding: 10px;
}
/* Here is the specs box. */
#specpage {
	width: 382px;
	padding: 0	px;
	overflow: hidden;
	font-size: 0.94em;
  line-height:  1em;
	color: #333;
	background-color: #2D3695;
	margin-top: 10px;
}
/********************************************
   GERBER ELEMENTS
********************************************/
#gerber {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	text-align: left;
}
#gerber p {
	font: 99%/1.1em Arial, Helvetica, Geneva, sans-serif;
}
#gerber h1 {
	font: bold 180%/1em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #2D3695;
}
#gerber h4 {
	font: bold 130%/1em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}
#gerber #rightline {
		border-right: 1px dotted #cccccc;
	margin-right: 10px;
	padding-right: 10px;
}
#gerber li {
		font: 92%/1.2em Arial, Helvetica, Geneva, sans-serif;
	list-style-type: square;
	margin-left: 7px;
}

