/* don't put any styles here */
html, body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	height: 100%;
	margin: 0;
	padding: 0;
}


/* this is our "window", or "body" */
#container {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 110%;
	/* background: #e3e3e3 url(../_gfx/front/bg.png) repeat-x; */
	/* background: #e3e3e3 url(../_gfx/front/bg2.png) repeat-x; */
	background: #b8bcc8 url(../_gfx/front/bg3.png) repeat-x;
	height: 100%;
	min-height: 100%;
	position: relative;
}
html>body #container {
	height: auto; /* Standard */	
}


/* Important; don't hide. Let it take space to avoid FF bug */
p.jump-to-nav {
	margin: 0;
	visibility: hidden;
}


/* Container->Content: this is the actual content, including everything */
#content {

	width: 940px; /* 1020px + 2*20  This is old -> 1180px; 1140 + 2*20 */
	margin: 0 auto;
	position: relative;
	padding-bottom: 60px;
}


h1, h2, h3, h4 {
	font-family: arial, sans-serif;
}


/* *** Container->Content->Header *** */
#header {
	padding: 0;
	height: 108px;
}
#logo {
	//height: 60px; /* 80px; */
	text-align: left;
	display: inline-block;
	float: left;
	width: 265px;
}
#logo img {
	border: none;
}
#header #partner-logos {
	display: inline-block;
	padding-top: 18px;
	padding-left: 4px;
}
#header #partner-logos ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #partner-logos ul li {
	display: inline-block;
	margin-right: 20px;
}
#header #partner-logos ul li img {
	height: 48px;
}


/* *** Container->Content->Page *** */
#page {
	padding: 0 25px;
	background-color: white;
	border: 1px solid #e3e3e3;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}


/* *** Container->Content->Page-Maincontent *** */
#maincontent {
	margin: 25px 0;
}


/* *** Container->Content->Navigation *** */
#navigation {
	position: absolute;
	height: 25px;
	left: 45px;
	top: 68px;
	width: 910px;
}


/* *** Container->Content->Footer *** */
#footer {
	background: #d0d3d7 url(../_gfx/front/bg-border-bottom3.png) no-repeat 50% 0;
	margin-top: 5px;
	padding-top: 25px;
	padding-bottom: 80px;
	text-align: center;
}


/* ####### Specific component styles - not affecting main layout ########## */



/* *** Container->Content->Navigation *** */
#navigation h1,
#navigation h2 {
	display: none;
}


/* *** Container->Content->Navigation->Main menu *** */
#mainmenu {
	margin-top: 0;  /* Used to be 38px, 48px */
	margin-left: 220px;
	height: 0;
}
#mainmenu ul {
	height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 500;
}
#mainmenu ul li {
	float: left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	margin: 0;
	position: relative;
}

#mainmenu ul li a {
	display: block;
	padding: 10px 10px 0 10px;
	min-height: 37px;
}
#mainmenu ul li a {
	color: black;
	text-decoration: none;
	line-height: 20px;
}

#mainmenu ul li:hover {
/*	position: relative; */
}
#mainmenu ul li.parent.locked, 
#mainmenu ul li.parent:hover {

}

#mainmenu ul li a:hover {
	color: #00adef;
}
#mainmenu ul li.current a {
	color: #00adef;
	font-style: normal;
}
#mainmenu ul ul {
	height: auto;
	display: none;
	background-color: #eee;
	border: 1px solid silver;
	color: black;
	position: absolute;
	top: 47px; 
	left: 0;
	padding: 0;
	margin: 0;
	width: 220px;
    filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.90;
}
#mainmenu ul li.locked ul {
	display: block;
}
#mainmenu ul li:hover > ul {
	display: block;
}
#mainmenu ul li ul li{
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; /* To make IE happy */
}
#mainmenu ul li ul li a {
	color: black;
	float: none;
	height: auto;
	font-size: 16px;
	min-height: 0;
	margin-bottom: 0;
 	padding: 8px 20px;
	width: 180px;
}
#mainmenu ul li.current ul li a {
	color: black;
}
#mainmenu ul li.current ul li a:hover{
	color: #00adef;
}
#mainmenu ul li ul li a:hover{
	background: black;
}
#mainmenu ul li.current  ul li.current a {
	color: #00adef;
	font-style: normal;
}
#search {
	color: #999;
	margin: 10px;
	padding: 3px 5px;
	position: absolute;
	right: 0;
	top: -68px;
}
#search form,
#search p {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	line-height: 1;
	font-size: 100%;
}
#search .search_query {
	background: transparent url(../_gfx/front/top-search.png) no-repeat scroll 0 0;
	border: medium none;
	float: left;
	font-size: 14px;
	height: 32px;
	outline: medium none;
	padding: 0 10px 2px;
	vertical-align: top;
	width: 280px;	
}
#search .search_query.empty {
	color: #666;
	font-style: italic;
}
#search .search_submit {
	padding: 0;
	margin: 0;
}

