/* ----------------------------------------------------------------------------------------------------------

    This website template was downloaded from http://www.nuviotemplates.com - visit us for more templates

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
HTML
---------------------------------------------------------------------------------------------------------- */

body {background-color:#bfbfbf;}

a {
    color: #000;
}
a:hover {color: #26750c;
}

/* ----------------------------------------------------------------------------------------------------------
Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */            

table.table-style01 {border:1px solid #CCC;}
table.table-style01 th {border-right:1px solid #CCC; background:#EFEFEF; color:#000;}
table.table-style01 td {border:1px solid #DDD;}
table.table-style01 tr.bg td {background:#F5F5F5;}

/* ----------------------------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------------------------- */

#header {background-color:#000;
    width: 910px;
}

#logo span {color: #fff;
    font-size: 38px;
    font-variant: small-caps;
    vertical-align: -6px;
}
#logo a {color: #26750c;
    font-size: 20px;
}

#slogan {color:#AFAFAF;}

#nav {
    background-color: #C0C0C0;
    width: 910px;
    height: 38px;
}
#nav ul li a {color:#555;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    text-decoration: none;
}
#nav ul li#nav-active a {color:#000;
}
#nav ul li a:hover {color: #26750c;
    text-decoration: none;
}

* {
}

#cols {background-color:#FFF;
    width: 910px;
}

#col_1 {background-color:#C0C0C0;
    width: 910px;
    textalign: center;
}

#content #content-title {background-color:#000; color: #26750c;
    width: 620px;
}

#aside #aside-title {background-color:#000; color:#FFF;
}
#aside .title {background-color:#000; color: #26750c;}

#footer {background-color:#000; color:#999;
    height: 40px;
    width: 870px;
}
#footer a {color:#999;}
#footer a:hover {color:#FFF;
}
    
/* ----------------------------------------------------------------------------------------------------------
Page: Home
---------------------------------------------------------------------------------------------------------- */

#perex {
    border-top: 1px solid #2A2A2A;
    background-color: #000;
    color: #CCC;
}
#perex a {color:#26750c;}
#perex a:hover {color: #0C3;}

.section h3 {background-color: #26750c; color:#FFF;}
.section h3 a {color:#FFF;
}
.section h3 a:hover {color:#000;}
.section-in {border-bottom:1px solid #DADADA;}

dl#news dd {border-bottom:1px solid #CACACA; color:#555;}
dl#news dd span.date {color: #26750c;}

