.stream { position:absolute;right:9999px;left:auto; }
/* 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 : -9999px;
}

.print { display : none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html {
  -ms-overflow-y : scroll;
  overflow-y : scroll;
}


body {
  background : #000 url(i/pgf-bg.jpg) 0 0 repeat;
  margin : 0;
  padding : 0;
  color : #000;
  line-height : 1.2;
  text-align : center;
  font-family : Trebuchet MS, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size : 12px;  ~font-size :  75.00%; }
body.zoom2 { font-size : 14px;  ~font-size :  87.50%; }
body.zoom3 { font-size : 16px;  ~font-size : 100.00%; }



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 : .7em;
}
ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
ol { padding-left : 3em; }
ul, ol  { margin-left : 0; }
li { margin : 0; padding : 0; }


a { 
  color : #000;
  text-decoration : none;
}

a span {
  cursor : pointer;
  _cursor : hand;
}


acronym {
  cursor : help;
  border : none;
}
acronym:hover { border-bottom : 1px dashed #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : top;
}


h1, h2, h3 {
  margin-top : 0;
  margin-bottom : 0;
  font-weight : normal;
  font-family : Georgia;
}
h1 {
  font-size : 1.5em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.17em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.25em;
  margin-top : 1em;
  margin-bottom : .64em;
}
h4 {
  margin-top : 0;
  font-size : 1em;
  margin-bottom : .2em;
}




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; 
}






form { margin : 0; }

fieldset {
  padding : 0;
  margin : 0;
  border : none;
}

input,
select,
textarea {
  vertical-align : middle;
  font-family : Trebuchet MS, Helvetica, sans-serif;
  font-size : 1em;
}
textarea {
  vertical-align : top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border : 1px solid #888;
  background : #fff;
  color : #000;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { 
  width : 95%;
  padding : 1px 5px;  
}

.button,
.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background : #2fa107;
  border : none;
  color : #fff;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  background : #971A1D;
  color : #fff;
}


.reqerror label,
.typeerror label {
  font-weight : bold;
  color : #c33;
}
.typeerror label { color : #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border : 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border : 1px solid #936; }


acronym.req {
  border : none;
  margin-right : -.25em;
  padding : 0 .25em 0 0;
}
acronym.req:hover { border : none; }





/* *****  clear  ***** */
.clear {
  clear : both;
  line-height : 0px;
  font-size : 1px;
  _height:0;min-height:0; /* ie hasLayout fix */
}




/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  background : url(i/body-bg.jpg) 0 0 repeat;
}
.pgwrap2 {
  background : url(i/pgw-bg.jpg) 0 0 repeat-x;
}
.topdirt {
  display : block;
  height : 13px;
  position : absolute;
  overflow : hidden;
  top : 105px;
  width : 100%;
  ~margin-left : -50%;
  background : url(i/topdirt.png) 50% 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/basic/design/i/topdirt.png',sizingMethod='scale');
  
  
}
.pgwrap3 {
  position : relative;
  width : 966px;
  margin : 0 auto;
  text-align : left;
}



.pghead {
  padding-top : 135px;
}
.pghead .brand {
  position : absolute;
  top : 0;
  z-index : 50;
}
.pghead .brand img.logo { vertical-align : middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top : 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  background : #2C3030;
  float : left;
  padding : 12px;
  _display : inline;
  margin-bottom : 36px;
  width : 940px;
}

.pgmain .wrap {
  background: url(i/pgmw-bg.png) 0 0 repeat-y;
  padding-right: 319px;
}
.onecol .pgmain .wrap,
.twocol .pgmain .wrap {
  margin-bottom : -12px;
}
.onecol .pgmain .wrap {
  padding-right: 0;
  margin-right : 319px;
  margin-bottom: 0;
}
.pgextra1 {
  clear : both;
}

.pgextra2 {
  float : left;
  width : 307px;
  margin : 12px 0 0 -319px;
  _display : inline;
}
.pgextra2 .wrap {
  background : #fff;
  border-bottom : 12px solid #2C3030;
  margin-bottom : -12px;
}
.onecol .pgextra2 {
  width : 265px;
  margin-left : -290px;
}
.onecol .pgextra2 .wrap {
  background : none;
  border-bottom : none;
  margin-bottom: 0;
}

.pgfoot {
  border-top : 12px solid #000;
  background : url(i/pgf-bg.png) 0 0 repeat-x;
  _background : none;
  clear : both;
}
.pgfoot .wrap {
  position : relative;
  width : 962px;
  margin : 0 auto;
  text-align : left;
  _height:110px;min-height:110px; /* ie hasLayout fix */
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  border-bottom : 12px solid #2C3030;
  background : url(i/grungy.jpg) 0 0 repeat-x;
  padding : 12px;
}
.onecol .pgmain .box,
.twocol .pgmain .box,
.threecol .pgmain .box {
  padding : 12px 24px;
}

.boxhead { padding-top : 0; margin-top: 0; }
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }


.pgmain .boxhead {
  border-bottom : 1px solid #a3a7a7;
  font-size : 1.5em;
  padding-bottom : 5px;
  margin-bottom : 1.5em;
  font-family: Georgia;
}

.pgextra2 .box {
  padding : 0;
}
.pgextra2 .boxhead {
  background : #000;
  color : #fff;
  padding : 7px 5px 7px 15px;
  font-size : 1.09em;
  margin : 0;
  font-family : Trebuchet MS, Helvetica, sans;
}
.pgextra2 .boxbody {
  padding : 12px;
}


.onecol .pgextra2 .box {
  background : none;
  color : #fff;
  border-bottom : 1px solid #373a3c;
}
.onecol .pgextra2 .box .boxhead {
  background : none;
  margin-top : 6px;
  padding-left : 8px;
  font-family : Georgia;
  color : #d90909;
  font-size : 1.5em;
}

