/*..............................................*/
/*				Nolla allt...					*/
/*..............................................*/
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,img,embed,object,a {
	margin:0px;
	padding:0px;
	border: 0px;
	text-decoration: none;
}

a { 
	color: #F00;
}

a:hover {
	text-decoration: none;
	color: #f99d1c;
}

h1 {font-size: 18px; font-weight: normal; color: #F00; margin-top: 10px; margin-bottom: 10px;}
h2 {font-size: 18px; font-weight: normal; color: #F00;}
h3 {font-size: 11px; font-weight: bold; color: #333; }
h4 {font-weight: bold; font-size: 12px; color: #333; margin-bottom: 2px; }
h5 {font-style: italic; font-size: 12px; color: #333;}
h6 {font-size: 12px; color: #f99d1c; text-transform: uppercase;}

/*..............................................*/
/*				Grundstruktur					*/
/*..............................................*/

body, html {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: black; 
	height: 100%;
	background-color: #FFF;
	background-image: url('/images/background_flano.jpg');
	background-repeat: repeat;
}

#centerwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 916px;
	height: 100%;
}
#wrapitall {
	float: left;
	height: auto;
	background-image: url('/images/background.gif');
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 8px;
}

#mainwrapper {
	float: left;
	width: 900px;
}
#topwrapper {
	float: left;
	width: 900px;
	height: 50px;
}

#logowrapper {
	float: left;
	position: relative;
	left: 20px;
	height: 182px;
	width: 200px;
	z-index: 10;
}

#langBox {
	float: right;
	width: 70px;
	margin-right: 20px;
	margin-top: 20px;
}
#langBox img {
	float: right;
	margin-left: 4px;
}

#contentwrapper {
	float: left;
	width: 900px;
	border-bottom: 1px solid #CCC;
}
#contentwrapper li {
	list-style-type: disc;
	list-style-position: inside;
}
#contentTarget {
	float: left;
	width: 707px;
	padding-bottom: 100px;
}

#bottomwrapper {
	float: left;
	width: 910px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #F00;
}
#star {
	position: relative;
	float: left;
	width: 60px;
	top: -100px;
	left: -100px;
}
#bottomwrapper a {
	color: #333;
}
#mainmenu {
	float: left;
	width: 193px;
}
#mainmenu ul,
#mainmenu li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainmenu li {
	margin-left: 3px;
	margin-bottom: 3px;
}
#nalle {
	float: right;
	width: 122px;
	height: 263px;
}
/*--------------------- Testar */
#gallery { position: relative; z-index: 9; width:707px; height:337px; overflow: hidden; margin:0; padding:0;}
#gallery li { display: block; overflow: hidden; }
#gallery2 { position: relative; z-index: 9; float: right; width:475px; height:128px; overflow: hidden; margin:0; padding:0;}
#gallery2 li { display: block; overflow: hidden; }

#galleria {
	float: left;
	width: 675px;
	margin-top: 10px;
}
.galleryThumb {
	float: left;
	width: 208px;
	height: 195px;
	padding: 8px;
	overflow: hidden;
	background-image: url(/images/galleryBack.png);
	background-repeat: no-repeat;
}
.galleryThumbImageArea {
	float: left;
	width: 193px;
	height: 137px;
	overflow: hidden;
}
.galleryThumbImageArea img {
	width: 193px;
}
.galleryInfoArea {
	float: left;
	width: 176px;
	padding-top: 8px;
	padding-right: 17px;
	text-align: right;
}
.galleryInfoArea img {
	height: 24px;
	width: 28px;
}
/* ------------------------------------------------------------------------------------------- */
/* Produkter
/* ------------------------------------------------------------------------------------------- */
.shopThumb {
	float: left;
	width: 208px;
	height: 195px;
	padding: 8px;
	overflow: hidden;
	background-image: url(/images/shopBack.png);
	background-repeat: no-repeat;
}
.shopThumbImageArea {
	float: left;
	width: 193px;
	height: 134px;
	overflow: hidden;
}
.shopThumbImageArea img {
	width: 193px;
}
.shopInfoArea {
	float: left;
	width: 185px;
	margin-top: 5px;
}
.shopInfoArea h3 {
	color: #666;
}
.add2cart img {
	height: 44px;
	width: 38px;
}
.add2cart {
	float: right;
	width: 38px;
	height: 44px;
	background-color: #F00;
}