/* *** Code to make the drop down work out in IE6 and IE 5.5 *** */

/* get rid of the table */
#mainmenu  table {
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #mainmenu  li a {
	padding-bottom: 25px;
}
* html #mainmenu  li.locked a, 
* html #mainmenu  li a:hover {
	position: relative;
	color: #00adef;
}
*html #mainmenu li.parent a:hover {
	background-color: #184466;
}
*html #mainmenu li.parent ul li a:hover {
	background-color: black;
}
* html #mainmenu  ul ul {
	visibility:hidden;
	display:block;
	position:absolute;
	left: -15px;
	top: 52px;
}

#mainmenu li a:hover ul ul{
	visibility:hidden;
}
#mainmenu li a:hover ul a:hover ul ul{
	visibility:hidden;
}
#mainmenu li a:hover ul a:hover ul a:hover ul ul{
	visibility:hidden;
}
#mainmenu ul li.locked ul,
#mainmenu li a:hover ul {
	visibility: visible; 

}

/* *** /Code to make the drop down work out in IE6 and IE 5.5 *** */

#maincontent {

}

#maincontent-body p {
	line-height: 1.4;
}

#maincontent a:link {
	color: #026dbf
}

.projectArchive{
	clear: both;
}

.index-image h1 {
	line-height:0;
	margin:0;
	padding:0;
	border: none;
}


.layout-4 {
}

.layout-4 .cell {
	width: 215px; /* This is old -> 261px; */
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.layout-4 .cell.col1 {
	clear: left;
	margin-left: 0;
}
.layout-4 .cell.col12 {
	margin-left: 0;
	width: 440px;

}
.layout-4 .cell.col3 {
	margin-left: 10px;
	width: 205px;
}
.layout-4 .cell.col14 {
	margin-left: 10px;
	width: 205px;
}
.layout-4 .cell.col34 {
	width: 440px;
}
.layout-4 .cell.col234 {
	margin-right: 0;
}
.layout-4 .cell.col34.cell-text {
	width: 369px;
	/*padding-left: 30px;*/
	/*padding-right: 40px;*/
}
.layout-4 .cell.col234 {
	width: 665px; /* This is old -> 807px; */
}
.layout-4 .cell.col234.cell-text {
	/*width: 634px;  574px;
	padding-left: 20px;
	padding-right: 50px;*/
}
.layout-4 .cell.col1234 {
	margin-left: 0;
	margin-right: 0;
	width: 940px;
}
.layout-4 .cell.col1234.cell-text {
	width: 800px;
	padding-left: 0;
	padding-right: 0;
}

.layout-4 .cell.row1 {
	margin-top: 0;
	margin-bottom: 10px;
	min-height: 160px;
}
.layout-4 .cell.row2 {
	margin: 0;
	min-height: 160px;
}
.layout-4 .cell.row12 {
	margin-top: 0;
	min-height: 330px;
}
.layout-4 .cell.row12.cell-text {
	min-height: 295px;
	//padding-top: 25px;
	padding-bottom: 10px;
}
.layout-4 .cell.utmost {
	margin-right: 0;
}
.layout-4 .cell.firstInRow {
	margin-left: 0;
}
.cell.cell-text {
	padding: 0 0 0 0;
	text-align: justify;
}
.cell-text h1  {
	margin-top: 0;
	margin-bottom: 15px;
	text-align: left;
}
.cell-text h2,
.cell-text h3 {
	
	margin-bottom: 12px;
	padding-bottom: 0px;
	text-align: left;
}
.cell-text p,
.cell-text blockquote{
	/*margin: 15px 60px 15px 45px;*/
	margin: 15px 0;
}
.layout-4  img {
	border: none;
	display: block; /*<-- may need to compensate for this */
	margin: 0;
	padding: 0;
}

.cell.localmenu.col1 {
	background: #f0f0f0 url(../_gfx/front/ocalmenu-bg.png) repeat-x;
}
.cell.row12.col1 {
	background: #f0f0f0 url(../_gfx/front/sidepane-bg.png) repeat-y;
}

.layout-4 .cellgroup {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	position: static;
}
.layout-4.template1 .cellgroup {
	/*background: transparent url("../_gfx/front/sidepane-bg.png") top left repeat-y;*/
}
.layout-4.template1.with-localmenu .cellgroup {
	background-image: url("../_gfx/front/dummy-one-quarter-page3-bg-fade.jpg");
}
.layout-4.template2 .cellgroup {
	background-image: url("../_gfx/front/dummy-one-half-page3-fade.jpg");
}


/* *** Lang menu *** */

#langmenu {
	position: absolute;
	right: 15px;
}
#langmenu ul {
	float: left;
	list-style: none;
	margin: 7px 0 0 0;
	padding: 0;
}
#langmenu ul img {
	border: none;
	opacity: 0.75;
	width: 30px;
}
#langmenu ul img.active,
#langmenu ul img:hover{
	border: none;
	opacity: 1.0;
}
#langmenu ul li {
	display: inline;
}

