/* =reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {
  margin: 0;
  padding: 0;
} 

.hidden {
  display: none;
}

/* =body
--------------------------------------------------*/
body {
  overflow: hidden;
  background-image: url(../images/background.jpg); 
  background-repeat: no-repeat; 
  background-position: center center; 
  background-attachment: fixed
} 

/* =layout
--------------------------------------------------*/
#container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 770px;
  height: 420px;
  margin-left: -385px; /* half of width */
  margin-top: -210px;  /* half of height */
}

#header {
  width: 770px;
  height: 50px;
}


/* bakgrundsbilder */

#content {
  width: 765px;
  height: 250px;
}
#hem #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_hem.jpg') top left no-repeat !important;
}
#om #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_hem.jpg') top left no-repeat !important;
}
#om.filosofi #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_om.jpg') top left no-repeat !important;
}
#om.jobb #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_eye.jpg') top left no-repeat !important;
}
#produkter #content {
  width: 765px;
  height: 250px;
  background: #fff url('../images/content_produkter.jpg') top left no-repeat;
}
#saljvitamin #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_om_saljvitaminer.gif') top left no-repeat;
}
#kontakt #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_hands.jpg') top left no-repeat !important;
}
#sammarbetspartners #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_hands.jpg') top left no-repeat !important;
}
#seminarier #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_eye.jpg') top left no-repeat !important;
}
#seminarier.sub #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_eye_dim.jpg') top left no-repeat !important;
}
#saljutbildningar #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_nose.jpg') top left no-repeat !important;
}

/* referenser */
#referenser #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_mouth.jpg') top left no-repeat !important;
}
#referenser.sagtomoss #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_sagtomoss.jpg') top left no-repeat !important;
}
#referenser.boss #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_boss.jpg') top left no-repeat !important;
}
#referenser.bretling #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_breitling.jpg') top left no-repeat !important;
}
#referenser.sca #content {
  width: 765px;
  height: 250px;
  background: url('../images/content_sca.jpg') top left no-repeat !important;
}

#sub_nav {
  width: 770px;
  height: 100px;
}

#footer {
  top: 380px;
  width: 100%;
  height: 20px;
}

#footer p {
  margin: 5px 0 0 125px;
}

/* =header
================================================*/
img#logotype {
  border: 0px;
  margin-left: 50px;
  margin-top: 0px;
  float: left;
}


/* =navigation
================================================*/

#navContainer {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 520px;
  height: 40px;
 
}

/* -- main navigation -- */
#mainNavigation {
  margin: 0;
  padding: 0;
}

#mainNavigation ul {
  text-align: center;
  margin: 0;
  padding: 0px 0 2px 0;
}

#mainNavigation li {
  display: inline;
}

#mainNavigation a {
  font: bold 11px Arial, sans-serif;
  color: #5D819B;
  text-decoration: none;
  padding: 4px 10px;
}
  
#mainNavigation a:hover {
  background: #5D819B;
  color: #fff;
}

/* automation for active tab */

#hem #mainNavigation #menu_hem a, 
#om #mainNavigation #menu_om a, 
#saljvitamin #mainNavigation #menu_saljvitamin a, 
#referenser #mainNavigation #menu_referenser a, 
#kontakt #mainNavigation #menu_kontakt a, 
#sammarbetspartners #mainNavigation #menu_sammarbetspartners a{ 
  background: #41596B;
  color: #fff;
}

/* hover over-ride for automated tab */
#hem #mainNavigation #menu_hem a:hover, 
#om #mainNavigation #menu_om a:hover, 
#saljvitamin #mainNavigation #menu_saljvitamin a:hover, 
#referenser #mainNavigation #menu_referenser a:hover, 
#kontakt #mainNavigation #menu_kontakt a:hover,
#sammarbetspartners #mainNavigation #menu_sammarbetspartners a:hover{
  background: #41596B;
  color: #fff;
}
  
/* -- sub-navigation -- */
#subNavigation {
  border-top: 2px solid #41596B;
  border-bottom: none;
  padding: 2px 0;
  margin: -1px 0 0 0;
}

#subNavigation ul {
  text-align: center;
  margin: 0;
  padding: 0; 
}

