/* Globals */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #000 url('../img/bg_texture.gif');
}

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

.global{
	width: 1026px;
	margin: 0px auto;
}

.bold{
	font-weight: bold !important;
}

.italic{
	font-style: italic !important;
}

/* Container elements / Menu */

#menu{
	width: 100%;
	background: url('../img/top.gif');
}

#menu ul{
	list-style-type: none;
	margin-top: 30px;
}

#menu ul li{
	display: inline;
}

#menu ul li img{
	border: none !important;
}

#feature{
	background: url('../img/featureLight.gif') repeat-x;
	margin-top: -4px;
	text-align: center;
}

#feature .margin{
	position: relative;
	top: 80px;
}

#products{
	text-align: center;
}

/* Global Container elements */

.split_left{
	width: 412px;
	float: left;
}

.split_left p{
	text-align: left !important;
}

.split_right{
	width: 412px;
	float: right;
}

.split_right p{
	text-align: left !important;
}


/* Typography */

p#shortInfo{
	font: 75% Helvetica, Arial, sans-serif;
	width: 400px;
	margin: 10px auto;
	line-height: 150%;
	color: #5a5a5a;
}

#feature h2{
	margin-top: 90px;
}

/* Quotes */

#quotes{
	text-align: center;
	height: 400px;
	margin-top: 60px;
}

.quote{
	width: 267px;
	margin: 55px 30px;
}

.quote p{
	font: 83% Helvetica, Arial, sans-serif;
	text-align: right;
	margin-top: 7px;
	color: #b1a992;
}


/* Product listing */

.product{
	width: 250px;
	float: left;
	margin: 75px 40px;
}

.product p.top{
	font: 70% Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #7e7e7e;
	margin: 0px 2px 0px 5px;
	text-align: left;
}

.product p.top span{
	font-weight: normal;
}

.product img.buy{
	float: right;
	position: relative;
	bottom: 4px;
}

.product p.bottom{
	font: 72.5% Helvetica, Arial, sans-serif;
	text-align: left;
	color: #918c7e;
	margin: 5px;
	line-height: 140%;
}

/* Info blocks */

#the_company{
	text-align: center;
	margin-bottom: 20px;
}

#the_company .global{
	width: 952px;
}

#the_company h3{
	clear: both;
	padding-top: 20px;
}


.info_block{
	height: 175px;
	width: 100%;
	text-align: left;
	margin: 60px 0px -20px 0px;
	color: #918c7e;
}

.info_block img{
	float: left;
	margin-right: 50px;
}

.info_block img.icon{
	float: none;
	margin-right: 0px;
}

.info_block p{
	font: 80% Helvetica, Arial, sans-serif;
	line-height: 150%;
	margin-bottom: 15px;
}

/* Footer */

#footer{
	text-align: center;
	font: 75% Helvetica, Arial, sans-serif;
	margin-top: 100px;
	margin-bottom: 120px;
}

#footer .global{
	width: 952px;
}

.column{
	width: 33%;
	float: left;
	text-align: left;
}

.column p{
	color: #a8937b;
	line-height: 150%;
}

.column p span{
	color: #8b9413;
	font-weight: bold;
}

.column img.cardLogo{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

.column img.mediumlogo{
	margin-top: -10px;
}

.column a{
	color: #a8937b;
	border-bottom: 1px solid #d6c5b1;
	position: relative;
	top: 22.5px;
	text-align: center;
}

/* Buttons */

a.kjop{
	display: block;
	float: right;
	clear: both;
	width: 44px;
	height: 21px;
	background: url('../img/buy.gif');
	margin-top: -6px;
	margin-bottom: 4px;
	margin-right: 2px;
}

a.kjop:hover{
	background: url('../img/buy_highlight.gif');
}

a#feedback{
	display: block;
	margin: 0px auto;
	width: 185px;
	height: 28px;
	clear: both;
	background: url('../img/feedback.gif');
}

a#feedback:hover{
	background: url('../img/feedback_highlight.gif');
}

a#fixthis{
	margin-right: -12px;
}

table#butikker{
	display: none;
	text-align: center;
	width: 75%;
	margin: 50px auto;
	font: 75% Helvetica, Arial, sans-serif;
	color: #a8937b;
	text-align: left;
	height: 850px;
}

table#butikker img{
	margin: 5px 10px;
}

table#butikker thead tr td{
	border-bottom: 1px solid #dbc8b3;
	font-weight: bold;
	padding: 5px 0px;
}

a#btkLink{
	border-bottom: 1px solid #5a5a5a;
}

#hudkrem h3{
	text-align: center;
	margin-bottom: 50px;
}

#hudkrem p{
	font: 80% Helvetica, Arial, sans-serif;
	color: #a8937b;
	text-align: left;
	margin: 10px auto;
	line-height: 150%;
	width: 60%;
}

a.link{
	color: #867663;
	border-bottom: 1px solid #baa58c;
}

a.epost:hover{
	color: #867663;
}

.logo_fleft{
	float: left;
	margin-right: 30px;
}