/* *** TEMP *** */
#footer-valid,
#footer-info,
#localmenu {
	display: none;
}
#footer {
}


#site-info {
	display: block;
	font-family: arial, sans-serif;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#site-info .site-info-container {
	margin: 0 auto;	
	width: 940px;
}
#site-info .site-logos {
	display: none;
}
#site-info .constructor {
	overflow: hidden;
	white-space: nowrap;
}
#site-info .constructor {
	width: 33%;
	float: left;
}
#site-info .copyright,
#site-info #cookies {
	width: 33%;
	float: left;
	margin-top: 20px;
}
#site-info .copyright,
#site-info .constructor,
#site-info #cookies {
	color: #999;
	font-size: 7pt;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
	letter-spacing: 0.6pt;
	word-spacing: 2pt;
}
#site-info a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#site-info #cookies a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}



/* *** Maincontent head and path *** */

#maincontent-head {
	margin-bottom: 12px;
}

/* *** Path *** */
#maincontent-path {
	display: none;
	color: #ccc;
	font-size: 80%;
	margin: 0;
	padding: 10px;
}
#maincontent-path a:link {
	color: #ccc;
	text-decoration: none;
}


/* *** Maincontent *** */

#maincontent {
}

html>body #maincontent {

}
#maincontent a {
	text-decoration: none;
}
#maincontent a:hover {
	text-decoration: underline;
}

#maincontent-body {
	position: relative;
	width: 890px; /* This is old -> 1080px; */
		min-height: 295px;
	/*border: 1px solid transparent;  This is weired... */ 
}

h1 {
	font-size: 24px;
	margin-bottom: 2em;
	
}
#illustration + h1 {
	border-bottom: none;
}
h2 {
	font-size: 20px;
	margin-bottom: 0.25em;
	margin-top: 1.5em;
	border-bottom: 2px solid #026dbf;
}
h3 {
	font-size: 11pt;
	margin-bottom: 0.25em;
}
p,
blockquote {
	margin-top: 0.25em;
}

#maincontent .language_warning {
	text-align: center;
	background-color: #758da0;
	margin-top: 12px;
	padding: 5px;
}
#maincontent .language_warning p {
	margin: 0;
	color: #fff;
}

.skip-link,
#header-done,
#phone {
	display: none;
}

hr.hide {
	display: none;
}
.clearer {
	clear: both;
}


/* *** Footer *** */



#footer #copyright {
	position: absolute;
	left: 20px;
	top: 10px;
}

#footer #webmaster {
}

#footer-valid {
	position: absolute;
	right: 36px;
	top: 10px;
}

#footer #footer-valid a,
#footer #footer-valid a:visited {
	color: #9ab;
	text-decoration: none;
}
#footer #footer-valid a:hover,
#footer #footer-valid a:visited:hover {
	color: #678;
	text-decoration: underline;
}



/*
1 box 1080px + 0 margin
1:3 box 255px + 805px + 20px margin
1:1 box 530px + 530px + 20px margin
*/


.one-quarter {
	float: left;
	height: 432px;
	margin-right: 20px;
	width: 225px; /* 255px; */
}

.three-quarters {
	float: right;
	width: 805px;
}

.rightmost {
	margin-right: 0;
}




/* *** X Lists *** */






.city_list {
	float: left;
}

.city_list ul  li {
	line-height: 1.5em;
	position: relative;
}
.city_list ul li.reset {
    margin-top: -3.0em;
}


.city_list ul  li.column1 {
	margin-left: 12px;
}


