/*    
    Harvest Template
    File: stylesheet.css
    Stefano Giliberti - kompulsive@gmail.com clickswitch.net        
*/

/* Main */
body {
    background:#ebebeb;
    color: #6c6c6c;
    font: 62.5% Helvetica, Arial, sans-serif;
    line-height: 1.4em;
}
.left {
    float:left;
}
.right {
    float:right;
}
.clear {
    clear:both;
}
.spacer {
    height:30px;
}
strong {
    font-weight:bold;
}
em {
    font-style:italic;
}
code {
    font-family:"Courier New", Courier, monospace;
    line-height:1.2em;
    font-size:0.9em;
}
hr {
    background:#c1c2c3;
    border: 0;
    color: #c1c2c3;
    height: 1px;
    margin:30px 0 35px 0;
}
blockquote {
    margin:10px 0;
    background:#f3f3f3;
    border:1px solid #dfdfdf;
    padding:15px;
    font-size:0.9em;
}
/* Lists */
ul.ul {
    list-style:url(../images/li.gif);
    padding:10px 0 10px 40px;
}
ul.ul li {
    padding:3px 0 3px 5px;
}
ul.ul2 {
    list-style:url(../images/16x_yes2.gif);
    padding:10px 0 10px 40px;
}
ul.ul2 li {
    padding:3px 0 3px 7px;
}
ol.ol {
    list-style:decimal;
    padding:10px 0 10px 20px;
}

/* Forms */
#formstyle label {
    display:block;
    margin:10px 0 10px 0;
}
#formstyle input {
    background:url(../images/input-back.gif) repeat-x top;
    border:1px solid #dfe0e1;
    padding:7px;
    margin:0 0 5px 0;
    font-family: Helvetica, Arial, sans-serif;
}
#formstyle input {
    width:250px;
}
#formstyle input.smaller {
    width:100px;
}
#formstyle input.larger {
    width:400px;
}
#formstyle textarea {
    width:400px;
    height:150px;
    overflow:auto;
}
.submit {
    border:none;
    width:100px;
    height:30px;
    margin:10px 0 0 0;
    font-weight:bold;
    color:#fff;
    background:url(../images/send-button.gif) no-repeat 0% 0px;
}
.submit:hover {
    background-position: 0% -30px;
    cursor:pointer;
}
/* Headings */
h1, h2, h3 {
    color:#565656;
    font-weight:normal;
    font-size:1.4em;
    padding:5px 0 10px 0;
}
h2 {
    font-size:1.2em;
}
h3, h4, h5, h6 {
    font-size:1.1em;
    font-weight:bold;
}
h4 {
    font-size:1em;
}
/* Links */
a, a:active {
    color:#414141;
    text-decoration:none;
}
a:hover {
    color:#000;
}

a.btt, a.btt:active {
    color:#F90;
    text-decoration:none;
}
a.btt:hover {
    color:#000;
}
/* Header */
#header {
    height:200px;
    position:relative;
    margin:0 auto;
    width:960px;
}
/* Logo Container */
    #header div#logo {
    position:absolute;
    top:0;
    left:0;
    height:125px;
    width:300px;
    background:url(../images/logo-white-shade.gif) no-repeat;
}
/* Logo */
        div#logo h1, div#logo h1 a {
    display:block;
    width:269px;
    height:83px;
    border:none;
}
div#logo h1 {
    background:url(../images/logo.png) no-repeat;
    height:83px;
    text-indent:-999em;
    margin-top:29px;
    padding:0;
}
/* Rapid info */
    #header div#rapid-info {
    position:absolute;
    right:0;
    top:45px;
    text-align:right;
}
/* Call us */
    #rapid-info img {
    display:block;
    float:right;
    margin:0 0 15px 0;
}
/* Sitemap - Client login - Contact */
    #rapid-info p {
    clear:both;
}
#rapid-info p a {
    font-size:1.1em;
    font-style:normal;
    color:#039;
}
/* Navigation */
    #navigation {
    position:absolute;
    bottom:0;
    width:960px;
    background:url(../images/nav-bar.gif) no-repeat;
}
#navigation ul li {
    float:left;
    line-height:50px;
    width:122px;
    text-align:center;
    background:url(../images/menu-li-break.gif) no-repeat right;
}
#navigation ul li a {
    color:white;
    font-size:1.4em;
    display:block;
}
#navigation ul li a:hover,  #navigation ul li a.selectedPage {
    background:url(../images/menu-li-highlight.gif) no-repeat top;
    text-decoration:none;
}
/* Search */        
    #navigation #search{
    float:right;
    padding: 18px 25px;
    color:#FFF;
    font-size:1.4em
}
#navigation input {
    background:url(../images/nav-search-input.gif);
    border:none;
    width:109px;
    margin:11px 10px 0 0;
    padding:8px 9px 8px 9px;
    font-size:1.1em;
    color:#666;
}
/* Wrapper */
#wrapper {
    margin:0 auto;
    width:960px;
    position:relative;
    font-size:1.6em;
    line-height:1.5em;
    background:white;
    padding:0 0 50px 0;
}
/* Sections promo picture */
    #promo-pic {
    border-bottom:5px solid #dad8d9;
}
/* Left column */
    .med-col {
    width:615px;
    padding:30px 0 0 30px;
    background:white;
}
/* Right column */
    .small-col {
    width:230px;
    background:url(../images/small-col-left-shade.gif) #FFF no-repeat left top;
    padding:0 25px 0 25px;
    margin:50px 0 0 0;
}
/* Pro Services */
    .pros li {
    line-height:37px;
    border-bottom:1px solid #f0f0f0;
    background:url(../images/accepted_16.gif) no-repeat left;
    padding:0 0 0 30px;
    font-size:1.1em;
}
/* Mini-box info */
    .mini-box {
    width:277px;
    float:left;
    color:#919191;
    font-weight:bold;
    font-size:0.9em;
    line-height:1.4em;
    margin:0 15px 20px 15px;
}
.mini-box img {
    float:left;
}
.mini-box .desc {
    width:210px;
    float:right;
}
.mini-box h3 {
    padding:0;
}
/* About us */
    .member {
    float:left;
    margin:7px 0 10px 0;
}
.member span {
    color:#565656;
    line-height:35px;
}
.member img {
    padding:0 25px 0 0;
}
/* Left-right rounded corners */
        #wrapper #bl,  #wrapper #br {
    width:9px;
    height:9px;
    position:absolute;
    bottom:0;
}
#wrapper #bl {
    background:url(../images/bottom-bl.gif) no-repeat;
    left:0;
}
#wrapper #br {
    background:url(../images/bottom-br.gif) no-repeat;
    right:0;
}
/* Footer */
    #footer {
    margin:0 auto;
    position:relative;
    margin-top:30px;
    padding:25px 0 20px 0;
    width:960px;
    background:#DADADA;
    text-align:right;
}
#footer span {
    margin:5px 30px 0 30px;
    color:#ababab;
    font-weight:bold;
    font-size:1.2em;
}
#footer #tl,  #footer #tr {
    width:9px;
    height:9px;
    position:absolute;
    top:0;
}
#footer #tl {
    background:url(../images/footer-tl.gif) no-repeat;
    left:0;
}
#footer #tr {
    background:url(../images/footer-tr.gif) no-repeat;
    right:0;
}
/* BelowFooter */
    #BelowFooter {
    margin:0 auto;
    position:relative;
    padding:25px 0 5px 0;
    width:900px;
    text-align:center;
}
#BelowFooter span {
    margin:5px 30px 0 30px;
    color:#ababab;
    font-size:1em;
}
/* Portfolio */
/* Left column Portfolio */
    .med-colp {
    width:900px;
    padding:30px 0 0 30px;
    background:white;
}
.portfolio_featured_cell {
    width: 900px;
    float: left;
    padding-bottom: 0px;
    margin-bottom: 15px;
    background-image: url(../images/featured_project.jpg);
    background-repeat: no-repeat;
}
.portfolio_featured_image {
    float:left;
    margin: 35px 20px 0px 20px;
}
.portfolio_featured_cell h1 {
    font-size: 20px;
    color: #0C356A;
    margin: 0px 0px 10px 0px;
}
.portfolio_featured_cell h2 {
    font-size: 16px;
    color: #0C356A;
    font-weight:bold;
    margin: 0px 0px 10px 0px;
}

