html, body {
	width:100%;
  height:100%;
	margin:0;
  padding:0;
}

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
	color:#6d6e73;
  background:url('/con/cms/images/bg-body.gif') #ededed repeat-x;
  text-align:left;
}

a {
  text-decoration:none;
  color:#009ee0;
}

a:hover {
  color:#006eb0;
}

.arrow-green {
  padding-right:20px;
  background:url("/con/cms/images/arrow-green.gif") transparent no-repeat right center;
}

a img {
  border:none;
}

p {
  margin:0 0 10px 0;
}

table {
  width:100%;
}

td {
  vertical-align:top;
}

.table-border td {
  border-bottom:1px solid #e3e6e8;
}

th {
  font-family:"Arial Narrow", "Arial", sans-serif;
  font-weight:bold;
  font-size:16px;
  color:#8a9099;
  padding-bottom:13px;
  text-align:left;
}

h1, h2 {
  font-weight:normal;
  font-family:"Arial Narrow", sans-serif;
  color:#828c99;
  font-size:21px;
  line-height:24px;
  height:20px;
  padding-right:30px;
  padding-bottom:4px;
  margin:0 -30px 10px 0;
  border-bottom:1px solid #cfd2d4;
}

#home h2, #home h1 {
  font-family:"Arial Narrow", sans-serif;
  font-weight:bold;
  font-size:16px;
  color:#828c99;
  padding:10px 15px 0 23px;
  background:url("/con/cms/images/arrow-white-big.gif") transparent no-repeat 10px 18px;
  border:none;
  margin-bottom:0;
}

h3 {
  font-family:"Arial Narrow", sans-serif;
  font-weight:normal;
  font-size:16px;
  color:#828c99;
  padding-bottom:2px;
  margin:0 0 5px 0;
  border-bottom:1px solid #dcdfe0;
}

h4 {
  font-family:"Arial Narrow", sans-serif;
  font-weight:normal;
  font-size:14px;
  color:#828c99;
  margin:0 0 5px 0;
}

h5, h6 {
  font-weight:bold;
  color:#828c99;
  margin:0;
  font-size:1em;
}

#home #main-content .block {
  margin-top:0 !important;
}

#home #main-content .block h3, #home #left h3 {
  padding:0 0 7px 39px;
  color:#fff;
  font-size:11px;
  line-height:11px;
  font-family:"Arial", sans-serif;
  background:url("/con/cms/images/arrow-grey.gif") transparent no-repeat 27px 3px;
}

#home #main-content .block h3 a, #home #left h3 a {
  color:#fff;
}

#home #main-content .block h3 a:hover {
  color:#eee;
}

.center {
  text-align:center;
}

#container {
  background:url('/con/cms/images/bg-container.gif') transparent repeat-y;
  min-height:100%;
  width:750px;
}

* html #container {
  height:100%;
}

#header {
  height:109px;
  background:url('/con/cms/images/bg-header.gif') #fff no-repeat;
}

#header h1 {
  display:none;
}

#navigation {
  padding:72px 0 0 32px;
}

#content {
  background:url('/con/cms/images/bg-content.gif') transparent no-repeat;
  min-height:259px;
  padding-left:32px;
}

* html #content {
  height:259px;
}

#home #content {
  background:url('/con/cms/images/bg-content-home.gif') transparent repeat-x;
}

#content-header {
  height:129px;
}

#home #content-header {
  height:260px;
}

#language-selector {
  position:absolute;
  top:119px;
  left:717px;
}

#left {
  width:169px;
  float:left;
  padding: 0 0 15px 0;
}

#left a {
  color:#fff;
  font-size:11px;
  font-weight:bold;
}

#left a:hover {
  color:#ddd;
}

#home #left {
  float:left;
  margin-left:37px;
  margin-right:64px;
  min-height:25px;
  width:275px;
  background-color:#c4c9cf;
}

* html #home #left {
  margin-left:18px;
  height:25px;
}

#left h2 {
  margin-bottom: 20px;
}

#left h3 a {
  font-weight: normal;
}

#subnavigation {
  min-height:130px;
  background-color:#bbc0c7;
}

* html #subnavigation {
  height:130px;
}

#shop-link {
  display:block;
  padding:7px 10px 7px 32px;
  border-top:1px solid #fff;
  background:url("/con/cms/images/icon-lock.gif") #9ea6b0 no-repeat 15px 12px;
}

a#shop-link:hover {
  color:#fff;
  background-color:#8e96a0;
}

#main-content {
  float:right;
  width:489px;
  padding:20px 30px 30px 0;
}

#home #main-content {
  float:left;
  width:275px;
  padding:0 0 15px 0;
  background-color:#c4c9cf;
}

#footer {
  clear:both;
  margin-top:-20px;
  margin-right:15px;
  height:20px;
  font-size:0.8em;
  color:#ddd;
  text-align:right;
}

#footer a {
  color:#bbb;
  text-decoration:none;
}

#footer a:hover {
  color:#999;
}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