#subNavigation li {
  display: inline;
}

#subNavigation a {
  font: 11px Arial, sans-serif;
  color: #41596B;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 10px;
}

#subNavigation a:hover {
  color: #F15F22;
  text-decoration: underline;
}

/* automation for active tab in sub menu */
#om.foretaget             #subNavigation  #sub_om_foretaget a,
#om.filosofi              #subNavigation  #sub_om_filosofi a,
#om.jobb                  #subNavigation  #sub_om_jobb a, 
#saljvitamin.om           #subNavigation  #sub_saljvitamin_om a,
#saljvitamin.aktuell      #subNavigation  #sub_saljvitamin_aktuell a,
#saljvitamin.prenumerera  #subNavigation  #sub_saljvitamin_prenumerera a, 
#saljvitamin.arkiv        #subNavigation  #sub_saljvitamin_arkiv a,
#referenser.lista         #subNavigation  #sub_referenser_lista a,
#referenser.sagtomoss     #subNavigation  #sub_referenser_sagtomoss a,
#referenser.bretling      #subNavigation  #sub_referenser_breitling a,
#referenser.boss          #subNavigation  #sub_referenser_hugoboss a,
#referenser.sca           #subNavigation  #sub_referenser_sca a
{
  color: #F15F22;
  font-weight: bold;
  text-decoration: underline;
}






/* =sub_nav
================================================*/

#sub_nav {
  width: 770px;
  height: 100px;
}
#sub_nav h3 a,
#sub_nav p a {
  text-decoration: none;
  padding: 0 0 10px 0;
  display: block;
}

#sub_nav h3 {
  margin: 10px 0 0 0;
  padding: 0;
}
#sub_nav p {
  margin: -5px 0 0 0;
  padding: 0;
}


#sub_nav_one, #sub_nav_two, #sub_nav_three {
  float: left;
}

#sub_nav_one {
  width: 320px;
  height: 100px;
  background: url(../images/sub_nav.gif) 0px 0;
}
#sub_nav_one h3, #sub_nav_one p {
  margin-left: 140px;
  margin-right: 5px;
}

#sub_nav_two {
  width: 245px;
  height: 100px;    
  background: url(../images/sub_nav.gif) -325px 0;
  text-align: center;
}
#sub_nav_two h3, #sub_nav_two p {
  margin-left: 20px;
  margin-right: 50px;
}

#sub_nav_three {
  width: 205px;
  height: 100px;    
  background: url(../images/sub_nav.gif) -570px 0;
  text-align: right;
}  
#sub_nav_three h3, #sub_nav_three p {
  margin-left: 0px;
  margin-right: 15px;
}

/* help classes to change bg and colors on mouseover */
#sub_nav .hover_one {
  color: #f1743c;
  color: #000;
  background-image: url(../images/sub_nav_one.gif);
}    
#sub_nav .hover_one a {
  text-decoration: none;
  color: #f1743c;
  color: #000;
}


#sub_nav .hover_two {
  color: #000;
  background-image: url(../images/sub_nav_two.gif);
}    
#sub_nav .hover_two a {
  text-decoration: none;
  color: #000;
}


#sub_nav .hover_three {
  color: #000;
  background-image: url(../images/sub_nav_three.gif);
}    
#sub_nav .hover_three a {
  text-decoration: none;
  color: #000;
}  
#sub_nav #sub_nav_two.hover_three a {
  text-decoration: none;
  color: #fff;
}  

#seminarier #sub_nav #sub_nav_two.hover_three a {
  text-decoration: none;
  color: #000;
}  
#seminarier #sub_nav #sub_nav_two.hover_three {
  background-image: none;
}  
#saljutbildningar #sub_nav #sub_nav_two.hover_two {
  background-image: none;
}  


#produkter #sub_nav_one h3 a,
#seminarier #sub_nav_two h3 a,
#saljutbildningar #sub_nav_three h3 a {
  text-decoration: underline;
}



/* highlight current sub menu alternative */

#produkter #sub_nav_one {
  color: #000;
  background-image: url(../images/sub_nav_one.gif);
}
#produkter #sub_nav_one a {
  text-decoration: none;
  color: #000;
}

