﻿
* {
    font-size: 100%;
}
body {
    margin: 0;
    padding: 0;
    background-image: url(images/bgs/bg-body.jpg);
    font-family: Georgia, serif;
    font-size: 14px;
}
img {
    border: 0;
}
/****** General ********/
#wrapper {
    width: 990px;
    margin: 0 auto;
}
#container {
    background: #f5f5f5;
}
#main {
    padding: 15px 80px;
}
.main {
    min-height: 500px;
}
.clear {
    clear: both;
}
.dportfolio {
    font-family: 'HighTowerTextBold' ,sans-serif;
    font-weight: bold;
    white-space: nowrap;
    font-size: 20px;
}
/****** /General ********/
/******** Header ************/
#header {
    padding: 10px 0 10px 18px;
    line-height: 45px;
    height: 45px;
    background-image: url('images/bgs/bg-top.jpg');
}
#navigation {
    background-color: #e2e2e2;
    height: 43px;
    border-bottom: 1px #000000 solid;
}
#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navigation ul li {
    float: left;
    display: inline-block;
    line-height: 25px;
    padding: 9px 15px;
}
#navigation ul li a {
    font-size: 16px;
    color: #0d0d0f;
    text-decoration: none;
}
#navigation ul li.current {
    background-image: url(images/bgs/bg-menu.jpg);
    font-weight: bold;
}
/******** /Header ************/
/********* Footer **************/
#footer {
    margin-top: 15px;
    background-color: #f5f5f5;
    font-family: Arial,Helvetica,sans-serif;
    padding: 10px 20px;
    font-size:12px;
}

#footer span {
    display: inline-block;
    padding-left:  10px;
}
#footer a {
    color: Black;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .copyright {
}
/********* /Footer **************/
/**** Slideshow ******/
.slideshow {
    width: 355px;
    margin: 0 0 0 auto;
}
/**** /Slideshow ******/