.city_list ul  li.column2 {
	margin-left: 253px;
}



 
.newslist li a:link,
.newslist li a:visited,
.equipmentlist li a:link,
.equipmentlist li a:visited,
ul.list_of_services li a:link,
ul.list_of_services li a:visited,
ul.list_of_projects li a:link,
ul.list_of_projects li a:visited {
	color: black;
	text-decoration: none;
}
.newslist li a:hover,
.equipmentlist li a:hover,
ul.list_of_services li a:hover,
ul.list_of_projects li a:hover  {
	text-decoration: underline;
 }

.equipmentHeadings{
	clear: both;
}
 
 
div.cert-group {
	float: left;
	width: 300px;
}
p + div.cert-group  {
	margin-right:40px;
}
 ul.certificate_list {
	margin: 0;
	margin-left: 10pt;
	padding: 0 0 12pt 0;
}
ul.certificate_list .classification_society {
}
ul.certificate_list  li img.cert-logo{
	float: right;
	clear: right;
}

 
img.inline_flag {
	display: inline;
}
 
 

.imagelist  .image_text {
	display: none;
 }



.columnlist {
	float: left;
	line-height: 20px;
	text-align: left;
}
.columnlist.width-4 {
	width: 200px;
}
#maincontent .columnlist h2 {
	font-size: 100%;
	margin: 0;
}
.columnlist ul {
	margin: 0 0 20px 0;
	padding-left: 20px;
}
.columnlist ul li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
 	list-style-image: url("../_gfx/front/list-style-circle2.png");
	margin-left: 0;
	padding-left: 0;
	white-space: wrap;
 }

.columnlist a:link,
.columnlist a:visited {
	color: black;
	text-decoration: none;
}
.columnlist a:hover {
	text-decoration: underline;
}

.layout-4 .cell.localmenu {
	width: 184px;
	min-height:270px;
	padding: 30px 15px;
}
.localmenu ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.localmenu ul li a {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	display: block;
	padding: 5px 15px;
}
#maincontent .localmenu ul li a:hover {
	color: #00adef;
	text-decoration: none;
}
.localmenu ul li.current a {
	background: transparent url("../_gfx/front/localmenu-current.png") no-repeat right 50%;
}
#maincontent .localmenu ul li.current a:hover{
	color: white;
}

.captionWrap_galleryImage .captionText {
	color: white;
	font-size: 10px;
	padding: 2px 5px 0 5px;
	font-style: italic;
	font-family: arial, sans-serif;
	width: 205px;
}


/* Illustration and MoviePlayer */
#illustration {
	width: 890px;
	height: 330px;
	overflow: hidden;
}
#illustration img {
	border: none;
}
#illustration a.moviePlayButton {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("../_gfx/movie-play.png") no-repeat 50% 50%;
	width: 890px;
	height: 330px;
	cursor: pointer;	
}


#illustration .overlay {
	background-color: white;
	height: 50px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 890px;
}
#illustration + h1 {
	font-size: 30px;
    left: 30px;
    line-height: 30px;
    margin-top: 0;
    padding-top: 10px;
    position: absolute;
    right: 35px;
    top: 0;
}



/* Image lists */
#images ul.imagelist {
	list-style: none outside none;
    margin: 0;
    padding: 0;
}


#equipmentgallery ul,
#forsalegallery ul,
#projectgallery ul,
#servicegallery ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#equipmentgallery ul li,
#forsalegallery ul li,
#projectgallery ul li,
#servicegallery ul li{
	float: left;
	width: 215px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #026dbf;
	cursor: pointer;
	height: 180px;
	overflow: visible;
}
#equipmentgallery ul li:hover,
#forsalegallery ul li:hover,
#projectgallery ul li:hover,
#servicegallery ul li:hover, {
	background: #f0f0f0;
	//border-bottom: 1px solid transparent;
	-moz-box-shadow: 0 0 7px #999;
	-webkit-box-shadow: 0 0 7px #999;
	box-shadow: 0 0 7px #999;
}
#equipmentgallery ul li.col4,
#forsalegallery ul li.col4,
#projectgallery ul li.col4,
#servicegallery ul li.col4 {
	margin-right: 0;
}
#equipmentgallery ul li img.inline_flag,
#forsalegallery ul li img.inline_flag,
#projectgallery ul li img.inline_flag,
#servicegallery ul li img.inline_flag {
	border: none;
	box-shadow: none;
}
#equipmentgallery ul li h3,
#forsalegallery ul li h3,
#projectgallery ul li h3,
#servicegallery ul li h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 3px;
	overflow: hidden;
	padding: 0;
    white-space: nowrap;
}
#projectgallery ul li.noImage > h3.captionTip {
	margin-top: 90px;
}

