/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {font:0.8em/1.5 "arial",sans-serif; text-align:center;}

h1, h2, h3, h4, h5, h6 {margin:1px 0 1px 0; font-family:"arial",sans-serif;}

p, table, ul, ol, dl, fieldset {margin:2px 0;}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:2px 7px;}

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:list-item;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:5px;}
legend {top:-1em; margin:0; font-size:100%; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

    .bigger {font-size:110%;}
    .smaller {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */

ul.ul-style01 {margin:15px 0 15px 20px; list-style:none;}
ul.ul-style01 li {padding-left:12px; background:url("/ts1605411467/attachments/StyleSheet/40/ul-style01.gif") 0 5px no-repeat;}
ul.ul-style01 ul {margin:0; list-style:none;}
ul.ul-style01 ul li {padding-left:12px; background:url("/ts1605411467/attachments/StyleSheet/40/ul-style01.gif") 0 5px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

.main {position:relative; width:960px; margin:0 auto; text-align:left;}

/*#header {padding:20px 0; overflow:hidden}*/ 

#header {
    background: white;
    width: 100%;
    height: 74px;
     /*padding:20px*/
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 0 60px;
    /*position: fixed;*/
    top: 0;
    z-index: 1000;
    overflow:hidden
    }
/*#header {background: #202020; height: 40px; margin-top: 56px;}*/
#logo {margin:0; margin-bottom:0px; font:normal 120%/1.2 "arial",sans-serif; letter-spacing:-1px;}
        #logo span {font-weight:bold;}
        #logo a {text-decoration:none;}

        #slogan {margin:0;}

        #search {position:absolute; top:0; right:0;}
        #search #search-input {width:170px; padding:4px; font:normal 100%/1.2 "arial",sans-serif;}
        #search #search-submit {padding:3px 5px; font:bold 100%/1.2 "arial",sans-serif;}

    #nav {clear:both; background:url("/ts1605411467/attachments/StyleSheet/40/nav1.gif") 0 0 repeat-x;}
    #nav ul {margin:0; padding:0; list-style:none;}
    #nav li {display:inline; margin:0; padding:0;}
    #nav li a {display:block; float:left; padding:6px 12px; text-decoration:underline; font-weight:bold;}
    #nav li#nav-active a {font-weight:bold; text-decoration:none;}

    #logos {margin-left:-2px;}









    #cols .main {padding-bottom:15px; background:url("/ts1605411467/attachments/StyleSheet/40/aside.gif") 100% 0 repeat-y;}

      #content {float:left; width:700px;}
      #content p {text-align:justify;}

      #content-in {padding-left:15px;}

            #content h1 {margin:0; margin-bottom:5px; font-size:120%; letter-spacing:-1px;}
            #content h2, #content h3, #content h4 {margin-bottom:0; margin-bottom:3px; font-size:140%; letter-spacing:-1px;}
            #content h3, #content h4 {letter-spacing:0; font-size:100%;}

      #aside {float:right; width:244px; padding-right:1px; overflow:hidden;}

         #aside h3 {padding-right:15px; background:url("/ts1605411467/attachments/StyleSheet/40/arrow.gif") 100% 50% no-repeat; font-size:100%;}
         #aside ul {margin:5px 0 15px 0; padding:0; list-style:none;}
#aside ul li {margin:0; padding:4px 10px 4px 0;}




/*#footer {clear:both; padding:15px 0;}
#footer p {margin:0;}*/

#footer p {
    font-size: 0.813em;
}
#footer ul li {
    float: left;
    width: 142px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

#footer ul li:last-child {
    margin-right: 0;
}

#footer ul li a {
    display: block;
    background-color: #e1e1e1;
    height: 100%;
    transition: 0.2s background-color;
}

#footer ul li a:hover {
    background-color: #ed1f24;
    background-position: 0 -70px;
    transition: 0.2s background-color;
}




/* ----------------------------------------------------------------------------------------------------------
5) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#perex {margin-bottom:15px; padding:15px;}
#perex p {margin:0;}                
.section {float:left; width:225px; overflow:hidden;}
.section.margin {margin:0 5px;}
/* section h3 {margin:0; padding:3px 3px; border:0 !important; background:url("/ts1605411467/attachments/StyleSheet/40/section.gif") 0 0 repeat-x; font-size:120%;}*/

#centered {margin-left:auto;margin-right:auto;text-align:left}
