html, body, h1, h2, h3, h4, h5, h6, div, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    background: url("/www.isovan.it/css/ui/bg.gif") repeat-x left top #fff;
    color: #666;
    font: 12px / 1.5 Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

img {
    border: none;
}

strong {
    color: #77b2e9;
    font-weight: bold;
}

/** LINK */
a {
    color: #77b2e9;
    text-decoration: none;
}

a:hover, a.selected, a.in-path {
    color: #77b2e9;
    text-decoration: none;
}

/** LAYOUT */
#wrapper {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

/** HEADER */
#header h1 {
    background: url("/www.isovan.it/css/ui/header.gif") no-repeat left top;
    width: 900px;
    height: 191px;
    text-indent: -999em;
}

/** NAV */
#nav {
    background: url("/www.isovan.it/css/ui/nav-bg.gif") no-repeat left top;
    list-style: none;
    height: 32px;
    text-align: right;
}

#nav li {
    display: inline;
    margin: 0 15px;
}

#nav a {
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 42px;
    text-transform: uppercase;
}

#nav a:hover, #nav a.selected, #nav a.in-path {
    color: #77b2e9;
    text-decoration: none;
}

.home {
    background: url("/www.isovan.it/css/ui/home.gif") no-repeat left top;
    width: 13px;
    height: 12px;
    display: block;
    float: left;
    margin-top: 15px;
}

.home span {
    display: none;
}

.mail {
    background: url("/www.isovan.it/css/ui/mail.gif") no-repeat left top;
    width: 11px;
    height: 12px;
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 40px;
}

.mail span {
    display: none;
}

/** SECTION-NAV */
#section-nav-wrap {
    margin-top: 5px;
    height: 18px;
}

#section-nav {
    list-style: none;
    text-align: right;
}

#section-nav li {
    display: inline;
    padding: 0 5px;
    border-right: 1px solid #ebebeb;
}

#section-nav li.last-item {
    border-right: none;
}

#section-nav a {
    color: #b5b5b5;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 16px;
}

#section-nav a:hover, #section-nav a.selected, #section-nav a.in-path {
    color: #fd0203;
    text-decoration: none;
}

/** CONTENT */
#content {
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 8px solid #ebebeb;
    overflow: hidden;
}

/**
#content h2.xt-title, #content h3.xt-title {
    color: #77b2e9;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 36px;
}

#news-section-title {
    background: url("/www.isovan.it/css/ui/news-title-bg.gif") no-repeat right bottom;
    color: #77b2e9;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-align: right;
    margin-bottom: 15px;
}

#content h2.xt-title span {
    color: #666;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
}
*/

#content .xt-title-wrapper {
     margin-bottom: 25px;
}

#news-section-title-wrapper {
    background: url("/www.isovan.it/css/ui/news-title-bg.gif") no-repeat right bottom;
	overflow: hidden;
	padding-bottom: 5px;
}

#news-section-title-wrapper img {
    float: right; 
}

#content h2.xt-title {
    display: table-cell;
}

#content h2.xt-title img {
    vertical-align: middle;
}

#content .xt-container-content-wrapper {
    margin-bottom: 1.5em;
    overflow: hidden;
}

#content ul {
    margin: 1.5em;
    list-style-image: url("/www.isovan.it/css/ui/bullet.gif");
    list-style-type: square;
}

/** HOME */
#homepage #news-list {
    float: right;
    width: 260px;
    margin-left: 80px;
}

#homepage #news-list .content {
    color: #999;
}

/** CYCLE-GALLERY */
.cycle-gallery {
    width: 301px;
    height: 301px;
    float: right;
    margin-left: 40px;
}

.cycle-gallery img {
    border: 5px solid #e1e1e1;
}

/** GALLERY */
.thumb-gallery img {
    border: 2px solid #e1e1e1;
    display: block;
    float: left;
    margin: 7px;
}

/** NEWS */
#news-list {
    overflow: hidden;
}

.news {
    border-top: 1px dashed #67aaef;
    color: #999;
    padding: 1.5em 0 0.5em;
}

.news.first {
    border-top: none;
}

.news .date {
    color: #67aaef;
    font-weight: bold;
}

#news-list .pager {
    color: #666;
    margin-top: 10px;
    text-align: right;
}

#news-list .pager a {
    color: #e1e1e1;
}

#news-list .pager a:hover {
    color: #666;
}

.news .more {
    display: block;
    float: right;
    font-weight: bold;
}

/** CONTACTS / FOOTER */
#contacts-wrap {
    background-color: #ccc;
    color: #fff;
}

#footer-wrap {
    background-color: #000;
    color: #fff;
}

#contacts, #footer {
    width: 900px;
    margin: 0 auto;
    font-size: 10px;
    overflow: hidden;
}

#contacts {
    padding: 1.5em 0;
}

#footer {
    padding: 0.5em 0;
}
