
/* General */

a:link,
a:visited,
a:link {
    color: #6699CC;
    text-decoration: none;
}
a:hover{
    color: #3f72b2;
    text-decoration: none;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

img {
    border: none;
}

p {
    padding: 0;
    margin: 10px;
    text-align: justify;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.information {
    color:#9de99f;
}

.msg_ok {
    color:#82e178;
}
.msg_error {
    color:#e26f6f;
}

/* Layout */

body {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 13px;
    background: #415165;
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
    width: 650px;
    margin: 10px auto;
    background: #242427;
    border: 1px solid black;
}

#main_content {
    float: right;
    width: 490px;
    margin-top: 12px;
    overflow: hidden;
    padding: 0 10px 20px 0;
}

#sidebar {
    float: left;
    width: 150px;
    overflow: hidden;
    margin: 10px 0 20px 0;
}

#footer {
    padding: 5px;
    font-size: 11px;
    text-align: right;
    background: #666666;
    border-top: 1px solid black;
}

/* Top Menu */

#topMenu {
    margin: 0;
    padding: 0;
    position: relative;
    background: #5c5c5c;
}

#topMenu .topMenus {
    height: 100px;
    display: block;
    border-bottom: 1px solid black;
}

#topMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#topMenu li {
    margin: 0;
    float: left;
}

#topMenu .topMenuBackground,
#topMenu .topMenu {
    width: 50px;
    height: 80px;
    padding: 10px;
    display: block;
    overflow: hidden;
}

#topMenu .portfolio { background: #657bb5 url(/images/topmenu_portfolio.gif) no-repeat; }
#topMenu .contact { background: #5cb9a2 url(/images/topmenu_contact.gif) no-repeat; }
#topMenu .quote { background: #c3862f url(/images/topmenu_quote.gif) no-repeat; }
#topMenu .services { background: #c24172 url(/images/topmenu_services.gif) no-repeat; }
#topMenu .home { background: #5c5c5c url(/images/topmenu_home.gif) no-repeat; }
#topMenu .topMenuBackground { background: #5c5c5c url(/images/topmenu_background.gif) no-repeat; }

/* Sidebar Links */

#sideLinks {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sideLinks li {    
    margin-bottom: 2px;
}
    
#sideLinks a {
    height: 17px;
    color: white;
    display: block;
    text-decoration: none;
}

#sideLinks a.home { background: #5c5c5c url(/images/sidelink_home.gif) no-repeat bottom right; }
#sideLinks a.services { background: #c24172 url(/images/sidelink_services.gif) no-repeat bottom right; }
#sideLinks a.quote { background: #c3862f url(/images/sidelink_quote.gif) no-repeat bottom right; }
#sideLinks a.contact { background: #5cb9a2 url(/images/sidelink_contact.gif) no-repeat bottom right; }
#sideLinks a.portfolio { background: #657bb5 url(/images/sidelink_portfolio.gif) no-repeat bottom right; }

#sideLinks .main {
    width: 120px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 0 5px;
}

#sideLinks .small {
    width: 110px;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0 0 10px;
}

/* Hover Popups */

.hoverTip-tip {
    color: #fff;
    width: 139px;
    z-index: 13000;
}
 
.hoverTip-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
    background: url(/images/hoverTip.gif) top left;
}
 
.hoverTip-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(/images/hoverTip.gif) bottom right;
}


/* Portfolio */

.portfolio_item {
    padding: 5px;
    width: 220px;
    margin-bottom: 30px;
}
.portfolio_thumbnail {
    float: left;
    margin: 0 5px 5px 0;
}
.portfolio_item h2 {
    font-size: 12px;
    margin-top: 5px;
}
.portfolio_item h3 {
    color: #b3b3bb;
    font-size: 10px;
    margin-bottom: 5px;
}

.portfolio_tools img {
    margin: 2px 2px 0 0;
}
.portfolio_item .portfolio_tools {
    width: 195px;
    margin: auto;
}


/* Contact */

.contact_form td {
    text-align: right;
}
.contact_form input,
.contact_form textarea {
    width: 300px;
    padding: 2px;
    color: #657bb5;
    font-size: 14px;
    background: #F8F8F8;
    border: 1px solid black;
}
.contact_form textarea {
    height: 100px;
}
.contact_form .button {
    color: white;
    padding: 5px;
    width: 150px;
    font-weight: bold;
    background: #657bb5;
}
.contact_form h3 {
    color:#9de99f;
    margin: 10px 0 20px 0;
}


/* About */

.about h3 {
    margin-top: 20px;
}


/* People */

.people h3 {
    margin-top: 20px;
}
.people_portrait {
    float: right;
    padding: 5px;
    margin: 0 0 20px 20px;
    border: 1px solid #CCCCCC;
}
.people_item {
    width: 170px;
    margin: 20px;
    padding: 5px;
    text-align: center;
}
.people_item img {
    margin: 5px auto;
    display: block;
}

/* Home */

.home ul {
    margin-left: 20px;
}
.home li {
    background: url("/images/arrow.gif") left 6px no-repeat;
    padding: 0 0 0 10px;
    margin: 5px 10px;
    font-weight:bold;
}


/* Services */

.services h3 {
    margin-top: 20px;
}
.services li {
    background: url("/images/arrow.gif") left 6px no-repeat;
    padding: 0 0 0 10px;
    margin: 5px 10px;
}


/* Quotation */

/* Contact */

.quote_form td {
    width:250px;
    text-align: right;
}
.quote_form input,
.quote_form select,
.quote_form textarea {
    width: 250px;
    padding: 2px;
    color: #657bb5;
    font-size: 14px;
    background: #F8F8F8;
    border: 1px solid black;
}
.quote_form textarea {
    height: 60px;
}
.quote_form .button {
    width: 200px;
    padding: 5px;
    color: white;
    padding: 5px;
    font-weight: bold;
    background: #657bb5;
}
.quote_form h3 {
    color:#9de99f;
    margin: 20px;
}

.quote_samples h3 {
    margin-top: 20px;
}

/* Error */

.error {
    margin-bottom:20px;
}
.error img {
    margin: 20px 0 0 80px;
    text-align: center;
}