.onecol .pgextra2 .box .boxbody {
  background : none;
  padding : 0 8px 8px;
  margin-bottom: 8px;
}
.onecol .pgextra2 .box a {
  color : #fff;
}
.onecol .pgextra2 .articlelist .item {
  margin: 0;
}
.onecol .pgextra2 .articlelist h3 {
  padding : 7px 0;
  font-family : Georgia;
  color : #d90909;
  font-size : 1.5em;
}
.onecol .pgextra2 .articlelist h3 a {
  color : #d90909;
}
.onecol .pgextra2 .articlelist .more a {
  background : #2FA107;
}
.onecol .pgextra2 .fi_txt input { 
  background : none; 
  border : 1px solid #5a5c5e; 
  color : #fff;
  margin-bottom : .4em;
}


/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #8d8d8d;
  display : block; 
  font-weight : normal;
  font-size : .92em;
  font-family : Trebuchet MS, Helvetica, sans-serif;
}
.meta span { padding-right : .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color : #777; border : none; }





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  clear : both;
  overflow : hidden;
  white-space : nowrap;
}

.wrap .more a,
.wrap .moreolder a,
.wrap .archivelink a {
  display : block;
  float : right;
  font-size : .92em;
  color : #fff;
  padding : 0 4px 0 3px;
  background : #a6abab;
  margin : 5px 0 0 4px;
}
.wrap .more a:hover,
.wrap .more a:focus,
.wrap .moreolder a:hover,
.wrap .moreolder a:focus,
.wrap .archivelink a:hover,
.wrap .archivelink a:focus {
  color : #fff;
  background : #2fa107;
  text-decoration : none;
}

.buttons {
  margin-top : 1.33em;
  clear : both;
}
.wrap .boxbody .buttons a {
  background : #a6abab url(i/buttons.png) 4px 50% no-repeat;
  float : right;
  display : block;
  margin-left : 5px;
  padding : 4px 8px 4px 30px;
  border : none;
  color : #fff;
}
.wrap .boxbody .buttons a.senda { background-position : -346px 50%; }
.wrap .boxbody .buttons a.btnfacebook { background-position : -700px 50%; padding-left : 22px; }

.wrap .boxbody .buttons a:hover,
.wrap .boxbody .buttons a:focus {
  color : #fff;
  background : #2fa107 url(i/buttons.png) -1046px 50% no-repeat;
}
.wrap .boxbody .buttons a.senda:hover,
.wrap .boxbody .buttons a.senda:focus {
  background-position : -1397px 50%;
}
.wrap .boxbody .buttons a.btnfacebook:hover,
.wrap .boxbody .buttons a.btnfacebook:focus {
  background-position : -1750px 50%;
}

.wrap .buttons a.btnback { display : none; }


.wrap .totop {
  background : #a6abab url(i/buttons.png) -2096px 50% no-repeat;
  margin-top : 1.5em;
  display : inline-block;
  padding : 4px 8px 4px 22px;
  color : #fff;
}
.wrap a.totop:hover,
.wrap a.totop:focus {
  color : #fff;
  text-decoration : none;
  background : #2fa107 url(i/buttons.png) -2446px 50% no-repeat;
}


/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom : 1em;
  overflow : hidden;
}
.articlelist .item h3 {
  margin : 0 0 .2em;
}
.articlelist .item h3 .meta {
  font-size : .733em;
}
.articlelist .summary { line-height : 1.4; }
.articlelist .summary p { margin : 0; }
.articlelist .more {}

.articlelist img {
  border : 1px solid #888;
  float : left;
  margin : .2em .5em .33em 0;
}
.articlelist img[align=right],
.articlelist img.right {
  float : right;
  margin : .2em 0 .33em .5em;
}
.articlelist ul {
  clear : both;
}
.articlelist li {
  padding-bottom : .7em;
}
.articlelist li a {
}

.articlelist .more a,
.articlelist .moreolder a,
.articlelist .archivelink a {
  float : left;
  margin-left : 0;
}

.pgextra2 .articlelist li {
  padding-left : 14px;
  background : url(i/arrow-red.png) 0 .2em no-repeat;
}
.pgextra2 .nometa li .meta { display : none; }


/* ******  article  ****** */
.smalltitle h1 {
  font-size : 1.17em;
}
.article .boxbody { line-height : 1.5; }
.article .subtitle {
  clear : none;
  margin-top : -.54em;
  font-size : 1em;
}
.article .meta { margin : 0; }
.article .summary {
  padding : 4px 0;
  margin : 0 0 .7em 0;
}
.article .summary p { margin : 0; }

.article .boxbody a {
  border-bottom : 1px dashed #767676;
  line-height : 1;
}
.article .boxbody a:hover,
.article .boxbody a:focus {
  border-bottom-color : #971a1d;
  color : #971a1d;
  text-decoration : none;
}

.article .boxbody h2 a,
.article .boxbody h3 a,
.article .boxbody h4 a { border : none; }

