/************************************************************
A d N W e b
a division of  A U T O . N E T [_o]
(c)  2 0 0 7

PROJECT - "NOVACABLE" Website (http://www.novacable.pt)

MAIN CSS
--------
FILENAME:  novacable.css
CREATION (Author, Date):  Vitor Varalonga, 2007/12/26
LAST UPDATE (Author, Date):  Vitor Varalonga, 2008/01/03
************************************************************/

body
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 7pt;
    color: #555;
    margin: 0px;
}

a.lnk
{
    display: block;
    color: #DD4618;
    padding-bottom: 3px;
    text-decoration: none;
}

a.lnk span
{
    color: #555;
}

a.lnk:hover span
{
    color: #DD4618;
    border-bottom: dotted 1px #DD4618;
}

a img
{
    border: none;
}

ul
{
    list-style-image: url(../images/arrow_orange.gif);
    margin: 0px;
    padding: 0px;
}

li
{
    margin-bottom: 10px;
}

/* FOOTER MENU */

#menuFooter
{
    padding-bottom: 3px;
    margin-left: 32px;
    margin-top: 20px;
}

#menuFooterHP
{
    padding-bottom: 3px;
    margin-left: 20px;
    margin-top: 20px;
}

#menuFooter span, #menuFooterHP span
{
    color: #DD4618;
    margin-right: 33px;
}

#menuFooter a, #menuFooterHP a
{
    color: #555;
    border-bottom: solid 1px #555;
    margin-right: 33px;
    text-decoration: none;
}

#menuFooter a:hover, #menuFooterHP a:hover
{
    color: #DD4618;
    border-bottom: dotted 1px #DD4618;
}

/* PAGE */

.title
{
    font-size: 8pt;
    font-weight: bold;
    color: #DD4618;
    background: transparent url(../images/arrow_sqr_orange.gif) no-repeat 0px 1px;
    padding-left: 18px;
    margin-bottom: 12px;
}

.text div
{
    margin-bottom: 10px;
}

.text span
{
    font-weight: bold;
    color: #DD4618;
}

.text a
{
    color: #555;
    text-decoration: none;
}

.text a:hover
{
    color: #DD4618;
    border-bottom: dotted 1px #DD4618;
}

#copyRight
{
    margin-left: 11px;
    margin-top: 10px;
}

#copyRight div
{
    margin-bottom: 5px;
}

#copyRight span
{
    font-weight: bold;
    color: #DD4618;
}

/* NEWS ITEMS */

#newsItems
{
    width: 205px;
    height: 220px;
    background: #F5F5F7 url(../images/bg_news_corner_br.gif) no-repeat right bottom;
    padding: 15px 20px 0px 11px;
}

#newsItems div
{
    background: transparent url(../images/arrow_sqr_orange.gif) no-repeat left top;
    padding-left: 20px;
    margin-bottom: 15px;
}
