@charset "utf-8";

html{
    min-height:100%;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    
    color:#292929;
    min-width:1000px;
    min-height:100%;
    
    background: rgb(1,26,66);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMWE0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(1,26,66,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,26,66,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(1,26,66,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(1,26,66,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(1,26,66,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(1,26,66,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011a42', endColorstr='#ffffff',GradientType=0 );

    
    /*background-image:url('/images/bg.jpg');
    background-repeat:repeat-x;
    background-position:center bottom;*/
    
}

*:focus {
    outline: none; 
}


input, select, textarea{
    font-family: Trebuchet MS, sans-serif;
    font-size:16px;
    color:#3d2102;
}

textarea:focus, input:focus{
    outline: 0;
}

button{
    font-family: Trebuchet MS, sans-serif;
}
ul{
    margin:0;
    padding:0;
}



.container{
    padding-top:20px;
    margin:0 auto;
    width:1000px;
    /*background-color:#ced3db;*/
    background-color:rgba(255,255,255,0.8);
    -webkit-box-shadow:  0px 0px 16px 2px #000000;
    box-shadow:  0px 0px 16px 2px #000000;
}


.head{
    height:30px;
    color:#011a42;
    padding:0px 20px;
    display:table;
    width:960px;
}
.head .logo{
    font-size:22px;
    display:table-cell;
    font-weight:800;
    height:30px;
    text-transform:uppercase;
    vertical-align:middle;
}

/*.head .slogen{
    display:table-cell;
    font-size:20px;
    text-align:left;
    font-weight:600;
    text-transform:uppercase;
    vertical-align:middle;
    text-align:center;
    
}*/
.menu{
    display:table-cell;
    background-color:#011a42;
    color:white;
    line-height:30px;
    font-size:16px;
    color:#ffffff;
    text-transform:uppercase;
    font-weight:600;
    -webkit-border-radius: 5px;
    padding:0 5px;
    border-radius: 5px;
    margin:0 20px;
    width:670px;
    height:30px;
}

.head .language{
    display:inline-block;
    width:140px;
    text-align:right;
    vertical-align:middle;
    float:right;
}

.head .language a{
    display:inline-block;
    margin:2px;
    
}
.head .language a img{
    width:25px;
}

/*.menu .search{
    margin-top:12px;
    height:22px;
    background-color:#ffffff;
    -webkit-border-radius: 11px;
    width:220px;
    float:right;
    border-radius: 11px;
    
    margin-right:11px;
    behavior: url(/js/PIE.htc);
}
.menu .search .searchsubmit{
    float:left;
    width:22px;
    height:22px;
    background-image:url('/images/icon-search.png');
    background-repeat:no-repeat;
    background-position:7px 5px;
    cursor:pointer;
    display:inline-block;
    vertical-align:top;
}
.menu .search input{
    float:left;
    margin:0 0 0 3px;
    padding:0;
    border:none;
    width:185px;
    text-transform:uppercase;
    font-size:12px;
    line-height:22px;
    height:22px;
    display:inline-block;
    vertical-align:top;
}*/





.menu ul{
    display: inline-table;
    list-style-type:none;
    height:30px;
}

.menu ul li{
    display:table-cell;
    padding:0 20px;
    cursor:pointer;
    height:30px;
}

.menu ul li:hover{
    color:white;
}

ul.leftmenu{
    list-style-type: none;
}

.leftmenu li{
    background-color:#eeeeee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top:3px solid #86b8d1;
    border-bottom:3px solid #86b8d1;
    padding:10px;
    color:#011a42;
    text-transform:uppercase;
    font-weight:700;
    font-size:14px;
    margin-bottom:8px;
}
.leftmenu li span{
	display:block;
	text-transform:none;
	font-size:12px;
	font-weight:400;
	padding-left:20px;
}
ul.leftsubmenu{
    list-style-type: none;
}

.leftsubmenu li{
    background-image:url('/images/bullet.png');
    background-repeat:no-repeat;
    background-position:18px 5px;
    padding:1px 0px 1px 35px;
    border:none;
    margin:0;
}

.breadcrumbs{
    margin-top:20px;
    margin-left:30px;
    
}
.breadcrumbs a{
    color:#84B81A;
}
.breadcrumbs a:hover{
    text-decoration:underline;
}

.content{
    margin:20px;
    display:table;
}

.content .left{
    width:260px;
    margin-right:20px;
    float:left;
}
.content .right{
    width:680px;
    float:left;
}


.foot{
    background-color:#232323;
    padding:20px;
    color:#e2e2e2;
    font-size:14px;
    font-weight:700;
    /*text-transform: uppercase;*/
    position:relative;
}

.topbanner{
    margin:0 20px 20px;
    background-color:#eeeeee;
    height:70px;
    width:960px;
    overflow:hidden;
}
.topbanner table{
    height: 60px !important;
    line-height:25px;
}
.topbanner table h2, .topbanner table p, .topbanner table h1, .topbanner table h3, .topbanner table h4{
    padding:0;
    margin:0;
}

/* HOME */

.homebanner{
    background-color:#eeeeee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top:3px solid #86b8d1;
    border-bottom:3px solid #86b8d1;
    padding:9px 9px 2px 9px;
    color:#222222;
    text-transform:uppercase;
    font-weight:700;
    font-size:14px;
}

.leadcontainer{
    height:290px;
    overflow:hidden;
    border:1px solid #86b8d1;
}


.leadcontainer .leadbox{
    float:right;
    width:210px;
    margin: 20px;
}
.leadcontainer .leadbox .title{
    font-size:20px;
    line-height:120%;
    margin-bottom:20px;
}
.leadcontainer .leadbox .text{
    font-size:16px;
}
.leadcontainer .image{
    float:left;
    width:410px;

}

.jshowoff-slidelinks{
    text-align:right;
}

.jshowoff-slidelinks a{
    display:inline-block;
    margin:2px;
    text-align:center;
    width:18px;
    height:18px;
    border:1px solid #222222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.jshowoff-slidelinks a.jshowoff-active{
    background-color:#222222;
    color:white;
}


/* DIASTYLE */

.bsstyle{
    color: #292929; 
    font-size:14px;
    line-height:140%;
}

.bsstyle p{
    font-size:14px;
    text-align:left;
    line-height:160%;
    margin:13px 0;
}

.bsstyle h1{
    margin:15px 0;
    color:#011A42;
    font-size:26px;
    font-weight:700;
    line-height:140%;
    text-transform:uppercase;
}

.bsstyle h2{
    margin:10px 0;
    font-size:20px;
    font-weight:bold;
    text-transform:uppercase;
    line-height:140%;
}

.bsstyle h3{
    margin:10px 0;
    font-size:18px;
    font-weight:bold;
    line-height:140%;
}

.bsstyle h4{
    margin:10px 0;
    font-size:16px;
    font-weight:bold;
    line-height:140%;
}


.bsstyle strong{
    font-weight:bold;
}

.bsstyle a{
    color:#011A42;
    text-decoration:underline;
}


.bsstyle ul{
    font-size:14px;
    line-height:150%;
    margin:13px 0 13px 30px;
}

.bsstyle table{
    border:none;
    border-spacing:0px;
    
    background-color:#eeeeee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top:3px solid #86b8d1;
    border-bottom:3px solid #86b8d1;

    color:#011a42;
    
    font-size:14px;
    
    
}
.bsstyle table p{
    margin:0;
}

.bsstyle table th{
    border:none;
    background-color:#9b9b9c;
    color:white;
    padding:15px;
    left:8px;
    /*-webkit-box-shadow:  2px 3px 5px 0px #666666;
    box-shadow:  2px 3px 5px 0px #666666;*/
    
}

.bsstyle table td{
    border:none;
    background-color:#e7e7e8;
    padding:3px 5px;
    
}
.bsstyle table tr:nth-child(even) td{
    background-color: #d1d2d4;
}

/* INFO */

.info h1{
    margin-top:0px;
}

.imagecont{
    width:260px;
    margin-left:5px;
    float:right;
}

.imagecont img{
    margin-bottom:10px;
}

.redbutton, a.redbutton{
    background-color:#bf080a;
    display:block;
    padding:4px 10px;
    color:white;
    text-transform:uppercase;
    font-size:18px;
    font-weight:600;
    width:220px;
    margin:5px auto;
}

/* FORM */

.form{
    font-size:11px;
    width:400px;
    overflow:hidden;
}

.form .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin:20px 0;
    text-align:center;
}

.form .row{
    overflow:hidden;
    /*display:table;*/
    margin:10px 0;
}
.form .row .label{
    display:inline-block;
    width:115px;
    line-height:28px;
    padding-right:5px;
    text-align:right;
    vertical-align:top;    
}

.form .row .label span{
    color:red;
}
.form .row .item{
    display:inline-block;
    width:190px;
    padding-right:10px;
    vertical-align:top;
    text-align:left;
    line-height:18px;
    vertical-align:top;
}

.form .row .tip{
    display:inline-block;
    width:15px;
    vertical-align:top;
}

.form .row .checklabel{
    display:inline-block;
    width:295px;
    padding-right:20px;
    text-align:right;
    vertical-align:top;    
}
.form .row .checkdistributor{
    text-align:left;
    padding-top:1px;
}
.form .row .checkitem{
    display:inline-block;
    width:20px;
    padding-right:10px;
    vertical-align:top;
}

.form .row .item .info{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border:1px solid #d0d1d0;
    width:168px;
    font-size: 11px;
    padding:3px 10px;
    line-height:18px;
}

.form .row .error{
    color:red;
    display:block;
    padding-left:150px;
}

.form input{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border:1px solid #d0d1d0;
    width:168px;
    font-size: 11px;
    padding:3px 10px;
    height:18px;
    behavior: url(/js/PIE.htc);
}
.form select{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border:1px solid #d0d1d0;
    width:50px;
    font-size: 11px;
    padding:3px;
    height:26px;
    text-align:center;
    behavior: url(/js/PIE.htc);
}
.form textarea{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border:1px solid #d0d1d0;
    width:168px;
    height:88px;
    font-size: 11px;
    padding:3px 10px;
    resize:none;
}

.form input[type=radio]{
    width:auto;
    border:none;
    margin-top:5px;
}

.form .radioinput{
    float:left;
    width:24px;
    height:24px;
}
.form .radiolabel{
    padding-top:6px;
    height:18px;
}

.form .checkbox{
    width:18px;
    height:18px;
    line-height:15px;
    text-align:center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #d0d1d0;
    font-size:14px;
}

.form .buttonrow{
    overflow:hidden;
    padding-left:132px;
    
}
.form button{
    display:block;
    height:28px;
    line-height:28px;
    font-size:14px;
    width:167px;
    background-color:#84b81a;
    color:white;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    text-align:center;
    font-weight:bold;
    border:none;
}
.form button:hover{
    background-color:#0055a0;
}

.opencontact{
    cursor:pointer;
}
.contactform{
    width:326px;
    overflow:hidden;
}
.contactform .form{
    width:326px;
}

.contactform .contactindent{
    margin-left:20px;
    width:148px;
}

/* HITLIST */

.hitlist h2, .hitlist h4{
    margin:0;
}
.hitlist .hit{
    margin-bottom:40px;
}

/* 404 */

.error404{
    display:block;
    font-size:138px;
    color:#f1f3f1;
    line-height:100%;
    font-weight:bold;
    padding-left:337px; 
    padding-top:60px;
}

.back404{
    display:block;
    padding-left: 67px;
    background-image:url('/images/404back.png');
    background-repeat:no-repeat;
    background-position:0px 50%;
    color:#0055a0;
    font-weight:bold;
    font-size:30px;
    text-transform:uppercase;
    line-height:160%;
    margin-left:287px;
    width:275px;
    cursor:pointer;
}

a.back404:hover{
    text-decoration:none;
}

/* AUTOCOMPLETE */
.ui-menu-item a:hover{
    background:none !important;
    border:none !important;
    color:white !important;
    background-color:#0055a0 !important;
    -webkit-border-radius: 0px;
    
    border-radius: 0px;
}


/* TEMPORARY LOGIN */
.ui-lightbase{
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
    -webkit-box-shadow:  1px 1px 3px 0px #cccccc;
    box-shadow:  1px 1px 3px 0px #cccccc;
    -webkit-border-radius: 3px;    
    border-radius: 3px;
}

.loginBox{
    width:620px;
    
    margin:200px auto;
    
    font-size:15px;
    text-align:left;
    
    height:200px;
}

.loginBox .title{
    font-size:24px;
    line-height:40px;
}
.loginBox .subtitle{
    line-height:20px;
    font-weight:bold;
}

.loginBox .logo{
    float:left;
    width:200px;
    border-right:1px solid #ededed; 
    padding:59px 10px;
    height:82px;
}

.loginBox .login{
    margin:20px;
    width:375px;
    overflow:hidden;
    padding:10px
}

.loginBox .row{
    margin:5px;
    display:block;
    overflow:hidden;
    padding:3px;
}

.loginBox .row .label{
    text-transform:lowercase;
    float:left;
    width:80px;
    padding-top:5px;
    padding-right:10px;
    text-align:right;
}
.loginBox .row .item{
    text-transform:lowercase;
    float:left;
}

.loginBox .input{
    
    height:25px;
    width:250px;
    
}
.loginBox input.submit{
    font-size:18px;
    height:35px;
    width:140px;
    border:none;
    line-height:22px;
    
}

.loginBox .foot{
    margin:15px;
}

