#wrap {
	margin: auto;
	text-align: center;
	width: 992px;
}

#container {
	background: url(../images/container.png) no-repeat;
	height: 713px;
	margin: 40px auto 0 auto;
	overflow: hidden;
	width: 992px;
}

#mainmenu {
	height: 35px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

#mainmenu table {
	font-size: 1em;
	margin-left: 44px;
	width: 935px;
}

#mainmenu td {
	text-align: left;
}

#mainmenu td.item-1 { width: 146px; }
#mainmenu td.item-2 { width: 135px; }
#mainmenu td.item-3 { width: 120px; }
#mainmenu td.item-4 { width: 123px; }
#mainmenu td.item-5 { width: 166px; }
#mainmenu td.item-6 { width: 119px; }
#mainmenu td.item-7 { width: 94px; }

#mainmenu td a {
	color: #999;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#mainmenu td a:hover {
	color: #333;
}

#mainmenu td a.active {
	color: #333;
}

#subcontainer {
	height: 380px;
	margin: 28px auto 0 auto;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: left;
	width: 875px;
}

#subcontainer p {
	font-size: .7em;
	margin: 0 0 1em 0;
}

#firstpage-separator {
	left: 675px;
	position: absolute;
	top: 3px;
}

#submenu {
	height: 30px;
	width: 100%;
}

#submenu ul {
	list-style: none outside;
	margin: 0 0 0 10px;
	padding: 0;
}

#submenu li {
	float: left;
	margin-right: 3em;
	text-transform: uppercase;
}

#submenu li a {
	color: #999;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

#submenu li a:hover {
	color: #333;
}

#submenu li a.active {
	color: #333;
}

#content {
	height: 350px;
	overflow: hidden;
	width: 100%;
}

#slidecontainer {
	width: 5000px;
}

#slidecontainer div.slide {
	float: left;
	height: 330px;
	margin-right: 50px;
	padding-top: 10px;
	padding-left: 40px;
	width: 795px;
}

#shortcuts {
	height: 95px;
	margin: 10px auto 0 auto;
	position: relative;
	width: 906px;
}

#shortcut-1, #shortcut-2, #shortcut-3, #shortcut-4 {
	float: left;
	height: 94px;
	width: 214px;
}

#shortcut-1 h3, #shortcut-2 h3, #shortcut-3 h3, #shortcut-4 h3 {
	color: #fff;
	font-size: 1.3em;
	margin: 20px auto auto 20px;
	text-align: left;
	text-transform: uppercase;
}

#shortcut-1 a, #shortcut-2 a, #shortcut-3 a, #shortcut-4 a {
	color: #fff;
} 

#shortcut-1 {
	position: absolute;
	left: 0;
	top: 0;
}

#shortcut-2 {
	position: absolute;
	left: 231px;
	top: 0;
}

#shortcut-3 {
	position: absolute;
	left: 462px;
	top: 0;
}

#shortcut-4 {
	position: absolute;
	right: 0;
	top: 0;
}

#footer {
	margin: 40px auto 0 auto;
	position: relative;
	width: 90%;
}

#footer p {
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 10px;
}

#footer div.left {
	float: left;
	text-align: left; 
	width: 100px;
}

#footer div.right {
	float: right;
	text-align: right;
	width: 150px;
}

#logo {
	height: 55px;
	position: absolute;
	top: -10px;
	left: 370px;
	width: 150px;
}

#logo img {
	height: 100%;
	line-height: 0;	
	width: 100%;
}

#badge {
	background: url(/images/badge.png) no-repeat;
	height: 388px;
	left: 5px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	width: 366px;
}

#count-contract {
	background: url(/images/counter.png) no-repeat;
	height: 180px;
	overflow: hidden;
	width: 775px;
}

#count-contract span {
	display: block;
	margin-bottom: 5px;
}

#count-contract .live-in {
	color: #fff;
	font-size: .8em;
	padding: 40px 0 0 15px;
	text-transform: uppercase;
	width: 155px;
}

#count-contract .consumption {
	color: #fff;
	padding-top: 45px;
	width: 165px;
}

#count-contract .consumption p {
	margin-left: 2px;
}

