/* site */

/*

html {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
body {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-align: center;
}

*/

img {
   display: inline;
   border: none;
}

.site {
   width: 100%;
   margin: 0 auto;
   position: relative;
   background: #fff;
   z-index: 2;
}

table.content {
   width: 80%;
   clear: both;
   margin: 20px auto 0 auto;
}

table.content td {
   text-align: left;
   padding: 0 0 0 4px;
}

table.content .first {
   padding-top: 5px;
   padding-bottom: 5px;
}

table.content .second {
   padding-top: 1px;
   padding-bottom: 1px;
}

table.content .third {
   padding-top: 3px;
   padding-bottom: 8px;
}

table.content .fifth,
table.content .sixth {
   padding-top: 2px;
   padding-bottom: 0;
}

/* site */

.menu {
   width: 85%;
   padding: 0 0 0 0;
}

.top-menu * {
   padding: 0;
   margin: 0;
   text-align: center;
}

.top-menu,
.footer {
   width: 100%;
   font: 8pt/12pt Tahoma, Arial, sans-serif;
}

td {
   text-align: left;
   vertical-align: top;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   border: none;
   border-collapse: collapse;
}

/* top menu */

#nav {
   width: 100%;
   width: auto;
   margin: 0 auto 0 -2px;
}

#nav td a {
   display: block;
   height: 23px;
   margin: 0 0 0 auto;
   padding: 0 25px 0 0;
   text-align: left;
   background: top right no-repeat url("/gpak2/img/bck-tab.gif") ;
   color: #FFF;
   font-weight: normal;
   text-decoration: none;
   
   white-space: nowrap;
}

#nav td a:hover {
   color: #FFF;
   background: right -48px no-repeat url("/gpak2/img/bck-tab.gif") ;
}

#nav .active a {
   color: #FFF;
   background: right -24px no-repeat url("/gpak2/img/bck-tab.gif") ;
}

#nav a span {
   display: block;
   position: relative;
   z-index: 900;
   height: 23px;
   float: left;
   cursor: hand;
   margin: 0 auto 0 0;
   padding: 0 0 0 12px;
   background: top left no-repeat url("/gpak2/img/bck-tab-left.gif") ;
}

#nav td a:hover span {
   position: relative;
   color: #545454;
   background: left -49px no-repeat url("/gpak2/img/bck-tab-left.gif") ;
}

#nav .active a span {
   position: relative;
   color: #545454;
   background: left -25px no-repeat url("/gpak2/img/bck-tab-left.gif") ;
}

/* --- */

.top-menu {
   position: relative;
   top: 20px;
   left: 0;
   margin: 0 auto 0 0;
   clear: both;

   background: repeat-x bottom left url("/gpak2/img/bck-content.gif");
   padding: 2px 0 0 0;
   overflow: hidden;
}

.top-menu .logo {
   width: 183px;
   margin: 0 0 5px 0;
}

.footer td {
   background: repeat-x top left url("/gpak2/img/bck-footer.gif");
   margin: 0 auto;
}

.footer p {
   text-align: left;
   color: #545454;
   padding: 0 0 0 7px;
   margin: 12px 0 7px 0;
   font-size: 11px;
}

.container table {
  	position: absolute;
   height: auto;
   background: #EAEAEA;
     margin: 0 0 0 0;
   width: auto;
  	top: 0;
   left: 0;
}

.container table td {
   background: none;
   padding: 0 0 0 0;
   text-transform: uppercase;
   white-space: nowrap;

   padding: 4px 0 0 0;
   vertical-align: bottom;
   background: no-repeat bottom right url("/gpak2/img/bck-submenu.gif");
}

.container table td a {
   margin: 0 10px 0 10px;
   text-align: left;
   color: #545454;
   font-weight: normal;
   text-decoration: none;
   
   height: 20px;
   padding: 0 15px 0 0;
}

.container table td a:hover {color: #000088;
							 font-weight:	bold;
							 }

.container table td a span {background: none;}

.menu .active table td a {
   color: #545454;
   background: no-repeat bottom right url("/gpak2/img/bck-submenu.gif");
}
.menu .active table td a:hover {color: #000000;}

.container {
   position: relative;
   width: 100%;
   height: 24px;
   border-left: 2px solid #fff;
   background: #EAEAEA;
   z-index: 99;
   margin: 0 0 0 -2px;
   overflow: hidden;
}

#shield {
   width: 100%;
   height: 24px;
   position: relative;
   z-index: 999;
   background: #EAEAEA;
}

