* {
    margin: 0;
}

html {
    overflow: -moz-scrollbars-vertical;
}

html, body {
    height: 100%;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #6a6a6a;
}
a {
    background: url(../images/abg.png) no-repeat 100% 50%;
    text-decoration: none;
    color: #702136;
    padding: 0 12px 0 0;
}
a img {
    border: 0;
}
#container {
    background: url(../images/contentbg.png) no-repeat 140px 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -255px;
    padding: 0;
    text-align: center;
}
#header {
    width: 100%;
    height: 100px;
    border-bottom: 7px solid #702136;
}
#headercontent {
    margin: 0 auto;
    width: 965px;
    text-align: left;
}
#headercontent a {
    background: 0;
    padding: 0;
}
#logo {
    float: left;
    padding: 23px 0 0 0;
}
#logo h1 a {
	background: url(../images/stenblomlogo.png) no-repeat;
	display: block;
	height: 51px;
	width: 318px;
	margin: 0;
	padding: 0;
}
#logo h1 span {display: none; margin:0; padding:0;}
#head_login {
    width: 640px;
    float: right;
    margin: 15px 0 0 0;
    font-size: 10px;
}
#head_login form {
    float: right;
}
#head_login label {
    display: none;
}
#head_login input {
    width: 120px;
    margin: 0 5px 5px 0;
    font-size: 11px;
}
#head_login input#login_btn {
    width: 80px;
}

#head_logout {
    width: 350px;
    display:inline;
    float:right;
    text-align:right;
    margin: 15px 0 0 0;
}

#menu {
    font-size: 11px;
    float: left;
    padding: 15px 0 0 0;
}
#menu a {
    color: #6a6a6a;
    text-decoration: none;
}
#menu ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}
#menu ul li {
    float: left;
    padding: 0 5px;
    border-right: 1px solid #bababa;
}
#menu ul li.last {
    border: 0;
}
#langselect {
    float: right;
    padding: 12px 0 0 0;
}
#langselect a {
    color: #585858;
    font-size: 11px;
    padding: 4px 27px 0 0;
    height: 17px;
    display: block;
}
#langselect a.english {
    background: url(/images/lienglish.png) no-repeat 100% 0%;
}
#langselect a.norwegian {
    background: url(/images/linorwegian.png) no-repeat 100% 0%;
}
#content {
    margin: 0 auto;
    padding: 25px 0 60px 0;
    width: 965px;
    text-align: left;
    color: #585858;
}
#leftcontent {
    width: 490px;
    float: left;
}
#leftcontent h2 a {
	background: url(../images/norpres.png) no-repeat;
	display: block;
	height: 46px;
	width: 168px;
	margin: 25px 0 20px 0;
	padding: 0;
}
#leftcontent h2 span {display: none; margin:0; padding:0;}
#leftcontent p {
    padding: 8px 0;
}
#rightcontent {
    width: 435px;
    margin: 0 0 0 40px;
    float: left;
}
#rightcontent h2 {
	background: url(../images/welcome.png) no-repeat;
	display: block;
	height: 21px;
	width: 411px;
	margin: 0 0 20px 0;
	padding: 0;
}
#rightcontent h2 span {display: none; margin:0; padding:0;}
#rightcontent p {
    padding: 10px 0 0 5px;
}
#rightcontent .about {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0 30px 0;
}
#rightcontent .more {
    float: left;
}
#rightcontent .more img {
    border: 1px solid #e4e4e4;
    padding: 4px;
    margin: 0 0 0 5px;
}
#rightcontent .more p {
    padding: 0 0 2px 6px;
}
#rightcontent .more a {
    padding: 0 12px 0 6px;
}

#rightcontent #logintable {
    padding:0;
}

#rightcontent #logintable .loginfield {
     width:250px;
}

/*#rightcontent #logintable td {
    min-width:150px;
    height:25px;
}*/

#footer {
    background: #ccc url(../images/footerbg.png) repeat-x;
    text-align: center;
}
#footerleft {
    background: #ccc url(../images/footerleftbg.png) no-repeat;
    width: 122px;
    height: 105px;
    display: block;
    float: left;
}
#footercontent {
    margin: 0 auto;
    padding: 15px 0 0 0;
    width: 930px;
    text-align: left;
}
#footercontent h2 {
    border-bottom: 1px solid #b2b2b2;
    padding: 3px 0 12px 10px;
    font-size: 17px;
    color: #4e4c4c;
}
#footercontent .producers {
    width: 390px;
    float: left;
}
#footercontent .navigation {
    width: 240px;
    float: left;
    margin: 0 25px 0 0;
}
#footercontent .contact {
    width: 240px;
    float: right;
}
#footercontent .producers h2 {
    background: url(../images/softdrinks.png) no-repeat 33% 0%;
}
#footercontent .navigation h2 {
    background: url(../images/navigation.png) no-repeat 28% 0%;
}
#footercontent .contact h2 {
    background: url(../images/contact.png) no-repeat 38% 0%;
}
#footercontent .contact div {
    border-top: 1px solid #e9e9e9;
    padding: 15px 0 0 10px;
    color: #8c8c8c;
}
#footercontent .contact p.copy {
    padding: 40px 0 0 10px;
    font-size: 9px;
    color: #fff;
}
#footercontent ul {
    list-style: none;
    border-top: 1px solid #e9e9e9;
    padding: 15px 0 0 10px;
    color: #8c8c8c;
    font-size: 11px;
}
#footercontent .producers ul.right {
    float: left;
    padding: 15px 15px 0 10px;
    width: 175px;
}
#footercontent .producers ul.left {
    float: left;
    padding: 15px 10px 0 0;
    width: 180px;
}

