body {
	color: #555555;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.35em;
	background: #101010;
	}
	
a {
	color: #777777;
	cursor: pointer;
	}

h1 {
	color: #006D34;
	font-size: 2.8em;
	font-family: 'Yanone Kaffeesatz';
	margin-bottom: 40px;
	}
	
h3 {
	color: #006D34;
	font-size: 2.3em;
	font-family: 'Yanone Kaffeesatz';
	}
	
h4 {
	margin-bottom: 4px;
	color: #006D34;
	font-size: 1.5em;
	font-family: 'Yanone Kaffeesatz';
	}

td {
	font-size: 0.9em;
	}
	
input {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.35em;
	padding: 2px;
	}
	
textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.35em;
	padding: 2px;
	}
	
div.hr {
	height: 1px;
	width: 96%;
	border-bottom: 1px dashed #ccc;
	}
	div.hr hr {
		display: none;
		}
	
#header {
	background-image: url("../images/bg_header.png");
	height: 70px;
	position: relative;
	}
	#header #logo_bg {
		background-image: url("../images/bg_logo.png");
		width: 332px;
		height: 70px;
		z-index: 1;
		position: relative;
		float: left;
		top: 0px;
		background-position: 0px 23px;
		background-repeat: no-repeat;
		left: 25px;
		}
		#header #logo_bg img {
			margin-top: 3px;
			margin-left: 85px;
			z-index: 2;
			position: relative;
			}
	#header #menu {
		position: relative;
		float: left;
		margin-left: 65px;
		}
		#header #menu ul {
			list-style-type: none;
			margin: 0px 6px 0px 0px;
			padding: 0px;
			height: 70px;
			}
			#header #menu>ul>li {
				float: left;
				padding: 0px 14px;
				height: 69px;
				}
				#header #menu>ul>li>a {
					font-size: 1.6em;
					color: #fff;
					text-decoration: none;
					font-family: 'Yanone Kaffeesatz', 'arial narrow', sans-serif;
					line-height: 3em;
					font-weight: 300;
					}
			.over {
				background-image: url('../images/bg_menu_hover.png');
				cursor: pointer;
				}
		#header #menu #offices {
			position: absolute;
			top: 69px;
			z-index: 1000;
			}
			#header #offices ul {
				list-style-type: none;
				border-top: 1px solid #14b76c;
				}
				#header #offices>ul>li {
					padding: 6px 14px;
					width: 81px;
					border-bottom: 1px solid #004F25;
					color: #fff;
					background-image: url("../images/bg_header.png");
					background-position: 0px 50px;
					}
					#header #offices>ul>li>a {
						font-size: 1.3em;
						color: #fff;
						text-decoration: none;
						font-family: 'Yanone Kaffeesatz', 'arial narrow', sans-serif;
						font-weight: 300;
						}
			
#spotlight {
	height: 200px;
	z-index: 10;
	border-top: 1px solid #555;
	border-bottom: 2px solid #555;
	position: relative;
	overflow: hidden;
	}
	#spotlight_caption_bg {
		background: #000;
		float:left;
		filter:alpha(opacity=50);
		-moz-opacity:.5;
		opacity:.5;
		position: absolute;
		bottom: 0px;
		height: 30px;
		width: 940px;
		}
	#spotlight_caption_text {
		position: absolute;
		padding: 4px 10px 0px 10px;
		bottom: 0px;
		height: 24px;
		color: #fff;
		overflow: hidden;
		vertical-align: middle;
		}
	
#submenu {
	background-color: #333;
    background-image: -moz-linear-gradient(100% 100% 90deg, #575351, #242120);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#242120), to(#575351));
	color: #fff;
	width: 940px;
	font-family: helvetica, arial, sans-serif;
	}
	#submenu ul {
		list-style-type: none;
		}
		#submenu ul li {
			float: left;
			padding: 12px 12px;
			cursor: pointer;
			}
		#submenu ul li a {
			color: #fff;
			text-decoration: none;
			font-size: 1.3em;
			font-family: 'Yanone Kaffeesatz', 'arial narrow', sans-serif;
			font-weight: 300;
			}
		.submenu_over {
			background-color: #151515;
			}

