.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gradient-blue {
  background: #6481c8;
  background: -moz-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -webkit-gradient(linear, left top, left bttom, color-stop(0%, #6481c8), color-stop(100%, #304f9a));
  background: -webkit-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -o-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -ms-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: linear-gradient(to bottom, #6481c8 0%, #304f9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6481c8', endColorstr='#304f9a', GradientType=0);
}
/* body */
body {
  font-family: 'Open Sans', Arial, Verdana, Verdana, Geneva;
  font-size: .9em;
  color: #929BA1;
  background-color: #666;
}
body h1 {
  font-size: 2em;
}
body a {
  color: #627FC7;
}
body table,
body th,
body td {
  vertical-align: top;
}
/* wrapper */
.wrapper {
  position: relative;
  width: 1000px;
  margin: 0px auto 50px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
/* top */
.top {
  margin: 0 auto;
}
.top .container {
  text-align: right;
}
.top .container ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.top .container ul li {
  float: left;
}
.top .container ul li a {
  display: inline-block;
  color: #999;
  padding: 6px;
}
.top .container ul li.s a,
.top .container ul li a:hover {
  color: #fff;
}
.home .incentive > div {
  padding-bottom: 20px;
}
/* header */
.header {
  margin-bottom: 10px;
  position: relative;
  margin: 0 auto 0;
}
.header .logo {
  display: block;
  height: 64px;
  text-decoration: none;
  border-bottom: 0;
  padding: 30px 0 16px;
  margin-left: 30px;
}
.header .path {
  font-size: 12px;
  padding: 0 0 0 32px;
}
.header .path a {
  color: #ccc;
}
.header .path-search {
  padding: 16px;
}
.header .path-search form {
  float: right;
  width: 220px;
}
.header .image {
  position: relative;
  float: right;
  overflow: hidden;
  width: 440px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: right;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  border-top-right-radius: 9px;
}
.header .cache {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  border-top-right-radius: 9px;
  background: url(/img/header/cache.png) top left;
}
.header .nav {
  clear: both;
  height: 40px;
  text-align: right;
  font-size: 12px;
  text-decoration: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0 0 0 30px;
  background: #6481c8;
  background: -moz-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -webkit-gradient(linear, left top, left bttom, color-stop(0%, #6481c8), color-stop(100%, #304f9a));
  background: -webkit-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -o-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -ms-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: linear-gradient(to bottom, #6481c8 0%, #304f9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6481c8', endColorstr='#304f9a', GradientType=0);
}
.header .nav ul {
  display: inline-block;
  margin: 0px;
  padding: 0;
  list-style: none;
}
.header .nav ul li {
  margin: 0 0 0 0;
  padding: 0;
  float: left;
  border-left: 1px solid #6481c8;
  border-right: 1px solid #304f9a;
}
.header .nav ul li:first-child {
  border-left: 0;
}
.header .nav ul li:last-child {
  border-right: 1px solid rgba(48, 79, 154, 0);
}
.header .nav ul li.s,
.header .nav ul li.hs {
  border-left: 1px solid rgba(100, 129, 200, 0);
  border-right: 1px solid rgba(48, 79, 154, 0);
  background: url(/img/mainmenu/bgs.gif);
}
.header .nav ul li a,
.header .nav ul li a:hover,
.header .nav ul li a:active {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 146px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: right;
  text-decoration: none;
  text-shadow: #2A2A2F 1px 1px 1px;
  padding: 17px 13px 10px 1px;
  border: none;
}
/* content */
.content {
  position: relative;
  min-height: 400px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.content .pageinfo {
  margin-bottom: 20px;
}
.content .pageinfo h1 {
  color: #336699;
  font-weight: normal;
  margin: 0 0 5px;
}
.content .pageinfo em {
  font-style: normal;
}
/* pageinfo */
.map {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* aside */
div.aside .item {
  margin-bottom: 10px;
}
div.aside .item h2 {
  font-size: 14px;
  margin-bottom: 5px;
}
div.aside .item h2 a {
  text-decoration: none;
}
div.aside .nav {
  font-size: 13px;
  text-transform: none;
  padding-left: 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0px 0 30px 0;
  background: #6481c8;
  background: -moz-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -webkit-gradient(linear, left top, left bttom, color-stop(0%, #6481c8), color-stop(100%, #304f9a));
  background: -webkit-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -o-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -ms-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: linear-gradient(to bottom, #6481c8 0%, #304f9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6481c8', endColorstr='#304f9a', GradientType=0);
}
div.aside .nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #E3E6EE;
  border-left: none;
}
div.aside .nav ul li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #E3E6EE;
  border-left: 1px solid #E3E6EE;
  border-right: 1px solid #FFF;
  background-color: #FBFBFB;
}
div.aside .nav ul li a {
  text-decoration: none;
  display: block;
  color: #999999;
  padding: 5px 8px 5px 16px;
  border: none;
}
div.aside .nav ul li a:hover {
  text-decoration: none;
  color: #336699;
}
div.aside .nav ul li.s a {
  text-decoration: none;
  color: #336699;
}
div.aside .nav ul li.s ul {
  border: none;
}
div.aside .nav ul li.s ul li {
  border: none;
  border-top: 1px solid #E3E6EE;
  background: #fff;
}
div.aside .nav ul li.s ul li a {
  text-decoration: none;
  color: #999999;
  border: none;
  font-size: 11px;
  padding: 3px 8px 3px 24px;
}
div.aside .nav ul li:last-child {
  border-bottom: none;
}
div.aside .nav:empty {
  margin: 0;
  padding: 0;
}
div.aside .nav li.s ul li.s a,
div.aside .nav li.s ul li:hover a {
  color: #336699;
}
.aside.right {
  position: absolute;
  right: -30px;
  width: 170px;
}
/* item */
.item {
  margin-bottom: 30px;
}
.item h2 {
  color: #336699;
  font-size: 17px;
  font-weight: normal;
  line-height: 24px;
  padding-left: 16px;
  margin-top: 4px;
  background: url(/img/title/bullet.gif) no-repeat 0px 10px;
}
.item h3 {
  color: #336699;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 4px;
}
.item .imageleft {
  float: left;
  /*_width:150px;*/

  min-width: 150px;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 12px;
  border: 1px solid #5E686C;
}
.item .textright {
  padding: 0;
  margin: 0 0 12px 1px;
  /*_height:0;*/

}
.item .imageright {
  float: right;
  min-width: 150px;
  margin-left: 12px;
  margin-bottom: 12px;
}
.item .textleft {
  padding: 0;
  margin: 0 0 12px 1px;
  /*_height:0;*/

}
/* item box */
.item.box {
  box-sizing: border-box;
  padding-left: 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #6481c8;
  background: -moz-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -webkit-gradient(linear, left top, left bttom, color-stop(0%, #6481c8), color-stop(100%, #304f9a));
  background: -webkit-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -o-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: -ms-linear-gradient(top, #6481c8 0%, #304f9a 100%);
  background: linear-gradient(to bottom, #6481c8 0%, #304f9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6481c8', endColorstr='#304f9a', GradientType=0);
}
.item.box .head {
  padding: 0 8px;
  border-top: 1px solid #E3E6EE;
  border-bottom: 1px solid #E3E6EE;
  border-right: 1px solid #E3E6EE;
  background-color: #FAFAFA;
}
.item.box .head h2 {
  font-size: 1.2em;
  padding: 0 5px;
  margin-top: 5x;
  background: none;
  margin: 10px 0;
}
.item.box .body {
  padding: 8px 8px 8px 16px;
  border-right: 1px solid #E3E6EE;
  background-color: #fff;
}
.item.box .foot {
  padding: 8px 8px;
  border-right: 1px solid #E3E6EE;
  border-bottom: 1px solid #E3E6EE;
  background-color: #fff;
}
.item.box .foot a.btn {
  text-decoration: none;
}
/* item box news */
.item.box.news .body {
  display: none;
}
.item.box.news .foot {
  padding: 0;
  border-bottom: 0;
  background: #fafafa;
}
.item.box.news .foot .item {
  padding: 8px 13px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #E3E6EE;
  margin: 0;
}
.item.box.news .foot .item a.link {
  text-align: right;
  display: block;
}
/* item toggle content */
.item.toggle {
  margin-bottom: 0px;
}
.item.toggle.opened {
  margin-bottom: 16px;
}
.item.toggle.opened h2 {
  background-image: url(/img/toggle/opened.png);
}
.item.toggle.opened .body {
  display: block;
}
.item.toggle h2 {
  cursor: pointer;
  margin: 0;
  background-position: 0px 6px;
  background-image: url(/img/toggle/closed.png);
}
.item.toggle .body {
  display: none;
}
/* form */
.path-search .input-append input {
  height: 14px;
  font-size: 12px;
}
.path-search .input-append .btn {
  font-size: 12px;
  padding: 1px 12px;
}
form {
  width: 100%;
}
form .fieldset {
  clear: both;
}
form .field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 10px;
}
form .field label {
  position: absolute;
  top: 5px;
  left: 6px;
  z-index: 2;
  font-weight: normal;
  color: #ccc;
}
form .field input[type=text] {
  width: 95%;
  color: #003366;
  margin: 0 0 10px 0;
}
form .field select {
  color: #003366;
  margin: 0 0 10px 0;
}
form .field select.country {
  width: 270px;
}
form .field textarea {
  display: inline-block;
  box-sizing: border-box;
  width: 550px;
  height: 130px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #003366;
  border-radius: 4px;
  margin: 0 0 10px 0;
}
form .field .captchaurl {
  display: block;
  height: 30px;
  width: 80px;
  border-radius: 4px;
}
form .field.zipcode {
  width: 90px;
}
form .field.city {
  width: 170px;
}
form .field.city input[type=text] {
  width: 157px;
}
form .field.captchaimg {
  width: 72px;
}
form .field.captchacode {
  width: 125px;
}
form .imgtag {
  float: left;
}
form .field:last-child {
  margin-right: 0;
}
form .buttonbar {
  width: 550px;
  display: block;
  height: 44px;
  margin-top: 5px;
  clear: both;
}
form .buttonbar input[type=submit] {
  float: right;
}
a.teamviewer,
a:hover.teamviewer {
  text-decoration: none;
  display: block;
  width: 150px;
  height: 36px;
  line-height: 18px;
  color: #fff;
  padding: 16px  16px 16px 80px;
  background: url(/img/tv/button.png) no-repeat;
  text-shadow: 1px 1px 2px #969696;
}
/* custom select */
.select {
  position: relative;
  cursor: pointer;
  text-align: left;
}
.select .underlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
  padding: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.select > a,
.select > a:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  white-space: nowrap;
  display: inline-block;
  z-index: 1000000;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  color: #003366;
  padding: 8px 6px;
  border: 0;
  border-radius: 4px;
  margin: 0 0 10px 0;
  background: #abc6d3 url(/img/select/arrow.png) right center no-repeat;
}
.select > .sMenu {
  display: none;
  position: absolute;
  top: 18px;
  z-index: 11;
  overflow: hidden;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: none;
  background-color: #fff;
}
.select > .sMenu > ul {
  margin: 0;
  padding: 0;
}
.select > .sMenu > ul li {
  display: block;
  float: none;
  color: #000;
  text-transform: none;
  white-space: nowrap;
  padding: 1px 16px 1px 16px;
  background-color: #fff;
  background-image: none;
}
.select > .sMenu > ul li:hover {
  color: #fff;
  background-color: #514741;
  /* Old browsers */

}
.select > .sMenu > ul li.selected,
.select > .sMenu > ul li.selected:hover {
  background-image: url(/img/select/smallchecked.png);
  background-repeat: no-repeat;
  background-position: left center;
}
/* footer  */
.footer {
  border-top: 1px solid #999;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #CCC;
}
.footer span {
  display: block;
  text-align: center;
  line-height: normal;
  padding: 10px 0;
}
/* copyright */
.copyright {
  font-size: 11px;
  height: 60px;
}
