﻿/* NetThatWorks Ltd
 *
 * NTW logo blue: #316b81
 * NTW logo orange: #EE8250
 */

body {
    font: 75% Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #909090;
    text-align: center; 
    margin: 0px;
    padding: 0px;
}

#NetThatWorks {
    padding-top: 120px;
}

#Title h1 { 
    background-image: url('../images/netthatworks.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
    padding-top: 175px;
}

#Title span {
    visibility: hidden;
}

a:link, a:visited {
    color: #316b81;
    text-decoration: underline;
}	

a:hover {
    color: #EE8250;
    text-decoration: underline;
}	

#Phone, #Fax, #Email {
    display: inline;
    padding: 8px 8px;
}