#sub_submenu {
	background-color: #555;
    background-image: -moz-linear-gradient(100% 100% 90deg, #797573, #464352);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#464352), to(#797573));
	color: #fff;
	width: 940px;
	font-family: helvetica, arial, sans-serif;
	border-top: 1px solid #222;
	border-bottom: 1px solid #333;
	}
	#sub_submenu ul {
		list-style-type: none;
		padding: 0px 12px;
		}
		#sub_submenu ul li {
			float: left;
			padding: 6px 10px;
			cursor: pointer;
			}
		#sub_submenu ul li a {
			color: #fff;
			text-decoration: none;
			font-size: 1.2em;
			font-family: 'Yanone Kaffeesatz', 'arial narrow', sans-serif;
			font-weight: 300;
			}
		.sub_submenu_over {
			background-color: #484848;
			}

#basket_holder {
	position: fixed;
	right: 20px;
	top: 20px;
	width: 200px;
	height: 452px;
	display: none;
	background-color: #fff;
	-moz-box-shadow: 2px 2px 9px #555;
	-webkit-box-shadow: 2px 2px 9px #555;
	box-shadow: 2px 2px 9px #555;
	z-index: 5;
	}
	#basket_holder h3 {
		color: #777;
		font-size: 1.8em;
		padding-left: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-top: 0px;
		margin-bottom: 0px;
		background: #e7e7e7;
		}

#basket {
	width: 192px;
	height: 320px;
	overflow: auto;
	padding: 4px 8px 4px 8px;
	}
	#basket h5 {
		font-size: 0.9em;
		margin-top: 4px;
		margin-bottom: 0px;
		color: #006D34;
		}
	#basket p {
		margin-right: 10px;
		margin-bottom: 0px;
		margin-top: 0px;
		}
#basket_price {
	width: 192px;
	padding: 8px 4px;
	border-top: 1px dotted #bbb;
	background-color: #e7e7e7;
	text-align: right;
	}
	#basket_price #basket_total {
		background-color: #e7e7e7;
		border: 0px;
		text-align: right;
		width: 118px;
		color: #555555;
		font-family: helvetica, arial, sans-serif;
		font-size: 1em;
		line-height: 1.35em;
		}
		
div#div_1 div#offert {
	width: 390px;
	
	}
	div#div_1 div#offert h5 {
		font-size: 0.9em;
		margin-top: 4px;
		margin-bottom: 0px;
		color: #006D34;
		}
	div#div_1 div#offert p {
		margin-right: 10px;
		margin-bottom: 0px;
		margin-top: 0px;
		}
			
#content {
	background-color: #ffffff;
	}
	#content ul
	{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		}
		
	#content ul li {
		background-repeat: no-repeat;
		background-position: 0px 2px;
		margin-bottom: 4px;
		padding-left: 24px;
		}
	#content #div_1 {
position: relative;
		margin-left: 20px;
		margin-bottom: 20px;
		}
	#content #div_2 {
		margin-left: 30px;
		margin-bottom: 20px;
		}

div#products_holder {
	position: relative;
	}
		
#div_1 div.product_holder {
	position: relative;
	overflow: hidden;
	}
	#div_1 div.product_holder p {
		width: 400px;
		}
	#div_1 div.product_holder ul.product_photos {
		list-style-type: none;
		float: right;
		margin-top: 16px;
		margin-right: 40px;
		}
		#div_1 div.product_holder ul.product_photos li {
			padding: 5px;
			}
			#div_1 div.product_holder ul.product_photos li img.product_thumb {
				}
	#div_1 div.product_holder div.product_price_holder {
		padding: 20px 0px;
		padding-bottom: 35px;
		}
		#div_1 div.product_holder div.product_price_holder div.product_price {
			color: #8F3E3E;
			font-size: 2.1em;
			font-family: 'Yanone Kaffeesatz';
			font-weight: bold;
			position: relative;
			float: left;
			}
		#div_1 div.product_holder div.product_price_holder div.product_addtobasket {
			float: right;
			margin-right: 40px;
			}

