/* 
    Document   : styles
    Created on : May 10, 2010, 12:10:42 PM
    Author     : darek
*/

root { 
    display: block;
}

body {
    background-color: #FFFFFF;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    text-align: justify;
    font-size: 12px;
}

#top {
    position: relative;
    top:2px;
    height: 375px;
    background-image: url(../images/top-bg.png);
    background-repeat: no-repeat;
}

#logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    height: 111px;
    margin-top:7px;
}

#logo h1 a {
    position: absolute;
    text-indent: -9999px;
    display: block;
    height: 111px;
    width: 268px;
}

#menu {
    height: 30px;
    margin-top:88px;
}

#menu ul {
    padding:0;
    margin:0;    
}

#menu li {
    list-style-type: none;
    display: inline;
    border-right:1px solid #B6D8FD;
    padding-left:3px;
    padding-right:5px;
    margin:0; 
}

#menu li:last-child {
    border-right: none;
}

#menu li a:link {
    color:#B6D8FD;
    text-decoration: none;
}

#menu li a:visited {
    color:#B6D8FD;
    text-decoration: none;
}

#menu li.active a,
#menu li a:hover {
    color:#FFFFFF;
    text-decoration: none;
}



#content-bg {
    position: relative;
    background-image: url(../images/swirl.png);
    background-repeat: no-repeat;
    background-position: -30px 0px;
    height: 150px;
    margin-bottom:-120px;
    z-index:1;
}

#welcome {
    position: relative;
    z-index: 99;
}

#welcome a:link {
    color:#2C6B9E;
    text-decoration: none;
}

#welcome a:visited {
    color:#2C6B9E;
    text-decoration: none;
}

#welcome a:hover {
    color:#2C6B9E;
    text-decoration: none;
}

#welcome h2 {
    font-size: 2.3em;
    color:#4184B9;
    font-weight: normal;    
}

#products {
    position: relative;
    top:-19px;
    z-index: 99;
}

#products h3 {
    font-size: 1.3em;
    color:#030303;
    font-weight: normal;
    margin-bottom:7px;
}

 h3 {
    font-size: 1.2em;
	font-weight:bold;
    color:#030303;
    
    margin-bottom:7px;
}


.product {
    background-color: #D1DFEA;
    margin-bottom:20px;
}

.product:last-child {
    margin-bottom:0px;
}

.product-top {
    background-image: url(../images/products-top.jpg);
    background-repeat: no-repeat;
    height: 5px;

}

.product-bottom {
    background-image: url(../images/products-bottom.jpg);
    background-repeat: no-repeat;
    height: 6px;

}

.product-content {
    margin:15px 20px 27px 20px;
}

.product-content h4 {
    margin:0;
    padding:0;
    font-size:1.2em;
    font-weight: bold;
}

.product-content p {
    margin:0;
}

img.product-image {
    position: relative;
    top:4px;
    float:left;
    margin-right: 20px;
    margin-bottom:0px;
}

.product-content a:link,
.product-content a:visited {
    color:#4184B9;
    font-weight: bold;
    float: right;
}

.product-content a:hover {
    color:#FAFAFA;
    font-weight: bold;
    float: right;
}


#banner {
    position: relative;
    top:10px;
    background-image: url(../images/quality-matters.jpg);
    background-repeat: no-repeat;
    height: 401px;
    z-index: 99;
}

#banner a {
    position: absolute;
    display:block;
    height: 401px;
    width: 139px;
    text-indent: -9999px;    
}

#footer_top {
    position: relative;
    background-color: #000000;
    width:100%;
    overflow: hidden;
    padding-top:20px;
    display: inline;
    float: left;
}

.footer-content h3 {
    font-size: 1.3em;
    color:#FFFFFF;
    font-weight: normal;
    margin-bottom:7px;    
}

.footer-content {
    color:#737373;
}


#footer {
    min-height: 230px;
    height: auto;
}

#footer_bottom {
    position: relative;
    background-color: #2C6B9E;
    width:100%;
    margin:0 auto;
    overflow: hidden;
    display: inline;
    float: left;
}

