* { margin: 0; padding: 0; }

body {
	color: #373737;
	background: #0b0b0b url('../images/bg.png') repeat;
	background-position: top center;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	width: 950px;
	margin: auto;
}

#head {
	height: 97px;
	padding-top: 7px;
	padding-left: 15px;
	background: #ffffff url('../images/head_bg.png') repeat-y;
	background-position: right;
	border-radius: 0px 0px 5px 5px;	
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
}

#logo {
	width: 242px;
	height: 90px;
	background: url('../images/logo.png');
	background-position: -20px -5px; 	
	border: none;
}

ul.main_menu {
	margin-top: 14px;
	padding-left: 14px;
	padding-right: 14px;
}

ul.main_menu a {
	color: #ffffff;
	text-decoration: none;
}

ul.main_menu li {
	display: inline-block;
	width: 135px;
	height: 40px;
	color: #ffffff;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius: 10px 10px 0px 0px;
	
	background: #6f6f6f url('../images/menu_inactive_bg.png') repeat-x;
}

ul.main_menu li.contact {
	position: relative;
	width: 94px !important;
	line-height: 14px;
	padding-top: 5px;
	height: 35px;
	top: 6px;	
	background: #292929 url('../images/menu_inactive_kontakta_bg.png') repeat-x;
}

ul.main_menu li.selected {
	background: #fff !important;
	color: #636363 !important;
}

ul.main_menu a.selected {
	background: #fff !important;
	color: #636363 !important;
}

#map_bond {
	position: relative;
	top: 0px;
	left: 828px;
	height: 15px;
	width: 94px;
	background: #292929;
}

#content {
	background: #fff; 
	padding: 14px;
	
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.main {height: 560px; padding: 0px 14px 14px 14px !important;}
.magasinering {height: 615px;}
.kontakta {height: 495px;}
.hyrslap, .flytthjalp, .emballage, .shop {height: 535px;}

#content .banner {
	float: left;
	width: 638px;
	height: 85px;
	background-color: #ffd825;
	border-radius: 5px;
	text-align: center;
	padding-top: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
}

#content .contact_map {
	float: left;
	margin-left: 14px;
	width: 258px;
	height: 90px;
	color: #fff;
	background-color: #292929;
	border-radius: 5px;
	padding-top: 10px;
	padding-left: 12px;
	-moz-border-radius: 10px 0px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius: 10px 0px 10px 10px;	
	font-size: 11px;
}

#content .offer {
	float: left;	
	margin-top: 14px;
}

#content .mainpage_text {
	float: left;
	width: 317px;
	height: 160px;
	margin-top: 28px;	
	padding: 14px;
	background-color: #c9cece;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;		
}

#content .content_text {
	float: left;
	margin-left: 10px;
	width: 435px;
	color: #fff;
	background: #ffc400 url(../images/content_text_bg.png) repeat-x;
	background-position: bottom;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;			
}

#content .content_text .text {
	width: 375px;
	margin-top: 10px;	
	padding: 25px;
	color: #fff;	
	background-color: #939393;
	border-radius: 0xp 0xp 0xp 5px;
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius: 0px 0px 0px 10px;		
}

#content .fullNews {
	float: none !important;
	margin-left: auto!important;
	width: 922px !important;
}

#content .fullNews .text{
	width: 862px !important;
}

#content .news {
	float: left;
	width: 535px;
	margin-left: 14px;
	margin-top: 28px;	
	padding: 14px;	
	background-color: #c9cece;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;		
}

h1 {
	color: #343434;
	font: 30px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: -35px
}

#content .content_text h1 {
	color: #fff;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
}

h2 {
	font: 12px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

ul.news_list li {
	float:left;
	display: inline-block;
	width: 147px;
	height: 132px;
	margin-left: 5px;	
	padding: 14px;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	
	background: #ff8e1b url('../images/newslist_bg.png') repeat-x;	
}

ul.news_list li.first {
	margin-left: 0px;
	background: #ffd825 url('../images/newslist_bg_first.png') repeat-x;	
}

ul.news_list .more {
	float: right;
}

.more {
	color: #00548f;
	font-weight: bold;
	text-decoration: none;
}

p.footer {
	float: right;
	padding: 10px;
	color: #08afe6;
}

img.cath {
	float: left;
}

.price_bg {
	float: left;
	width: 920px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;			
}

.price {
	height: 60px;
	line-height: 30px;
	margin: 14px;
	padding: 14px;	
	background-color: ;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	background: #ff9500 url('../images/pricelist_bg.png') repeat-x;
	background-position: bottom;	
}

ul.price_list {margin-top: 5px;}

ul.price_list li {
	float:left;
	display: inline;
	color: #fff;
	margin-top: -10px;
}

.news_title { font-size: 16px; margin-bottom: 5px; }
.news_date { font-size: 11px; color: #CCC; }
li.fullNewsList { margin-bottom: 15px; }
ul { list-style: none; }