#offert_send {
	background-image: url(../images/icons/email.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	padding: 2px 6px;
	padding-left: 24px;
	border: 1px solid #959595;
	background-color: #cecece;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 8px;
	}

#news_date {
	font-size: 0.8em;
	color: #aaa;
	}

#office_sidebar {
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 20px 10px;
	text-align: right;
	}
	#office_sidebar img {
		width: 200px;
		margin: 6px 0px;
		border: 1px solid #444;
		}

#maxidepa {
	position: relative;
	padding: 10px 80px 10px 10px;
	border: 1px solid #aaa;
	}
	#maxidepa_splash {
		background-image: url("/images/maxidepa.png");
		background-repeat: no-repeat;
		width: 140px;
		height: 140px;
		position: absolute;
		right: -60px;
		top: -55px;
		}
		
#alert_message {
	border: 4px solid #aaa;
	background-color: #ededed;
	padding: 20px;
	color: #cc0000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
		
#kontakt_sidebar {
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 3px 10px;
	}

div#products_categories {
	background: #eeeeee;
	padding: 0px 40px 20px 20px;
	color: #fff;
	float: left;
	overflow: hidden;
	position: relative;
	}
	div#products_categories h4 {
		margin-bottom: 8px;
		font-weight: 300;
		}
		div#products_categories h4 a {
			text-decoration: none;
			color: #0A8C4F;
			}
	div#products_categories ul {
		list-style-type: none;
		}
		div#products_categories ul li {
			font-size: 0.9em;
			line-height: 1em;
			margin-left: -10px;
			}

div#products_content {
	padding: 10px 20px;
	float: left;
	position: relative;
	width: 630px;
	}
	
#add_product_div {
	display: none;
	}

#content #div_1 #sweden_map {
	position: relative;
	margin-left: 20px;
	}	

#content #div_1 #map_arrow {
	position: absolute;
	top: 185px;
	left: 56px;
	}

#map_locations {
	position: absolute;
	left: 155px;
	margin-top: 0px;
	top: 90px;
	}

#spots {
	position: absolute;
	float: left;
	width: 300px;
	top: 15px;
	left: 295px;
	}
#spots ul li {
	width: 288px;
	list-style: none;
	padding: 12px 0px 0px 12px;
	font-family: 'Yanone Kaffeesatz';
	font-size: 2.2em;
	color: #006D34;
	height: 68px;
	margin: 10px;
	border: 2px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-position: top;
	cursor: pointer;
	}
#spots ul li a {
	text-decoration: none;
	color: #006D34;
	}
#spots ul li#spot_snabbtalt {
	background-image: url(/images/spotlight_bg_snabbtalt.png);
	}
#spots ul li#spot_begagnat {
	background-image: url(/images/spotlight_bg_begagnat.png);
	}
#spots ul li#spot_slapvagnar {
	background-image: url(/images/spotlight_bg_slapvagnar.png);
	}

#spot_vader {
	position: absolute;
	height: 145px;
	border: 0px;
	padding: 5px;
	bottom: 0px;
	left: 10px;
	}

#footer {
	background-image: url("/images/bg_footer.png");
	padding: 9px 0px 7px;
	}
	#footer a {
		color: #ffffff;
		}
	#footer p {
		color: #ffffff;
		font-family: helvetica, arial, sans-serif;
		font-size: 0.8em;
		font-weight: 100;
		line-height: 1.1em;
		margin-left: 20px;
		float: left;
		}
	#footer p#partnerlogin {
		float: right;
		margin-right: 20px;
		}