#credits {
    min-height: 50px;
    height: auto;
    color:#74ABD6;
    padding-top:10px;
}

.spacer {
    height: 30px;
}

.menu-bottom {
    text-align: right;
}

#credits ul {
    padding:0;
    margin:0;
}

#credits li {
    list-style-type: none;
    display: inline;
    border-right:1px solid #B6D8FD;
    padding-left:10px;
    padding-right:10px;
    margin:0;
}

#credits li:last-child {
    border-right: none;
    padding-right: 0px;
}

#credits a:link {
    color:#B6D8FD;
    text-decoration: none;
}

#credits a:visited {
    color:#B6D8FD;
    text-decoration: none;
}

#credits li.active a,
#credits a:hover {
    color:#FFFFFF;
    text-decoration: none;
}

.itms img {
    position: relative;
    top:4px;
}

.news-item {
    margin-bottom:30px;
}

.news-item p {
    margin:0;
}

.news-item a.news-read-more {
    float:right;
    margin-top:-8px;
}

.news-item a:link,
.news-item a:visited {
    color:#81ADCA;
    font-weight: bold;
}


.news-item a:hover {
    color:#FAFAFA;
    font-weight: bold;
}

.news-item p.date {
    color:#81ADCA;
    font-weight: bold;
}

/* contact */


.errors {
    padding:20px;
    color: #030303;
    border:1px dotted #8ABBDB;
    background-color: #EEF5FA;
}

input.input {
    background-color: #EEF5FA;
    width: 300px;
    border: 1px solid #796A3F;
    padding:2px 10px 2px 10px;
}

input.input2 {
    background-color: #EEF5FA;
    width: 300px;
    border: 1px solid #796A3F;
    padding:2px 10px 2px 10px;
}

input.input3 {
    background-color: #EEF5FA;
    width: 126px;
    border: 1px solid #796A3F;
    padding:2px 10px 2px 10px;
}

.form_td2 textarea {
    background-color: #EEF5FA;
    width: 530px;
    height: 100px;
    border: 1px solid #796A3F;
    padding:2px 10px 2px 10px;
}

input.input:focus, input.input2:focus, input.input3:focus, .form_td2 textarea:focus {

    border: 1px solid #4198DA;
    background-color: #FFFFFF;
}

input.required, .form_td2 textarea.required, input.invalid {
    border: 2px solid #4198DA;
}

input.button {
    background-color: #EEF5FA;
    border: 1px solid #796A3F;
    padding:2px 10px 2px 10px;
    position: relative;
    left: 150px;
    top: 5px;
    margin-bottom: 10px;
}

input.button:hover {
    border: 1px solid #4198DA;
    background-color: #FFFFFF;
}



.form_td1 {
    float: left;
    width: 150px;
}

.form_row {
    margin-bottom: 5px;
}

address {
    
    margin-top:-13px;
    margin-bottom:30px;
}

#askExpSubmitOuterBox {width:100%;border:1px solid #999;margin-top:12px;margin-bottom:12px;}
html>body #askExpSubmitOuterBox {padding-bottom:10px;}
#askExpSubmitOuterBox #askExpSubmitHedBox {background-color:#EEE;border-bottom:1px solid #999;}
#askExpSubmitOuterBox #askExpSubmitHedBox .askExpSubmitHedTxt {font:bold 14px Arial;padding:5px 10px 5px 10px;}
#askExpSubmitOuterBox .askExpSubmitFormArea {font:normal 12px Arial;padding:5px 10px 5px 10px;}
#askExpSubmitOuterBox .formItemL {padding-top:2px;padding-bottom:2px;}
#askExpSubmitOuterBox .formItemR {padding-top:2px;padding-bottom:2px;float:right;text-align:right;}
#askExpSubmitOuterBox input {width:320px;text-align:left; padding: 3px;}
#askExpSubmitOuterBox textarea {width:380px;height:110px;}
#askExpSubmitOuterBox .formItemL #submitButton {float:right;vertical-align:bottom;}
#askExpSubmitOuterBox .formItemL #submitButton input {width:114px;height:28px;text-align: center;}
#askExpSubmitOuterBox a {color: #2C6B9E}