.article img { clear : both; vertical-align : text-bottom; }
.article img.left { float : left;  margin : .2em 2em .2em 0; }
.article img.right { float : right;  margin : .2em 0 .5em 2em; }
.article img.center { float : none; display : block; margin : 0 auto .7em 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 tr:hover td {
 background-color : #e4eff9;
}
.article table.grid,
.article table.grid td {
  background : transparent none;
  border : none;
  padding : 0
}


.article ul {
  margin-bottom : .7em;
}
.article li { 
  margin-bottom : .54em;
  padding-left : 14px;
  background : url(i/square.png) 0 .35em no-repeat;
}
.article ol li {
  padding : 0;
  background : none;
}


.paging ul { list-style : none; padding : 0; }
.paging li {  padding : 0; background : none; }
.paging .prev { float : left; margin-right : 1em; }
.article .pgr a,
.article .paging li a { border : none; }

.chapters ul { list-style : none; padding : 0; overflow : hidden; }
.chapters li { float : left; margin-right : 1em; padding : 0; background : none; }
.article .chapters li a { border : none; }


.article .commentform {
  background : none;
  border : none;
  padding : 12px 0;
}

.article .fi_txt label {
  width : 5em;
  display : inline-block;
}
.article .fi_txt input {
  width : 200px;
}


/* ******  imgbox  ****** */
.imgbox {
  position : static;
  float : left;
  padding : 0;
  margin : .4em 12px .75em 0;
  width : auto;
}
.imgbox .boxbody {
  display : inline;
  padding : 0;
  margin : 0;
}
.imgbox .boxbody a {
  border : none;
  display: block;
  border : 1px solid #888;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
}
.imgbox .imgcontent { width : 200px; }
.imgbox .imgtext {
  color : #333;
  font-weight : normal;
  font-size : .92em;
}
.imgbox .imgmeta {
  width : 200px;
  color : #666;
  font-weight : normal;
  font-size : .83em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra1 .imgbox .imgboxbody,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgboxbody,
.pgextra2 .imgbox .imgmeta { width : auto; }


.imgcontainer {
  width : 202px;
  position: relative;
  float : left;
  margin : .4em 12px .75em 0;
  overflow : hidden;
}
.wrap .article .imgcontainer .listscroller-wrapper {
  padding : 0;
  margin: 0;
  width : 202px;
  overflow : hidden;
}
.wrap .article .imagelist {
  float : left;
  padding : 0;
  margin : .4em 12px .75em 0;
  width : auto;
  list-style : none;
  width: 202px;
  overflow : hidden;
}
.wrap .article .imgcontainer .imagelist {
  margin: 0;
  border : none;
  padding: 0;
  width : 6000px;
  float : none;
}
.wrap .article .imagelist li {
  float : left;
  background : none;
  padding: 0;
  margin: 0;
  height : auto;
  width :auto;
}
.wrap .article .imagelist li a {
  float : left;
  height : auto;
  width : 200px;
  text-align: center;
  overflow : hidden;
  background : none;
  border : 1px solid #888;
}

.wrap .article .paging { 
  position: relative;
  text-align: center;
  padding-top : 5px;
  line-height : 1.2;
  clear: both;
}
.wrap .article .paging li {
  margin: 0;
  padding: 0;
  _height:0;~min-height:0; /* ie hasLayout fix */
  display : inline;
}
.wrap .article .paging li.jump {
  padding : 0 15px;
}
.wrap .article .paging .prev a, 
.wrap .article .paging .next a { 
  position: absolute;
  left : 0;
  border : none;
}
.wrap .article .paging .next a { 
  position: absolute;
  left : auto;
  right : 0;
}
.wrap .article .paging .jump strong { position:absolute;right:9999px;left:auto; }
.wrap .article .paging .jump a {
  display: inline-block;
  padding : 0 3px;
  background : #000;
  color : #fff;
  margin : 0 1px;
  line-height : 1.2;
}
.wrap .article .paging .jump a.current {
  background : #7F0B0E;
}
.wrap .article .paging a:focus { outline : 0; }



/* ******  rss  ****** */
.rss li {
  padding : 1px 0 15px;
  border-top: 1px solid #e6e6e6;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.rss li a {
  background: #ebebeb url(i/rss.png) 5px 50% no-repeat;
  display: block;
  position: relative;
  padding : 10px 10px 10px 60px;
  margin-bottom : 5px;
  color : #5c5757;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.rss li a span {
  background: url(i/arrow-gray.png) 100% 50% no-repeat;
  position: absolute;
  right : 20px;
  padding-right : 18px;
  display : none;
}
.wrap .rss li a:hover,
.wrap .rss li a:focus {
  background: #fbdfba url(i/rss-hover.png) 5px 50% no-repeat;
  color : #5c5757;
  text-decoration : none;
}
.wrap .rss li a:hover span,
.wrap .rss li a:focus span {
  display : inline;
}
.rss li li {
  padding-bottom : 0;
  margin-left : 40px;
}


/* ******  quizbox  ****** */
.quizbox .question { font-weight : bold; }
.quizbox h3 {
  margin : .5em 0;
}
.quizbox .thanks {
  color : #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom : .5em;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.quizbox label { display : inline; }
.quizbox .options li {}
.quizbox span.stat { display : block; }
.quizbox span.stat i {
  font-style : normal;
  color : #777;
  padding-left : .5em;
}
.quizbox span.bar {
  display : block; 
  background-color : #ddd;
}
.quizbox .results .bar img {
  height : .91em;
  background : #888;
}
.pgmain p.morequizes { overflow : hidden; }


/* ******  quizlist  ****** */
.quizlist .quiz {
  float : left;
  width : 45%;
  margin-right : 4.5%;
  _display : inline;
  padding-bottom : 1em;
  border-bottom : 1px solid #eee;
  margin-bottom : 1em;
  min-height : 23.5em;
  _height : 23.5em;
}
.quizlist .dates,
.quizlist .totalnum {
  clear : both;
  font-size : .92em;
  color : #777;
  margin : 0;
}
.quizlist .totalnum { margin-top : .7em; }
.quizlist .dates b,
.quizlist .totalnum b {
  float : left;
  margin-bottom : .09em;
  margin-right : .5em;
  font-weight : normal;
  width : 10em;
}






/* ******  contactform  ****** */
.contactform .boxbody { 
  padding-bottom : 2em;
}
.contactform p { clear : both; }

.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_static { clear: left; margin-bottom : .5em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width : 9em;
  float : left;
  margin-top : .2em;
  position:absolute;right:9999px;left:auto;
}
.contactform .fi_btn {
}
.contactform .fi_txt input,
.contactform textarea { width : 553px; padding : 4px 10px; }

.supportform .fi_rdo li {
  padding-bottom : .3em;
}
.supportform .fi_qty {
  margin-top : 8px;
}
.supportform .fi_qty input {
  width : 130px;
}


/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position : absolute;
  top : 173px;
  margin-top : 1.5em;
  left : 36px;
  width : 597px;
  font-size : 0.92em;
  color : #6d6d6d;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs .boxbody {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration : none;
  color : #6d6d6d;
}

.breadcrumbs i { font-style: normal; }



/* ******  mnav  ****** */
.mnav {
  position : absolute;
  top : 68px;
  right : 0;
  width : 710px;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { 
  padding : 0; 
}

.mnav ul {
  float : right;

}
.mnav li {
  _display : inline;
  float : left;
  position : relative;
  z-index : 10;
}

.mnav .boxbody a {
  _white-space : nowrap;
  _width : 0;
  color : #fff;
  display : block;
  padding : 9px 13px 0;
  height : 24px;
  font-size : 1.08em;
}
.mnav .ahover {
  position: absolute;
  z-index : 5;
  background : #610406 url(i/mnav-ahover.png) 0 0 repeat-x;
}
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  color : #fff;
  text-decoration : none;
}
.mnav .parent a,
.mnav .current a {
  font-weight : bold;
  background : #610406 url(i/mnav-current.png) 0 0 repeat-x;
}



/* ******  snav  ****** */
.snav {
  border-bottom : 12px solid #2C3030;
}
.onecol .snav { display : none; }
.snav .boxbody {
  /* background : url(i/grungy.jpg) 0 0 no-repeat; */
  padding : 3px 0 9px;
}
.snav ul {
  padding-bottom : 2px;
  background : url(i/snav-sep.png) 0 100% repeat-x;
}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  _display : block;
  padding-top : 2px;
  background : url(i/snav-sep.png) 0 0 repeat-x;
}
.snav li.home {
  padding-top : 0;
  background : none;
}
.snav .boxbody a {
  _height:0;min-height:0; /* ie hasLayout fix */
  display : block;
  padding : 10px 5px 10px 15px;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
  color : #000;
}
.snav li.parent,
.snav li.current {
  position : relative;
  z-index : 1;
  background : url(i/snav-lvl2-bottom.png) 0 100% no-repeat;
  _background-image : url(i/snav-lvl2-bottom.gif);
  margin : 0 0 -2px -25px;
}
.snav .parent a,
.snav .current a {
  margin-top : -2px;
  padding : 15px 5px 15px 40px;
  _height:14px;min-height:14px; /* ie hasLayout fix */
  color : #fff;
  font-weight : bold;
  background : url(i/snav-lvl2-top.png) 0 0 no-repeat;
  _background-image : url(i/snav-lvl2-top.gif);
}
.snav .current a {
  text-decoration : underline;
}

.snav .current a .arrow {
  background : url(i/snav-c-arrow.png) 0 50% no-repeat;
  position : absolute;
  left : 7px;
  top : 6px;
  width : 13px;
  line-height : 32px;
}
.snav .level2 .current a .arrow {
  top : 0;
}

.snav .level2 {
  padding-bottom : 8px;
  margin-top : -8px;
  background : none;
}

.snav .level2 li {
  padding : 0;
  background : none;
  margin : 0;
  
}

.snav .level2 a {
  margin : 0;
  font-weight : normal;  
  padding : 10px 5px 10px 60px;
  background : none;
  text-decoration : none;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight : bold;
}
.snav .level2 .current a {
  text-decoration : underline;
}

.snav .level3 {
  background : none;
}

.snav .level2 .level3 a {
  font-weight : normal;  
  padding-left : 75px;
  text-decoration : none;
}
.snav .level3 .current a {
  font-weight : bold;
  text-decoration : underline;
}


.wrap .snav .parent a:hover,
.wrap .snav .parent a:focus,
.wrap .snav .parent a:active,
.wrap .snav .current a:hover,
.wrap .snav .current a:focus,
.wrap .snav .current a:active {
  color : #fff;
  text-decoration : underline;
}


/* ******  enav  ****** */

.enav {
  position : absolute;
  right : 12px;
  top : 15px;
  margin-top : -.5em;
  font-size : .92em;
  line-height : 1;
  color : #fff;
  width : 600px;
}
.enav .boxbody {
  padding : 0;
}
.enav .boxhead { position:absolute;right:9999px;left:auto; }
.enav ul {
  overflow : hidden;
  width : auto;
  float : right;
}
.enav li {
  float : left;
  display : inline;
  padding : 0 6px;
  border-left : 1px solid #d9aeaf;
}
.enav li.cat2 { border : none; }

.wrap .enav .boxbody a,
.wrap .enav .boxbody a:hover,
.wrap .enav .boxbody a:focus {
  color : #fff;
}

.enav .parent a,
.enav .current a { font-weight : bold; }





/* ******  flnav  ****** */
.flnav {
  position : absolute;
  top : 20px;
  right : 150px;
  width : 150px;
}
.flnav .boxhead {
  color : #fff;
  font-size : 1em;
  font-family : Trebuchet MS, Helvetica, sans;
  margin : 0;
  
}
.flnav ul {
  width : auto;
}
.flnav li {
  float : left;
  _display : inline;
}
.flnav .boxbody a {
  background : url(i/follow-us.png) 0 0 no-repeat;
  _background-image : url(i/follow-us.gif);
  display : block;
  width : 47px;
  height : 47px;
  position : relative;
}
.flnav .boxbody a:hover,
.flnav .boxbody a:focus {
  background-position : 0 -47px;
}
.flnav .facebook a {
  background-position : -47px 0;
}
.flnav .facebook a:hover,
.flnav .facebook a:focus {
  background-position : -47px -47px;
}
.flnav .twitter a {
  background-position : -94px 0;
}
.flnav .twitter a:hover,
.flnav .twitter a:focus {
  background-position : -94px -47px;
}

.flnav .boxbody a span {
  background : url(i/follow-us.png) -141px 1px no-repeat;
  _background-image : url(i/follow-us.gif);
  position : absolute;
  top : 26px;
  left : -38px;
  display : none;
  width : 81px;
  height : 45px;
  overflow : hidden;
  text-indent : -9999em;
}
.flnav .twitter a span {
  background-position : -222px 0;
}
.flnav .facebook a span {
  background-position : -141px -48px;
}
.flnav .boxbody a:hover span,
.flnav .boxbody a:focus span {
  display : block;
}

.flnav .parent a,
.flnav .current a { font-weight : bold; }






/* ******  monthlist ****** */
.pgmain td table.calendar {
  font-size : .92em;
}
.monthlist table.grid { width : 100%; }
.monthlist td {
  padding : 0 0 10px 0;
}

.events,
.monthlist {
}

.events .pager,
.monthlist .pager {
  padding-top : 5px;
  text-align : center;
}
.events .pager .prev,
.monthlist .pager .prev {
  float : left;
  padding-right : 7px;
  border-right : 1px solid #eee;
}
.events .pager .next,
.monthlist .pager .next {
  float : right;
  padding-left : 7px;
  border-left : 1px solid #eee;
}




/* ******  calendar  ****** */
.calendar { margin : 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width : 100%; }

.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  padding : .1em;
  font-size : 1.08em;
}
.calendar th {
  text-align : center;
  font-size : .92em;
  padding : .2em;
  border-bottom : 1px solid #666;
}
.calendar td {
  padding : 0;
  text-align : right;
  border-bottom : 1px solid #ddd;
}
.calendar .sa { }
.calendar .su { color : #888; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display : block;
  font-style : normal;
  padding : 2px;
}
.calendar td.today i {
  font-style : italic;
}
.calendar td a:link,
.calendar td a:visited { 
  font-weight : bold; 
  color: #aa1b1e;
  background: #eee; 
}
.wrap .calendar td a:hover,
.wrap .calendar td a:focus,
.wrap .calendar td a:active { 
  color: #fff;
  background: #aa1b1e;
  text-decoration : none;
}

