﻿body,html {
    font-family: "Trebuchet MS", Geneva, sans-serif, Verdana;
    font-size: 10pt;
    background: #336699 url('../images/bg.gif') no-repeat;     
}

h4 {
    color: #FF6600;    
}
.container {
    width: 790px;
}

#wrapper {
    width: 790px;
    margin: 4px auto;
    background-color: #FFF; 
    padding: 0;
    border: 1px solid #aaa;
}

#header {
    height: 120px;
    padding: 0 0px;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    background: #336699 url('../images/header-bg.gif') no-repeat;
}

#title {
    margin: 2em 1em;
    border: none;
}

#slogan {
    font-style: italic;
    font-weight: bold;
    color: OliveDrab;
    margin: 5em 0 0 0;
}
#content {
    background-color: #FFF;
    padding-top: 1em;
    margin-left: 15px;
}
#footer {
    text-align: center;
    padding: 5px 0;
    font-family: Verdana;
    font-size: 9pt;
    letter-spacing:1px;
    color: #111;
    border-top: 1px solid #BBB;
    background: #EEE;
}

#footer p {
    font-size: 75%;
    margin: 0;
}

html>body #sidebar li a {
    width: auto;
}

#sidebar {
    width: 11em;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
    color: #333;
    height: 100%;
}

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
		
#sidebar li {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 1px solid #EEE; 
    margin: 2px;
    padding-left: 2px;
}

#sidebar li #active {
    font-weight: bold;
}

#sidebar li a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    padding: 5px 5px 5px 0.5em;
    color: #336699;
    text-decoration: none;
    width: 100%;
}

html>body #sidebar li a {
    width: auto;
}

#sidebar li a:hover {
   background-color: #336699;
    color: #fff;
}

#sidebar li li {
    font-size: 90%;
    margin: 2px;
    border: none;
}

#sidebar li li a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    padding: 5px 5px 5px 0.5em;
    color: #3333aa;
    text-decoration: none;
    width: 100%;
}

#sidebar li li a:hover {
   background-color: #336699;
    color: #fff;
}

/*  product */
#breadscrumb {
    color: #777;
}

#breadscrumb a:link {
    color: #777;
    text-decoration: none;
}

#breadscrumb a:visited {
    color: #777;
    text-decoration: none;
}
#breadscrumb a:active {
    color: #777;
        text-decoration: none;
}
#breadscrumb a:hover {
    color: #777;
    text-decoration: underline;
}

dt {
    border-bottom: 2px solid #AAA;
    padding-bottom: 4px;
    margin-bottom: 4px;
    color: #FF6600; 
}
dt a:link {
    color: #FF6600; 
}
dt a:visited {
    color: #FF6600; 
}
dt a:active {
    color: #FF6600; 
}
dt a:hover {
    color: #FF6600; 
}

.product-t {
    border: 1px dotted #EFEFEF;
}
.product-t td {
    border: 1px dotted #EFEFEF;
}
/* misc */

#slideshow {
    position:relative;
    height:380px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* clients */

#customers img {
    padding: 3px 5px;
}

/* contact */
input.text, input.title {width:390px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.red {
    color: red;
    padding-right: 2px;
}