#equipmentgallery ul li p,
#forsalegallery ul li p,
#projectgallery ul li p,
#servicegallery ul li p {
	font-size: 11px;
	margin: 0 3px;
}
#equipmentgallery ul li p.captionText a,
#forsalegallery ul li p.captionText a,
#projectgallery ul li p.captionText a,
#servicegallery ul li p.captionText a {
	color: black;
}




.datasheet {
	background: transparent url(../_gfx/front/sidepane-bg.png) repeat-y top left;
	margin-top: 10px;
}

#sidepane {
	background: #f0f0f0;
	float: left;
	margin-right: 10px;
	width: 195px;
	padding: 10px;
}
#sidepane .synonyms {
	margin: 10px;
}

#text_and_images {
	float: right;
	margin: 0;
	width: 665px;
}
#text {
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 20px;
}
#text .ProjektIngress {
	font-weight: bold;
}

.details {
	margin-bottom: 20px;
	font-size: 80%;
}

.details dt {
	clear: left;
	float: left;
	width: 110px;
}
.details dd {
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 80px;
}

.equipmentlist {
	width: 220px;
	float: left;
	line-height: 20px;
}
#maincontent .equipmentlist h2 {
	font-size: 100%;
	margin: 0;
}
.equipmentlist.col1 {
	clear: left;
}
.equipmentlist ul {
	margin: 0 0 20px 0;
	padding-left: 20px;
}

#frontSlideshow {
	font-size: 12px;
}
#frontSlideshow ul li a {
	color: white !important;
	font-family: verdana, sans-serif;
}
#frontSlideshow ul {
	
	position: absolute;
	top: -39px;
}
#frontSlideshow ul li {
	background-color: black;
	opacity: 0.5;
}
#frontSlideshow ul li.ui-tabs-selected {
	background-color: red;
	opacity: 0.75;
}
#frontSlideshow ul li:hover {
	background-color: #ccc;
	opacity: 0.75;
}

.ui-tabs { position: relative; padding: 0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }



#maincontent a.buttonLink {
    background: -moz-linear-gradient(center top , #F4F5F7 0%, #E1E2E6 90%, #CFD1D4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #949494;
    border-radius: 4px;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #555454;
    cursor: pointer;
    float: right;
    font-family: "Droid Sans",Arial,Geneva,Helvetica,sans-serif;
    font-size: 14px;
   	font-weight: bold;
    line-height: 31px;
    margin-bottom: 15px;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    transition: color 0.2s ease-out 0s;
    width: 240px;
}
a.buttonLink, a.buttonLink:visited {
    color: #3a3a3a;
    text-decoration: none;
}
#maincontent a.buttonLink:hover {
    color: #fff;
	text-decoration: none;
}
a.buttonLink {
}
a.buttonLink img {
	position: absolute;
	left: 5px;
	top: -2px;
}

#maincontent a.blue-hover:hover {
	background: -webkit-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -moz-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -o-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -ms-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db9fe', endColorstr='#2786c9',GradientType=0 );
	border:1px solid #0f5ea9;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}


.image{
}

.image img{
	width: 215px;
	height: 135px;
	
}

#maincontent h1 a:hover{
	text-decoration: none;
}


/* News */
#newsgallery {
	max-height: 300px;
}

#newsgallery ul {
	cursor: auto;
	list-style: none outside none;
	margin: 0;
	padding: 0 0;
	margin-top: 0px;
}

#newsgallery ul li {
	display: block;
	float: left;
	list-style: none outside none;
	margin-right: 8px;
	text-align: left;
	width: 190px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: visible;
}

#newsgallery ul .imagebutton {
	background-position: 0 3px;
	cursor: pointer;
	line-height: 1.2;
	overflow: hidden;
}
#newsgallery ul .imagebutton:hover {
	background-position: -210px 3px;
}

#newsgallery ul img {
	height: 108px;
	overflow: hidden;
	width: 190px;
	border: none;
	display: block;
	margin: 0;
	padding: 0;
}

#newsgallery ul h3 {
	margin-bottom: 0.25em;
	font-size: 100% !important;
	font-weight: bold;
	margin: 3px 0 3px;
    margin-bottom: 3px;
	overflow: hidden;
	padding: 0;
}

#newsgallery ul p {
	line-height: 1.4;
	color: #595959;
	font-size: 14px;
	margin: 0;
}

#newsgallery ul p .info {
	color: black;
	font-style: italic;
}

.konetoriSection{
	margin-top: 40px;s
}

.konetoriSection a{
	color: #000;
}

.konetoriLogo{
	width: 200px;
}