/*..............................................*/
/*						meny					*/
/*..............................................*/

#menuwrapper {
	position: relative;
	z-image: 5;
	float: right;
	height: 50px;
	width: 600px;
}
#menuwrapper ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
#menuwrapper li {
	list-style : none;
	float : left;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
	line-height: 50px;
}
#menuwrapper li ul { /* second-level lists */
	display: block;
	float: left;
}

#menuwrapper ul li {
	padding-left: 20px;
}
#menuwrapper a {
	text-decoration : none;
	display : block;
	color: #F00;
	height: 31px;
}
#menuwrapper a:hover {
	color: #f99d1c;
	height: 31px;
	background: transparent url(/images/pointer_act.gif) bottom center no-repeat;
}
#menuwrapper ul li:hover, #menuwrapper ul li a:hover {
}
#menuwrapper ul ul, #menuwrapper ul ul ul {
	display : none;
	position : absolute;
}
#menuwrapper li:hover ul ul, #menuwrapper li:hover ul ul ul, #menuwrapper li:hover ul ul ul ul, #menuwrapper li:hover ul ul ul ul ul, #menuwrapper li:hover ul ul ul ul ul ul, #menuwrapper li:hover ul ul ul ul ul ul ul {
	display : none;
	position : absolute;
}
#menuwrapper li:hover ul, #menuwrapper ul li:hover ul, #menuwrapper ul ul li:hover ul, #menuwrapper ul ul ul li:hover ul, #menuwrapper ul ul ul ul li:hover ul, #menuwrapper ul ul ul ul ul li:hover ul, #menuwrapper ul ul ul ul ul ul li:hover ul {
	display : none;
	position : absolute;
	width: 180px;
	padding-left: 0px;
}
#menuwrapper ul li ul li {
	width: 180px;
	padding-left: 0px;
}
#menuwrapper ul li ul li a {
	text-decoration : none;
	display : block;
	border-bottom: 0px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	padding-left: 10px;
	background-color: #FFF;
} 
#menuwrapper ul li ul li a:hover {
	text-decoration : none;
	display : block;
	border-bottom: 0px;
	background-color: #e5effc;
	padding-left: 10px;
} 
#menuActive {
	color: #f99d1c;
	height: 31px;
	background: transparent url(/images/pointer.gif) bottom center no-repeat;
}
/*..............................................*/
/*					Startsida					*/
/*..............................................*/

#imageArea {
	float: left;
	width: 705px;
	height: 345px;
	overflow: hidden;
	background-color: #FFF;
}
#image {
	float: left;
	width: 707px;
	overflow: hidden;
}
#contentArea {
	float: left;
	width: 90%;
	margin-left: 30px;
	margin-top: 20px;
}
#StandardContentArea {
	float: left;
	width: 100%;
	margin-left: 30px;
	margin-top: 20px;
}

#StandardImageArea {
	float: right;
}
#noImage {
	float: right;
	width: 475px;
	height: 128px;
}
#thumbs {
	top: 0px;
	float: right;
	padding: 3px;
}
#thumbs img {
	margin-left: 3px;
}
#textArea {
	float: left;
	width: 100%;
}

#headline {
	font-size: 24px;
	margin-top: 5px;
}
#ingress {
	font-size: 12px;
	font-style: italic;
	color: #333;
	width: 100%;
	padding-bottom: 5px;
}
#StandardIngress {
	font-size: 12px;
	font-style: italic;
	color: #333;
	width: 100%;
	padding-bottom: 5px;
}

#text {
	font-size: 12px;
	line-height: 17px;
	color: #333;
	width: 100%;
}

#StandardText{
	font-size: 12px;
	line-height: 17px;
	color: #333;
	width: 90%;
}
.spalt1 {
	float: left;
	width: 300px;
	margin-right: 10px;
}
.spalt2 {
	float: left;
	width: 300px;
}

#pageList {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;

}
#pageList li {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 20px;
	border-top: 1px dotted #CCC;
}
#pageList li:hover {
	color: #333;
	background-color: #e5effc;
}

#pageList a, a:hover {
	color: #333;
}

/*..............................................*/
/*					ContactPage					*/
/*..............................................*/
#contactForm {
	float: left;
	width: 670px;
	margin-left: 15px;
	margin-top: 15px;
}

