﻿body        { margin: 0;}

div#top
{
    width: 100%;
    height: 65px;
    position: fixed;
    background-color: #333333;
    top: 0;
    z-index: 1;
    opacity: 0.95;
    box-shadow: 0 8px 6px -6px #666666;
}

a#logo
{
    background-image: url('../images/ileri_yazilim_logo.png');
    background-repeat: no-repeat;
    width: 400px;
    height: 65px;
    top: 0px;
    position: relative;
    left: 1%;
    display: block;
}

div#menu
{
    position: relative;
    display: inline;
    height: 100%;
    float: right;
    width: 100%;
    background-color: #333333;
    opacity: 0.95;
    top: 65px;
}

div#middle
{
    width: 100%;
    top: 65px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    height: 100%;
    background-color: #CCCCCC;
}

div#bottom
{
    width: 100%;
    height: 160px;
    position: relative;
    background-color: #333333;
    box-shadow: 0 -2px 2px 2px #cccccc;
    top: 60px;
    display: block;
}

p#callUs
{
    font-family: tahoma;
    font-size: 14px;
    width: 100%;
    color: #CCCCCC;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    top: 50px;
}

p#copyright
{
    font-family: tahoma;
    font-size: 12px;
    width: 100%;
    color: #CCCCCC;
    top: 120px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.h1
{
    display: block;
    font-size: 16px;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

p.text
{
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    color: #000000;
    text-indent: 20px;
}

a.indexImg
{
    background-position: center center;
    width: 100%;
    height: 80px;
    position: relative;
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    top: 0px;
}

div.container
{
    border: thin solid #999999;
    width: 95%;
    position: relative;
    font-family: verdana;
    font-size: 20px;
    color: #000000;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
}

/*-------------------------------------------------------------------------referanslar----------------------------------------------------------------------------------------------*/

.refImg
{
    border: thin groove #CCCCCC;
    box-shadow: 0 10px 6px -6px #666666;
    width: 200px;
    height: 200px;
    position: relative;
    top: 10px;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}
.refText
{
    width: 100%;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    color: #333333;
    vertical-align: top;
}

/*-------------------------------------------------------------------------yazilim----------------------------------------------------------------------------------------------*/
ul.servis
{
    font-family: verdana;
    font-size: 14px;
    line-height: 20px;
}
ul.servis li       { list-style-image: url('../images/item.png'); list-style-position: outside; }

/*-------------------------------------------------------------------------iletisim----------------------------------------------------------------------------------------------*/

a.contactTextBold
{
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

a.contactText       {    font-family: verdana;    font-size: 14px;}
.txtContact         {    border: thin groove #CCCCCC;    box-shadow: 2px 2px 2px #888888;    height: 30px;    width: 200px;    font-family: TAhoma;    font-size: medium;}
.txtMessage         {    border: thin groove #CCCCCC;    box-shadow: 2px 2px 2px #888888;    font-family: tahoma;    font-size: medium;    width: 250px;    height: 90px;}
.btn                {    background-color: #CC0000;    width: 150px;    height: 30px;    color: #FFFFFF;    font-size: 14px;    font-weight: bold;    left: 10px;}

.tblContact         {    width: 100%;    height: 100px;   position: relative;    margin-right: auto;    margin-left: auto;} 
.tblContact tr      {    font-family: Verdana;    font-size: 11px;    height: 25px;}
.tblContact td      { }

