/*
## layout.css - Contains style for page layout
*/

html,
body {
  height: 100%;
}

/* Normalizes margin and padding */
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .image-box,
#content ol,
#content ul,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#content .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form {
  margin-bottom: 12px;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: underline;
  color: #212121;
}

ul, ol {
  padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 0.75em Arial, Helvetica, Tahoma, Verdana, sans-serif;
  background: #000000 url('../GFX/bg.gif');
  color: #212121;
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-size: 1.0em;
  font-weight: normal;
}

h1 { font-size: 2em; }
h2 { font-size: 1.67em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.16em; }

img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 0 auto;
  width: 1024px;
  background: #000000;
  height: 100%;
  overflow: hidden;
}

#header {
  height: 273px;
  background: #000000 url('../GFX/mhinterior_logo.gif') 50% 50px no-repeat;
  position: relative;
}

#header h1 {
  position: absolute;
  top: 248px;
  left: 0px;
  padding: 2px 4px;
  font-size: 1.18em;
  width: 157px;
  background: #e9d8ac;
  text-transform: uppercase;
}

#main {
  width: 1024px;
  overflow: auto;
  background: #ffffff;
  height: auto;
}

#leftColumn {
  width: 165px;
  float: left;
  position: absolute;
}

#mainColumn {
  width: 785px;
  margin-right: 30px;
  float: right;
  xmargin-left: 195px;
}



/* TODO: add styles for idium footer and customer footer */

/******************
## COMMON STYLES ##
******************/

.loader {
  margin: 0 auto;
  margin-top: 60px;
}

.homeLink {
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  color: #ffffff;
  text-decoration: none;
}

div.box {
  border-bottom: 1px solid #000000;
}

div.box .content {
  padding: 15px 10px;
}

/**************
## FRONTPAGE ##
**************/

.frontpage #main {
  width: 1016px;
  xheight: 337px;
  padding: 4px;
  overflow: visible;
}

.frontpage #mainColumn {
  width: 1016px;
  margin-right: 0px;
}

.frontpage #flashslide_1,
.frontpage #flashslide_2 {
  margin-bottom: 0px;
  height: auto;
}

.frontpage #flashslide_1 {
  float: left;
}

.frontpage #flashslide_2 {
  float: right;
}

#brands {
  xmargin-top: 20px;
  background: #000000 url('../GFX/Logo_forside.jpg') 50% 50% no-repeat;
  clear: both;
  height: 91px;
}

#brands .container {
  margin: 0 auto;
  width: 600px;
}

#brands .container img {
  float: left;
  margin: 0px 20px;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/

#content .summaryImage {
  float: right;
}

#content .article,
#content .summary {
  margin-top: 20px;
}

.newslist #content .summary h1 {
  margin-bottom: 0px;
}

.newslist #content .summary h1 a {
  text-decoration: none;
}

.newslist #content .date {
  margin-bottom: 5px;
  font-style: italic;
  display: block;
  font-size: 0.92em;
}

.newslist #content .summary .text {
  margin-bottom: 5px;
}

#content .article h1,
#content .summary h1 {
  font-size: 1.33em;
  font-weight: bold;
}

#content .article .text {
  font-weight: bold;
}

#content .article .text {
  font-weight: bold;
}


/*************
## SHOWROOM ##
*************/

.showroom #main {
  xoverflow: hidden;
  overflow: visible;
  height: 381px;
}

.showroom #mainColumn {
  width: auto;
  overflow: visible;
  margin-right: 0px;
}

.showroom #image {
  float: left;
  width: 509px;
  height: 335px;
  margin: 4px;
  display: inline;
}

.showroom #image img {
  margin: 0 auto;
}

.showroom #thumbnails {
  float: right;
  width: 507px;
  height: 342px;
  margin-bottom: 4px;
}

.showroom #thumbnails .thumbnail {
  float: left;
  width: 165px;
  height: 110px;
  margin-top: 4px;
  margin-right: 4px;
  display: inline;
}

.showroom #thumbnails .thumbnail img {
  margin: 0 auto;
}

.showroom div.information {
  xposition: absolute;
  clear: both;
  width: 1024px;
  border-top: 4px solid #000000;
  background: #ffffff;
}

.showroom #bigImageDescription {
  float: left;
  padding: 8px;
  width: 500px;
  font-size: 0.92em;
}

.showroom #paginator {
  float: right;
  padding: 8px;
  width: 450px;
}

#paginator .prev {
  float: right;
}

#paginator .next {
  float: right;
}

#paginator .pages {
  float: right;
  padding: 0px 4px;
}

#paginator span {
  padding: 0px 4px;
}

/*************
## CLEARFIX ##
*************/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */
