.stream { position:absolute;right:9999em;left:auto; }
.print { display : none; }

/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background : #fff;
  border : 1px solid #029;
  margin : 0;
  padding : 3px 5px;
  color: #c00;
  right : 0;
  z-index:9999;
  font-size : 1em;
  white-space : nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position : absolute;
  right : -9999em;
}



/*
  CSS Hack reference:  http://mar.anomy.net/entry/2004/01/26/21.51.20/
                       http://mar.anomy.net/entry/2006/01/19/13.55.33/

  Clearing floats:     http://www.quirksmode.org/css/clearing.html
                       http://www.positioniseverything.net/easyclearing.html
                       http://orderedlist.com/articles/clearing-floats-fne/
*/




/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); } /* fixes the background-image flicker bug in IE */
html, body { min-height : 100%; _height : 100%; }

body {
  background : #fff;
  margin : 0;
  padding : 0;
  color : #666;
  line-height : 1.36;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  ~font-size : 68.75%;
}


div, table, caption { font-size : 1em; }

blockquote {
  margin : 0 3em 0 2em;
  padding : .3em .5em;
}
q:after, q:before { content : ""; }


p, blockquote, ul, ol, dl, table {
  margin-top : 0px;
  margin-bottom : 1em;
}
ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
ol { padding-left : 3em; }
ul, ol  { margin-left : 0; }
li { margin : 0; padding : 0; }



a {
  color : #c02;
  text-decoration : none;
}



acronym {
  cursor : help;
  border : none;
}
acronym:hover { border-bottom : 1px dotted #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : middle;
}


h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
}
h1 {
  font-size : 1.5em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.27em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.09em;
  margin-top : 1em;
  margin-bottom : .64em;
}
h4 {
  font-size : 1em;
  margin-bottom : .2em;
}

hr{
border-style: outset;
}

hr.dashed{
border-style: ridge;
}



table { border-collapse : collapse; }
table, td, th, caption {
  border : none;
  background-color : transparent;
  padding : 0;
  text-align : left;
  vertical-align : top;
}
th acronym:hover { border : none; }
th.num, td.num {
  text-align : right; 
  white-space : nowrap; 
}


table.pics { 
	border-collapse : collapse; 
	border : hidden ;
}

td.pics{
  border : hidden ;
  background-color : transparent;
  padding : 0;
  text-align : middle;
  vertical-align : top;
}


form { margin : 0; }

fieldset {
  padding : 0;
  margin : 0;
  border : none;
}

input,
select,
textarea {
  vertical-align : middle;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1em;
}
textarea {
  vertical-align : top;
  width: 99%;
}
select,
textarea,
.fi_txt input {
  border : 1px solid #888;
  background : #fff;
  color : #444;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width : 98%; }

/*
.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background : #fff;
  border : 1px solid #888;
  color : #666;
}
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #c00;
  color : #c00;
}
*/

acronym.req {
  border : none;
  margin-right : -.25em;
  padding : 0 .25em 0 0;
}
acronym.req:hover { border : none; }







/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position : relative;
  width : 905px;
  margin : 0 auto;
  padding-bottom : 200px;
  text-align : left;
}



.pghead {
  padding-bottom : 33px;
  margin-bottom : 8px;
  background : url(i/pghead-bottom.png) 0 100% repeat;
}
.pghead .wrap { padding-bottom : .91em; }

.home .pghead { padding-bottom : 88px; }

.lvl2page .pghead { padding-bottom : 50px; background : transparent none; }
.lvl2page .pghead .wrap { padding-bottom : 1.82em; }

.pghead .brand {
  background : url(i/pghead-bak.png) 0 100% no-repeat;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.pghead .brand a {
  display : block;
  width : 130px;
  padding : 24px 43px 16px 47px;
}
.pghead .sitelogo {
  vertical-align : middle;
  height : 80px;
}
.pghead .brand span { position:absolute;right:19999px;left:auto; }
.pghead .stream { top : 10px; }  /* Accessibility tr1ck50r */




.pgbody {
  float : left;
  width : 700px;
  margin-right : 6px;
  _display : inline;
  font-size : 1.09em;
}
.pgbody .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}

.pgextra1 {
  float : left;
  width : 200px;
  margin-right : -200px;
  _display : inline;
}
.pgextra1 .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}


.pgextra2 {
  float : left;
  width : 170px;
  _display : inline;
  margin-left : -170px;
  _margin-left : -171px;
}
.pgextra2 .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}