#footercontent .producers #moreproducers {
    padding: 5px 0 0 0;
    float:right;
}

#footercontent .producers li.more {
    float: left;
}
#footercontent .producers li.more a {
    color: #000;
}
#footer, .push {
    height: 255px;
    clear: both;
}
.more {
    float: right;
    margin: 15px 0 0 0;
}
.date {
    color: #a6a6a6;
}
.clear {
    clear: both;
}
/* Pages specifics */
#leftcontentcontact {
    width: 965px;
    float: left;
    padding: 0 0 20px 0;
}
#googlemap {
    padding: 0 0 150px 0;
}
#leftcontentcontact h2,
#googlemap h2,
#headline h2,
#logincontent h2 {
    background: none;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    color: #702136;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px solid #e4e4e4;
}
#logincontent p {
    margin: 0 0 25px 0;
}
#logincontent h3 {
    margin: 0 0 15px 0;
    color: #000;
    font-weight: normal;
    font-size: 16px;
}
#leftcontentcontact h3 {
    margin: 0;
    color: #000;
    font-weight: normal;
    font-size: 16px;
}
#employeecontent {
    padding: 0 0 125px 0;
}
#employeecontent .employeebox {
    border-bottom: 1px solid #e4e4e4;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    width: 965px;
}
#employeecontent .employeebox h3 {
    margin: 0 0 15px 0;
    color: #000;
    font-weight: normal;
    font-size: 16px;
}
#employeecontent .employeebox img {
    float: right;
    margin: 5px;
}
#employeecontent .employeebox p {
    margin: 5px 0 0 0;
}
#employeecontent span.h {
    font-weight: bold;
    margin: 0 5px 0 0;
}
#leftcontentcontact .contactbox {
    width: 300px;
    float: left;
}
#leftcontentabout p,
#leftcontentcontact p {
    padding: 8px 0;
}
#leftwholesalerscontent {
    width: 965px;
    padding: 0 0 125px 0;
}
#leftwholesalerscontent table {
    width: 100%;
    border-collapse: collapse;
}
#leftwholesalerscontent table tr {
    padding: 15px 0;
}
#leftwholesalerscontent table th {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    height: 45px;
    border-bottom: 1px solid #000;
}
#leftwholesalerscontent table td {
    height: 45px;
    border-bottom: 1px solid #e4e4e4;
}
#googlemap #mapid {
    width: 965px;
    height: 500px;
}
#producerslist {
    width: 965px;
    padding: 0 0 125px 0;
}
#producerslist table {
    width: 100%;
    border-collapse: collapse;
}
#producerslist table th {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    height: 45px;
    border-bottom: 1px solid #000;
}
#producerslist table td {
    height: 45px;
    border-bottom: 1px solid #e4e4e4;
}
#producerslist table td.prodname {
    width: 40%;
}
#producerslist table td.prodland {
    width: 20%;
}
#producerslist table td.prodregion {
    width: 20%;
}
#producerslist table td.prodsite {
    width: 20%;
}
#logincontent .info {
    margin: 0 0 20px 0;
}
.registertable,
.registertable_lower {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.registertable .registerfield {
    width:250px;
}

.registertable td {
    width: 120px;
    min-width:120px;
    height:30px;
}
.registertable td.terms {
    width: 200px;
}

.registertable_lower td {
    min-width:30px;
    height:30px;
}

#leftcontent #questions #register_question {
    height:100px;
}
#leftcontent #companyinformation {
    display:block;
}
#logincontent {
    padding: 0 0 125px 0;
}
#logincontent #leftcontent {
    width: 489px;
    border-right: 1px solid #e4e4e4;
}
#newslist {
    padding: 0 0 175px 0;
    float:left;
}

#newslist a {
    background-image:none;
}

#newslist .newsitem {
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
#newslist .image {
    float: left;
    width: 200px;
    margin: 0 30px 30px 0;
}
#newslist .content {
    float: left;
    width: 735px;
}
#newslist .image img {
    padding: 3px;
    border: 1px solid #e4e4e4;
}
#newslist .newsitem h3 {
    color: #702136;
    font-weight: normal;
    margin: 0 0 10px 0;
}
#newslist .newsitem p {
    margin: 6px 0;
}
#newslist .newsitem p.date {
    margin: 10px 0 0 0;
}
/*  */
#newsright {
	float: left;
	width: 200px;
	border: 1px solid #e4e4e4;
}
#newsright h2 {
	color: #fff;
	background: #7c6a55;
	margin: 3px;
	padding: 10px;
	font-weight: normal;
	font-size: 15px;
}
#newsright ul {
	margin: 10px 20px 25px 20px;
	padding: 0;
	list-style: none;
}
#newsright ul li {
	border-bottom: 1px solid #e4e4e4;
}
#newsright ul li a {
	background: url(../images/abg.png) no-repeat 100% 50%;
	color: #000;
	display: block;
	padding: 10px 20px 10px 0;
}

#fade,
#fade .fade-inner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 489px;
	height: 333px;
}
#fade img {
	position: absolute;
	top: 0;
	left: 0;
	
	display: block;
}
#fade a.kundepanel {
	background: url('/images/kundepanel.png') no-repeat;
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 182px;
	height: 35px;
	outline: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
