@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(images/lame_bg2_1560x975px.jpg);
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}
a:link {
	border: none;
}
a:visited {
	color: #903;
	border-bottom: none;
}
a:hover {
	color: #930;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
a:active {
	text-decoration: underline;
}


.thrColFixHdr #container {
	width: 930px;  
	background: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	min-height: 100%;
}

.thrColFixHdr #container-1000px {
	width: 1000px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	min-height: 100%;
}


.oneColFixCtrHdr #header {
	padding: 0 10px 5px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 720px;
	position: relative;
	background-image: url(images/logos/lame_links_bg.jpg);
}

h1 { /* Material-namn */
	font-size: 30px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	/* border-bottom: medium solid #9A0001; */
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 0px;
}
h2 { /* SmoothGallery (och Panels som default, men ändrat till h6 */
	font-size: 16px;
	line-height: 18px;
	color: #333;
	border-bottom: solid 2px #900;
	padding-left: 2px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 20px;
	text-shadow: 0 1px #CCC;
}


h3 { /* Röd bakgrund */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 3px;
	background:#881C18;
	font-size: 17px;
	font-weight: 100;
	line-height: 25px;
	text-indent: 3px;
	margin-bottom: 5px;
}

h4 { /* Material-beskrivningar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color:#666;
	margin-bottom: 20px;
	}

h5 { /* Minitext ovanför 9-bilds-minigallerier */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 18px;
	margin-right: 5px;
	margin-left: 5px;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
}


p {
	font-size: 11.5px;
	font-family: Arial, Helvetica, sans-serif;
}


.thrColFixHdr #header {
	padding: 0 0 0 1px;
	background-color: #FFF;
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 9;
	border-bottom: 4px solid black;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 203px;
	margin: 5px;
	margin-top: 26px;
	text-align: left;
}

.thrColFixHdr #sidebar1text { /* Egen kommentar: Left column, with extra padding (and adjusted width) when content is plain text, i.e not used with accordion or panel */
	float: left; /* since this element is floated, a width must be given */
	width: 168px;
	margin-left: 20px;
	margin-right: 5px;
	text-align: left;
	margin-top: 22px;
	background-color: #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 6px;
	padding-bottom: 10px;
	padding-top: 10px;
}


.thrColFixHdr #sidebar2 { /* Right column - bl.a för minigalleri */
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #FFF;
	padding-top: 16px;
	padding-left: 5px;
}

.thrColFixHdr #sidebar2-padding { 
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #FFF;
	margin-top: 5px;
	padding-left: 5px;
}

.thrColFixHdr #sidebar2-en { 
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #FFF;
	margin-top: 26px;
	padding: 15px;
}


.thrColFixHdr #mainContent {
	/* margin: 0 250px auto 250px; */
	margin-left: 250px;
	margin-right: 300px;
	padding-bottom: 60px; /* Denna och margin 0 250 auto 250 var det enda som fanns innan */
	margin-bottom: 0px;
	margin-top: 26px;
} 
#logo {
	float: left;
	overflow: hidden;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.unify { 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.links {
	margin-top: -130px;
}
.footer {
	font-size: small;
	background-color: #333;
	font-weight: lighter;
	color: #FFF;
	margin-left: 25%;
	bottom: 0px;
	position: absolute;
}
.footer2 {
	background-color: #F4F4F4;
	border-top-width: 2px solid black;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 3px;
	margin-top: 10px;
	text-shadow: 0 1px #CCCDDA;
	font-size: 18px;
	height: 50px;
	padding-top: 20px;
	background: -moz-linear-gradient(top, #999, white);
}

.footer2 a {
	font-size: 10px;
	color: #333;
	text-decoration:none;
}

.footer2 a:hover {
	color: #000;
	border-bottom: dotted 1px #660404;
}

.footer2 a:visited {
	text-decoration: none;
}
#homepage_widecolumn {
	width: 100%;
	height: 270px;
}


#homepage_widecolumn-1000px {
	width: 1000px;
	height: 500px;
}


#homepage_colleft {
	float: left;
	width: 260px;
	padding-left: 25px;
	padding-bottom: 35px;
}
#homepage_midcolumn {
	float: left;
	width: 260px;
	margin-left: 45px;
	padding-bottom: 35px;
}
#homepage_colright {
	float: right;
	width: 265px;
	padding-right: 25px;
	padding-bottom: 35px;
}
#homepage_widecolumn_prod {
	width: 100%;
	height: 150px;
}
#homepage_colleft_prod {
	float: left;
	width: 260px;
	padding-left: 25px;
	height: 450px;
}
#homepage_midcolumn_prod {
	float: left;
	width: 260px;
	margin-left: 40px;
	height: 450px;
}
#homepage_colright_prod {
	float: right;
	width: 265px;
	padding-right: 25px;
	height: 450px;
}
.prod_img {
	margin-top: 40px;
}
#popupbody {
	background-color: #FFF;
}
#ie-message {
	background:#333;
	border:2px solid #333;
	color: #fff;
	padding:12px;
	font-size:13px;
	font-weight:normal;
	margin-bottom:10px;
	width: 220px;
}

#ie-message a {
	color:#fff;
	text-decoration:underline;
	letter-spacing: 0px;
}
 .linear_gradient_square {
    width: 100px;
    height: 100px;
    border: 1px solid #333;
    background: -moz-linear-gradient(top, blue, white);
  }
  
	  
.ul-arrow {
	list-style-image:url(images/buttons/2.gif)
}
  
a:hover img {
border: none !important;
display: block;
}

.bottom_logos {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	
}

img {
	border: 0;
}

.greytext {
	font-size: 9px;
	color:#666;
}

body#hem a#hemnav,
body#ambla-en a#ambla-ennav,
body#company a#companynav,
body#start-en a#start-ennav,
body#mobeltyg a#mobeltygnav,
body#konstlader a#konstladernav,
body#marina a#marinanav,
body#referenser a#referensernav,
body#kontakt a#kontaktnav,
body#omoss a#omossnav,
body#ovrigt a#ovrigtnav,
body#english a#englishnav{
color: #fff;
/* background: #881C18; */
background-image:url(images/text_bgs/linkbg_333-555-30px.jpg);
background-repeat:repeat-x;
}