.pgextra5 {
  clear : both;
  background : #393939 url(i/footer-bak.png) 0 0 repeat-x;
  color : #999;
  padding : 11px;
}
.pgextra5 a { color : #bbb; }
.pgextra5 .wrap a:hover,
.pgextra5 .wrap a:focus,
.pgextra5 .wrap a:active { color : #fff; }


.pgextra5 .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}






/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */

.blogadbox {
  _height:0;min-height:0;/* ie hasLayout fix */
  position : relative;	
	border: 0px;
	float : left; 
 	text-align: center;
}

.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  position : relative;
  margin : 0;
	
	border: 0px;
}
.boxhead { margin-top: 0; }
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }

.boxhead b { color : #c02; }


.pgextra1 .box {
  padding : 20px 10px 20px 15px;
  background : url(i/pgextra1-boxbody-bak.png) 0 100% no-repeat;
}
.pgextra1 .box .boxhead {
  font-size : 1em;
}
.pgextra1 .box .boxbody {
  padding-top : 10px;
}




.pgbody .box {
  background : url(i/pgbody-bak.jpg) 0 0 no-repeat;
}
.pgbody .boxhead {
  text-transform : uppercase;
  font-size : 1.36em;
  padding : 25px 25px .55em 30px;
}
.pgbody .boxbody {
  padding : 0 25px 35px 30px;
}

/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #777;
  display : block; 
  font-weight : normal;
  font-size : .92em;
}
.meta span { padding-right : .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color : #777; }





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  white-space : nowrap;
  _height:0;min-height:0; /* ie hasLayout fix */
  line-height : 1;
}

.pgbody .more,
.pgbody .buttons,
.pgbody .moreolder,
.pgbody .archivelink {
  font-size : .92em;
}


.more:after,
.buttons:after,
.moreolder:after,
.archivelink:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.buttons {
  margin-top : 1.33em;
  clear : both;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float : left;
  padding : 1px 5px 1px 17px;
  margin-right : 8px;
  background : url(i/more-arrow.png) 0% 50% no-repeat;
  color : #666;
  font-weight : bold;
}

.wrap .more a:hover,
.wrap .more a:focus,
.wrap .more a:active,
.wrap .buttons a:hover,
.wrap .buttons a:focus,
.wrap .buttons a:active,
.wrap .archivelink a:hover,
.wrap .archivelink a:focus,
.wrap .archivelink a:active {
  background-position : -600px 50%;
  text-decoration : none;
}




/* ******  imgbanner  ****** */
.imgbanner {
  position : absolute;
  top : 126px;
  margin-top : .91em;
  left : 0;
  background-color : #393939;
  padding-top : 20px;
}








/* ******  articlecols  ****** */
.articlecols {}
.articlecols .boxhead { position:absolute;right:19999px;left:auto; }
.articlecols .boxbody {
  width : 700px;
  overflow : hidden;
  _height : auto;
  padding : 15px 0;
  margin : 0 -15px 0 15px;
}

.articlecols .item {
  float : left;
  margin : 0 10px 0 -10px;
  padding : 15px 15px 30px 25px;
  background : url(i/column-sep.png) 0 0 no-repeat;
  width : 191px;
  _width /**/: 250px;
  _display : inline;
}
.articlecols .item h3 {
  margin : 0;
  font-size : 1em;
  padding-bottom : 3px;
}
.articlecols .item .more { margin-top : 1.2em; }






/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  overflow : hidden;
}
.articlelist .item h3 {
  font-size : 1em; 
  margin : 0;
}
.articlelist .summary p { margin : 0; }
.articlelist .more {}

.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
}

.articlelist ul {
  clear : both;
}
.articlelist li {
  padding-bottom : .5em;
}
.articlelist li a {
  font-weight : bold; 
}








/* ******  topsidebox  ****** */
.topsidebox {
  color : #ddd;
  background : #484848 url(i/topsidebox-bak.png) 0 0 no-repeat;
}
.topsidebox .boxhead {
  font-family : "Arial Narrow" Arial, Helvetica, sans-serif;
  padding : 18px 10px 7px 12px;
  margin : 0; 
  font-size : 1.55em;
}
.topsidebox .boxhead b {
/*
  color : #c02;
*/
  color : #f45;
}

.topsidebox .boxbody {
  padding : 0 10px 20px 12px;
  background : url(i/topsidebox-bottom.png) 0 100% no-repeat;
}






/* ******  quotes  ****** */
.quotes {
  padding : 0;
  margin : 0;
}
.quotes .boxhead { position:absolute;right:19999px;left:auto; }
.quotes .boxbody {
  padding : 15px;
}

.quotes blockquote {
  margin : 0;
  padding : 0;
  font-style : italic;
}
.quotes .by { padding-top : 3px; }
.quotes .by b,
.quotes .by i { display : block; }

/* ******  article  ****** */

