/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-29, 18:30 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body { font-size:100%; }

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}
h1, h2, h3, h4, h5, h6,fieldset {
 	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-weight: bold;
 }

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {margin:0px 0; list-style:none;}
ul.ul-01 li {padding:2px 0 2px 25px; background:url("../immagini/GreenArrow.gif") 0 50% no-repeat; font-size:95%;}

ul.ul-list {margin:15px 0; list-style:none;}
ul.ul-list li {padding:1px 0;}
ul.ul-list span.date {padding-right:10px;}
.date {color:#9F9F9F; font-weight: bold;}
/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:960px; margin:0 auto; overflow:hidden;}

    #header {position:relative; height:65px; padding:5px 20px 0px 20px;
	 background:url("../immagini/web-agency.jpg") 0 5px repeat-x;	
	 }

        #logo {margin:0;}
    
        /*#nav {position:absolute; top:40px; right:20px; margin:0;}
        #nav span {margin:0 8px;}
        #nav #nav-active {font-weight:bold; text-decoration:none;}
	     #nav a, #nav a:visited {padding:10px 15px 11px 15px; text-decoration:none;}
			*/
	 #tray {position:absolute; top:30px; right:20px; margin:0;}
    #tray ul {margin:0 5px; list-style:none;}
    #tray li {display:inline;}
    #tray li a {display:block; float:left; padding:10px 15px 11px 15px; text-decoration:none;}
		  
		  
		  
    #footer {clear:both; padding:20px 20px 40px 20px; font-size:85%;}
    #footer p {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top {width:960px; height:5px; margin-top:15px; font-size:0; line-height:0; overflow:hidden;}
#col-bottom {width:960px; height:5px; margin-bottom:15px; font-size:0; line-height:0; overflow:hidden;}
#col {
	position: relative;
	padding: 15px 30px 15px 20px;
}

    #col-text {float:right; width:100%; padding-top:15px; line-height:1.7;}

        #slogan {position:relative; width:289px; height:33px; overflow:hidden; margin:0; padding:0; font-size:180%;}
        #slogan span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0;}
        #btns {margin-top:25px; margin-bottom:0;}

#cols2-top {width:960px; height:5px; margin-top:15px; font-size:0; line-height:0; overflow:hidden;}
#cols2-bottom {width:960px; height:5px; margin-bottom:15px; font-size:0; line-height:0; overflow:hidden;}
#ribbon { position: absolute; top: 100px; left: 20px; width: 100px; height: 100px; background: url("../immagini/ribbon.gif") 0 0 no-repeat; font-size: 0; line-height: 0; overflow: hidden; z-index: 10; }
#ribbontodo { position: absolute; top: 100px; left: 20px; width: 100px; height: 100px; background: url("../immagini/ribbon-todo.png") 0 0 no-repeat; font-size: 0; line-height: 0; overflow: hidden; z-index: 10; }

    #cols2 #col-left {float:left; width:600px; padding:10px 10px 10px 20px; }
    #cols2 #col-right {float:right; width:288px; padding:10px 20px 10px 10px;}
    
        #cols2 #col-left h4, #cols2 #col-right h4 {margin:0; font-size:100%;}
        #cols2 #col-left .title {background:url("../immagini/dot.gif") 0 50% repeat-x;}
        #cols2 #col-left .title h4 {display:inline; padding-right:10px;}
        #cols2 #col-left .title span {padding-left:10px;}

        #cols2 .box {margin-top:15px;}
		  #cols2 #col-right .title {background:url("../immagini/dot.gif") 0 50% repeat-x;}
        #cols2 #col-right h4 {background:#fff; width: 110px; padding-right:10px;}
        #cols2 #col-right h4 span {padding-right:10px;}
        #cols2 .col-right-img {float:left; width:65px;}
        #cols2 .col-right-text {float:right; width:190px;}
        #cols2 .col-right-text p {margin:0;}

#cols3-top {width:960px; height:5px; margin-top:15px;font-size:0; line-height:0; overflow:hidden;}
#cols3-bottom {width:960px; height:5px; margin-bottom:15px; font-size:0; line-height:0; overflow:hidden;}
#cols3 {background:url("../immagini/bg.gif") 0 bottom repeat-x;}

    .col {float:left; width:308px; padding:0 1px; margin-right:15px;}
    .col.last {margin-right:0;}
    .col h3 {margin:0; padding:7px 15px 12px 15px; font-size:120%;}
        .col-text {padding:20px; border-top:1px dotted #9f9f9f;}
        .col-text p {margin:0;}
        .col-text ul {margin-bottom:0;}
        .col-more {padding:10px 10px 1px 0; text-align:right;}
		  
#ct { margin: 0; padding: 0; width: 100%; position: relative; }
#ct li { list-style-type: none; }
#ct h1 { margin: 0; padding: 0; font-weight: bold;}
#ct #cnt { width: 300px; margin-left: 304px;  }
#ct #ls,#ct #rs { position: absolute; width: 300px; top: 0px; }
#ct #ls { left: 0px; }
#ct #rs { right: 0; }
/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.ico-comment {padding-left:18px; background:url("../immagini/ico-comment.gif") 0 50% no-repeat;}
.ico-rss {padding-left:18px; background:url("../immagini/ico-rss.gif") 0 50% no-repeat;}

.smaller {font-size:85%;}
/*ROBBA MIA*/