#seminarier #sub_nav_two {
  color: #000;
  background-image: url(../images/sub_nav_two.gif);
}
#seminarier #sub_nav_two a {
  text-decoration: none;
  color: #000;
}

#saljutbildningar #sub_nav_three {
  color: #000;
  background-image: url(../images/sub_nav_three.gif);
}
#saljutbildningar #sub_nav_two {
  background-image: url(../images/sub_nav_three.gif);
}
#saljutbildningar #sub_nav_three a {
  text-decoration: none;
  color: #000;
}






/* =content
================================================*/

#content {
	clear: left;
}


/* rubriker */

#content h1 {
  margin: 0 0 12px 360px;
  padding-top: 15px;
}
#hem #content h1,
#referenser #content h1 {
  margin: 0 0 12px 360px;
  padding-top: 40px;
}


#content h2 {
  margin: 0 0 2px 358px;
  padding-top: 20px;
}
#hem #content h2 {
  position: absolute;
  top: 170px;
  left: -280px;
}


#content h3 {
  margin: -3px 0 5px 358px;
}
#seminarier #content h3 {
  margin: -3px 0 0 445px;
}
#content h3.sub {
  margin: 10px 0 -20px 360px;
}


/* produkter */

#produkter #content h1 {
  margin: 0 0 12px 325px;
  padding-top: 15px;
}


/* rubriker med mˆrk bakgrund */

#kontakt #content h1,
#saljutbildningar #content h1,
#referenser #content h1 {
  margin: 0 0 12px 360px;
  padding-top: 15px;
}

/* texter */
#content p {
  width: 360px;
  margin: 0 0 10px 360px;
}
#content table.tblPriceLnk {
  width: 350px;
  margin: 0 0 0 480px;
}
#content ul,
#content ul li {
  margin-left: 16px;
  padding-left: 0px;
}

/* texter med mˆrk bakgrund och indrag */
#produkter #content p {
  width: 260px;
  margin: 0 0 10px 485px;
}


/* hem */

#hem #content p {
  margin-top: 32px;
}

#hem #content img.button_pren {
  margin-top: 10px;
  margin-left: 358px;
}
#hem #content img.button_lasmer {
  margin-top: 10px;
  margin-left: 10px;
}


/* s‰ljvitamin */

#saljvitamin.om #content img {
  margin: 4px 0 -4px 0;
  padding: 0;
}


/* kontaka oss */

#kontakt #content h2 {
  margin: 0 0 5px 400px;
  padding-top: 45px;
}
#kontakt #content p {
  margin: 0 0 12px 400px;
}


/* seminarier */

#seminarier #content h1 {
  margin: 0 0 12px 360px;
  padding-top: 15px;
}
#seminarier.sub #content h1 {
  margin: 0 0 12px 140px;
  padding-top: 15px;
}
#seminarier #content h2 {
  margin: 0 0 2px 500px;
  padding-top: 0px;
}
#seminarier #content p.left {
  display: inline;
  float: left;
  width: 250px;
  margin: 0 40px 10px 140px;
}
#seminarier #content ul {
  width: 250px;
  margin: 0 0 10px 447px;
}

#seminarier #content ul.seminariemeny {
  width: 250px;
  margin: 0 0 10px 362px;
}

#seminarier.sub #content ul.seminariemeny {
  position: absolute;
  top: 65px;
  left: 83px;
  width: 320px;
}
#seminarier.sub #content ul.seminariemeny li {
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
}
#seminarier.sub #content ul.seminariemeny li a {
  text-decoration: none;
}
#seminarier.sub #content ul.seminariemeny li.active a {
  text-decoration: underline;
  color: #F28759;
}
#seminarier.sub #content ul.seminariemeny li a:hover {
  text-decoration: underline;
}



/* referenser */

#referenser #content div {
  padding-top: 25px;
}
#referenser #content blockquote {
  margin: 5px 0 0 0;
  padding: 0;
}
#referenser.sagtomoss #content p {
  padding: 0 0 10px 0;
}
#referenser.sagtomoss #content blockquote p {
  padding: 0 0 0 0;
  margin-bottom: 6px;
}

