body{
	background: #dcdcdc url(images/bg-body.gif) top left repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #313131;
}

#mainContainer{
	background: url(images/bg-main-container.gif) center 139px no-repeat;
	min-width: 946px;
	width: 100%;
	float: left;
}
#container{
	width: 946px;
	margin:0 auto;
	position: relative;
}


/*Site Header 
---------------*/
#header{
	height:139px;
	float: left;
	background: url(images/bg-header.gif) #fff top left no-repeat;
	width: 946px;
	position: relative;
}

.logo{
	float: left;
	margin:19px 0 0 9px;
}

.logo-euro{
    margin:0;
    position:absolute;
    right:0;
    top:16px;
}

/* Newsletter
--------------------------*/
.uk .newsletter {
	display: none;
    }
.newsletter {
	float: right;
	margin: 5px 185px -5px 0;
	position: relative; 
	/*width:103px; */
	z-index:200;
    }
    .newsletter a{
	    display: block;
        height: 22px;
        padding:0 0 0 22px;
        font: normal 11px/2.2 Arial, Sans-Serif;
        text-decoration: none; 
        color: #a80534;  
        background: url(images/newsletter-bg.png) no-repeat 0 0;
        } 
        .newsletter a:hover{
            text-decoration: underline; 
            }    
    .newsletter ul{
	    position: absolute;
        bottom:-50px;
        left:0;
        /*background: url(images/newsletter-bg.png) no-repeat 0 100%;*/
	    padding: 0 5px 5px;
        }
        
    .newsletter.dropdown-se ul {
        width:103px; 
        background: url(images/newsletter-bg-se.png) no-repeat 0 100%;
        }  
    .newsletter.dropdown-en ul {
        width:133px; 
        background: url(images/newsletter-bg-en.png) no-repeat 0 100%;
        } 
    .newsletter.dropdown-de ul {
        width:173px; 
        background: url(images/newsletter-bg-de.png) no-repeat 0 100%;
        }                               
           
        .newsletter li{
	        display: block;
	        border-bottom: 1px solid #f1f1f1;
            }  
        .newsletter li.last{  border-bottom: none; } 
              
            .newsletter ul a{
                padding: 0 2px 0 3px;
                background: none;
                color: #646262;
                } 


/*a.newsletter,
a.newsletter:visited {
	margin: 5px 190px 0 0;
	padding: 0 0 0 16px;
	float: right;
    color: #9e1b1f;
    text-decoration: underline;
    background: url(images/list-hover.gif) 0 3px no-repeat;
}
a.newsletter:hover {
    text-decoration: none;
}


.uk a.newsletter {
display: none;
}*/


#supp-nav{
    position:absolute;
    top:27px;
    right:166px;
    height:33px;
    width:570px;
	z-index:0;
}

#supp-nav ul{
	float: right;
	background: url(images/bg-supp-nav.gif) repeat-x;
	padding: 0;
	margin: 0;
}
#supp-nav li{
	float: left;
	background: url(images/seperator-supp-nav.gif) bottom right no-repeat;
	line-height: normal;

}
#supp-nav li.form{
	float: left;
	background: none;
	line-height: normal;

}
#supp-nav li.leftbg{
	background: url(images/supp-nav-left.gif) 0 -1px no-repeat !important;
	width: 17px;
	height: 33px;
}
#supp-nav li.rightbg{
	background: url(images/supp-nav-right.gif) right -1px no-repeat !important;
	height: 33px;
	margin: 0 0 0 8px !important;
	padding-right: 17px !important;
}

.nomargin{
	padding-left: 0 !important;
}
	
/*End*/

/*Navigation 
---------------*/
ul#navigation {
	width: 946px;
	height: 40px;
	float: left;
	margin: 25px 0 0 0;
}

.uk ul#navigation {

}

#navigation li {
	float:left;
	text-indent: -9999px;
	width:auto;
}
/*End*/



/*Content
---------------*/

#bodypart {
	width: 946px;
	float: left;
	margin-top: 15px;
	background: url(images/bg-container.gif) #fff top left no-repeat;
	overflow: hidden;
	/* for IST loggan, 110214 kari */
	padding-bottom: 20px;
}
#banner {
	width:946px;
	height:275px;
	overflow:hidden;
	margin-top: 5px;
	float:left;
}
#content {
	width: 946px;
	overflow: hidden;
	background: #fff;
	float: left;
	margin-top: 13px;
}

#left-content{
	float: left;
	width: 453px;
	margin-left:13px;
	display:inline;
	/* for IST loggan, 110214 kari */
	position: relative;
	padding-bottom: 45px;
}

#left-content h2, #news h2{
	font: 23px "Arial Narrow", arial, sans-serif;
	font-weight: bold;
	border-bottom: 3px solid #ecd1d2;
	margin-bottom: 12px;
	padding: 0 0 4px 5px;
}
#left-content h3{
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
#productlist{
    float: left;
	width: 153px;
	height: 187px;
	background: url(images/product-bg.gif) right top repeat-y;
	margin-right: 17px;

}
#notiser{
    float: left;
    width:280px;    
}
#productlist li{
	float: right;
	line-height: 25px;
	width:130px;
}

.product-desc{
	width: 280px;
	float: left;
}



#categorylist{
	float: left;
	margin: 18px 11px 0 14px;
	width: 220px;
}
#categorylist li{
	display: block;
	width: 220px;
	float: left;
	line-height: 32px;
	margin-bottom: 1px;
}
#categorylist li.catalog{
	line-height: 64px;
}

#news{
	float: left;
	width: 225px;
}
#news li{
	float: left;
}
.news-desc{
	padding-bottom: 10px;
	float: left;
}
/* Footer 
---------------*/
#footerpart {
	width: 946px;
	float: left;
	font-size:10px;
	padding-bottom: 10px;
}
#footerTitle{
	width: 100%;
	height: 35px;
	background: #9e1b1f url(images/footerTitle.gif) center top no-repeat;
	float: left;
	margin-bottom: 13px;
	text-indent: -9999px;
}
.footerText{
	padding-left: 9px;
	width: 700px;
	float: left;
}
.footerLink{
	float: right;
	padding-right: 20px;
	font-size: 12px;
}
.footerLink a{
	color: #000000;
}