body {margin:0; padding:0; vertical-align:top; background:url(images/back.gif) repeat left; text-align:center;}
td {font-size:11px; font-family:Tahoma; color:#847563; line-height:13px; vertical-align:top; padding:0;}
table {border:0; border-collapse:collapse;}
/*table{width:100%;}*/
img {border:0;}
object{padding:0; margin:0;}
/****************************************************/
.footer  {color:#70603E; line-height:15px;}
.footer a{color:#70603E; text-decoration:none;}
.footer a:hover{text-decoration:underline;}
/****************************************************/
a {border:none; text-decoration:underline; color:#564D3A;}
a:hover {text-decoration:none;}

.link1 {text-decoration:none;color:#775F2D; font-weight:bold; background:url(images/pimp1.gif) no-repeat left; padding-left:12px;}
.link1:hover {text-decoration:underline;}

.link2 {text-decoration:underline;color:#736039;}
.link2:hover {text-decoration:none;}


/****************************************************/
ul {margin:0; padding:0; list-style:none}
li {background: url(images/pimp2.gif) no-repeat  0px 7px; padding-left:11px; line-height:15px; color:#84611C;}
li a {color:#84611C; text-decoration:underline;}
li a:hover {text-decoration:none;}

.list1 li {background: url(images/pimp3.gif) no-repeat  0px 7px; color:#D09D2F;}
.list1 li a {color:#D09D2F; text-decoration:underline;}
.list1 li a:hover {text-decoration:none;}

.list2 li {background: url(images/pimp2.gif) no-repeat  0px 7px; color:#847563;}
.list2 li a {color:#847563; text-decoration:underline;}
.list2 li a:hover {text-decoration:none;}

/****************************************************/
form {margin:0; padding:0;}
.form_1 {width:219px; margin:0; padding:0 0 0 3px; height:17px; vertical-align:middle; font-size:11px;font-family:Tahoma; color:#ffffff; background:#272010; border:solid 1px #564D3A;}
/****************************************************/
.main{width:766px; margin:auto;}
.txt1{color:#A8802B; font-weight:bold; line-height:18px; background:#1A150B; padding:1px 11px 3px 6px;}
.txt2{color:#A8802B; font-weight:bold; /**font-size:12px;**/}
.txt3{color:#736039; font-weight:bold;}
.txt4{color:#736039;}
.txt5{text-decoration:none;color:#736039; font-weight:bold; background:url(images/pimp1.gif) no-repeat left; padding-left:12px;}
.txt6{text-align:right;}


/***************************************************/
/***************GLIDE CONTENT - TRESC***************/
/***************************************************/


.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 650px;
height: 300px; /* Set height to be able to contain height of largest content shown*/
border: 5px solid #687C98;
overflow: hidden;
}
/*
       Total wrapper width: 350px+5px+5px=360px
       Or width of wrapper div itself plus any left and right CSS border and padding
       Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background:url(images/b_back5.gif) repeat left;
padding: 10px;
visibility: hidden;
width: 630px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
       Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 660px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
       Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display:-moz-inline-box;
display: inline-block;
border: 1px solid black;
padding: 1px 3px;
margin-right: 3px;
text-decoration:none;
color:#775F2D;
font-weight:bold;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #736039;
text-decoration:underline;
}

.glidecontenttoggler a:hover{
text-decoration:underline;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
/*background: #1A48A4;
color: white;*/
}

/* SLIMBOX */

#lbOverlay {
       position: fixed;
       z-index: 9999;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       background-color: #000;
       cursor: pointer;
}

#lbCenter, #lbBottomContainer {
       position: absolute;
       z-index: 9999;
       overflow: hidden;
       background-color: #fff;
}

.lbLoading {
       background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
       position: absolute;
       left: 0;
       top: 0;
       border: 10px solid #fff;
       background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
       display: block;
       position: absolute;
       top: 0;
       width: 50%;
       outline: none;
}

#lbPrevLink {
       left: 0;
}

#lbPrevLink:hover {
       background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
       right: 0;
}

#lbNextLink:hover {
       background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
       font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
       font-size: 10px;
       color: #666;
       line-height: 1.4em;
       text-align: left;
       border: 10px solid #fff;
       border-top-style: none;
}

#lbCloseLink {
       display: block;
       float: right;
       width: 66px;
       height: 22px;
       background: transparent url(images/closelabel.gif) no-repeat center;
       margin: 5px 0;
       outline: none;
}

#lbCaption, #lbNumber {
       margin-right: 71px;
}

#lbCaption {
       font-weight: bold;
}

