@charset "utf-8";
/* CSS Document */
/* Global Stylesheet for DooerDefender */
/* Development Company: imicreation.com */

/* --------------------------------------- UNIVERSAL TAGS ------------------------------------------ */

body {
	height: 100%;
	padding: 0;
	background-color: #333333;
	margin: 20px 0 0  0;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

* {outline: 0;}

img {border: 0;}

a img {border: 0;}

a:link, a:visited, a:active, a:hover {text-decoration: none;}

ul, ol {list-style-type: none;	margin: 0px; padding: 0px;}

/* clearfix */
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix{
  min-width: 0;		        /* trigger hasLayout for IE7 */
  display: inline-block;
  /* \*/ display: block;	/* Hide from IE Mac */
}

* html .clearfix{
/* \*/  height: 1%;	    /* Hide from IE Mac */
}

.alert {
	min-height: 0px;
	height: auto;!important
	height: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	color: #c00808;
}

.span .marginbot {display: block;}

.smalltext {font-size: 80%;}

.paddingleft {padding-left: 5%;}

/* -------------------------------------------------------- for zoom image -------------------------------------------------- */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

table td.dark {
	background-color: #004999;
	font-size: 1.3em;
	color: #FFFFFF;
	text-indent: 8px;
	font-weight: bold;
}	

table td.light {
	background-color: #E2E2E2;
	color: #000000;
	text-indent: 8px;
	font-size: 1.2em;
}	

table td.light:hover {
	background-color: #CCE4FF;
}

.margintop {
margin-top: 10px;
}

/* --------------------------------------------------- LAYOUT TAGS -------------------------------------------- */

#box {
	padding: 0px;
	height: auto;
	width: 972px;
	margin: 0 auto;
}
#header {
	background: url(../img/header.gif) no-repeat;
	float: left;
	width: 869px;
	height: 115px;
	padding-top: 45px;
	padding-left: 62px;
	margin: 0px;
	padding-right: 41px;
}
#logo {
	float: left;
	width: 590px;
	height: 72px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#logo a {
	text-indent: -9999px;
	width: 590px;
	display: block;
	height: 72px;
}
#flags, #flags-de, #flags-fr {
	float: right;
	width: 179px;
	height: 65px;
	background: url(../img/language-change.gif) no-repeat;
	margin: 2px 2px 0 0;
	display: inline;
	padding: 0px;
}
#flags-fr{
margin: 2px 10px 0 0;
}
#flags-de {
	background-image: url(../img/language-change-de.gif);
}
#flags-fr {
	background-image: url(../img/language-change-fr.gif);
}
#flags ul, #flags-de ul, #flags-fr ul {
	padding-top: 50px;
	padding-left: 4px;
}
#flags ul li, #flags-de ul li, #flags-fr ul li{
	float: left;
	width: 45px;
	height: 15px;
	text-indent: -9999px;
}

#flags ul li.one, #flags-de ul li.one, #flags-fr ul li.one{
margin-right: 19px;
}
#flags ul li.two, #flags-de ul li.two, #flags-fr ul li.two{
margin-right: 0;
}

#flags ul li a, #flags-de ul li a, #flags-fr ul li a{
	display: block;
	height: 15px;
	text-indent: -9999px;
}

#navigation {
	float: left;
	height: 20px;
	width: 100%;
	padding: 0px;
	margin: 14px 0 0 0;
	clear: both;
}
#navigation div {
	float: left;
}

ul#mainnav {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 710px;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#mainnav img {
	margin-bottom: -2px;
}

ul#mainnav li {
	display: inline;
	font-size: 85%;
}
ul#mainnav li a {
	color: #333333;
	margin-right: 5px;
	margin-left: 5px;
}
ul#mainnav li a.orange {
	font-weight: bold;
	color: #e08700;
}
ul#mainnav li a.orange.active {
	color: #c00808;
}

ul#mainnav li a.blue {
	font-weight: bold;
	color: #004999;
}
ul#mainnav li a.blue.active {
	color: #c00808;
}


ul#mainnav li a:hover {
	color: #c00808;
}
ul#mainnav li a.active, ul#subnav li a.active {
	color: #c00808;
	font-weight: bold;
}
ul#subnav {
	width: 149px;
	height: 20px;
	font-size: 1.2em;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
ul#subnav li {
	display: inline;
	font-size: 85%;
}
ul#subnav li a {
	margin-right: 5px;
	margin-left: 5px;
	color: #333333;
}
ul#subnav li a:hover {
	color: #e08700;
}
#container {
	margin: 0px;
	float: left;
	height: auto; 
	width: 950px;
	padding-right: 11px;
	padding-left: 11px;
	background: url(../img/container-bg.gif) repeat-y;
}
#home, #home-en, #home-fr{
	background: url(../img/home-page.jpg) no-repeat;
	padding: 0px;
	float: left;
	height: 332px;
	width: 950px;
	background-color: #c2c2c2;
	margin: 0;
}

#home-en {
	background-image: url(../img/home-page-en.jpg);
}
#home-fr {
	background-image: url(../img/home-page-fr.jpg);
}
#home img, #home-en img, #home-fr img {
	float: right;
	margin-top: 175px;
	padding-right: 18px;
}