.portfolio_featured_cell h3 {
    font-size: 12px;
    color: #0C356A;
    margin: 0px 0px 0px 0px;
    font-weight:bold;
}

.portfolio_featured_cell h4 {
    font-size: 20px;
    color: #383838;
    margin: 0px 0px 10px 0px;
}
.portfolio_featured_cell h5 {
    font-size: 20px;
    color: #383838;
    margin: 0px 0px 10px 0px;
}
.portfolio_featured_cell h6 {
    font-size: 12px;
    color: #383838;
    margin: 0px 0px 0px 0px;
}
.portfolio_featured_description {
    float:left;
    margin-bottom: 0px;
    width: 480px;
    margin: 20px 0px 0px 0px;
    padding: 10px 10px 0px 0px;
}
.portfolio_featured_bottom {
    float:left;
    width: 900px;
    height: 19px;
}
.portfolio_cell {
    width: 900px;
    float: left;
    padding-bottom: 15px;
    margin:15px 0px;
    border-bottom: dotted 1px #ccc;
}
.portfolio_image {
    float:right;
    margin: 0px 0px 0px 10px;
}
.portfolio_description {
    float:left;
    margin-bottom: 0px;
    width: 525px;
    margin: 0px 0px 0px 0px;
}

.image_portfolio_small {
    border: solid 8px #ccc;
}

.portfolio_cell h1 {
    font-size: 20px;
    color: #0C356A;
    margin: 0px 0px 10px 0px;
}
.portfolio_cell h2 {
    font-size: 16px;
    color: #0C356A;
    font-weight:bold;
    margin: 0px 0px 10px 0px;
}

.portfolio_cell h3 {
    font-size: 12px;
    color: #0C356A;
    margin: 0px 0px 0px 0px;
    font-weight:bold;
}

.portfolio_cell h4 {
    font-size: 20px;
    color: #383838;
    margin: 0px 0px 10px 0px;
}
.portfolio_cell h5 {
    font-size: 20px;
    color: #383838;
    margin: 0px 0px 10px 0px;
}
.portfolio_cell h6 {
    font-size: 12px;
    color: #383838;
    margin: 0px 0px 0px 0px;
}
#PageHeading {
    width:900px;
    padding: 25px 30px 30px 30px;
    border-bottom:5px solid #dad8d9;
    }
#PageHeading h2 {
    font-size:1.5em;
    margin-top:0px;
    padding-top:0px;
    }.success {
    color: #090;
}
#featuresColOne { float: left; margin-right: 5%; width: 47%; }
#featuresColTwo { float: right; width: 47%; }

#featuresColOne h3 {
font-size:14px;
font-weight:bold;
padding: 0px 8px 0px 0px;
}

#featuresColOne img .left{
padding: 0px 8px 0px 0px;
}

#featuresColTwo h3 {
font-size:14px;
font-weight:bold;
padding: 0px 8px 0px 0px;
}
#featuresColTwo .left{
padding: 0px 8px 0px 0px;
}