/* Default */
*{
    margin:0;
    padding:0;
}
a img{
    border:none;
}
a{
    text-decoration:none;
    color:#f90202;
}

body{
    text-align:center;
    font-family:Verdana, Arial, sans-serif;
    font-size:11px;
    background:#cecece url("../images/bg-top.gif") repeat-x;
}
div.shadowlft, div.shadowrgt {
    position:absolute;
    top: 0;
    width:20px;
    height:450px;
    background-image:url("../images/shadow-top.gif");
    background-repeat:no-repeat;
}
div.shadowlft {
    left:0;
}
div.shadowrgt {
    right:0;
    background-position:-20px 0;
}

div#header{
    position:relative;
    margin:0 auto;
    height:50px;
    background:#fff url("../images/header-bg.gif") repeat-x;
}
div#header h1{
    position:absolute;
    top:20px;
    left:40px;
    width:45px;
    height:60px;
    background-image:url("../images/logo.gif");
    background-repeat:no-repeat;
}
div#header h1 span{
    visibility:hidden;
    width:1px;
    height:1px;
    font-size:1px;
}
div#header marquee {
    color: #fff;
    font-weight: bold;
    width: 80%;
    position: absolute;
    top: 15px;
    right: 0;
}
div#header div.extradiv{
    width:200px;
    height:50px;
    background:#fff url("../images/header-lft-bg.gif") no-repeat top right;
}
div#page{
    position:relative;
    margin:0 auto;
    width:1000px;
    background:#fff url("../images/shadow.gif") repeat-y;
    text-align:left;
}
div#content{
    position:relative;
    margin:15px 20px 0;
}
div#footer{
    padding:25px 0 5px;
    text-align:center;
    background:#cecece url("../images/shadow-bottom.gif") no-repeat;
}
div#footer a{
    font-size:10px;
    color:#6f6f6f;
}
/* Navigation */
div#nav{
    width: 100%;
    font-family:"Gill Sans", Verdana, Arial, sans-serif;
    font-size:11px;
    font-weight:bold;
}
div#nav ul{
    margin-left:180px;
}
div#nav li{
    margin:0 10px 0 0;
    padding:0;
    float:left;
    display:inline;
    position:relative;
    z-index:100;
    list-style-type:none;
}
div#nav dl{
    background:transparent;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    left:0;
}
div#nav dt{
    width:100px;
    margin:0;
    float:left;
}
div#nav dd{
    text-align:left;
    margin:0;
    padding:0;
    clear:left;
    display:none;
}

div#nav a{
    font-size:11px;
    font-weight:bold;
    color:#000;
    display:block;
}
div#nav dt a{
    width:100px;
    padding-bottom:2px;
}
div#nav dd a{
    text-indent:10px;
    background:#f00;
    line-height:25px;
    width:100px;
    color:#fff;
}
div#nav table {
    top:0;
    left:0;
    position:absolute;
}

div#nav li a:hover{
    border:0;
}
div#nav li:hover dd,
div#nav li a:hover dd{
    display:block;
}
div#nav li:hover dl,
div#nav li a:hover dl{
    padding:0 0 0.5em 0;
}

/* Subnavigation */
div#subnav{
    clear: both;
    display:inline;
    float:left;
    margin-top:32px;
    margin-left:20px;
    width:160px;
    height:450px;
    font-family:Verdana, Arial, sans-serif;
    font-size:11px;
}
div#subnav ul{
    margin-top:10px;
}
div#subnav ul li{
    list-style-type:none;
    margin-bottom:5px;
}
div#subnav ul li a{
    font-weight:bold;
    color:#000;
}
div#subnav ul ul{
    margin: 5px 0 15px 18px;
}

div#main{
    display:inline-block;
    float:left;
    width:510px;
    margin:30px 20px 30px 20px;
}
div#sub{
    display:inline;
    float:right;
    top:45px;
    width:200px;
    margin:30px 25px 0 0;
	min-height:700px;
}
span.clear{
    display:block;
    clear:both;
}
div#foot{
    position:relative;
    clear:both;
    height:160px;
    margin-top:20px;
    padding:0 25px;
    background-color:#d7d2c2;
}
#contact{
    position:absolute;
    bottom:10px;
    left:20px;
    width:165px;
}
#contact li {
    list-style-type:none;
}
#contact li span{
    font-weight:bold;
}
dl.list dt{
  float:left;
  margin-right:2px;
}
dl.list dt.long{
  float:none;
}
form input.text, form textarea{
    width:355px;
}

