/**
 * Main
 *
 * @author Cornelius Hansjakob <cha@massiveart.com>
 * @version 1.0
 */

/* ----------------
Reset */
@import url(reset.css);


/* ----------------
Main Structure */

body {
  background-color:#fff;
  color:#000;
  font-family: Arial,Helvetica,sans-serif;
  font-size:14px;
  line-height:20px;
  behavior: url(/css/csshover.htc);

}

p {
  padding-bottom:10px;
}

.clear {
  clear:both;
  height:0;
  line-height:0;
  font-size:0;
}

.wrapper {
  width:980px;
  margin:0 auto 0 auto;
}

.top {
    height:110px;
}

.navigation {
    background:url(/images/main/bg_nav.gif) no-repeat 0 0;
    height:31px;
}

.header {
    height:310px;
    margin:0 0 1px 0;
    background:#9e0001 url(/images/head/header_home.jpg) no-repeat 100% 0;
}

.detail .header {
    height:120px;
    margin:0 0 1px 0;
    background:#9e0001 url(/images/head/tmp/header_content2.jpg) no-repeat 100% 0;
    position:relative;
    z-index:10;
    width:980px;
}

.content {
    background-color:#d8d8d8;
    padding:30px 20px 30px 20px;
}

.footer {
    background:url(/images/main/bg_footer.gif) no-repeat 0 0;
    height:30px;
    margin:1px 0 10px 0;
    font-size:11px;
    line-height:20px;
    color:#fff;
    padding:5px 20px 0 20px;
}

.footer .left {
    float:left;
}

.footer .right {
    float:right;
    text-align:right;
}

.footer a, .footer a:hover {
    color:#fff;
    text-decoration:underline;
}

.footer a:hover {
    text-decoration:none;
}

.footer .right a, .footer .right a:hover {
    color:#fff;
    font-size:11px;
    font-weight:normal;
    line-height:20px;
    text-decoration:none;
    text-transform:uppercase;
    padding:0 0 0 10px;   
}

/* HEADLINES */

h1 {
    color:#fff;
    text-transform:uppercase;
    font-size:30px;
    font-weight:bold;
    margin:0;
    padding:0;
    line-height:36px;
}

h2 {
    padding:0 0 20px 0;
    line-height:24px;
    font-size:24px;
    font-weight:bold;
    color:#000;
}

h2 span {
    padding:0 0 10px 0;
    line-height:20px;
    font-size:14px;
    font-weight:bold;
    color:#000;
}

h3 {
    padding:0 0 10px 0;
    line-height:20px;
    font-size:18px;
    font-weight:bold;
    color:#999;
}

/* LINKS */

