/* ----------------------------------------------------------------------------------------------------------
   
    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Home
        
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
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 {/*background:url("../design/bg.x") 0 0 repeat-x;*/ font:0.7em/1.4 "arial",sans-serif; text-align:center;}


h1, h2, h4, h5, h6 {margin:15px 0 10px 0;}
h3 {margin: 12px 0 10px 0;}
h2 {font-size:120%;}
h3, h4 {font-size:120%; font-weight:normal;}
h5 {font-size:100%;}

p, table, ul, ol, dl, fieldset {margin:0 0 5px 0;}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:3px 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;}

/* ----------------------------------------------------------------------------------------------------------
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;} img.f-left-footer {float:left; margin-right:10px; padding-bottom: 50px;} img.f-left-foto {float:left; margin-right:10px; padding-bottom: 40px;}
.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;}
.nombul {margin-bottom:0px; !important;}

.noscreen {display:none;}

    .bigger {font-size:110%;}
    .smaller {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */

ul.ul-style01 {margin:0 0 0 0; list-style:none;}
ul.ul-style01 li {padding-left:12px; background:url("../design/ul-style01.gif") 0 7px no-repeat;}
ul.ul-style01 ul {margin:0; list-style:none;}
ul.ul-style01 ul li {padding-left:15px; background:url("../design/ul-style01-sub.gif") 0 3px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
4) LAYOUT
---------------------------------------------------------------------------------------------------------- */

#main {width:960px; margin:0 auto; background:url("../design/main.gif") 0 0 repeat-y;}

    #main-in {width:940px; padding:0 10px; background:url("../design/main-bkg.jpg") 0 0 no-repeat; text-align:left;}
    
    	#header {position:relative; padding:20px 0 0 20px; background:url("../design/back_01.jpg") 0 0 repeat-x; overflow:hidden; height: 121px;}
    
            #logo {margin:0; margin-bottom:10px; width:900px; height:70px; font:bold 150% "arial",sans-serif; letter-spacing:-1px; text-align:right;}
            /* #logo span {font-weight:normal; font-size:70%; background:url("../design/logo-faving.jpg") 0 0 no-repeat;} */
			#logo span {position:absolute; top:0; left:585px; width:100%; height:91px; margin:0; padding:0; background:url("../design/logo-faving.jpg") 0 0 no-repeat; cursor:pointer;}
            #logo a {text-decoration:none;}
            #logo a:hover {text-decoration:underline;}
            
            ul#tabs {margin:0; margin-left:350px; padding:0; list-style:none;}
            ul#tabs li {display:inline; margin:0; padding:0;}
            ul#tabs li a, ul#tabs li span {display:block; float:left; margin-right:1px; padding:3px 15px; text-decoration:none;}
            ul#tabs li#tabs-active a {font-weight:bold; text-decoration:none; padding:3px 11px;}
			
			#lang { display:block; position:absolute; margin-left: 840px; top:110px; padding:10px 10px 10px 15px; font-size: 140%; width: 100px; }
   
            #search {position:absolute; top:3px; right:20px; }
            #search #search-input {width:150px; padding:3px; font:normal 100%/1.2 "arial",sans-serif;}
            #search #search-submit {padding:2px; font:normal 100%/1.2 "arial",sans-serif;}
    
        #cols {clear:both;}
    
        	#content {float:right; width:760px; padding:0 15px 0 0; overflow:hidden;}
			#content-l {width:460px; float:left;}
			#content-r {width:150px; float:right; padding:20px 0 0 0;}
			
			
			#content-sub {float:right; width:625px; padding:0px 1px 15px 0; overflow:hidden;}
			#content-sub-news {float:right; width:625px; padding:0px 1px 15px 0;}
			#content-sub-l {width:440px; float:left;}
			#content-sub-l-news {width:390px; float:left;}
			#content-sub-l-news-full {width:600px; float:left; padding-right:25px;}
			#content-sub-r {width:150px; float:right; padding:20px 0 0 0;}
			#content-sub-r-news {width:200px; float:right; padding:40px 0 0 0;}
			#content-sub-r img {margin-bottom:-4px;*}
			#content-sub-r-news img {padding:0 0 0 4px;}
    		
        	#aside-l {float:left; width:127px; padding:0 0 90px 15px; overflow:hidden;}
			<!-- ori-- #aside {float:left; width:229px; padding:15px 0 100px 15px; overflow:hidden;} -->
			#aside-r {float:right; width:170px; padding:11px 0 0 0; overflow:hidden;}
                
                #aside-r .title {margin:0; padding:8px 10px 7px 27px; background:url("../design/aside-title.gif") 10px 15px no-repeat; font-size:100%; font-weight:bold;}
                    	            
                .nav {margin:10px 0 10px 2px; padding:0; list-style:none;}
                .nav li {display:inline; margin:0; padding:0;}
                .nav li a {display:block; padding:2px 0px 10px 0px; text-decoration:none;}
				.nav li a:hover {text-decoration:underline;}
				<!-- ori-- .nav li a {display:block; padding:2px 10px 2px 15px; background:url("../design/nav-link.gif") 0 7px no-repeat; text-decoration:underline;} -->
                .nav li#nav-active a {font-weight:bold; text-decoration:none;}
				
				.nav-r {margin:0px 0 10px 3px; padding:0; list-style:none;}
                .nav-r li {display:inline; margin:0; padding:0;}
                .nav-r li a, .nav-r li span {display:block; padding:2px 0px 10px 0px; text-decoration:none;}
                .nav-r li#nav-active a {font-weight:bold; text-decoration:none;}
				.nav-r li#nav-active span {font-weight:bold; text-decoration:none;}
    
    	#footer {clear:both; padding:0 0 0 10px; font-size:85%; /*background:url("../design/footer.gif") 0 0 repeat-x;*/}
        #footer p {margin:0;}
		
		.footer {width:930px; padding:5px 0 0 5px;}
		.footer .col {position:relative; float:left; width:325px; padding-bottom:6px; z-index:100; background-position:100% 100%; background-repeat:no-repeat;}
		.footer .col a {text-decoration:none;}
		
		.footer .col.left {width:250px; padding: 0 5px 0 0;}
		.footer .col.center {padding:0 20px 0 0;}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#perex-title {margin:0; padding:8px 10px 8px 27px; background:url("../design/perex-title.gif") 10px 15px no-repeat; font-size:100%;}
#perex {padding:15px;}

.col50 {float:left; width:230px;}
.col50 .right {float:right; width:230px;}

div.scrollbar {height: 400px; overflow: auto;}

.container { overflow:hidden; position:relative; background:#fff; /* border:1px solid #9e9e9e; */}
.slides { position:absolute; left:9px; }
.slides div { position:absolute; top:0;  display:none; text-align:center; background-color:#d8d8d8; border:1px solid #ccc; }
#loopedCarousel { margin:0 auto; width:140px; padding:0 10px; position:relative; clear:both; }
		ul.pagination { list-style:none; padding:0; margin-left: 10px; }
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:2px 6px 2px 5px; font-weight:bold;}
		ul.pagination li.active a { background:#d8d8d8; color:black; }
#loopedCarousel p {padding: 5px 0 0 10px;}		
