﻿*
{
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6
{
    font-size:15px;
    font: "Lucida Grande" , "Trebuchet MS" ,Verdana,Helvetica,sans-serif;
    font-weight:normal;
    color:#325A85;
}

h1, h3, h6
{
    padding-bottom:10px;
}

h2
{
    background:url(../img/icon-baslik.jpg) no-repeat left;
    padding:0 0 0 20px;
}

h6
{
    color:#f60;
}

img
{
    border: none;
}

cite
{
    font-style:normal;
}

a
{
    color: #325A85;
    text-decoration: underline;
}

a:hover
{
    color: #000;
    text-decoration: none;
}

body
{
    font: 12px/20px "Lucida Grande" , "Trebuchet MS" ,Verdana,Helvetica,sans-serif;
    background: #fff url(../img/background.jpg) repeat-x;
    color:#666;
}

/* Global */
#global
{
    width: 950px;
    margin: 0 auto;
}

/* Header */
#header
{
    padding: 20px 15px;
    height: 60px;
}

/* Page */
#page
{
    border: 1px solid #E0E0E0;
    background: #fff;
    padding: 15px;
}

/* Menu */
#menu
{
    height:38px;
    background:url(../img/bg-menu.jpg) repeat-x;
}

#menu li
{
    float:left;
}

#menu li a
{
    display:block;
    padding:9px 8px;
    color:#fff;
    text-decoration:none;
    
}

#menu li:hover
{
    background:#f60;
    margin-top:3px;
}

#menu ul
{
    position:absolute;
    display:none;
}

#menu ul li
{
    clear:both;
}

#menu ul li a
{
    clear:both;
    width:130px;
    height:20px;
    padding:5px 15px 5px 8px;
    border-bottom:1px solid #fff;    
    background:url(../img/bg-menu.jpg) repeat-x;
}

#menu ul li a:hover
{
    background:#f60;
}

#menu ul li:hover
{
    margin:0;
}

#menu li:hover ul
{
    display: block;
}

/* Navigasyon */
#navigasyon
{
    height:47px;
    background:#E6EBF0;
    margin-bottom:15px;
}

#navigasyon li
{
    padding:13px 15px;
}

/* Left */
#left
{
    float:left;
    width:618px;
}

/* Right */
#right
{
    float:right;
    width:288px;
    
}

#right li
{
    background:url(../img/bg-boxed.jpg);
    border:1px solid #E0E0E0;
    padding:10px;
}

#right div
{
    background:#fff;
    padding:10px;
}

/* Nakliyat Sehir Listesi */
#nakliyat-sehir-listesi
{
    margin-top:35px;
}

#nakliyat-sehir-listesi a
{
    background:url(../img/icon-link.png) no-repeat;
    padding:7px 20px 7px 15px;
}

/* Etiket Bulutu */
#etiket-bulutu a
{
    float:left;
    padding:2px 5px 2px 0;
    margin-right:5px;
    text-decoration:none;
}

#etiket-bulutu a:hover
{
    background:#E6EBF0;
    color: #325A85;
}

/* Şehir Listesi */
#sehir li
{
    position:relative;
}

#sehir li ul
{
    position:absolute;
    display:none;
    left:40px;
    top:10px;
    z-index:3;
}

#sehir li ul li
{
    border:5px solid #E6EBF0;
    background:#fff;
    width:200px;
    padding:10px;
    z-index:3;
}

#sehir li:hover ul
{
    display: block;
}

/* Footer */
#footer
{
    padding: 30px 20px;
}

#footer p
{
    color: #325A85;
}

