body {	
	background-color: #e6e6e6;
	
	margin: 0;
	padding: 0;
	
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #333;
}
hr {
  height: 1px;
  border: 0 solid #ccc;
  border-top-width: 1px;
  margin: 40px 0;
}
a:link,
a {
  color: #10799c;
}
h2 a,
h3 a {
  text-decoration: none;
}
.wrapper {
	margin: 0 auto;
	width: 640px;	
	background-color: #fff;
}

.shadowed {
	-webkit-box-shadow: 0 0 8px rgba(119,119,119,.5);
	-moz-box-shadow: 0 0 8px rgba(119,119,119,.5);
	box-shadow: 0 0 8px rgba(119,119,119,.5);
}

#header{	
	margin: 0 auto;
	padding-top: 52px;
	padding-bottom: 0px;
	
	height: 100%;
}

#logo {	
	float: left;	
	margin-left: 24px;
	padding-bottom: 22px;
}

/* Navigation */

#navigation {
	padding: 0 20px 0 0;	
	margin-bottom: 0px;
  margin-left: 0px;
	float: right;	
}

#navigation ul {
  margin: 0;
	padding: 0;	
  margin-top: 20px;
	list-style-type: none;	
}

#navigation ul li {
	text-align: center;
	height: 42px;
	float: left;
  position: relative;
	padding-bottom: 0px;
	background-color: #fff;
}

#navigation ul li a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0px;
	
	display: block;
	line-height: 40px;
	text-align: center;
	padding: 2px 20px 0 20px;
}

#navigation ul li.selected {
	background-color: #eee;
	border-bottom: solid #7FC3D4 2px;
}

#navigation ul li {
	border-bottom: solid #fff 2px;
}

#navigation > ul > li:hover {
	border-bottom: solid #80D945 2px;
	background-color: #eee;
}

/* alimenu dropdown */
.products-sub-navigation ul {
  display:none;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	
	position: absolute;
  top: 44px;
	
	z-index: 9999 !important;
	
	-webkit-box-shadow: 0 4px 8px rgba(119,119,119,.5);
	-moz-box-shadow: 0 4px 8px rgba(119,119,119,.5);
	box-shadow: 0 4px 8px rgba(119,119,119,.5);
}

.products-sub-navigation:hover ul {
	display: block;
}

#navigation ul ul li {
	float: none;
	padding: 0;
	width: 100%;
	height: 42px;
	
	padding-top: 2px;
	padding-left: 20px;
}

#navigation ul ul li a {
	padding: 0;
	line-height: 40px;
	text-align: left;
	
	padding-top: 2px;
}

#navigation ul ul li:hover {
	background-color: #eee;
}

.products-sub-navigation ul {
	width: 180px !important;
}

/* <<< */

.clearing {
	clear: both;
}

.justify {
	text-align: justify;
}

#content {
	border-bottom: solid #7FC3D4 4px; 
	letter-spacing: 0px;
}

#content p {
	margin-left: 0px;
	margin-right: 0px;
	line-height: 21px;
	margin: 0 0 21px 0;
}

.product-list p {
	margin: 0 0 11px 0 !important;
}

.product-info {
  float: left;
  display: inline;
  width: 420px;
  padding: 16px 0px !important;
}

#content ul {
	line-height: 21px;
	margin: 0 0 21px 0;
}

#content table {	
	
}

#content table tr th {
	width: 140px;
	text-align: left;
}

#content table tr td {
	width: 140px;
	text-align: left;
}

#content h1 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.1;
  letter-spacing: -0.01em;
	color: #b82;	
	margin: 0 0 21px 0;
}

#content h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	color: #000;	
	margin: 0 0 21px 0;
}

#content h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	color: #000;
	margin: 0 0 11px 0;
	padding: 0;
}

#content hr {
  margin-left: -20px;
  margin-right: -20px;
}
.image-container {
	width: 640px;
	height: 303px;
}

.infolist li {
	
}

.inner-content {
	padding-left: 26px;
	padding-top: 32px;
	padding-right: 26px;
	padding-bottom: 32px;
}

.contact {
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
}

.contact li a {
	text-decoration: none;
	color: #10799c;
}

.contact li a:hover {
	text-decoration: underline;
	color: #666;
}

#logo a img {
	background: none;
	border-style: none;
}

#footer {
	background: none;
	margin-top: 2px;
	font-family: Verdana;
	text-align: center;
}

#footer p {
	font-size: 11px;
}

#footer p a {
	color: #10799c;
	text-decoration: none;
}

#footer p a:hover {
	color: #10799c;
	text-decoration: underline;
}

.huom {
  color: #c00 !important;
}

table.data {
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.data:last-child {
  margin-bottom: 0;
}
table.data tr.head td {
  font-weight: bold;
}
table.data td {
  vertical-align: top;
  padding-right: 10px;
}

.sub-product {
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 20px;
}