/*

  "Hey Supermom" campaign
  (c) 2012, Gruppe XX, All rights reserved

*/
 
html,body {
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.png);

	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	font-family: Gotham-Light, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

a {
	text-decoration: none;
	color: #fd641a;
}

a:hover {
	color: #666666;
}

a img {
	border: none !important;
}

#container {
	height: 100%;
	width: 100%;
}

#top {
	height: 127px;
}

#header {
	background-image: url(../img/headerbg.png);
	height: 52px;
	width: 100%;
	margin-top: 23px;
	z-index: 900;
}

#jabra {
	background-image: url(../img/jabralogo.png);
	height: 64px;
	width: 112px;
	position: fixed;
	bottom: 3%;
	right: 0px;
}

#jabra a {
	display: block;
	height: 100%;
	width: 100%;
}

#tc {
	position: absolute;
	background-image: url(../img/topcirkler.png);
	height: 19px;
	width: 184px;
	margin-left: -315px;
	margin-top: 2px;
	left: 50%;
	top: 0px;
}

#tl {
	position: absolute;
	top: 5px;
	float: right;
	left: 50%;
	margin-left: 255px;
	color: #aaa;
	font-size: 12px;
}

#tl a {
	font-size: 11px;
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

#tl a:hover {
	color: #ff8a24;
}

#logo {
	background-image: url(../img/logo.png);
	height: 127px;
	width: 172px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: -23px;
	position: absolute;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#menu {
	float: right;
}

#menu a {
	font-size: 14px;
	text-decoration: none;
	color: #7c7c7c;
	padding: 18px 25px;
	display: block;
	float: left;
}

#menu a:hover {
	background: url(../img/mhover.png);
	color: #fff;
}

/* */
#content {
	margin-top: 80px;
	width: 960px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
}

.left {
	width: 630px;
	float: left;
}

.right {
	float: right;
	width: 310px;
}

.productsel {
	margin-top: 15px;
	margin-bottom: 8px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.productsel:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.box {
	background-image: url(../img/wbg.png);
	margin-bottom: 22px;
	padding: 20px;
}

/* */
.moreinfo {
	height: 216px;
	font-size: 15px;
}

.moreinfo .bimg {
	position: absolute;
	float: right;
	margin-bottom: -14px;
	margin-left: 148px;
	margin-top: 40px;
}

.moreinfo .buyme {
	position: absolute;
	margin-top: 188px;
	font-size: 14px;
}

.moreinfo .hidden {
	position: absolute;
}

/* */
#wheel {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}

/* */
/* */
.otherbutton {
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background: -webkit-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background: -o-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background: -ms-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background: linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #666666;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}

.otherbutton:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );

	background: -webkit-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background: -o-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background: -ms-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background: linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color: #e9e9e9;
	text-decoration: none;
}

.otherbutton:active {
	position: relative;
	top: 1px;
}

/* */
.m {
	width: 960px;
	margin: 0 auto;
}

.c {
	clear: both;
}

.hidden {
	display: none;
}

/* */
h1 {
	font-family: "Jenna Sue", serif;
	color: #FFF;
	font-size: 46px;
	margin-top: 6px;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	margin: 0px;
	color: #fff;
}

.box h1 {
	margin-top:12px;	
	margin-top:14px;
}
.box h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

p {
	line-height: 20px;
	color: #333;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#categories {
	margin-top: -45px;
}

#categories a {
	display: block;
	float: left;
	margin-right: 8px;
	padding: 8px 15px;
	background: #fefefe;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#categories a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
	color: #fd641a;
}

.indhold {
	background-image: url(../img/gbg.png);
	margin-bottom: 22px;
	padding: 20px;
}

#supportknapper a {
	color: #fff;
	text-decoration: none;
	float: left;
	width: 20%;
	margin-right: 5%;
	display: block;
	text-align: center;
	font-size: 12px;
}

#supportknapper a img {
	margin-bottom: 8px;
}

#contactinfo {
	padding: 20px;
	line-height: 20px;
}

#submit {
	margin-top: 20px;
	background-color: #fd641a;
}

#welcome {
	font-family: "Jenna Sue";
	font-size: 46pt;
	color: #fff0d3;
}

#headersupermom {
	color: #fd641a;
	font-size: 14pt;
}

#headerrecently {
	color: #fff0d3;
	font-size: 14pt;
}

#recently {
	float: left;
}

#headertech {
	color: #fd641a;
	font-family: gotham-light;
	font-size: 14pt;
}

#techlevel {
	font-size: 12pt;
}

#solutions {
	font-size: 12pt;
}

/* */
.button {
	padding: 8px 14px;
	border: none;
	border-radius: 9px;
	background-color: #fd641a;
	font-size: 13px;
	color: #FFF;

	-webkit-box-shadow: 0px 0px 5px #aaa;
	box-shadow: 0px 0px 5px #aaa;
	text-decoration: none;
}

.button:hover {
	background-color: #e16901;
	color: #ccc;
	cursor: pointer;
}

.button:active {
	position: relative;
	top: 1px;
}

/* */
.tangerine h2 {
	color: #fd641a;
}

.tangerine a {
	color: #fd641a;
}

.tangerine .button {
	color: #FFFFFF !important;
}

.beige h2 {
	color: #fff0d3;
}

.beige a {
	color: #fff0d3;
}

.beige .button {
	background: #fff0d3;
	color: #000;
}

.yellow h1 {
	color: #ffeb0b;
}

.yellow .indhold h2 {
	color: #ffeb0b;
}

.yellow .button {
	background: #ffeb0b;
	color: #000;
}

.yellow a {
	color: #ffeb0b;
}

.laks h1 {
	color: #f2ae90;
}

.laks .indhold h2 {
	color: #f2ae90;
}

.laks .button {
	background: #f2ae90;
	color: #fff;
}

.laks a {
	color: #f2ae90;
}