/* listor */

#content ul {
  width: 320px;
  margin: 0 0 10px 360px;
}

#referenser #content ul.col1 {
  position: absolute;
  top: 95px;
  color: #eee;
}

#referenser #content ul.col2 {
  position: absolute;
  top: 95px;
  left: 190px;
  color: #eee;
}




/* =ikoner och listor
--------------------------------------------------*/
a.icon_pdf {
  line-height: 40px;
  height: 40px;
}
a.icon_pdf img {
  position: relative;
  margin: -4px 0 -4px 5px;
  border: 0;
}
a.icon_pdf:hover {
  text-decoration: none;
}






/* forms */


#dvForm {
  width: 340px;
  margin: -3px 0 10px 360px;
}

#content #dvForm input {
  margin: 1px 0 0 10px;
  height: 14px;
}
#content #dvForm input.halfSize {
  margin: 1px 0 0 10px;
  height: 14px;
  width: 70px;
}

#content #dvForm label {
  width: 50px;
  float: left;
  font-size: 11px;
}  
#content #dvForm label.noFloat {
  float: none;
  display: inline;
  margin: 0px -5px 0 5px;
}  

#dvForm .btnSubscribe {
  width: 39px;
  height: 22px;
  font-size: 8px;
  float: none;
  margin: 0;
  display: inline;
  background:url(../images/btn_ok.gif);
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  font-weight: bold;
}

.unsubscribeDeactivate {
	background-color: #e  ee;
}

/* produktbilder etc */

#products {
  position: absolute;
  margin: 38px 0 0 140px;
}
.productsOrder, #dvThanks {position:absolute;margin: 50px 0 0 320px;z-index:1;}
.productsOrder h4 {font-size:12px;margin:0 0 0 1px;}

.product_image {
  border: 2px solid #f1743c;
  margin: 2px 0 2px 0;
  float:left;
}

.product_image_large {
  position: absolute;
  margin: 40px 0 0 325px;
}


/* produktbeskrivningar - tooltips */

.tooltip {
  position: absolute;
  width: 120px;
  padding: 2px 5px 2px 5px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 0 0 0;
 /* display: none;*/
  font-size: 10px;
  line-height: 12px;
  left:40px;
}

.tooltip2 {
  width: 120px;
  padding: 2px 5px 2px 5px;
  background: #fff;
  margin: 0;
  color: #F1743C;
 /* display: none;*/
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
}

.tooltip2 a {
    text-decoration: none !important;
}


#tblAllProducts {
	border-collapse:collapse;
}
#tblAllProducts th 
{
	font-size:11px;
	margin:0;
	padding:0;
	text-align:left;
}
#tblAllProducts td {
  font-size: 11px;
  padding-right:8px;
  padding-top:4px;
}


#dvNamePropOrder {
  float:left;
  width: 180px;
  padding-left: 20px;
  line-height:normal;
}
#dvNamePropOrder label {
  margin:1px 0 0 0;
  padding:1px; 
  font-size:10px;
}
#dvNamePropOrder input {
  margin:0;
  padding:2px; 
  line-height:12px;
  font-size:10px;
  border:1px solid black;
  width: 180px;
}

#dvNamePropOrder input.zip {
width: 55px;
margin-right: 2px;
}
#dvNamePropOrder input.city {
width: 110px;
}

#dvNamePropOrder h4 {
  font-size:12px;
  margin:0 0 8px 0;
}

#dvHolderRepeaterProd, #dvThanks {
  float:left;
  z-index:1;
}

input.numTxt {width:1.5em;padding:2px 1px 2px 2px;text-align:center;border:1px solid black;}
input.numTxtSel {width:1.5em;padding:2px 1px 2px 2px;text-align:center;background-color:#EBFCAF;border:1px solid black;}
input.btnSend {width:auto !important;margin:4px 0 0 0;}

#dvBtnSend {clear:both; margin-top: 2px;}

/* xml */

ol {
  margin: 0 0 10px 0;
  float: right;
  width: 260px;
}

ol li {
  margin: 0 0 2px 0;
  font-size: 11px;
  line-height: 13px;
}