#content {
	float: left;
	width: 850px;
	padding: 15px 50px;
	background: url(../img/container-gradient.gif) repeat-x #c2c2c2;
		height: auto; !important
	height: 570px; /* for ie */
	min-height: 570px;
}
#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
}

.column {
	float: left;
	height: auto;
	width: 48%;
	padding-right: 2%;
	margin: 0px;
}

.column1 {
	float: left;
	height: auto;
	width: 48%;
	padding: 0 1%;
	margin: 0px;
}

#content h1 {
	font-size: 1.6em;
	color: #004999;
	width: 100%;
	clear: both;
}
#content h4 {
	font-size: 1.6em;
	color: #004999;
	clear: both;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

#content a {
}

#content p {font-size: 1.2em;}

#footer {
	background: url(../img/footer-bg.gif) no-repeat;
	float: left;
	height: 27px;
	margin: 0px;
	width: 950px;
	padding-right: 11px;
	padding-left: 11px;
	text-align: center;
	padding-top: 3px;
}
#footer ul {

}
#footer ul li {
	font-size: 0.9em;
	color: #4D4D4D;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	display: inline;
	padding-left: 5px;
}

#lastbox {
	float: left;
	width: 92%;
	margin: 700px 1% 10px 1%;
	padding: 1% 3%;
	height: auto;
	color: #CCCCCC;
	background-color: #666666;
	font-size: 1.2em;
}
.form1 {
	width: 90%;
	height: auto;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	float: left;
	background-color: #fff;
	margin-top: 15px;
	padding: 3% 5%;
}
.form1 h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
}

.form3 {
	width: 90%;
	height: auto;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 3% 5%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}	

.form4 {
	width: 90%;
	height: auto;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 3% 4%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}	

.form4 ul li {
	float: left;
	width: 45%;
	height: auto;
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 1%;
	}
	

.form3 h2 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 1.4em;
}

.form3 a{
	color: #004999;
}

.form3 a img{
margin: 0 5px -4px 0;
}

form {
	margin: 0px;
	padding: 0px;
}
.form1 p{
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 1.1em;
}

.form3 p{
	color: #666666;
	font-size: 1.1em;
}

.form3 p.wb{
	background: url(../img/bullet.gif) no-repeat  left 6px;
	padding-left: 12px;
}

.form1 .greenline {
	background-color: #009900;
	height: 2px;
	width: 100%;
	padding: 0px;
	margin: 5px 0 10px 0;
}
.form1 div {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.form1 div table td {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}
.form1 div table td .input-s {
	width: 110px;
	height: 19px;
	padding-top: 3px;
	background-color: #ECECF7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.form1 div table td .input-b, .form1 .input-b {
	width: 115px;
	height: 19px;
	padding-top: 3px;
	background-color: #ECECF7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.form1 label {
	float: left;
	width: 40%;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}

.form1 .input {
	border: 1px solid #CCCCCC;
	background-color: #ECECF7;
	height: 19px;
	width: 180px;
	text-indent: 5px;
	padding-top: 3px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form1 .select {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color: #ECECF7;
	height: 25px;
	width: 180px;
}

.form1 .textarea {
	border: 1px solid #CCCCCC;
	background-color: #ECECF7;
	height: 70px;
	width: 210px;
	text-indent: 5px;
	padding-top: 3px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form1 .grey {
	color: #666666;
}
.form1 .red, .form2 .red {
	color: #CC0000;
	font-size: 1em;
	font-weight: bold;
}
.form1 .red a, .form3 .red a {
	color: #CC0000;
	text-decoration: underline;
}
.form1 .send {
	background: url(../img/form_button.gif) no-repeat;
	height: 37px;
	width: 150px;
	border: 0;
	font-size: 1.3em;
	color: #FFFFFF;
	cursor: pointer;
}
.form1  .send1 {
	background: url(../img/form_button.gif) no-repeat;
	height: 37px;
	width: 150px;
	border: 0;
	font-size: 1.3em;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 68px;
	margin-top: 60px;
}
.form1 .download {
	background: url(../img/download.gif) no-repeat;
	height: 33px;
	width: 153px;
	text-indent: -9999px;
	float: none;
	margin-left: 533px;
	margin-top: 10px;
	
}
.form1 .download a {
	display: block;
	height: 33px;
}

.form1 ol {}

.form1 ol li {
float: left;
width: 30%;
margin: 0 1% 0 1%;
height: auto;
color: #666666;
font-size: 1.1em;
}

.form1 ol li a {
color: #004999;
}

.form1 ol li h2{
margin: 0;
padding: 0 0 8px 0;
}

.form1 ol li strong{
	color: #333333;
}

.form1 ul, .form3 ul, .form4 ul {}

.form1 ul li {
	float: left;
	width: 48%;
	margin: 0 1% 0 1%;
	height: auto;
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
}

.form1 ul li h2{
	margin: 0;
	width: 100%;
	padding: 0 0 8px 0;
	clear: both;
}

.form1 ul li strong{
	color: #333333;
}

.form2 {
	width: 810px;
	height: auto;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	float: left;
	background-color: #fff;
	margin-top: 15px;
	padding: 20px;
}

.tabcontainer {
	height:137px;
	width:808px;
	overflow:hidden;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	position: relative;
}
.tabcontainer div {
	opacity:0;
	position:absolute;
	left:0;
	width:96%;
	z-index: 0;
	height: 137px;
	overflow: scroll;
	padding-top: 1%;
	padding-right: 2%;
	padding-left: 2%;
	top: 0px;
	padding-bottom: 1%;
}



.tabcontainer div p{
	font-size: 90%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

.tabcontainer div p strong {
	font-weight: bold;
}

#loopedSliderTwo {
	width:100%;
	position: relative;
	float: left;
	margin: 0px;
}
				
		/* Custom settings */
		ul.pagination {
	list-style-type:none;
	padding:0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #666666;
}
		ul.pagination li {
	float:left;
	width: auto;
	margin: 0;
	font-size: 1.1em;
}
		ul.pagination a {
	display: block;
	padding: 2px 8px;
	text-align: center;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-top: 2px;
	background-color: #CCCCCC;
	border-left: 1px solid #666666;
	color: #000000;
}
		ul.pagination a.active {
	color:#004999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	background-image: url(../img/looped-nav-li.gif);
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: -1px;
	margin-top: 0px;
	padding-top: 4px;
}

#acceptterms {
	float: left;
	width: 533px;
	height:17px;
	background: #c00808;
	border: solid 1px #333333;
	margin-top: 14px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

#acceptterms a{
	color: #FFCC99;
	font-size: 110%;
	text-decoration: underline;
}

#acceptterms input {
	margin-bottom: -2px;
}

.form2 .send {
	background: url(../img/form_button.gif) no-repeat;
	height: 37px;
	width: 150px;
	border: 0;
	font-size: 1.3em;
	color: #FFFFFF;
	cursor: pointer;
	margin: 10px 0 0 10px;
	float: left;
}

/* for gallery */

#gallery ul {
	margin: 15px 0 0 0;
	padding: 0 0 0 45px;
}

