/* 
    Document   : page
    Created on : 2010-07-02, 20:52:10
    Author     : Dawid Pakuła <zulus@w3des.net>
    Description:
        created by w3des.net
*/

form, p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, html, body {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}
a {
    color: #003055;
    text-decoration: none;
}
a:hover {
    border-color: #003055;
}
a:focus {
    outline: none;
}
img {
    border: 0px solid;
}
.clearFix {
    clear: both;
}
html, body {
    height: 100%;
    background: #fff;
    font-family: arial;
    font-size: 12px;
    color: black;
}
.clearFix {
    display: block;
}
#outBg {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}
#outer {
    width: 956px;
    margin: 0 auto;
    padding-top: 4px;
    padding-bottom: 53px;
}
#footerWrap {
    height: 52px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
}
#footer {
    width: 956px;
    margin: 0 auto;
    border-top: 1px solid #e8e8e8;
}
#logo {
    width: 956px;
    height: 177px;
    background: url(../images/header.jpg);
    display: block;
}
#bar {
    height: 60px;
    margin-bottom: 22px;
    position: relative;
    background: #4e6d90 url(../images/menu-bg.gif) repeat-x;
}
#bar .tl, #bar .tr {
    display: block;
    width: 10px;
    position: absolute;
    top: 0px;
    height: 60px;
    background: url(../images/menu-corn.gif);
    
}
#bar .tl {
    left: 0px;
}
#bar .tr {
    right: 0px;
    background-position: -10px 0px;
}
#bar .desc {
    position: absolute;
    z-index: 4;
    font-size: 10px;
    left: 10px;
    top: 42px;
    font-family: verdana;
}
.red {
    color: #a9230e;
}
#menu {
    position: absolute;
    list-style: none;
    left: 3px;
    top: 4px;
    z-index: 4;
    
}
#menu li {
    display: inline;
}
#menu a {
    display: block;
    float: left;
    width: 74px;
    height: 31px;
    position: relative;
    text-align: center;
    line-height: 31px;
    color: white;
    text-decoration: none;
    margin-right: 2px;
}
#menu a:hover {
    text-decoration: underline;
}
#menu a span {
    width: 74px;
    height: 31px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 3;
}
#menu .start span {
    background-image: url(../images/menu/start.gif);
}
#menu .about span {
    background-image: url(../images/menu/about.gif);
}
#menu .offer span {
    background-image: url(../images/menu/offer.gif);
}
#menu .portfolio span {
    background-image: url(../images/menu/portfolio.gif);
}
#menu .contact span {
    background-image: url(../images/menu/contact.gif);
}
#menu a:hover span, #menu .active span {
    background-position: 0px -31px;
}
#splash {
    height: 228px;
    position: relative;
    background: url(../images/splash-bg.gif) no-repeat;
    margin-bottom: 28px;
}
#splash .select {
    position: absolute;
    top: 19px;
    left: 0px;
    list-style: none;
}
#splash .select a {
    display: block;
    width: 267px;
    height: 61px;
    line-height: 61px;
    text-indent: 40px;
    font-family: Arial;
    font-size: 18px;
    color: #476788;
    margin-bottom: 6px;
    background: url(../images/splash-link.gif) no-repeat 0px -61px;
}
#splash .select a:hover, #splash .select a.active {
    background-position: 0px 0px;
    color: #c61f04;
}
#splash .ico {
    width: 357px;
    height: 229px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/splash-ico.jpg);
}
#splash .texts {
    width: 340px;
    height: 213px;
    left: 267px;
    top: 0px;
    position: absolute;
    z-index: 4;
}
#splash .txt, #tech .txt {
    padding: 30px 35px;
    color: #565656;
    font-size: 12px;
    font-family: Georgia;
    line-height: 1.6em;
    letter-spacing: 0.4px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#splash img {
    vertical-align: middle;
}
.blue {
    color: #18345b;
}
.bold {
    font-weight: bold;
}
.hide {
    display: none;
}
#footer {
    text-align: center;
    line-height: 52px;
    color: #535353;
    font-size: 11px;
    letter-spacing: 0.3px;
}
#footer .l {
    color: #acacac;
    padding: 0px 4px;
}
.brake {
    height: 17px;
    padding: 1px 0px;
    display: block;
    background: url(../images/brake.gif);
}
.shadow {
    position: relative;
}
.shadow .shtxt {
    position: relative;
    z-index: 5;
    display: block;
}
.shadow .shshadow {
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    color: silver;
}
h1.bar {
    height: 38px;
    background: #888b90 url(../images/bar-bg.gif) repeat-x;
    position: relative;
    margin: 0px 5px;
    color: white;
    line-height: 38px;
    font-size: 13px;
    text-indent: 7px;
    font-weight: bold;
    font-family: arial;
}
h1 .hl, h1 .hr {
    display: block;
    width: 5px;
    height: 38px;
    position: absolute;
    top: 0px;
    background: url(../images/bar-corn.gif);
}
h1 .hl {
    left: -5px;
}
h1 .hr {
    right: -5px;
    background-position: -5px 0px;
}
h1 .shshadow .hl, h1 .shshadow .hr {
    display: none;
}
h1.shadow .shshadow {
    color: #535558;
}
#tech {
    position: relative;
    margin-bottom: 40px;
}
#tech .btt {
    position: absolute;
    top: 6px;
    left: 410px;
    z-index: 6;
}
#tech .btt a {
    display: block;
    float: left;
    height: 31px;
    width: 87px;
    background: white url(../images/tech-btt.gif) repeat-y;
    color: #5c5c5d;
    text-align: center;
    line-height: 31px;
    margin-right: 10px;
    font-weight: bold;
}
#tech .btt a:hover, #tech .btt .active {
    background-position: 0px -31px;
    background-color: #595d64;
    color: white;
}
#tech .techContainer {
    height: 222px;
    background: url(../images/tech-bg.jpg) no-repeat;
}
#tech .txt {
    left: 49px;
    top: 90px;
    width: 482px;
    padding: 0px;
}
#tech .ico {
    display: block;
    position: absolute;
    width: 346px;
    height: 198px;
    left: 530px;
    top: -35px;
    z-index: 4;
}
#tech .ajax .ico {
    background: url(../images/tech/ajax.gif);
}
#tech .mysql .ico {
    background: url(../images/tech/mysql.gif);
}
#tech .php .ico {
    background: url(../images/tech/php.gif);
}
#tech .java .ico {
    background: url(../images/tech/java.gif);
}
#down {
    padding: 20px 3px;
    position: relative;
    border-top: 1px solid #e8e8e8;
    padding-bottom: 20px;
    position: relative;
    font-size: 11px;
}
#down .smallLogo {
    display: block;
    width: 100px;
    height: 42px;
    position: absolute;
    top: -26px;
    right: 0px;
    background: white url(../images/smallLogo.gif);
}
#down ul {
    list-style: none;
    float: left;
    width: 160px;
    margin-right: 47px;
}
#down li {
    display: inline;
}
#down a {
    color: #1273ea;
}
#down li a {
    display: block;
    color: #104c89;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding-bottom: 1px;
    margin-bottom: 11px;
    font-weight: bold;
    background: url(../images/dot-x.gif) repeat-x bottom left;
}
#down a:hover {
    color: #7cb0e4;
}
#down .contact {
    float: left;
    line-height: 1.5em;
    width: 220px;
}
#down h4 {
    color: #959595;
    font-size: 11px;
    padding-bottom: 4px;
}
#down .contact .dot-silver {
    height: 1px;
    background: url(../images/dot-silver-x.gif) repeat-x left center;
    width: 160px;
    padding: 3px 0px;
}

.text {
    padding: 14px 5px;
    color: #5a5a5a;
    line-height: 1.5em;
}
.text a {
    border-bottom: 1px solid silver;
    padding: 0px 1px;
}
.text a:hover {
    border-color: #003055;
}
#contact {
    text-align: center;
    font-size: 13px;
}
#contact h2 {
    font-size: 15px;
}