html, body {
    font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
    font-size:12px;
}


h1 {
    font-size:24px;
    color:#A1BE50;
    margin-bottom:17px;
}
h2 {
    font-size:18px;
    color:#81A132;
    margin-bottom:14px;
}
h3 {
    font-size:16px;
    color:#A1BE50;
    margin-bottom:12px;
}
p {
    margin-bottom:20px;
    font-size:14px;
}

strong {
	font-weight: bold;
}
em {
	font-style:italic;
}

#doc {
    width:1053px;
    margin: 0px auto 0px auto;
}
#bn {
    background: #fff url(../images/banner.png) no-repeat;
    height: 294px;
}

/**
 * HEADER (w/ languages)
 */
#hd {}
.hd {height: 41px;}
#hd1 {background: #fff url(../images/header-1.png) no-repeat;float: left;}
#hd2 {
    background: #fff url(../images/header-2.png) repeat-x;
    float: left;
    text-align:right;
    padding-top:2px;
    padding-right:18px;
    height:39px;
    width:969px;
}
#hd3 {background: #fff url(../images/header-3.png) no-repeat;float: left;}
/* flags */
img#fin {margin-right:7px;}

/**
 * BODY
 */
#bd {
    background: #fff url(../images/body.png) repeat-y;
    padding:0px 30px 0px 30px;
}
#bd_inner {
    padding:0px 10px 0px 20px;
    background: #fff url(../images/body_shade.png) repeat-x top;
}
div.box {
    background: #fff url(../images/div_header.png) no-repeat top;
    margin-top:14px;
    padding-top:31px;
    padding-left:53px;
    padding-right:31px;
    clear:both;
}
div.box a {
    color:#000;
    text-decoration:none;
}
div.box a:hover {
    text-decoration:underline;
}
span.green {
    color:#83A131;
}
/*.bd {height:1px;}*/
/*#bd1 {background: #fff url(../images/body-1.png) repeat-y;float: left;}*/
/*#bd2 {background-color: transparent;float: left;}*/
/*#bd3 {background: #fff url(../images/body-3.png) repeat-y;float: left;}*/

#sidebar {
    float:left;
    width:345px;
    text-align:center;
    padding: 26px 10px 0px 0px;
}
#wrap_content {
    float:left;
    width:606px;
}
#navi {
    width:560px;
    height:51px;
    background:#fff url(../images/menu.png) no-repeat center;
    color:#000;
    padding: 0px 23px 0px 23px;
}
#navi li {
    float:left;
}
#navi a {
    font-weight:bold;
    display:block;
    color:#000002;
    text-decoration:none;
    padding:17px 11px 16px 11px;
}
#navi a:hover { text-decoration:underline;}
#navi li.active {
    background-image: url(../images/menu-active-1-long.png);
    background-position: center left;
    background-repeat: no-repeat;
}
#navi li.active a {
    background-image: url(../images/menu-active-3.png);
    background-position: center right;
    background-repeat: no-repeat;
}
#navi_sub {
    width:560px;
    height:26px;
    color:#000;
    padding: 0px 23px 4px 23px;
    margin:22px 0px 0px 0px;
}
#navi_sub li {
    float:left;
}
#navi_sub a {
    font-weight:bold;
    display:block;
    color:#000002;
    text-decoration:none;
    padding:5px 10px 5px 10px;
}
#navi_sub a:hover { text-decoration:underline;}
#navi_sub li.active {
    background-image: url(../images/menu-sub-active-1-long.png);
    background-position: center left;
    background-repeat: no-repeat;
}
#navi_sub li.active a {
    background-image: url(../images/menu-sub-active-3.png);
    background-position: center right;
    background-repeat: no-repeat;
    color:#fff;
}

#content {
    clear:both;
}

/**
 * FOOTER
 */
#ft {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    height: 117px;
    text-align: center;
    padding-top: 46px;
}
#ft1 {color:#fff;}
#ft2 {color:#88141F;margin-top: 50px;}
#ft2 a { color:#88141F; text-decoration:none; }
#ft2 a:hover { text-decoration:underline; }



/**
 * Middle part, left and right "borders" (shadows)
 */
.l, .r {
    width:33px;
}
.m {
    width:987px;
}
.clear {
    line-height:1px;
    height:1px;
    font-size:1px;
    clear:both;
}

/**
 * GALLERY
 */
#gal {
    float:left;
    width:421px;
    height:300px;
    position:relative;
    margin-top:6px;
}
#gal_thumbs {
    float:right;
    text-align:center;
    width:100px;
}
#gal_thumbs_clip {
    height:276px;
    /*width:60px;*/
    overflow:hidden;
    position:relative;
}
#gal_thumbs_inner {
    text-align:center;
    width:60px;
    margin:12px auto 12px auto;
    position:relative;
}
#gal_thumbs_inner div.image {
    margin-bottom:12px;
}
#gal_img_1, #gal_img_2 {
    position:absolute;
}
#gal_up {
    background: #fff url(../images/gal_up.png) no-repeat center;
    height:5px;
    width:60px;
    padding:10px 20px 10px 20px;
    cursor:pointer;
}
#gal_down {
    background: #fff url(../images/gal_down.png) no-repeat center;
    height:5px;
    width:60px;
    padding:10px 20px 10px 20px;
    cursor:pointer;
}
.ctr {
    position:absolute;
    background-image:url(../images/cth_tr.png);
    background-position: top right;
    background-repeat: no-repeat;
    width:60px;
    height:11px;
}
.ctl {
    position:absolute;
    background-image:url(../images/cth_tl.png);
    background-position: top left;
    background-repeat: no-repeat;
    width:60px;
    height:11px;
}
.cbl {
    position:relative;
    background-image:url(../images/cth_bl.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    width:60px;
    height:11px;
    margin-top:-11px;
}
.cbr {
    position:relative;
    background-image:url(../images/cth_br.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    width:60px;
    height:11px;
    margin-top:-11px;
}

/* FOR THE MENU */
table {
	font-size:12px;
	margin-bottom:8px;
}
table p {
	margin-bottom:0px;
	font-size:12px;
	padding:0px;
}
table td {
	vertical-align:top;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	border-bottom:1px solid #ddd;
}
table td img {
	margin:3px 3px 0px 0px;
}
