/* sendandsee.com CSS.
*/

* {
    margin: 0; padding: 0;
}

body {
    color: #000;
    font-family: "Trebuchet MS",Trebuchet,Helvetica,Arial,Sans-serif;
    background: #fff;
}

/* Generic styles */
/*---------------------------------------------------*/

a { text-decoration: none; color: #00AEEF; }
a:hover { text-decoration: underline; }

.hid {
    display: none;
}
ul {
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 10px;
}

h1 {
    margin: 0 0 0;
/*    font-variant: small-caps;*/
    font-size: 190%;
}
h2 {
    margin: 0px 0 10px;
    font-size: 120%;
}

p {
    margin-bottom: 20px;
    font-size: 95%;
}
div#inner p.ref {
    font-size: 75%;
    color: #ccc;
}
div#inner p.person {
    font-size: 75%;
}
div#inner p.addr {
    font-size: 75%;
}
div#inner p.title {
    font-size: 110%;
}
div#inner p.tm {
    position: absolute;
    right: 0px; top: 320px;
    font-size: 75%;
    color: #ccc;
    width: 400px;
    color: #000;
    text-align: center;
}

ul p {
    margin: 10px 0;
}

a img {
    border: none;
}

a:hover img, a:hover div#logo {
    cursor: pointer;
    opacity: 0.9;
}
a:hover div#logo {
    filter:alpha(opacity=90); zoom: 1;
}
div.clear {
    clear: both;
}
div.clearl {
    clear: left;
}

.nomarg {
    margin: 0;
}

img.right {
    float: right;
}

/* header & tabs */
/*---------------------------------------------------*/
div#header {
    width: 100%;
    height: 120px;
    background: url(../img/header-grad.png) no-repeat left top;
    position: relative;
/*    border: 1px solid #444;*/
}
div#header div#logo {
    background: url(../img/logo.png) no-repeat left top;
    position: absolute;
    left: 15px; top: 15px;
    height: 83px;
    width: 230px;
    overflow: hidden;
}
div#header h1 {
    display: none;
}

div#header ul.main {
    position: absolute;
    left: 280px; top: 10px;
    width: 610px;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
div#header ul.main li {
    float: left;
    margin-left: 32px;
}
div#header ul.main li.first {
    margin-left: 0;
}

div#header ul.main li a {
    color: #ccc;
    display: block;
/*    width: 147px;*/
/*    height: 61px;*/
/*    background: url(../img/tabs.png) no-repeat -9px top;*/
}
div#header ul.main li a:hover, div#header ul.main li a.selected {
/*    background-image: url(../img/tabs-sel.png);*/
    color: white;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

div#header ul.sec1 {
    position: absolute;
    left: 265px;
    top: 50px;
    width: 380px;
/*    margin: 0;*/
    list-style-type: square;
    font-size: 12px;
}
div#header ul.sec1 li {
    color: #ccc;
    margin-left: 20px;
}
div#header ul.sec1 li a {
    color: #ccc;
}
div#header ul.sec1 li a:hover, div#header ul.sec1 li a.selected {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
div#header ul.sec2 {
    left: 540px;
}

/* main content */
/*---------------------------------------------------*/
div#outer {
    width: 906px;
    margin: 0 auto;
    overflow: hidden;
/*    height: 100%;*/
    min-height: 850px;
}
div#inner {
    margin: 50px;
    position: relative;
/*    overflow: hidden;*/
}

div#inner p {
    font-family: Helvetica,Arial,Sans-serif;
    font-size: 14px;
    line-height: 18px;
}

div.bgmain {
    background: url(../img/bg-front.jpg) no-repeat left -250px;
}
div.bgabout {
    background: url(../img/bg-about.jpg) no-repeat left -250px;
}
div.bgbottle {
    background: url(../img/bg-bottle.jpg) no-repeat left -250px;
}
div.bgsolution {
    background: url(../img/bg-solution.jpg) no-repeat left -250px;
}
div.bgtech {
    background: url(../img/bg-tech.jpg) no-repeat left -250px;
}
div.bgcases {
    background: url(../img/bg-cases.jpg) no-repeat left -250px;
}
div.bgcontact {
    background: url(../img/bg-contact.jpg) no-repeat left -250px;
}
div.bgaboutnews {
    background: #003271 url(../img/bg-about.jpg) no-repeat left bottom;
}

div#main {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    color: white;
}
div#main a {
    color: white;
}

div.third {
    float: left;
    width: 30%;
    margin-right: 30px;
}
div.thirdlast {
    margin-right: 0;
}

div.half {
    float: left;
    width: 45%;
    margin-right: 20px;
/*    border: 1px solid #aaa;*/
}
div.halfsmall {
    float: left;
    width: 48%;
}
input.text, textarea {
    padding: 3px;
    border: 2px solid #aaa;
    background-color: #ddf;
}

input.text:focus, input.iefocus, textarea:focus, textarea.iefocus {
    border: 2px solid #7898BC;
    background-color: white;
}

div.half input.text, div.half textarea {
    float: right;
    display: block;
    margin-right: 10px;
    width: 230px;
    padding: 3px 7px;
/*    background: url(../img/inputbg.png) no-repeat left top;*/
/*    height: 18px;*/
    color: #444;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
input.but {
    float: right;
    display: block;
    margin-right: 10px;
    width: 116px;
    height: 39px;
    border: 0;
    margin: 10px;
    background: url(../img/submit1.png) no-repeat left top;
    cursor: pointer;
}
input.but:hover {
    background: url(../img/submit2.png) no-repeat left top;
}
form.download * {
    vertical-align: middle;
}

input.butdown {
    width: 130px;
    height: 39px;
    border: 0;
    margin: 10px;
    background: url(../img/download1.png) no-repeat left top;
    cursor: pointer;
}
input.butdown:hover {
    background: url(../img/download2.png) no-repeat left top;
}
input.butdisabled {
    background: url(../img/download3.png) no-repeat left top;
    cursor: not-allowed;
}
input.butdisabled:hover {
    background: url(../img/download3.png) no-repeat left top;
}

div#main ul {
    margin-left: 0;
}
div#main ul li {
    padding-left: 30px;
    background: url(../img/bullet.png) no-repeat left 2px;
    padding-bottom: 5px;
}
div#main ul li.zero {
    background: url(../img/bullet0.png) no-repeat left 4px;
}
div#main ul li.one {
    background: url(../img/bullet1.png) no-repeat left 4px;
}
div#main ul li.two {
    background: url(../img/bullet2.png) no-repeat left 4px;
}
div#main ul li.three {
    background: url(../img/bullet3.png) no-repeat left 4px;
}
div#main ul li.four {
    background: url(../img/bullet4.png) no-repeat left 4px;
}

div#main ul li span {
    font-size: 140%;
    font-weight: bold;
    letter-spacing: -0.5px;
    font-family: "Trebuchet MS",Trebuchet,Helvetica,Arial,Sans-serif;
}
div#main ul ul li {
    margin-left: 15px;
    padding-left: 0px;
    list-style-type: square;
    background: none;
    font-size: 80%;
    padding-bottom: 0;
}

p.archive {
    text-align: right;
    font-weight: bold;
}
p.archive a {
    padding-right: 20px;
    background: url(../img/arrow-right.png) no-repeat right 2px;
}

a.next {
    display: block;
    position: absolute;
    top: -50px; right: 10px;
    z-index: 100;
}
a.next div {
    width: 116px;
    height: 39px;
    background: url(../img/next1.png) no-repeat left top;
    cursor: pointer;
}
a.next:hover div, a.iefocus div {
    background: url(../img/next2.png) no-repeat left top;
}