#contactForm img {
	padding: 2px;
	margin-top: 5px;
	border: 1px solid #CCC;
}
#contactForm h4 {
	font-size: 11px;
}
#contactForm textarea {
	float: left;
	width: 400px;
	height: 170px;
	border: 1px solid #CCC;
}

#mailalert {
	float: left;
	clear: both;
	width: 678px;
	border: 1px solid #FCC;
	background-color: #FEE;
	margin: 5px;
	padding: 10px;
	text-align: center;
}
#mailok {
	float: left;
	clear: both;
	width: 678px;
	border: 1px solid #9F9;
	background-color: #EFE;
	margin: 5px;
	padding: 10px;
	text-align: center;
}

#mailinfo {
	float: left;
	width: 410px;
	margin-right: 10px;
}
#mailtext {
	float: left;
	width: 250px;
}
#mailtext input {
	width: 240px;
}
/*..............................................*/
/*					NewsPage					*/
/*..............................................*/
#NewsContentArea {
	float: left;
	width: 675px;
	margin-left: 30px;
	margin-top: 20px;
}
#newsList {
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: left;
}
#newsList h1 {
	margin: 0px;
	padding: 0px;
}
#newsList p {
	width: 210px;
}
.newslist a {
	float: left;
	width: 150px;
}
#newsHeadline {
	border-bottom: 10px solid #EEE;
}

/*..............................................*/
/*					sitemap						*/
/*..............................................*/

ul.maketree, ul.maketree ul, ul.maketree li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.maketree ul { padding-left: 0.3em; }
ul.maketree li {
  border-left: 1px dotted #000;
  padding-left: 13px;
  background: url(/images/dotted.gif) scroll no-repeat 1px 0.8em;
}
ul.maketree li.last {
  border-left-width: 0px;
  padding-left: 14px;
  background: url(/images/dottedangle.gif) scroll no-repeat left top;
}
/*..............................................*/
/*					Blandat						*/
/*..............................................*/
#loader {
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
}
#imageLoader {
	width: 125px;
	height: 100px;
	padding-top: 50px;
	padding-left: 120px;
	text-align: center;

}
#imageLoader img {
	width: 16px;
}
#objectLoader {
	margin-left: 20px;
	width: 785px;
	padding-top: 125px;
	height: 130px;
	text-align: center;
}

#granvik {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
}

/* ------------------------------------------------------------------------------------------------------------------- */
/*	Definiering av "snygga" knappar..
/* ------------------------------------------------------------------------------------------------------------------- */
a.button {
	float: left;
    background: transparent url(/images/bg_button.png) no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 21px;
    padding-right: 15px; /* sliding doors padding */
	margin-right: 2px;
    text-decoration: none;
    cursor:pointer;
}
a.button img {
	float: left;
	margin: 0px;
	margin-top: 2px;
	margin-right: 5px;
}
a.button span {
    background: transparent url(/images/bg_button_span.png) no-repeat;
    display: block;
    line-height: 21px;
    padding-left: 15px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    line-height: 21px;
    padding-left: 15px;
}
a.button:active {
	background: transparent url(/images/bg_buttonPush.png) no-repeat scroll top right;
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background: transparent url(/images/bg_buttonPush_span.png) no-repeat scroll top right;
	background-position: bottom left;
	line-height: 21px;
	padding-left: 15px;
}

/* ------------------------------------------------------------------------------------------------------------------- */
/*	Retail
/* ------------------------------------------------------------------------------------------------------------------- */

#retail {
	float: left;
	width: 100%;
}
#retail h2 {
	width: 670px;
	border-bottom: 1px solid #CCC;
}
.retailCell {
	float: left;
	width: 33%;
}
.retailRow {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.retailCell h3 {
	margin-top: 3px;
}


#newsletter {
	float: right;
	width: 191px;
	height: 100px;
	margin-top: 15px;
	overflow: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------- */
/*	Product
/* ------------------------------------------------------------------------------------------------------------------- */

#productInfo {
	float: left;
	width: 100%;
}
#prodImg {
	float: left;
	width: 540px;
	height: 450px;
	border-bottom: 1px dotted #999;
}
#prodImg img {
	width: 520px;
}

#subscribed {
	float: left;
	width: 650px;
	margin-bottom: 10px;
}
