body {
    background-color: #c6cecd;
    margin: 0;
    padding: 80px 0 0 0;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
}

a {
    text-decoration: none;
}

a:link {color:#fb0000;}      /* unvisited link */
a:visited {color:#fb0000;}  /* visited link */
a:hover {color:#000;}  /* mouse over link */
a:active {color:#fb0000;}  /* selected link */

#container {
    background-image: url(images/bg-container.png);
    background-repeat: repeat-y;
    background-position: center top;
    width: 928px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

#header {
    background-image: url(images/bg-header.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 12px 14px 0 14px;
    margin: 0 0 10px 0;
    height: 80px;
}

#logo {
    background-color: #333;
    width: 275px;
    height: 80px;
    float: left;
    overflow: hidden;
}

#menu {
    background-image: url(images/bg-menu.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 80px;
    float: left;
    width: 615px;
    padding-left: 0px;
    margin-left: 10px;
}

#menu a {
    display: block;
    float: left;
    padding-right: 13px;
    padding-top: 30px;
    padding-left: 13px;
    color: #333;
    font-size: 13px;
    height: 50px;
    text-transform: uppercase;
}
#menu a:hover,
#menu a.selected {
    background-image: url(images/bg-menu-a.png);
    background-repeat: repeat-x;
    background-position: left top;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-right: 12px;
    padding-left: 12px;
}

#menu a.lang {
    display: block;
    float: right;
    padding-right: 3px;
    padding-top: 5px;
    padding-left: 3px;
    color: #333;
    font-size: 11px;
    height: 30px;
    text-transform: uppercase;
}
#menu a.lang:hover,
#menu a.langs {
    background-image: url(images/bg-menu-a.png);
    background-repeat: repeat-x;
    background-position: left top;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-right: 2px;
    padding-left: 2px;
}

#box {
    padding: 0 14px 0 14px;
    margin: 0;
}

#links {
    width: 275px;
    min-height: 200px;
    float: left;
    margin: 0;
    padding: 0;
}

#links .title {
    margin-bottom: 10px;
    background-image: url(images/bg-title.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #dee5e3;
    color: #222;
    padding: 8px 10px 7px 10px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

#links a {
    background-image: url(images/bg-menu.png);
    background-repeat: repeat-x;
    background-position: left center;
    display: block;
    color: #333;
    font-size: 14px;
    margin: 5px 0;
    padding: 7px 10px;
}
#links a:hover,
#links a.selected {
    background-image: url(images/bg-menu-a.png);
    background-repeat: repeat-x;
    background-position: left center;
    color: #000;
}

#content {
    width: 585px;
    float: left;
    margin: 0 0 0 10px;
    padding: 15px 0 0 15px;
}

#footer {
    background-image: url(images/bg-footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    color: #888888;
    text-align: center;
    width: 928px;
    padding: 30px 0;
    margin: 0 auto;
    font-size: 11px;
    
}
#footer a {
    color: #888888;
}


.spacer {
    clear: both;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

#slider {
    width: 615px;
    height: 300px;
    display: block;
    overflow: hidden;
    margin: -15px 0 0 -15px;
    padding: 0;
}

h1 {
    background-image: url(images/bg-title.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #dee5e3;
    color: #000;
    margin: -15px -15px 35px -15px;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    letter-spacing: 1px;
    clear: both;
}

h2 {
    color: #222;
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 16px;
    clear: both;
}

h3 {
    color: #444;
    margin: 0;
    padding: 5px 0 5px 0;
    font-size: 14px;
}

p {
    color: #444;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
    font-size: 14px;
}

ul, ol {
    color: #444;
    margin: 0 0 0 5px;
    padding: 0px 5px 15px 10px;
    text-align: left;
}
ul {
    list-style-type: square;
}

li {
    font-size: 14px;
    padding: 1px 5px 1px 5px;
    margin: 0 0 0 10px;
}

img.border {
    padding: 2px;
    border: 2px solid #dee5e3;
}
img.left {
    float: left;
    margin: 5px 10px 5px 0;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}   
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;  
}           
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;  
}