.article h1 {
  padding : 25px 0 0 0;
  font-family : "Arial Narrow" Arial, Helvetica, sans-serif;
}
.article h1 b { color : #c02; }
.article h2 b { color : #c02; }

.article .subtitle {
  clear : none;
  margin-top : -.54em;
  font-size : 1em;
}
.article .intro_text {
  line-height: 1.2;	
  font-size : 1.2em;
}
.article .summary {
  color : #777;
  padding : 4px 10px;
  margin : 0 0 1em 0;
}
.article .summary p { margin : 0; }

.article ul {
  list-style : disc;
  padding-left : 2.5em;
  margin-bottom : 1em;
}

.article ul ul {
  list-style : circle;
}

.article img { clear : both; vertical-align : text-bottom; }
.article img.left { float : left;  margin : .2em 20px 1em 0; }
.article img.right { float : right;  margin : .2em 0 1em 30px; }
.article img.center { float : none; display : block; margin : 0 auto 1em auto; text-align : center;}

.article table {
  border-bottom : 1px solid #ddd;
  border-left : 1px solid #ddd;
}
.article caption { 
  font-style : italic;
  padding : .2em 0;
  text-align : left;
}
.article th {
  font-weight : bold;
  padding : .2em .4em;
  border-right : 1px solid #eee;
  border-top : 1px solid #eee;
  background-color : #f8f8f8;
}
.article td {
  padding : .2em .4em;
  border-right : 1px solid #eee;
  border-top : 1px solid #eee;
}
.article tr.alt td {
  background-color : #f8f8f8;
}

.article table.grid,
.article table.grid td {
  background : transparent none;
  border : none;
  padding : 0
}

.article .imgbox {
  float : right;
  margin : 25px 5px 1em 30px;
  _display : inline;
}
.article .imgbox .caption {
  font-size : .83em;
}

/* ******  mnav  ****** */
.mnav {
  width : 905px;
  position : absolute;
  top : 125px;
  margin-top : -.5em;
  left : 0;
  background : #393939 url(i/mnav-bak.png) 0 0 repeat-x;
  line-height : 1;
  font-size : .91em;
  text-transform : uppercase;
}
.mnav .boxhead { position:absolute;right:9999em;left:auto; }
.mnav .boxbody { padding : 0; }

.mnav ul.level1 {
  overflow : hidden;
  margin-bottom : -11px;
  padding-bottom : 24px;
  padding-left : 40px;
  width : 865px; 
  _width /**/: 905px;
}
.mnav li {
  float : left;
  padding : 0 0 0 2px;
  margin : 0 2px -13px -2px;
  background : url(i/mnav-sep.png) 0 50% no-repeat;
}
.mnav ul li:first-child { background : transparent none; }


.mnav .boxbody a {
  position : relative;
  display : block;
  padding : 13px 13px;
  text-decoration : none;
  color : #ccc;
}
.mnav .boxbody a:hover,
.mnav .boxbody a:focus,
.mnav .boxbody a:active {
  text-decoration : none;
  color : #fff;
}
.mnav .parent a,
.mnav .current a,
.mnav .level2 .parent a,
.mnav .level2 .current a {
  padding-bottom : 23px;
  margin-bottom : -10px;
  background : url(i/mnav-current.png) 50% 100% no-repeat;
  color : #fff;
  position : relative;
  z-index : 1;
}
.lvl2page .mnav .parent a,
.lvl2page .mnav .current a {
  padding-bottom : 21px;
  margin-bottom : -8px;
}

.mnav .current a,
.mnav .level2 .current a { font-weight : bold; }



/* 2nd level */

.mnav ul.level2 {
  position : absolute;
  left : 0;
  top : 1em;
  width : 905px;
  margin-top : 26px;
  background : #f60023 url(i/mnav-l2-bak.png) 0 0 repeat-x;
  padding-bottom : 13px;
}

.mnav .level2 li { background-image : url(i/mnav-l2-sep.png); }

.mnav .boxbody .level2 a {
  font-weight : normal;
  padding-top : 11px;
  padding-bottom : 11px;
  margin-bottom : 0;
  background-image : none;
  color : #fbb;
}
.mnav .boxbody .level2 .parent a,
.mnav .boxbody .level2 .current a {
  background-image : url(i/mnav-l2-current.png); 
  padding-bottom : 19px;
  margin-bottom : -8px;
}

/* /2nd level */





/* ******  contactform  ****** */
.contactform .content { 
  padding-bottom : 2em;
}
.contactform p { clear : both; }
.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width : 7em;
  float : left;
  margin-top : .2em;
}
.contactform .fi_btn {
  margin-left : 7em;
  _margin-left : 7.2em;
}
.contactform textarea { width : 70%; }






/* ******  footer  ****** */
.footer {
  text-align : center;
}






.soldout {
  font-style : italic;
  font-size : 2em;
  color:red;
}
.soldoutcomment {
  font-style : italic;
}






/* * links * */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #c00;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }

