/* Fonts *******************/
body, FONT {
    font: normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
    color: #464646;
}
em {
    font-style: italic;
}
h1 {
    font-size: 180%;
    text-align: center;
}
h2 {
    font-size: 140%;
    text-align: center;
}

#navigation ul li a {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
#navigation ul li a strong {
    font-weight: normal;
}


#portfolio p.title {
    font-size: 160%;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

#section a{
color: #dd0101;
    text-decoration: none;
}
#section h1 {
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
#section h2,
#section h3 {
    font-size: 120%;
    font-weight: bold;
    color: #cf291f;
    text-align: left;
}
#section p.h2 {
    color: #cf291f;
}

#section div.form {
    font-size: 100%;
}
#section div.form input.button {
    color: #fff;
}


#aside h2,
#aside h3 {
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
#aside h3 {
    color: #464646;
}
#aside div.products div.item p {
    font-size: 90%;
}

#aside div.lastProjects ul li,
#aside div.lastProjects ul li a {
    color: #dd0101;
    text-decoration: none;
}
#aside div.lastProjects ul li a:hover {
    text-decoration: underline;
}

#aside div.feedback ul li,
#aside div.feedback ul li a {
    color: #dd0101;
    text-decoration: none;
}
#aside div.feedback ul li a:hover {
    text-decoration: underline;
}

#section div.blockquote ul li {
    color: #c6281e;
}
#section div.blockquote ul li span {
    color: #464646;
}


#footer p.copy {
    color: #fff;
}


