﻿body 
{
    margin: 0px;
    background: #ffffff url('images/topBG.jpg') repeat-x;
    font-family:  Calibri, Arial, Helvetica, Tahoma, Sans-Serif;
    color: #454545;
}

#container
{
    width: 900px;
    margin: 0px auto 0px auto;
}

#logo
{
    height: 151px;
}

#logo img{
    width: 407px; height: 151px; float: right;
}

#logo big{
    text-align: center;
    float: left;
    width: 300px;
    margin-top: 30px;
    margin-left: 30px;
    color: White;
    font-size: 25pt;
}

#logo small{
    display: block;
    font-size: 14pt;
    letter-spacing: 4px;
}

#menu
{
    background: url('images/menuBG.jpg') no-repeat;
    height: 51px;
    margin-bottom: 30px;
}

input, textarea, select{
    padding: 4px;
    font-size: 11pt;
    font-family: Calibri, Verdana, Arial, Sans-Serif;
}

a
{
    color: #d70101;
}

a:hover
{
    color: #454545;
}

#menu a
{
    display: block;
    float: left;
    height: 31px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    border-right: solid 1px white;
    color: #ffffff;
}

#menu a.s, #menu a:hover
{
    background: url('images/linkS.jpg') repeat-x;
    color: #454545;
}

#left
{
    width: 602px;
    float: left;
}

#right
{
    width: 260px;
    float: right;
    color: #5d5d5d;
}

#right .port
{
    text-align: center;
    background: url('images/port.jpg') no-repeat;
    height: 331px;
    overflow: hidden;
    position: relative;
    color: White;
}

#right .port img
{
    padding: 2px;
    border: solid 1px white;
}

#right .port a
{
    color: White;
}

#right .port a:hover
{
    text-decoration: none;
}

#right .port .work {position:absolute;top:331px;left:10px;height:250px;
                    width: 240px;}

.preview
{
    float: left;
    width: 240px;
    height: 300px;
    padding: 10px;
    margin: 18px;
    background-color: Silver;
}

h2, h2.l
{
    height: 53px;
    font-weight: normal;
    color: #ffffff;
    padding: 3px 0px 0px 20px;
    margin: 0px;
}

li
{
    padding-bottom: 5px;
}

h2
{background:  url('images/titleBG.jpg') no-repeat;
 width: 582px;
}

h2.l
{
    background:  url('images/titleBGL.jpg') no-repeat;
    width: 880px;
}

ul.s
{
    list-style-type: none;
}

ul.s li
{
    text-align: right;
    padding-bottom: 10px;
}

ul.s li img
{
    vertical-align: middle;
    padding-left: 20px;
}

h3
{
    text-align: center;
    color: #5d5d5d;
    margin: 0px auto 10px auto;
    padding-top: 10px;
}

#right .port h3
{
    color: #ffffff;
}

.c
{
    background-color: #eaeaea;
    padding: 10px;
}

p.f
{
    margin-top: 0px;
}