a, a:hover {
    color:#dd0032;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* TOP */

.top .logo {
    float:left;
    padding:10px 0 0 20px;
}

.top .search {
    float:right;
    padding:50px 0 0 0;
    background:url(/images/main/search_box.gif) no-repeat 100% 100%;
    height:22px;
    width:200px;
    position:relative;
    z-index:30;
    text-align:right;
}

.top .search .loupe {
    position:absolute;
    z-index:30;
    left:16px;
    bottom:3px;
    background:url(/images/main/search_loupe.gif) no-repeat 0 0;
    height:14px;
    width:14px;
    cursor:pointer;
}

.top .search input  {
    background:none;
    border:0;
    width:160px;
    font-size:11px;
    line-height:20px;
    color:#999;
    margin:4px 0 0 0;
    padding:0;
}

/* HEADER */

.header .intro {
    padding:40px 0 0 20px;
    width:400px;
}

.header .intro h1 {
    font-size:18px;
    color:#fff;
    font-weight:bold;
    line-height:22px;
    text-transform:none;
    padding:0 0 20px 0;
}

.header .intro h2 {
    font-size:14px;
    color:#fff;
    font-weight:bold;
    line-height:20px;
    text-transform:none;
    padding:0;
}

.header .intro p {
    color:#fff;
    padding:0 20px 20px 0; 
    font-size:12px;   
}

.header .intro a,
.header .intro a:hover {
    color:#fff;
    text-decoration:underline;
    font-size:12px;
}

.header .intro a:hover {
    text-decoration:none;
}

.header .headline {
    padding:20px 350px 0 20px;
}

.header .back {
    position:absolute;
    bottom:5px;
    left:20px;
    z-index:15;
}

.header .back a,
.header .back a:hover {
    color:#d8d8d8;
    font-size:12px;
}

/* NAVIGATION */

.navigation .left {
    float:left;
}

.navigation .right {
    float:right;
    padding:5px 20px 0 0;
}

.navigation .right a,
.navigation .right a:hover {
    color:#fff;
    font-size:11px;
    font-weight:normal;
    line-height:20px;
    text-decoration:none;
    text-transform:uppercase;    
}

.navigation .right a.selected,
.navigation .right a.selected:hover {
    font-weight:bold;    
}

.navigation ul li {
    float:left;
    height:26px;
    position:relative;
    margin:0 0 0 10px;
    padding:5px 8px 0 10px;
    z-index:20;
}

.navigation ul li:hover {
    float:left;
    height:26px;
    position:relative;
    margin:0 0 0 10px;
    padding:5px 7px 0 9px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    z-index:20;  
}

.navigation ul li.home,
.navigation ul li.home:hover {
    float:left;
    height:26px;
    position:relative;
    margin:0 10px 0 10px;
    padding:5px 10px 0 10px; 
    border:0; 
    z-index:20;
}
.navigation li a, 
.navigation li a:hover, 
.navigation li:hover a, 
.navigation li:hover a:hover {
    color:#fff;
    font-size:14px;
    font-weight:normal;
    line-height:20px;
    text-decoration:none;
    text-transform:uppercase;
    display:inline;
    background:url(/images/main/nav_pointer_down.gif) no-repeat 100% 50%;
    padding:0 12px 0 0;    
}

.navigation li.home a, 
.navigation li.home a:hover, 
.navigation li.home:hover a, 
.navigation li.home:hover a:hover {
    background:none;
    padding:0;
    border:0;
}

.navigation li a.selected, 
.navigation li a.selected:hover, 
.navigation li:hover a.selected, 
.navigation li:hover a.selected:hover {
    font-weight:bold;    
}

.navigation ul div.subnav {
    display:none;
    position:absolute;
    left:-1px;
    width:187px;
    top:31px;
    z-index:20;
    border-left:1px solid #fff;
    border-right:1px solid #fff;    
    padding:0 0 10px 0;
    background-color:#dd0032;
}

.navigation ul ul {    
    height:auto;    
    width:187px;
    padding:0;
    display:block;
    margin:10px 0 0 0;
}

.navigation ul li:hover div.subnav {
    display:block;
}

.navigation ul li:hover div.subnav .bottom {
    background:url(/images/main/subnav_bottom.png) no-repeat 0 0;
    width:189px;
    height:10px;
    font-size:0;
    line-height:0;
    position:absolute;
    bottom:-10px;
    left:-1px;
    z-index:20;
}

.navigation ul ul li, 
.navigation ul ul li:hover, 
.navigation ul ul li.selected {
    clear:both;
    display:inline;
    height:auto;
    margin:0 10px 0 10px;
    padding:5px 0 5px 0;
    border:0;
    border-bottom:1px solid #e64569;
    width:160px;
}

.navigation ul ul li a, 
.navigation ul ul li a:hover, 
.navigation ul li:hover ul li a, 
.navigation ul li:hover ul li a:hover {
    background:none;
    padding:0;
    margin:0;
    color:#fff;
    font-size:14px;
    line-height:20px;
    text-decoration:none;
    text-transform:none;
}

/* CONTENT */

.content .left {
    float:left;
    width:540px;   
}

.detail .content .left {
    float:left;
    width:660px; 
    padding:0 20px 0 0;  
}

.content .right {
    float:left;
    width:400px;   
}

ul.overview {
    padding:0 0 20px 0;
}

.detail .content .right {
    float:left;
    width:260px;   
}

.content .imgLeft {
    float:left;
    padding:0 20px 10px 0;    
}

.content .products {
    padding:0 0 20px 0;
}

.content .products .box {
    padding: 0 20px 20px 0;
    background:url(/images/main/stp_box.gif) no-repeat 0 0;
    width:220px;
    height:100px;
    float:left;
}

.content .products .box .headline,
.content .products .box .headline a,
.content .products .box .headline a:hover {
    font-size:14px;
    color:#fff;
    padding:0 0 0 10px;
    font-weight:bold;
    min-height:21px;
    _height:21px;
    overflow:hidden;
}

.content .products .box .headline a,
.content .products .box .headline a:hover {
    padding:0;
    text-decoration:none;
}

.content .products .box .text {
    padding:0 10px 0 10px;
    text-align:center;
    cursor:pointer;
}

.content .brands {
    padding:0 0 20px 0;
}

.content .news {
    padding:0 0 20px 0;
}

.content .news .item {
    padding:0 0 20px 0;    
}

.content .news .item .thumb {
    float:left;
    padding:20px 20px 10px 0;
    width:100px;    
}

.content .news .item .text {
    float:left;
    width:280px;    
}

.detail .content .news .item .text {
    float:left;
    width:260px;    
}

.content .news .item .text .date {
    font-size:11px;
    color:#999;
}

.content .news .item .text .headline {
    padding:0 0 10px 0;        
}

.content .news .item .text .headline a,
.content .news .item .text .headline a:hover {
    font-size:14px;
    line-height:20px;    
}

.content .news .item .text p {
    font-size:12px;
    line-height:20px;
    padding:0 0 10px 0;    
}

.content .news .item .text a,
.content .news .item .text a:hover {
    font-size:12px;
    line-height:20px;    
}

.content .approvals {
    padding:10px 0 20px 0;
}

.content .approvals a img,
.content .approvals a:hover img {
    vertical-align:middle;
    margin:0 5px 0 0;    
}

.detail .content .boxline {
    background:url(/images/main/bg_box_white.gif) repeat-y 0 0;
    margin:0 0 20px 0;
}

.detail .content .boxline .boxlinebottom {
    background:url(/images/main/bg_box_bottom.gif) repeat-y 0 0;
    height:10px;
    line-height:0;
    font-size:0;
}

.detail .content .box {    
    float:left;
    width:310px;
    padding:0 20px 20px 0;
}

.detail .content .boxline .box {    
    float:left;
    width:310px;
    padding:0 20px 0 0;
}

.detail .content .boxsmall {    
    float:left;
    width:145px;
    padding:0 20px 20px 0;
}

.detail .content .box .headline {
    background:#dd0032 url(/images/main/content_box_top.gif) no-repeat 0 0;
    padding:0 10px 0 10px;
    font-size:14px;
    color:#fff;
    font-weight:bold;
    min-height:21px;
    _height:21px;
    overflow:hidden;
    font-size:14px;
    height:40px;
}

.detail .content .boxsmall .headline {
    background:#dd0032 url(/images/main/content_box_small_top.gif) no-repeat 0 0;
    padding:0 10px 0 10px;
    font-size:14px;
    color:#fff;
    font-weight:bold;
    min-height:21px;
    _height:21px;
    overflow:hidden;
    font-size:14px;
    height:60px;
}

.detail .content .box .headline a,
.detail .content .box .headline a:hover,
.detail .content .boxsmall .headline a,
.detail .content .boxsmall .headline a:hover {
    color:#fff;
    font-weight:bold;   
}

.detail .content .box .text,
.detail .content .box .textsmall {
    background:#fff url(/images/main/content_box_bottom.gif) no-repeat 0 100%;
    padding:10px 10px 10px 10px;
    font-size:12px;
}

.detail .content .boxline .box .text,
.detail .content .boxline .box .textsmall {
    background:none;
}

.detail .content .boxsmall .text {
    background:#fff url(/images/main/content_box_small_bottom.gif) no-repeat 0 100%;
    padding:10px 10px 10px 10px;
    text-align:center;
    height:85px;
    overflow:hidden;
}

.detail .content .box .text .img {
    float:left;
    padding:0 19px 0 0;
    width:71px;
    overflow:hidden;
    text-align:center;
}

.detail .content .box .textsmall .img {
    float:left;
    padding:0 20px 0 0;
    width:90px;
    overflow:hidden;
    text-align:center;
}

.detail .content .box .text .info {
    float:left;
    width:200px;
    overflow:hidden;
    font-size:12px;
}

.detail .content .box .textsmall .info {
    float:left;
    width:180px;
    overflow:hidden;
    font-size:12px;
}

.left select {
    background:none;
    background-color:#fff;
    border:1px solid #999;
    line-height:20px;
    font-size:12px;
    margin:0 0 10px 0;
}

.disMap {
    padding:0 0 20px 0;
}

.fieldLeft,
.fieldRight {
    width:310px;
    padding:0 20px 10px 0;
    float:left;
}

.field {
    width:680px;
    padding:0 0 10px 0;
}

.fieldLeft label,
.fieldRight label,
.field label {

}

.fieldLeft input,
.fieldRight input {
    width:298px;
    padding:2px 5px 2px 5px;
    border:1px solid #000;
}

.fieldLeft select,
.fieldRight select {
    width:310px;
    padding:1px 0 1px 5px;
    border:1px solid #000;
}

.field input {
    width:628px;
    padding:2px 5px 2px 5px;
    border:1px solid #000;
}

.fieldLeft textarea,
.fieldRight textarea,
.field textarea {
    border:1px solid #000;
    padding:5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:20px;    
}

.fieldLeft textarea,
.fieldRight textarea {
    width:298px;
    height:60px;    
}

.field textarea {
    width:628px;
    height:80px;    
}

.button {

}

.button input {

}

.mainlink {
    padding:20px 0 0 0;
}

.sublink {
    padding:0 0 0 20px;
}

/* PRODUCTS */

.products .content {
    position:relative;
    z-index:10;
    width:940px;
}

.products .content p {
    padding-right:20px;
    padding-bottom:20px;
}

.products .content .box .text .img {
    float:left;
    padding:0 10px 0 0;
    width:120px;
    overflow:hidden;
}

.products .content .box .text .info {
    float:left;
    width:160px;
    overflow:hidden;
}

.prodImg {
    padding:0 0 20px 0;
}

.imgBox {
    background:#fff url(/images/main/product_box_small_top.gif) no-repeat 0 0;
    padding:10px 0 0 0;
    width:116px;
    text-align:center;    
}

.imgBox img {
    padding:0 10px 0 10px;
}

.imgBox .bottom {
    background:#fff url(/images/main/product_box_small_bottom.gif) no-repeat 0 0;
    width:116px;
    height:10px; 
    line-height:0;
    font-size:0;   
}

.imgBoxBig {
    background:#fff url(/images/main/product_box_big_top.gif) no-repeat 0 0;
    padding:10px 0 0 0;
    width:520px;
    text-align:center;
    margin:0 0 20px 0;    
}

.imgBoxBig img {
    padding:0 10px 0 10px;
}

.imgBoxBig .bottom {
    background:#fff url(/images/main/product_box_big_bottom.gif) no-repeat 0 0;
    width:520px;
    height:10px; 
    line-height:0;
    font-size:0;   
}

.addinfo {
    padding:0 0 20px 0;
}

.addLine {
    padding:0 0 10px 0;
}

.addLine .text {
    float:left;
    width:240px;
}

.addLine .icon {
    float:left;
    width:20px;
    height:20px;
}

.addLine .icon img {
    vertical-align:middle;
    margin:0 0 4px 0;
}

.addDivider {
    padding:0;
    margin:0 0 10px 0;
    background:none;
    height:1px;
    font-size:0;
    line-height:0;
    border-top:1px solid #999;
}

#divPrintContainer {
    position:absolute;
    z-index:20;
    text-align:right;
    top:10px;
    right:20px;
}

