/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_6 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container_6 .grid_1 {
	width:140px;
}

.container_6 .grid_2 {
	width:300px;
}

.container_6 .grid_3 {
	width:460px;
}

.container_6 .grid_4 {
	width:620px;
}

.container_6 .grid_5 {
	width:780px;
}

.container_6 .grid_6 {
	width:940px;
}



/* Prefix Extra Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container_6 .prefix_1 {
	padding-left:160px;
}

.container_6 .prefix_2 {
	padding-left:320px;
}

.container_6 .prefix_3 {
	padding-left:480px;
}

.container_6 .prefix_4 {
	padding-left:640px;
}

.container_6 .prefix_5 {
	padding-left:800px;
}



/* Suffix Extra Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container_6 .suffix_1 {
	padding-right:160px;
}

.container_6 .suffix_2 {
	padding-right:320px;
}

.container_6 .suffix_3 {
	padding-right:480px;
}

.container_6 .suffix_4 {
	padding-right:640px;
}

.container_6 .suffix_5 {
	padding-right:800px;
}



/* Push Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container_6 .push_1 {
	left:160px;
}

.container_6 .push_2 {
	left:320px;
}

.container_6 .push_3 {
	left:480px;
}

.container_6 .push_4 {
	left:640px;
}

.container_6 .push_5 {
	left:800px;
}



/* Pull Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container_6 .pull_1 {
	left:-160px;
}

.container_6 .pull_2 {
	left:-320px;
}

.container_6 .pull_3 {
	left:-480px;
}

.container_6 .pull_4 {
	left:-640px;
}

.container_6 .pull_5 {
	left:-800px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



/* GENERAL SYSTEM HALL CSS SCRIPTING */


.meny {
	width:620px;
	display:block;
	height:140px;
	text-align:right;
}

.meny-wrapper {
	display:block;
	float:right;
	margin-top:11px;
}

.sub-meny-wrapper {
	display:block;
	float:right;
	margin-top:71px;
	height:20px;
	width:300px;
}

.meny-a {
	text-decoration:none;
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 13px;
	text-transform:capitalize;
	color:#FFFFFF;
	line-height:18px;	
}

.meny-a:hover {
	text-decoration:underline;
}


.sub-meny-list {
	display:block;
	float:right;
	padding-left:8px;
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 12px;
}

.a-submeny, .a-submeny:active, .a-submeny:visited, .a-submeny:focus {
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 13px;
	text-transform:capitalize;
	color:#ff9100;
	line-height:18px;
	text-decoration:underline;
}


.a-submeny:hover {
	
	color:#e28100;	
	
}
	


.meny-list {
	display:block;
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:5px;
	background-image:url(../images/bg-meny.jpg);
	background-repeat:repeat-x;
}

.top-logga {
	background-image: url(../images/top-logga.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 280px;
	height: 140px;
	overflow: hidden;
	border: none;
}

.black {
	background-color:#000;
	height: 4px;
	display:block;
	width:940px;
}

.top-slider {
	background-image:url(../images/top-slider.jpg);
	background-repeat:no-repeat;
	height:331px;
	width:940px;
	display:block;
	overflow:hidden;
}

.orange {
	background-color:#ff9100;
	height:11px;
	display:block;
	overflow:hidden;
}


.a-content, .a-content:active, .a-content:visited, .a-content:focus {
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 13px;
	text-transform:capitalize;
	color:#ff9100;
	line-height:18px;
	text-decoration:underline;
}


.a-content:hover {
	
	color:#e28100;	
	
}

.left {
	margin:0px;
	margin-right:20px;
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 13px;
	text-transform:capitalize;
	color:#a2a1a1;
	line-height:18px;
}

.middle {
	margin:0px;
	margin-right:30px;
	margin-left:30px;
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 13px;
	text-transform:capitalize;
	color:#a2a1a1;
	line-height:18px;
}

.right {
	margin:0px;
	margin-left:20px;
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 13px;
	text-transform:capitalize;
	color:#a2a1a1;
	line-height:18px;
}


.teknik {
	background-image:url(../images/bg-teknik.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:185px;
	display:block;
	
}

.referenser {
	background-image:url(../images/bg-referenser.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:185px;
	display:block;
}

.elatek {
	background-image:url(../images/bg-elatek.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:185px;
	display:block;
}

.foretaget {
	background-image:url(../images/foretaget.jpg);
	background-repeat:no-repeat;
	width:920px;
	display:block;
}


.ref {
	background-repeat:no-repeat;
	width:280px;
	
	display:block;
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 11px;
	color:#a2a1a1;
	line-height:15px;
}


















.grey-text {
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 13px;
	text-transform:capitalize;
	color:#a2a1a1;
	line-height:18px;
}

.grey-mini-text {
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 11px;
	color:#a2a1a1;
	line-height:16px;
}


.sitemap, .sitemap:active, .sitemap:visited, .sitemap:focus {
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 12px;
	text-transform:none;
	color:#ff9100;
	line-height:16px;
	text-decoration:none;
}


.asitemap:hover {
	
	color:#e28100;	
	
}

.footer {
	font-family: Helvetica Neue, Helvetica, Arial, sans serif;
	font-size: 12px;
	text-transform:none;
	color:#a2a1a1;
	line-height:16px;
	text-decoration:none;
}