#gallery ul li {
	float: left;
	width: 120px;
	height: 80px;
	margin-left: 0px;
	margin-right: 10px;
	background-color: #D8D8D8;
	padding: 2px;
	border: 1px solid #BFBFBF;
	margin-bottom: 10px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {
	width:680px;
	height:101px;
	background:#EBE2E5;
	padding:0px;
	display:block;
	margin: 10px auto;
	position: relative;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{
	overflow:hidden;
	width:630px;
	height:80px;
	margin: 0 auto;
	position: relative;
}
/* the thumbnails container */
#thumbs {
	white-space:nowrap;
	display:block;
	position: relative;
}

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border:1px #333333 solid; }

/* the forward and backward buttons */
.addfwd {
	display:block;
	cursor:pointer;
	width:25px;
	height:101px;
	background:url(../img/gallery_fwd.jpg) no-repeat;
	top: 0px;
	right: 0px;
	position: absolute;
}
.addbkwd {
	display:block;
	cursor:pointer;
	width:25px;
	height:101px;
	background:url(../img/gallery_back.jpg) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* thumbnail slider end */

h3 {
	font-size: 1.7em;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}

h3 img{
	margin-right: 5px;
	margin-bottom: -6px;
}

.form1 div.c-info {
	width: 700px;
	float: left;
	height: auto;
	padding-left: 44px;
	padding-bottom: 5px;
	margin: 0px;
	border-bottom: 2px solid #666666;
}

.form1 div.c-info span{
	font-size: 1.2em;
	color: #333333;
	float: left;
	padding-right: 100px;
}

.form1 div.c-info a{
	color: #004999;
	text-decoration: underline;
}

.form1 div.c-info a:hover{
text-decoration: none;
}

.form1 div#distributors {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 98%;
}

.form1 div#distributors .map{
	float: left;
	width: 444px;
	background-color: #DBDBDB;
	padding: 3px;
	margin-right: 6%;
	border: 1px solid #999999;
}

.form1 div#distributors .list{
	float: left;
	width: 25%;
	margin: 0px;
	padding: 0px;
}

.menu_head{float: left;}

.menu_body {
	display:none;
	width:199px;
	border-right: 1px solid #e1dfdf;
	border-left: 1px solid #e1dfdf;
	border-bottom: 1px solid #e1dfdf;
	height: 396px;
	overflow: scroll;
	background-color: #F8F8F8;
	float: left;
}
ul.menu_body li{
	float: left;
	margin: 0px;
	background-color: #F8F8F8;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
ul.menu_body li.alt{
	background-color: #F7F7F7;
}
ul.menu_body li a{
	color:#333333;
	text-decoration:none;
	display:block;
}

.form1 ul#newone {
}

.form1 ul#newone li {
float: left;
margin: 0;
}

.form1 ul#newone li.one {
	width: 56%;
	padding-right: 4%
}

.form1 ul#newone li.two {
width: 40%;
}

.form1 div table td .input-n {
	width: 80px;
	height: 19px;
	padding-top: 3px;
	background-color: #ECECF7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