#divPrintContainer a,
#divPrintContainer a:hover {
    font-size:12px;
}

#tecSpecsTable table {
    width:100%;
}

.tdDef5 {
    background-color:#dd0032;
    padding:2px 10px 2px 10px;
    color:#fff;
}

.tdDef1 {
    background-color:#fff;
    padding:5px 0 5px 10px;
    width:35%;
    vertical-align:top;
}

.tdDef2 {
    background-color:#fff;
    padding:5px 0 5px 10px;
    vertical-align:top;
}

.tdDef3 {
    background-color:#fff;
    padding:5px 0 5px 10px;
    width:35%;
    vertical-align:top;
}

.tdDef4 {
    background-color:#fff;
    padding:5px 0 5px 10px;
    vertical-align:top;
}

/* standard definitions start */
.small {
    font-size:12px;
}
.small9 {
    font-size:9px;
}
.big {
    font-size:24px;
}
.green {
    color:#01957d;
}
.white {
    color:#fff;
}
.bold {
    font-weight:bold;
}
.gray {
    color:#999;
}
.spacer5 {
    margin:0 0 5px 0;
}
.spacer10 {
    margin:0 0 10px 0;
}
.spacer15 {
    margin:0 0 15px 0;
}
.spacer20 {
    margin:0 0 20px 0;
}