@charset "utf-8";
/* CSS Document */

/* start level the playing field-------------------------*/
/* Eric Meyer v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end level the playing field-------------------------*/

body {
	background-image: none;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	/* use to set em deafualt size, this sets font size to browser medium default 16px, but Opera needs 100.01%: */
	font-size: 100%;
	/* IE5.5 and 6 needed to center wrapper div in viewport: */
	text-align: center;
}


p {


}
td {

}
a:link { }
a:visited { }
a:hover { }
a:active { }
#logobanner {
	background-image: url(../css2011/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
}

#page {
	font-size: 0.8em;
	height: 546px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E5E5E5;
	background-image: none;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	/*no bottom padding really needed when height set and contents flow, but IE6 needs it as flow take smore space and then you need to push bottom away from last item*/
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#header {
	height: 65px;
	background-repeat: no-repeat;
	position: relative;
}


#logo {
	margin-top: 7px;
	margin-left: 10px;
	width: 171px;
	float: left;
	height: 48px;
}
#headermenu {
	text-align: right;
	float: right;
	height: 60px;
}
#topmenu {
	position: absolute;
	right: 7px;
	z-index: 500;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	height: 37px;

}
#topmenu ul {
	margin: 0px;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	list-style-position: inside;
}
#topmenu ul li a:link , #topmenu ul li a:visited{
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 10px;
	padding-left: 10px;
	color: #666;

}
#topmenu ul li a:hover {

	background-color: #CCC;
}
/* a CSS hack for IE6 */
#topmenu ul li a {
  width: 100%;
}

#title {
	height: 74px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	position: relative;
}
#title1 {
	position: absolute;
	right: 0px;
	/* [disabled]height: 37px; */
	/*line height same as as contaoner height means text is vertically centered, and/or line height with no container height will force container height almost like specifying cell height*/
	line-height: 37px;
	width: 795px;
	float: right;
	top: 0px;
}

#title2 {
	width: 793px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	position: absolute;
	float: right;
	bottom: 0px;
	right: 0px;
	clear: both;
}
#title1 h1 {
	font-size: 1.5em;
	height: 37px;
	padding-left: 30px;
}

#title2 h2 {
	padding-left: 30px;
	font-size: 1.2em;
	line-height: 35px;
	color: #000;
}

#main {
	height: 430px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	position: relative;
	background-color: #FFF;
	text-align: center;
}

#mainmenu  {
	background-color: #FFF;
	height: 100%;
	width: 150px;
	text-align: center;
	float: left;
	position: relative;
}
#mainmenu ul {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	/* [disabled]background-color: #9C9; */
	font-size: 0.8em;
	text-align: left;
	color: #333;
	/* [disabled]padding-top: 5px; */
	/* [disabled]padding-bottom: 5px; */
	/* [disabled]padding-left: 5px; */
	/* [disabled]display: block; */
	/* [disabled]line-height: 1.5em; */
}
#mainmenu li  {
	/* [disabled]padding-left: 5px; */
	/* [disabled]background-color: #FFF; */
	/* [disabled]padding-right: 5px; */
	line-height: 3em;
	/* [disabled]width: 100%; */
	text-transform: none;
	/* [disabled]padding-bottom: 5px; */
}
#mainmenu li a:link  , #mainmenu li a:visited{
	color: #333;
	text-decoration: none;
	/* [disabled]text-align: left; */
	display: block;
	list-style-position: inside;
	padding-left: 5px;
	height: 20px;
	/* [disabled]vertical-align: bottom; */
	padding-top: 3px;
	/* [disabled]margin-left: 10px; */
	/* [disabled]padding-bottom: 1px; */
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#mainmenu li a:hover {
	background-color: #B2E399;
}

/* a CSS hack for IE6 */
#mainmenu ul li a {
  width: 100%;
}

#leftPics {
	/* [disabled]position: absolute; */
	/* [disabled]bottom: 5px; */
	/* [disabled]left: 0px; */
	/* [disabled]float: left; */
	/* [disabled]padding-top: 10px; */
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-bottom: 10px; */
	/* [disabled]padding-left: 0px; */
}
#leftPics img {
	/* [disabled]padding-top: 10px; */
	padding-bottom: 10px;
}
#leftMessage {
	position: absolute;
	bottom: 124px;
	left: 0px;
	float: left;
	background-color: #FC0;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px;
	width: 144px;
}
#leftMessage p {
	margin: 3px;
}



#maincenter {
	height: 100%;
	width: 460px;
	float: left;
	background-color: #E5E5E5;
	position: relative;
}

#maincenter #omVedlikehold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	float: right;
	width: 350px;
	position: absolute;
	right: 10px;
	bottom: 15px;
	line-height: 1.2em;
}

#maincenter #omVedlikehold p {
	margin-top: 3px;
}

#mainright {
	height: 100%;
	float: left;
	width: 333px;
	background-color: #FFF;
	text-align: left;
}
#shop {
	background-image: url(../kalesjer/bkgnd_zipper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 333px;
	height: 430px;
}
.sjekk-button {
	position: relative;
	left: 30px;
	top: 320px;
	width: 160px;
}

#mainright h3 {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 30px;
	font-size: 1.5em;
	line-height: 1.2;
}

#mainright h4 {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
}

#mainright p {
	padding-right: 25px;
	padding-left: 30px;
	font-size: 0.9em;
	line-height: 1.2;
	margin-top: 0.5em;
	font-weight: normal;
}

#stripe {
	background-color: #000;
	color: #FFF;
	height: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-right-style: solid;
	border-bottom-style: solid;
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	padding-left: 10px;
	line-height: 10px;
	margin-top: 10px;
	float: left;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #000;
	color: #000;
	text-transform: uppercase;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #900;
}

.clearFloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

#page #main #mainright ul li {
	list-style-type: disc;
	margin-left: 45px;
	margin-top: 0.5em;
	font-size: 0.85em;
	line-height: 1.2em;
}

.spaceBelow {
	margin-bottom: 4px;
}
#prisMail {
	bottom: 0px;
	position: absolute;
	right: 0px;
	width: 333px;
	background-color: #A6CAF0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: italic;
	text-align: center;
}
#prisMailNarrow {
	bottom: 0px;
	position: absolute;
	right: 0px;
	width: 233px;
	background-color: #A6CAF0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: italic;
}
#mainmain ul li a{
	font-size: 1.5em;
	font-weight: bold;
	background-color: #F60;
	display: block;
	width: 350px;
	margin-left: 30px;
	margin-top: 5px;
	padding: 12px;
	text-decoration: none;
	color: #333;
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #999;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #999;
	text-align: center;
}
#mainmain ul li a:hover {
	/* [disabled]font-size: 1.5em; */
	/* [disabled]font-weight: bold; */
	background-color: #36C;
	/* [disabled]display: block; */
	/* [disabled]width: 350px; */
	/* [disabled]margin-left: 30px; */
	/* [disabled]margin-top: 5px; */
	/* [disabled]padding: 8px; */
	/* [disabled]text-decoration: underline; */
	color: #F93;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #999;
	border-left-color: #999;
}