#count-contract .time {
	color: #fff;
	font-size: .7em;
	padding-top: 40px;
	text-transform: uppercase;
	width: 200px;
}

#count-contract .time span {
	display: block;
	margin-bottom: 0px;
}

#count-contract .results {
	text-align: right;
}

#count-contract .results span.result {
	color: #fff;
	display: block;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 54px;
	margin: 5px 12px 0 0;
}

body {
	background: #000 url(../images/backgrounds/bjorkar.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#news-column {
	float: right;
	height: 380px;
	margin: 10px 13px 0 0;
	overflow: hidden;
	width: 175px;
}

#news-column span.preamble {
	display: block;
	font-size: .64em;
	height: 70px;
	line-height: 1.3em;
	margin-top: 2px;
	overflow: hidden;
}

div.news-item {
	border-bottom: 1px dotted #333;
	margin: 0 0 .5em 0;
}

div.news-item h1 {
	font-size: .7em;
	font-weight: bold;
}

div.news-item span {
	display: block;
	font-size: .7em;
	line-height: 1.5em;
	margin: 0 0 .5em 0;
}

div.news-archive {
	height: 285px;
	margin: 6px 0;
	overflow: hidden;
}

div.news-item-wrapper {
	height: 330px;
	overflow: auto;
}

div.line {
	border-top: 1px solid #bbb;
	height: 0;
	margin: 0;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

#content div.left {
	float: left;
	height: 350px;
	overflow: hidden;
	width: 374px;
}

#content div.right {
	float: right;
	height: 350px;
	overflow: hidden;
	width: 380px;
}

#content ul {
	font-size: .7em;
	line-height: 1.7em;
	list-style: outside;
	margin: 0;
	padding: 0 0 0 15px;
}

#content ul li {
	margin-bottom: .8em;
}

#content ul.spartips li {
	margin-bottom: .4em;
}

#firstpage-text {
	left: 380px;
	position: absolute;
	top: 80px; 
	width: 250px;
}

#firstpage-text h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: .3em;
	text-align: center;
}

/* ##### Content text-styling ##### */

a {
	color: #598f2d;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #77b755;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 0 0 5px 0;
	text-transform: uppercase; 
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-top: : 30px;
	margin-bottom: 0;
	text-transform: uppercase; 
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0;
	text-transform: uppercase;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.7em;
}

small {
	font-size: .72em;
	font-weight: bold;
}

table {
	font-size: .7em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* ##### Image Styling ##### */

img {
	border: 0px;
	line-height: 0;
}

img.center {
	border: 3px solid #fff;
	display: block;
	margin: 10px auto;
}

img.left {
	border: 3px solid #fff;
	float: left;
	margin: 0 30px 5px 0;
}

img.right {
	border: 3px solid #fff;
	float: right;
	margin: 5px 0 5px 30px;
}

/* ##### Shortcut backgrounds ##### */

.shortcut-background-1 {
	background: url(/images/shortcut1.png) center center no-repeat;
}

.shortcut-background-2 {
	background: url(/images/shortcut2.png) center center no-repeat;
}

.shortcut-background-3 {
	background: url(/images/shortcut3.png) center center no-repeat;
}

.shortcut-background-4 {
	background: url(/images/shortcut4.png) center center no-repeat;
}

.shortcut-background-5 {
	background: url(/images/shortcut5.png) center center no-repeat;
}

.shortcut-background-6 {
	background: url(/images/shortcut6.png) center center no-repeat;
}

.shortcut-background-7 {
	background: url(/images/shortcut7.png) center center no-repeat;
}


/* ##### Form styling ##### */

input.contact, textarea.contact {	
	background: url(/images/formbg.jpg) no-repeat;
	border: 1px solid #999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	padding: 6px;
}

input.contact-small {
	background: url(/images/formbg.jpg) no-repeat;
	border: 1px solid #999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	padding: 3px 5px 3px 5px;
}

input.contact {
	width: 325px;
}

textarea.contact {
	height: 175px;
	width: 764px;
}

input.contact-error, textarea.contact-error {
	background: url(/images/formbg_error.jpg) no-repeat !important;
}

/* ##### Other styling ##### */

.hidden {
	display: none;
}