@charset "utf-8";

*
{
    text-decoration:none;
    border:0px;
    padding:0px;
    margin:0px;
}

.clear
{
    clear:both;
    height:0px;
    width:100%;
}
.clear-custom
{
    clear:both;
    height:10px;
    width:100%;
}
.clearLeft
{
    clear:left;
    height:0px;
}

body
{
    background-image: url(../images/background.jpg);
    margin-top:0px;
}

#site-container
{
    width:1000px;
    margin:0 auto;
    
    /* Define font proprietys */
        font-size:13px;
        font-family:"Tahoma";
        color:#8c8c8c;
    
}

#header

    #small-menu
    {
        margin-top:10px;
        float:left;
    }
    
        #small-menu ul li
        {
            display: inline-block;
            float: left;
        }
    
            #small-menu ul li a
            {
                color:#8c8c8c;
                margin-right:7px;
                margin-left:7px;
            }
            #small-menu ul li a:hover
            {
                color:#0e98c2;
            }
            #small-menu ul li a.active
            {
                color:#0e98c2;
            }
    
    img.logo
    {
        float:left;
        width:267px;
        height:105px;
        margin-left:-180px;
        position:absolute;
        margin-top:70px;
    }
    
    #tweeter
    {
        float:right;
        margin-right:150px;
    }
        #tweeter-follow
        {
            width:219px;
            height:133px;
            background-image:url(../images/tweeter.jpg);
        }
        #tweeter-follow:hover
        {
            width:219px;
            height:133px;
            background-image:url(../images/tweeter-hover.jpg);
        }
        a.tweet
        {
            width:219px;
            height:133px;
            cursor:pointer;
        }
    
    #main-menu
    {
        margin-top:10px;
        float:right;  
        margin-right:50px;  
        color:#999;
        font-size:12px;
    }
        #main-menu ul li
        {
            display: inline-block;
            padding-left:10px;
            float: left;
        }
            #main-menu ul li a
            {
                font-size:16px;
                color:#2c2c2c;
                margin-right:7px;
                margin-left:7px;
                text-shadow: #FFF 0px 0px 1px;
            }
            #main-menu ul li a:hover
            {
                color:#0e98c2;
                text-shadow: #eee 0px 0px 1px;
            }
            #main-menu ul li a.active
            {
                color:#0e98c2;
                text-shadow: #eee 0px 0px 1px;
            }
            
#content
{
    padding-top:30px;
    width:860px;
    margin:0 auto;
}
    h1
    {
        color:#27aed1;
        font-size:37px;
        font-family:"Times New Roman";
        font-weight: bold;
        font-style: italic;
        width:570px;
        float:left;
        padding-top:60px;
    }
    h2
    {
        color:#737373;
        font-size:14px;
        width:550px;
        float:left;
        font-family:"Times New Roman";
        font-weight: lighter;
    }
    
        h2 a
        {
            color:#737373;
            border-bottom:1px dotted #0e98c2;
        }
        h2 a:hover
        {
            color:#0e98c2;
        }
    
    .clock
    {
        float:right;
        width:257px;
        height:332px;
        background-image:url(../images/clock.jpg);
    }
    
    #lastclient
    {
        width:580px;
        clear:left;
        padding-top:50px;
    }
        #lastclient h1
        {
            color:#27aed1;
            font-size:21px;
            font-family:"Times New Roman";
            font-weight:bold;
            font-style: italic;
            width:100%;
            border-bottom:1px dotted #0e98c2;
            margin-bottom:10px;
        }
        #lastclient ul li
        {
            background-image:url(../images/client-image-bg.png);
            display:inline-block;
            width:409px;
            height:258px;
        }

#footer
{
    padding-top:50px;
    width:860px;
    margin:0 auto;
    margin-bottom:50px;
}
    #left-part label, #right-part label
    {
        font-size:17px;
        color:#2c2c2c;
        font-family:"Times New Roman";
        border-bottom:1px dotted #0e98c2;
    }
        #left-part a, #right-part a
        {
            font-size:12px;
            color:#2c2c2c;
            font-family:"Times New Roman";
        }
        #left-part a:hover, #right-part a:hover
        {
            font-size:12px;
            color:#2c2c2c;
            font-family:"Times New Roman";
            border-bottom:1px dotted #0e98c2;
        }
    #left-part ul li,#right-part ul li
    {
        display: block;
        padding-left:10px;
    }
        #left-part
        {
            float:left;
            margin-left:10px;
            text-align:left;
            width:150px;
            list-style:none;
        }
        #right-part
        {
            float:right;
            margin-right:10px;
            text-align:left;
            width:150px;
            list-style:none;
        }
        
        #site-author
        {
            clear:both;
            border-top:1px dotted #0e98c2;
        }
        #site-author .author-text
        {
            float:left;
        }
        
        #site-author .author-text a
        {
            color:#737373;
        }
        #site-author .author-text a:hover
        {
            color:#0e98c2;
        }
        
        #site-author .author-rights
        {
            float:right;
            color:#737373;
        }
#bottom
{
    width:100%;
    height:30px;
    clear:both;
}    