div#campaigns{
    margin-left:175px;
    padding-top:15px;
}
div#campaigns div.first{
    border-right:1px solid #aca89b;
}
div#campaigns div.campaignitem{
    float:left;
    margin-right:10px;
    padding:10px 0 0 0;
    width:500px;
}
div#campaigns div.campaignitem img{
    float:left;
    margin-right:10px;
    width:90px;
    height:112px;
    background-color:#998;
}
div#campaigns div.campaignitem p.readmore a, div#showroom a{
    font-weight:bold;
    color:#000;
}
div#showroom{
    position:absolute;
    bottom:10px;
    right:20px;
    width:221px;
    height:127px;
}
div#showroom h3, div#showroom p, div#showroom a span{
    display:none;
}
div#showroom a{
    display:block;
    width:221px;
    height:127px;
    background-image:url("../images/showroom.gif");
    background-repeat:no-repeat;
}

/* Content */
div#content h1{
    font-family:"Gill Sans", Arial, sans-serif;
    font-size:20px;
    font-weight:bold;
    margin-bottom:15px;
}
div#content h2{
    font-family:"Gill Sans", Arial, sans-serif;
    font-size:14px;
    font-weight:bold;
}
div#content div#main h2{
    margin-top:15px;
}
div#content h3{
    font-family:"Gill Sans", Verdana, Arial, sans-serif;
    font-size:12px;
    font-weight:bold;
}
div#content div.campaignitem p{
    margin-top:0;
}
div#content p, div#content div.campaignitem p.readmore{
    margin-top:10px;
}
div#content div#main .p1{
    margin-top:0;
}
div#content div#main ul li{
    margin-left:15px;
}
div#foot{
    font-size:9px;
}

div.box .content{
    padding:0 20px;
}
div.box .top{
    height:10px;
}
div.box .top span{
    float:right;
    width:10px;
    height:10px;
}
div.box .bottom{
    overflow:hidden;
    height:10px;
}
div.box .bottom span{
    float:right;
    width:10px;
    height:10px;
}

div.box-dark .content{
    background-color:#cdcdcd;
}
div.box-dark .top{
    background:#cdcdcd url("../images/corner-grey.gif") no-repeat -10px 0;
}
div.box-dark .top span{
    background:#cdcdcd url("../images/corner-grey.gif") no-repeat 0 0;
}
div.box-dark .bottom{
    background:#cdcdcd url("../images/corner-grey.gif") no-repeat -10px -10px;
}
div.box-dark .bottom span{
    background:#cdcdcd url("../images/corner-grey.gif") no-repeat 0 -10px;
}
div.box-light .content{
    background-color:#f5f5f5;
}
div.box-light .top{
    background:#f5f5f5 url("../images/corner-lightgrey.gif") no-repeat -10px 0;
}
div.box-light .top span{
    background:#f5f5f5 url("../images/corner-lightgrey.gif") no-repeat 0 0;
}
div.box-light .bottom{
    background:#f5f5f5 url("../images/corner-lightgrey.gif") no-repeat -10px -10px;
}
div.box-light .bottom span{
    background:#f5f5f5 url("../images/corner-lightgrey.gif") no-repeat 0 -10px;
}

/* Contact */
#page-kontakt div#contactinfo{
    margin-top:10px;
}
#page-kontakt div#contactinfo ul{
    list-style-type:none;
    margin-bottom:10px;
    padding:0;
}
#page-kontakt div#main div#contactinfo li {
    margin:0;
}
#page-kontakt #main{
    width:300px;
}
#page-kontakt #sub{
    width:400px;
}

/* Showroom hitta */
#page-showroom div#trademarks{
    width:600px;
    height:610px;
    background: #fff url("../images/trademarks.gif") no-repeat center;
}
div#contactinfo{
    margin-top:10px;
    border-top:2px solid #000;
    padding-top:10px;
    height:80px;
}
ul.inline{
    clear:both;
}
#page-showroom div#content div#main li{
    list-style-type:none;
    margin:0;
}
ul.inline li{
    float:left;
    width:120px;
}
ul.inline li.email{
    width:150px;
}

/* Sortiment */
#page-sortiment div.box{
    float:left;
    width:240px;
    margin:0 10px 10px 0;
}

/* Sortiment Yrkeskl�der */
#page-sortiment div.imagelinks dl{
    float:left;
    margin-right:20px;
    text-align:center;
}
#page-sortiment div.image{
	float:left;
}

/* Products */
div#products{
    margin-top:20px;
}
div#products .productitem{
    width:100%;
    margin:10px 0;
    overflow:hidden;
}
div#products .productitem h3,
div#products .productitem strong {
    color:#f00;
}
div#main div#products .box{
    float:left;
    width:500px;
    height:100%;
    margin:0 10px 10px 0;
}
div#products .price{
    font-weight:bold;
}
div#products dl, div#products ul{
    margin-top:10px;
}

#page-tryck-och-tvatt div#main dt{
    margin-top:20px;
}
#page-tryck-och-tvatt div#main dd{
    margin-left:50px;
}

#page-sortiment div#foot,
#page-showroom div#foot {
    margin-top:40px;
}

dt {
    margin-top:1em;
    font-weight:bold;
}