.evwrap {
  display : none;
  position : absolute;
}
td:hover .evwrap {
  display : block;
  text-align : left;
}
.dateinfo {
  border : 1px solid #ccc;
  background : #fff;
  margin : 0px 4px;
  padding : 0;
}
.dateinfo strong {
  display : block;
  margin-bottom : 2px;
  padding : 2px 8px 0px 8px;
  color : #272727;
}
.dateinfo ul {
}
.dateinfo li {
  border-top : 1px solid #ccc;
}
.dateinfo li a {
  padding : 2px 8px 2px 4px;
}
.evwrap .dateinfo li a {
  min-width : 120px;
  max-width : 300px;
  display : block;
  text-align : left;
  font-weight : normal;
}





/* ******  advert  ****** */
.advert {
  text-align : center;
  overflow : hidden;
  _overflow : visible;
}
.advert .boxhead { text-align : left; }
.advert .boxbody { text-align : center; }
.advert img { margin-bottom : 1em; }
.advert h3 { margin : 2px 0 0; }
.textads {
  padding : 10px 5px 10px 124px;
  overflow : hidden;
  text-align : left;
}
.textads a {
  margin-left : -108px;
  float : left;
}



/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width : 7em;
  float : left;
  margin-top : .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left : 7em;
}





/* ******  qsearch  ****** */
.qsearch {
  text-align : right;
  position : absolute;
  top : 36px;
  margin-top : -.6em;
  right : 12px;
  width : 300px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { padding : 0; }
.wrap .qsearch .fi_txt input {
  border : none;
  width : 178px;
  background : url(i/search-bg.png) 0 0 no-repeat;
  padding : 1px 10px;
  font-size : .92em;
  color : #871013;
}
.qsearch .fi_btn input { width : 3.5em; font-size : .92em; }




/* ******  yearindex  ****** */
.yearindex li {
  display : inline;
}
.yearindex li a {
}


/* ******  sitemap  ****** */
.sitemap .boxbody {
  font-weight : bold;
  font-size : 1.08em;
  padding-bottom : 3em;
}
.sitemap ul { width : 13em; }

.sitemap .level1 ul {
  margin : -3px 0 0 110px;
  _margin-bottom : -.5em;
  font-size : .92em;
  padding-bottom : 3px;
}
.sitemap ul.level3 {
  font-weight : normal;
  margin-left : 100px;
}
.sitemap ul.level4 {
  margin-left : 90px;
  font-size : 1em;
}
.sitemap li { margin-bottom : .5em; }

.sitemap a,
.sitemap i {
  display : block;
  padding : 2px 10px;
  background : #fff none 95% 45% no-repeat;
  background-color : #f8f8f8;
  border : 1px solid #ccc;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.sitemap i {
  color : #999;
  font-style : normal;
  background-image : url(i/icn-lock.gif);
}
.sitemap .level2 a,
.sitemap .level2 i { border-color : #d9d9d9; }
.sitemap .level3 a,
.sitemap .level3 i { border-color : #e9e9e9; }

.sitemap .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active { border-color : #c00; }
.sitemap .boxbody i:hover { border-color : #aaa; }






/* ****** mediagallery ****** */

.mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
}

.mediagallery .boxbody {
  text-align: center;
  position : relative;
  clear: both;
}

.mediagallery ul {
  width: 100%;
  overflow: hidden;
}

.mediagallery li {
  width : 173px;
  float: left;
  margin: 0 9px 15px;
  position : relative;
  _display: inline;
  text-align: center;
  overflow : hidden;
}
.mediagallery li h3 {
  margin: 0;
  padding : 0 7px;
  font-size : 1em;
  text-align: left;
}
.mediagallery .pgr span,
.mediagallery .pgr a {
  background : url(i/pgr-arrows.png) 0 0 no-repeat;
  _background-image : url(i/pgr-arrows.gif);
  display : block;
  width : 21px;
  height : 21px;
  text-indent : -9999em;
  overflow : hidden;
  float : left;
  margin-right : 4px;
}
.mediagallery .pgr a:hover,
.mediagallery .pgr a:focus {
  background-position : 0 -21px;
}

.mediagallery .pgr .next {
  background-position : -21px 0;
}
.mediagallery .pgr a.next:hover,
.mediagallery .pgr a.next:focus {
  background-position : -21px -21px;
}

.mediagallery .pgs {
  clear: both;
  text-align: right;
}



/* albums (extends: mediagallery) */

.albums li {
  height : 21em;
}

.albums li a {
  overflow: hidden;
  display : block;
  height : 109px;
  width : 163px;
  border : 3px solid #fff;
}
.albums li a:hover,
.albums li a:focus {
  border-color : #af1c20;
}

.albums li span.count {
}



/* imagelist (extends: mediagallery) */

.twocol .imagelist li {
  height: 13em;
}

.imagelist li a {
  border : 3px solid #fff;
  background : #f0f0f0;
  display: block;
  height: 92px;
  overflow: hidden;
  text-align: center;
  width: 152px;
}
.home .imagelist li a {
  background : none;
}
.home .imagelist .direct, .home .imagelist .pgs { position:absolute;right:9999px;left:auto; }
.imagelist li a:hover,
.imagelist li a:focus {
  border-color : #af1c20;
}

.imagelist li img {
}

.imagelist li a:hover img,
.imagelist li a:focus img,
.imagelist li a:active img {}



/* imgalbum-bigimage (extends: mediagallery) */
.singleimage .boxbody {
  padding-bottom : 15px;
}
.singleimage img {
}

.singleimage .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.singleimage .imgcontent {
  padding-left : 18px;
  text-align : left;
}
.singleimage .imgcontent .imgname {
  margin: 8px 0 5px;
  font-size : 1em;
  font-weight : bold;
  font-family : Trebuchet MS, Helvetica, sans;
}
.singleimage .imgcontent .imgtext {
  margin: 0;
}

.singleimage .pgs {
  text-align : right;
}
.singleimage .pgr {
  position : absolute;
  bottom : 0;
  left : 0;
}




/* ******  people  ******* */

.people h3 {
}

.people table { 
  width: 100%; 
}

.people table th,
.people table td { 
  padding: 6px 6px 6px 11px;
  border-bottom: 1px solid #161717;
}

.people th.col1 { width: 30%; }
.people th.col2 { width: 30%; }
.people th.col3 { width: 20%; }
.people th.col4 { width: 30%; }

.people table th {
}

.people .even td {
  background : #fcfbd4;
}

.people table a {
}

.people table .netfang a {
}

.people .close {
  display : block;
  background : #161717  url(i/people-close.gif) 6px 50% no-repeat;
  border-right : 1px solid #161717;
  border-left : 1px solid #161717;
  padding : 3px 22px;
  color : #fff;
}
.people .close:hover {
  background-color : #999;
  color : #fff;
  text-decoration : none;
}
.people .open {
  display : none;
}
.people .subrow td {
  padding : 0;
}

/* ******  persona  ******* */
.persona .content {
  padding-bottom : 2em;
}

.persona h3 {
  font-size : 1.33em;
}
.persona ul {
}
.persona li {
  margin-bottom: .3em;
}

.persona li b {
  display : inline;
  font-weight : normal;
}
.persona .title b {
  font-weight : bold;
}
.persona .imgbox {
  padding : 0 20px .75em 0;
  float : left;
}


td .persona {
  padding : 15px 10px 13px 157px;
  margin : 0;
  width : auto;
  background : 0;
  border : 1px solid #513f17;
  border-top : none;
  border-bottom : none;
}
td .persona .content {
  _height : auto;
}


td .persona .content {
  padding : 0;
  _height:142px;min-height:142px;
}
td .persona h3 {
  font-size : 1.67em;
  margin-top : 0;
  padding-top : 10px;
  padding-bottom : 5px;
}
td .persona .imgbox {
  padding-bottom : 0;
  margin : 0 0 0 -116px;
}
td .persona .imgbox img {
  border : 1px solid #fff;
  padding : 0;
  max-height : 140px;
  max-widtht : 105px;
}

td .persona .info {
  margin-right : 20px;
}






/* ******  footer  ****** */
.footer .boxhead { /* display : none; */ }
.footer {
  color : #fff;
  font-weight : bold;
  padding : 20px 0 0 25px;
}




/* ******  byggiraeplica  ****** */
.byggiraeplica {
  position : absolute;
  padding : 15px 0 55px 25px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.byggiraeplica a {
  /* inline IR */display:inline-block; overflow:hidden; width:0; height:1px; font-size:1px; line-height:0; vertical-align:-2px;
  padding-left : 135px;
  padding-top : 19px;
  background : url(http://codecentre.eplica.is/f/ba_e2-w50.png) 0 0 no-repeat;
  _background-image : none;
  _filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-w50.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */
.imgbanner {}





/* ****** pagestyle  ****** */
.pagestyle { 
  position : absolute;
  z-index: 1;
  top : 28px;
  right : 245px;
  margin-right : 2em;
  width : 80px;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }
.pagestyle .boxbody { padding : 0; }
.pagestyle ul {
  float : right;
}
.pagestyle li {
  float : left;
  _display : inline;
  margin-left : 4px;
}
.pagestyle a {
  display : block;
  font-size : 13px;
  font-weight : bold;
  color : #fff;
  padding : 2px 2px 0;
}
.pagestyle .up a {
  padding : 0;
  font-size : 15px;
}
.pagestyle .userstyles a {
  background: url(i/stillingar.png) 0 50% no-repeat;
  _background-image : url(i/stillingar.gif);
  width : 12px;
  height : 1.2em;
  text-indent : -9999em;
  overflow : hidden;
}
.wrap .pagestyle a:hover,
.wrap .pagestyle a:focus,
.wrap .pagestyle a:active {
  text-decoration : none;
  background : #2FA107;
  color : #fff;
}
.wrap .pagestyle .userstyles a:hover,
.wrap .pagestyle .userstyles a:focus {
  background: url(i/stillingar.png) -16px 50% no-repeat;
  _background-image : url(i/stillingar.gif);
}







/* ********************************** */
/* Home                               */
/* ********************************** */



/* ******  layout  ****** */
.home .pgmain {
  width : 942px;
  padding-right : 12px;
  margin-bottom : 12px;
  padding-bottom : 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.home .pgmain .wrap {
  background: #fff url(i/fpn-bg.png) 304px 0 repeat-y;
  border-bottom : 12px solid #2c3030;
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-right: 0;
}
.home .pgextra2,
.home .pgextra2 .wrap {
  padding : 0;
  margin : 0;
  width : auto;
  border : none;
  background : none;
  _height:0;min-height:0; /* ie hasLayout fix */
}


.home .imgbanner {
  background : #2c3030;
  padding : 12px;
  margin-bottom : 12px;
  position : relative;
}

.home .imgbanner .imgcontent {
  width : 285px;
  padding : 8px;
  background : #000;
  color : #fff;
  font-size : 1.5em;
  font-family : Georgia;
  position : absolute;
  bottom : 24px;
  right : 24px;
}
.home .imgbanner .imgcontent * { margin : 0; }


.home .pgmain .boxhead {
  color : #717272;
  font-size : 1em;
  margin-bottom : 5px;
}
.home .pgmain .boxhead a {
  color : #717272;
}
.home .pgmain .boxhead a:hover,
.home .pgmain .boxhead a:focus {
  color : #971A1D;
}
.home .pgmain .articlelist .item {
  margin : 0;
}



.home .pgmain .alistwrap {
  width : 621px;
  float : left;
  position : relative;
  z-index : 1;
  background : #fff;
  _height:0;min-height:0; /* ie hasLayout fix */
  border-right : 12px solid #2c3030;
}

.home .pgmain .alistwrap .mainarticle {
  background: #fff url(i/grungy.jpg) 0 0 no-repeat;
}
.home .pgmain .alistwrap .mainarticle h3 {
  font-size : 1.5em;
}
.home .pgmain .alistwrap .mainarticle h3 .meta {
  font-size : .611em;
}

.home .pgmain .alistwrap .more,
.home .pgmain .alistwrap .moreolder,
.home .pgmain .alistwrap .archivelink {
  clear : none;
  margin-top : 10px;
}
.home .pgmain .alistwrap .more a,
.home .pgmain .alistwrap .moreolder a,
.home .pgmain .alistwrap .archivelink a {
  float : right;
}




.frontpagenews {
  border : none;
  padding : 0;
  background : none;
  position : relative;
  _height:0;min-height:0; /* ie hasLayout fix */
  
}
.frontpagenews .boxbody {
  background: url(i/fpn-bg.png) 304px 0 repeat-y;
  overflow : hidden;
  _overflow : visible;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.frontpagenews .item {
  float : left;
  width : 280px;
  padding : 12px;
  _display : inline;
  _height:0;min-height:0; /* ie hasLayout fix */
  _overflow : visible;
  border-right : 12px solid #2c3030;
}
.frontpagenews ul.newsheadlinelist {
  float : right;
  border-left : 12px solid #2c3030;
  padding : 12px 12px 1px;
  width : 281px;
  margin-left : -12px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.frontpagenews ul.newsheadlinelist li {
  padding : 9px 0 0;
  
  _height:0;min-height:0; /* ie hasLayout fix */
}
.frontpagenews ul.newsheadlinelist li.active {
  background : url(i/fpnews-top.png) 0 0 no-repeat;
  margin : 0 -12px 0 -35px;
  padding-left : 35px;
  position : relative;
  z-index : 1;
}
.frontpagenews ul.newsheadlinelist span {
  float : left;
  width : 66px;
  clear : left;
  padding : 0;
  margin : 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.frontpagenews ul.newsheadlinelist span.source { position:absolute;right:9999px;left:auto; }
.frontpagenews ul.newsheadlinelist a {
  display : block;
  width : 214px;
  _width : 208px;
  float : left;
  font-size : .92em;
  font-weight : bold;
  padding-bottom : 5px;
  _padding-bottom : 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.frontpagenews ul.newsheadlinelist li i {
  display : block;
  height : 4px;
  padding : 0;
  margin : 0;
  clear: both;
}
.frontpagenews ul.newsheadlinelist li.active a {
  color : #971A1D;
}
.frontpagenews ul.newsheadlinelist li.active i {
  background : url(i/fpnews-bottom.png) 0 100% no-repeat;
  margin : 0 -12px 0 -35px;
}

.home .pgmain .frontpagenews .archivelink {
  clear : both;
  margin : 0;
}
.home .pgmain .frontpagenews .archivelink a {
  margin : 0;
  position : absolute;
  bottom : 12px;
  right : 12px;
}

.home .pgmain .pistlar {
  width : 285px;
  float : left;
  _display : inline;
  margin-left : -12px;
  _height:0;min-height:0; /* ie hasLayout fix */
  border-left : 12px solid #2c3030;
}
.home .pistlar .more a {
  float : right;
}


/* ******  eventlist  ****** */
.home .pgmain .eventlist {
  width : 309px;
  padding : 12px 0 0;
  float : left;
  _display : inline;
  margin-left : -12px;
  border-left : 12px solid #2c3030;
  border-bottom : none;
}
.home .pgmain .eventlist .boxhead {
  margin : 0 12px 5px;
}
.home .pgmain .eventlist .item {
  background : url(i/eventlist-bg.png) 0 100% repeat-x;
  border-bottom : 1px solid #e8e8e8;
  overflow : visible;
}
.home .pgmain .eventlist .item h3 {
  padding : 4px 0 4px 8px;
  margin : 0;
}
.home .pgmain .eventlist .item h3 .meta {
  padding-left : 31px;
}
.home .pgmain .eventlist .item h3 a {
  background : url(i/dagatal.png) 0 4px no-repeat;
  padding : 12px 12px 2px 31px;
  margin-top : -12px
}
.home .pgmain .eventlist .item h3.item-open {
  background : url(i/acc-arrow.png) 100% 0 no-repeat;
  margin-right : -24px;
  margin-bottom : -8px;
  padding-bottom : 14px;
  width : 325px;
}
.home .pgmain .eventlist .item .summary {
  padding : 0 12px;
}
.home .pgmain .eventlist .item .summary p {
  padding : 0 0 7px;
}
.home .pgmain .eventlist .item .more a {
  font-size : 1.09em;
}



/* ******  pgextra1 boxes  ****** */
.home .notes {
  clear : both;
  margin-bottom : 12px;
  overflow : hidden;
  padding : 6px 0;
}
.home .notes .box {
  border : none;
  background : none;
  float : left;
  padding : 10px 25px;
  width : 269px;
  border-right : 1px solid #35383a;
  color : #fff;
}
.home .notes .subscr {
  border : none;
}
.home .notes .boxhead,
.home .notes .item h3 {
  color : #d90909;
  font-size : 1.5em;
}
.home .notes .item h3 a {
  color : #d90909; 
}
.home .notes .item h3 a:hover,
.home .notes .item h3 a:focus,
.home .notes .boxhead a:hover,
.home .notes .boxhead a:focus {
  color : #2e9f07; 
}

.home .notes .articlelist .more a {
  background : #2e9f07;
  margin-top : 8px;
  padding : 2px 6px 2px 4px;
}
.home .notes .item .more a:hover,
.home .notes .item .more a:focus {
  background : #971a1d;
}

.home .notes .fi_txt input {
  background : none;
  border : 1px solid #595b5d;
  margin-bottom : 6px;
  color : #fff;
}
.home .notes .fi_txt input:focus {
  border : 1px solid #fff;
}

.home .displayads {
  display : none;
  background : #2c3030;
  overflow : hidden;
  margin-bottom : 12px;
  clear : both;
  _height:0;min-height:0; /* ie hasLayout fix */
  _overflow : visible;
}
.home .displayads .advert {
  float : left;
  padding : 12px 0 12px 12px;
  _width : 0;
}
.home .displayads .advert img {
  margin : 0;
}


/* ******  imagelist  ****** */
.home .imagelist {
  overflow : hidden;
  _overflow : visible;
  width : 942px;
  background : #000 none;
  border : 12px solid #2c3030;
  padding : 0;
  margin-bottom : 12px;
  position : relative;
}
.home .imagelist .boxhead { 
  padding : 0 1px;
  margin : 8px 12px 10px;
  font-size : .92em;
  line-height : 1.3;
  color : #fff;
  background : #2FA107;
  display : block;
  float : left;
  font-family : Trebuchet MS;
}
.home .imagelist .boxhead a {
  color : #fff;
}
.home .imagelist .boxhead i,
.home .imagelist .boxhead .current { display : none; }
.home .imagelist .boxbody {
  padding : 0 50px;
  text-align: left;
}
.home .imagelist .listscroller-wrapper {
  overflow : hidden;
  position : relative;
  width : 842px;
  margin : 0 auto;
}
.home .imagelist .listscroller-wrapper ul {
  width : 6000px;
}

.home .imagelist .listscroller-wrapper li {
  margin : 0 5px 0;
  width : 158px;
  height : 130px;
}
.home .imagelist .paging ul {
  width : auto;
  overflow : visible;
}
.home .imagelist .paging ul li {
  margin : 0;
  overflow : visible;
  width : auto;
  position : static;
}
.home .imagelist .paging a {
  background : url(i/pgr-arrows.png) 0 0 no-repeat;
  _background-image : url(i/pgr-arrows.gif);
  display : block;
  width : 21px;
  height : 21px;
  text-indent : -9999em;
  position : absolute;
  top : 42px;
  left : 17px;
  border : none;
}
.home .imagelist .paging a:hover,
.home .imagelist .paging a:focus,
.home .imagelist .paging a:active {
  background-position : 0 -21px;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:0;
}
.home .imagelist .paging .next a {
  background-position : -21px 0;
  left : auto;
  right : 17px;
}
.home .imagelist .paging .next a:hover,
.home .imagelist .paging.next a:focus {
  background-position : -21px -21px;
}





/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #971a1d;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }







/* fancybox */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../js/fancybox/fancybox.png') -55px -90px no-repeat;
}

