﻿body 
{
    background-color: #25272A;
    font-family: Tahoma, Arial, Sans-Serif;
    color: #CCC;
    margin: 15px 0 0 0;
    padding: 0;
}

img
{
    padding: 0;
    margin: 0;
    border: none;
}

h1
{
    font-size: 24px;
    font-family: Georgia;
    color: #e3dfde;
    font-variant: small-caps;
    letter-spacing: 0px;
    padding: 0;
    margin: 0;
}

h2
{
    font-size: 14px;
    padding: 0;
    margin: 0;
}

p
{
    line-height: 22px;
    text-align: justify;
    margin: 15px 0;
}

hr
{

    border-style: dotted;
    color: #CCC;
    margin: 10px 0;
}

.highlights
{
    line-height: 15px;
    font-size: 11px;
}

.mail
{
    background-image: url();
    line-height: 15px;
    font-size: 11px;
}

.quote
{
    background-image: url();
    line-height: 15px;
    font-size: 11px;
}

a {color: #CCC; text-decoration: none}
a:hover {color: #d8b887}

.higlight
{
    color: #d8b887;
}

.content
{
    width: 772px;
    margin-left: auto;
    margin-right: auto;
}

#logo
{
    float: left;
    width: 200px;
    padding-bottom: 10px;
}

#toplinks
{
    float: right;
    text-align: right;
    width: 400px;
    font-size: 12px;
}

#toplinks li
{
    list-style-image: none;
    display: inline;
    padding-left: 20px;
    padding-right: 5px;
    border-left: solid 1px #777;
}

#toplinks .link1 {border-left: none; background: url(images/toplink1.jpg) no-repeat 6px 1px;}
#toplinks .link2 {background: url(images/toplink2.jpg) no-repeat 6px 2px;}
#toplinks .link3 {background: url(images/toplink3.jpg) no-repeat 6px 2px;}
#toplinks .link4 {background: url(images/toplink4.jpg) no-repeat 6px 2px;}

#banner
{
    clear: both;
}

#features
{
    background: #000;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    margin-top: 15px;
}

#features ul
{
    display: inline;
    padding: 0;
    margin: 15px;
}

#features li
{
    list-style-image: none;
    display: inline;
}

#leftcontent
{
    width: 495px;
    float: left;
    padding-right: 15px;
    border-right: solid 1px #555;
}

#rightcontent
{
    width: 245px;
    float: right;
    padding-left: 15px;
}

#servicelist
{
    list-style-type: none;
}

#servicelist li
{
    line-height: 25px;
    background: url(images/bullet.jpg) no-repeat center left;
    padding-left: 25px;
}

.terminate
{
    clear: both
}

#footer
{
   border-top: solid 1px #555;
   background: #000;
   /* background: url(images/footerbg.jpg) repeat-x #000; */
}

label 
{
    width: 150px;
    float: left;
    clear: left;
    text-align: right;
    white-space: nowrap;
    min-width: 5em;
    position: relative;
    top: 2px;
}

.inputbox
{
    margin-bottom: 1px;
    padding: 2px 5px;
    font-size: 12px;
    border: solid 1px #666;
}