html{	
	height: 100%;
}
body {
	height: 100%;
	background: #fff url("../images/lmhb_back.jpg") repeat-x;
	background-attachment: fixed;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 13px;
}
a {
  outline: none;
}
a img {
	border:0;
}
.clear {
	clear:both;
}
.center {
  text-align: center;
}

.left {
  float: left;
}

#container {
	margin:20px auto;
	width:994px;
}
#header {
  background: url("../images/header.png") no-repeat;
  height: 162px;
  padding: 20px
}
#header div.navigation {
}
#header h1 {
  background: url("../images/ny-logo_2.png") no-repeat;
  width: 600px;
  height: 150px;
  margin: 0px;
}
#header h1 span {
  display: none;
}
#header ul.lang
{
	float: right;
	margin: 10px 10px 0px 0px;
	list-style: none;
}
#header ul.lang li
{
	float: left;
	padding: 5px;
	margin-right: 5px;
}
#header ul.nav
{
    float: right;
    margin: 120px 20px 0px 0px;
    padding:0;
    list-style: none;
}
#header ul.nav li
{
    float: left;
    padding: 5px 10px;
    
}
#header ul.nav li a {
  text-decoration: none;
  color: #0A2551;
  font-size: 15px;
  padding: 5px 15px;
  border-radius:                      20px;
  -moz-border-radius:                 20px;
  -webkit-border-radius:              20px;
  border: 2px solid transparent;
}

#header ul.nav li a:hover,
#header ul.nav li.current a {
  color: #fff;
  background-color: #0A2551;
  border: 2px solid #4D91EE;
}
#contentContainer {
	padding-top:20px;
	padding-bottom:20px;
	overflow: auto;
}

#content-top {
  background: url("../images/topmain.png") no-repeat;
  height: 65px;
}
#content-bottom {
  background: url("../images/footer.png") no-repeat;
  height: 136px;
  font-size: 1.2em;
  padding-top: 20px;
}
#content {
  padding: 10px 62px;
  background: transparent url("../images/main_back.png") repeat-y;
}
#searchField {
    float: left;
    width: 240px;
}
#searchField #searchstring {
  padding: 5px;
  border-radius:                      5px;
  -moz-border-radius:                 5px;
  -webkit-border-radius:              5px;
  border: 2px solid #4D91EE;
  font-size: 15px;
  width: 140px;
}
#searchField #doSearch {
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
  background-color: #0A2551;
  border-radius:                      20px;
  -moz-border-radius:                 20px;
  -webkit-border-radius:              20px;
  border: 2px solid #4D91EE;
}

#catalog {
    float: left;
    width: 540px;
    min-height: 500px;
    margin-left: 8px;
    padding: 10px;
    border-left: 3px solid #0A2551;
}

.widgets {
  width: 250px;
}
.widgets .WidgetHolder {
  margin-right: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
} 
.widgets h3 {
  color: #000 !important;
  font-size: 1.1em !important;
  margin: 0px !important;
}
.widgets .capture {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.widgetcontent {
  width: 540px;
  border-left: 3px solid #0A2551;
  padding: 10px;
}
#lang_sv { position:absolute; visibility:show; margin: 0 0 0 650px;; top: 70px; }
#lang_en { position:absolute; visibility:show; margin: 0 0 0 700px; top: 70px; }