﻿/* CSS RESET */

html, body, div, span, object, h1, h2, h3, h4, p, a, address, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, thead, tr, th, td, blockquote 
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

/* GENERAL DECLARATIONS */

p  
{
    font-size: 14px; 
    line-height: 16px; 
    margin: 0px 0px 10px 0px;
}

em
{
    font-style: italic;
}

h1 
{ 
    font-size: 20px; 
    line-height: 22px;
}

h2 
{ 
    font-size: 16px; 
    line-height: 20px;
    margin: 5px 0px 5px 10px;
    color: #666;
}

h3 
{ 
    font-size: 14px; 
    line-height: 20px;
    margin: 5px 0px 5px 10px;
    color: #aaa;
}

a img 
{
    border: none;
}

ol, ul 
{
    list-style: none;
}

/* LAYOUT */

body
{
    background: #f5f5f5 url('/images/design/bg.png') top left repeat-x;
    font-family: Georgia, "Times New Roman", Times, serif; 
    color: #444;    
}

.layout
{
    min-width: 860px;
    width: 95%;
    word-spacing: -1em;
    margin: 0px 0px 0px 20px;
    vertical-align: top;
}

.header
{
    width: 100%;
    height: 50px;
    margin: 0px 0px 20px 0px;
    word-spacing: normal;
}

.header p
{
    line-height: 50px;
}

.identity, .content
{
    position: relative;
    width: 280px;
    float: left; 
    border: 0px solid #000;
    vertical-align: top;
    word-spacing: -1em;
    margin-bottom: 20px;
}

.footer
{
    width: 100%;
    margin: 20px 0px 0px 0px;
    height: 50px;
    background: #ccc;
    border-top: 1px dotted #444;
    color: #777;
    word-spacing: normal;
}

.footer p
{
    line-height: 50px; 
    padding: 0px 20px 0px 20px;
}

/* ALL ABOUT BOXES */

.box
{
    position: relative;
    width: 260px;
    height: auto;
    float: left;
    word-spacing: normal;
    background: url('/images/design/bg.box.png') bottom left no-repeat;
    margin: 10px 20px 0px 0px;
}

.work
{
     background: url('/images/design/bg.work.png') top left no-repeat;  
     margin: 10px 20px 0px 0px;
}

.box div
{
    padding: 5px;
    width: 250px;
    min-height: 100px;
    height: auto;
    border: 1px solid #ccc;
    background: #eee;
    margin-bottom: 10px;
}

.box:hover div
{
    background: #fff;
    border: 1px solid #ddd;
}

.box .logo, 
.box:hover .logo, 
.box .contact, 
.box:hover .contact, 
.box .menu, 
.box:hover .menu, 
.content .box div, 
.content .box:hover div
{
    background: #f5f5f5;
}

.box .contact 
{
    height: 250px;
}

.box .menu, .box:hover .menu
{
    width: 260px;
    min-height: 60px;
    height: 60px; 
    padding: 0px;  
}

.box .menu ul
{
    width: 260px;
    word-spacing: -1em;
}

.box .menu ul li
{
    float: left;
    display: inline-block;
    width: 86px;
    border-right: 1px solid #ccc;
    text-align: center;
}

.box .menu ul li.services
{
    border-right: 0px;
}

.box .menu ul li a
{
    display: block;
    line-height: 60px;
    text-decoration: none;
    font-size: 15px;
    color: #888;
}

.box .menu ul li a:hover
{
    background: #ddd;
    color: #888;
}

.content .box div
{
    height: 464px;
    overflow: auto;
}

.content .box .slideshow, .content .box:hover .slideshow
{
    height: 300px;
    width: 260px;
    overflow: hidden;
    padding: 0px;
    border: 1px solid #ccc;
    border-bottom: 0px;
    margin: 0px;
}

.content .box .slideshow div
{
    height:300px;
    width: 260px;
    position: absolute;
    padding: 0px;
    overflow: hidden;
    border: none;
}

.content .box .text
{
    height: 174px;
    width: 260px;
    overflow: hidden;
    padding: 0px;
    border: 1px solid #ccc;
    border-top: 0px;
}

.content .box div ul
{
    margin-bottom: 20px;
    margin: 10px;
}

.content .box div ul li
{
    list-style-type: square;
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
}

/* FORMS ELEMETNS */

.contact input, .contact textarea
{
    margin: 10px 0px 0px 0px;
    display: block;
    border: 1px solid #ddd;
    color: #333;
}

.contact .textname
{
    background: url('/images/design/bg.name.png') top left no-repeat;
    width: 193px;
    padding: 5px 5px 5px 50px;
}

.contact .textemail
{
    background: url('/images/design/bg.email.png') top left no-repeat;
    width: 193px;
    padding: 5px 5px 5px 50px;
}

.contact .textmessage
{
    background: url('/images/design/bg.message.png') top left no-repeat;
    width: 238px;
    height: 70px;
    padding: 25px 5px 5px 5px;
}

.contact .button
{
    padding: 0px 10px 0px 10px;
    text-align: center;
    display: inline-block;
    border: 1px dotted #444;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    margin: 10px 0px 0px 0px;
    color: #444;
    text-decoration: none;
}

.contact .button:hover
{
    background: #444;
    color: #eee;
}

.contact .error
{
    border: 1px solid #f11;
}

.contact .success
{
    border: 1px solid #787;
}


   