*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div {margin:auto;}
a {outline:0;}
a img {border:none; outline:0;}
p {margin-top:0; padding-top:0;}
p:last-child {margin-bottom: 0; padding-bottom: 0;}
html, body {
	height: 100%;
	margin:0;
	padding:0;
}
/*************** body ***************/
body {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
    font-weight: normal;
    font-style: normal;
	background-color: #fff;
}
/*************** a, img, h, etc ***************/
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
img {
	border: 0;
}

/* h1, h2, h3, h4 */
h1 {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:36px;
	font-weight:bold;
	color: #000;
}
h2 { font-family: 'Fira Sans', Arial, Helvetica, sans-serif; margin:0;padding:0;font-size: 20px; color:#000; text-transform: none; font-weight:normal; }
h3 { font-family: 'Fira Sans', Arial, Helvetica, sans-serif; margin:0;padding:0;font-size: 18px; color:#000; text-transform: none; font-weight:normal; }
h4 { font-family: 'Fira Sans', Arial, Helvetica, sans-serif; margin:0;padding:0;font-size: 16px; color:#000; text-transform: none; font-weight:normal; }
/*************** wrapper ***************/
#wrap {
	float: left;
	width: 100%;
}
/*************** header ***************/
#header {
	float: left;
	width: 100%;
	height: 100px;
	background-image: url(http://scandiamaskin.no/layout/bg-header.png);
	background-position: top;
	background-repeat: repeat-x;
}
#head {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 100px;
}

#logo {
	position: absolute;
	left: 0;
	top: 21px;
	width: 298px;
	height: 58px;
}
#menu {
	position: absolute;
	right: 0;
	bottom: 20px;
}
#menu ul {
	list-style: none; margin: 0; padding: 0;
	float: right;
}
#menu ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}
#menu ul li:first-child { margin: 0; }
#menu ul li a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#fbLike {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
	width: 200px;
}
/*************** frontboxes ***************/
.frontboxes {
	float: left;
	width: 100%;
}
.frontbox {
	float: left;
	width: 306px;
	margin-right: 31px;
}
.frontbox.last { margin-right: 0; }
.frontbox-title {
	float: left;
	width: 100%;
	background-image: url(http://scandiamaskin.no/layout/box-title.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
.frontbox-title h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	line-height: 57px;
	font-weight: normal;
}
.frontbox-title h2 a { color: #fff; text-decoration: none; }
.frontbox-title h2 a:hover { color: #fff; text-decoration: underline; }
.frontbox-image {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #fff;
}
.frontbox-image img { max-width: 100%; }
.frontbox-image img:hover { opacity: 0.7; }
.frontbox-text {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.frontbox-text a { color: #000; text-decoration: none; }
.frontbox-text a:hover { color: #000; text-decoration: underline; }
.frontbox-bot {
	float: left;
	width: 100%;
	height: 10px;
	background-image: url(http://scandiamaskin.no/layout/box-bot.png);
	background-position: top;
	background-repeat: repeat-x;
}
/*************** index ***************/
#main-index {
	float: left;
	width: 100%;
	background-image: url(http://scandiamaskin.no/layout/bg-main.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 45px 0 55px 0;
}
.left-index {
	float: left;
	width: 580px;
}
.right-index {
	float: right;
	width: 360px;
}
.inner-title {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d8dbdd;
}
.inner-news {
	float: left;
	width: 100%;
}
.news-item {
	float: left;
	width: 270px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.news-item a { color: #000; text-decoration: none; }
.news-item a:hover { color: #000; text-decoration: underline; }
.news-title {
	float: left;
	width: 100%;
	font-size: 18px;
}
.news-date {
	float: left;
	width: 100%;
	font-size: 14px;
	margin-bottom: 2px;
}
/*************** content ***************/
#content-index {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
}
#content {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
}
.full {
	float: left;
	width: 100%;
}
.half-left {
	float: left;
	width: 313px;
}
.half-right {
	float: right;
	width: 313px;
}
.left {
	position: relative;
	float: left;
	width: 180px;
}
.right {
	float: right;
	width: 760px;
}
.inner-right {
	float: right;
	width: 240px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.title {
	float: left;
	width: 100%; margin-bottom: 10px;
}
.title h1 { color: #000; font-weight: normal; font-size: 36px; }
.text, .article-text {
	float: left;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
}
.text a, .article-text a { color: #000; text-decoration: underline; }
.text a:hover, .article-text a:hover { color: #000000; text-decoration: underline; }
.text img, .article-text img { max-width: 100%; }
.text-thumb {
	float: right;
	width: 300px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
}
.text-thumb img { max-width: 100%; }

.product-text-title {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d8dbdd;
	background-color: #eee;
	padding: 20px;
	font-size: 24px;
}
.product-text {
	float: left;
	width: 100%;
	overflow: hidden;
}

/*************** childrens ***************/
.children {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #d8dbdd;
}

.child {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d8dbdd;
}
.child-left {
	float: left;
	width: 520px;
}
.child-title {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}
.child-title h2 { font-size: 24px; font-weight: normal; color: #000; }
.child-title h2 a { text-decoration: none; }
.child-title h2 a:hover { text-decoration: underline; }
.child-text {
	float: left;
	width: 100%;
}
.child-image {
	float: right;
	width: 200px;
}
.child-image img { max-width: 100%; }
.child-read {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 12px;
}
.child-read a {
	display: inline-block;
	background-color: #1c2f41;
	padding: 4px 8px;
	color: #fff;
	text-decoration: none;
}
.child-read a:hover { text-decoration: underline; }

/*************** left sub-menu ***************/
.left-menu {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.left-menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.left-menu li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #fff;
}
.left-menu li a {
	color: #fff;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	background-color: #09141c;
	padding: 8px;
	font-size: 14px;
}
.left-menu .firstchild {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.left-menu .lastchild {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.left-menu li a:hover { color: #fff; text-decoration: underline; }
.left-menu li a:before { content:"»"; margin-right: 5px; display: inline-block; }
.left-menu li a.currentpage { background-color: #eee; color: #000; text-decoration: none; }

.left-menu li li a { padding-left: 12px; border-radius: 0 !important; font-size: 12px; background-color: #1c2f41; }
.left-menu li li li a { padding-left: 16px; border-radius: 0 !important; font-size: 12px; background-color: #435c73; }

/*************** footer-wrap ***************/
#footer {
	float: left;
	width: 100%;
	margin-top: 55px;
	padding-top: 55px;
	border-top: 1px solid #d8dbdd;
}
.foot-text {
	float: left;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
}
.foot-text h3 {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 2px;
	color: #000;
}
.foot-text a { color: #000; text-decoration: none; }
.foot-text a:hover { color: #000; text-decoration: underline; }

.foot-col1 {
	float: left;
	width: 33%;
	padding-left: 80px;
}
.foot-col2 {
	float: left;
	width: 33%;
	padding-left: 80px;
}
.foot-col3 {
	float: left;
	width: 33%;
	padding-left: 80px;
}
.foot-logo {
	float: left;
	width: 100%;
	margin-top: 65px;
	text-align: center;
	padding-bottom: 17px;
}
.foot-credits {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 65px;
	color: #979797;
	font-size: 14px;
}
.foot-credits span.spacer { padding: 0 15px;}
.foot-credits a {
	color: #979797;
	text-decoration: none;
}
.foot-credits a:hover {
	color: #979797;
	text-decoration: none;
}
/*************** form ***************/
.contact  {
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contact h3 {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
textarea, input[type="text"] {
	width: 100%;
	padding: 6px;
	border: 0;
	background-color: #fff;
	resize:none;
	font-size: 14px;
	font-family: 'Fira Sans', Arial, Tahoma, Helvetica, sans-serif;
	background-image: url(http://scandiamaskin.no/layout/bg-input.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #292929;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
label {
	font-size: 14px;
	width: 100%;
	float: left;
}
.submit {
	float: left;
	border: none;
	margin: 0;
	cursor: pointer;
	font-weight: normal;
	padding: 6px 9px;
	font-family: 'Fira Sans', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #09141c;
}
.submit:hover {
	border: 0;
	text-decoration: underline;
}
div.error { display: none; }
label.error {
	float: left;
	width: 100%;
	margin-left: 5px;
	padding-left: 5px;
	color: #941c1e;
	font-size: 12px;
	font-weight: normal;
	border-left: 1px solid #941c1e;
}
/*************** custom ***************/
.w50 { width: 50%; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.fright { float: right; }
.fleft { float: left; }
.clean { margin-right: 0 !important; }
.last { margin-right: 0 !important; }
.center-wrap { margin: 0 auto; position: relative; width: 980px; }
.center { margin: 0 auto; position: relative; width: 980px; }
.no-overflow { overflow: visible; }
span.req { color: #941c1e; }

/*************** table products ***************/
.product-text table,
.product-text table th,
.product-text table td{
  border:none;
}
.product-text table tr.light td{
  background-color:#fff;
}
.product-text table tr.dark td{
  background-color:#eee;
}
.product-text table th.first{
  background-color:#eee;
}
.product-text table td{
  padding:0 4px;
}
.product-text table td.first{
  font-weight:bold;
}
.product-text table th,
.product-text table td{
  line-height:23px;
  padding-left:30px;
}
.product-text table th {
  background-color:#cc0000;
  color:#fff;
}

/*************** productviewer ***************/
.productviewer {
	float: left;
	width: 676px;
}
.productviewer-main {
	position: relative;
	float:left; width: 100%;
	background-color: #FFF;
	text-align: center;
}
.productviewer-main img { display:block; width:100%; padding-top:20px; padding-bottom: 20px; }
.productviewer-topic {
	float:left;
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	line-height:30px;
	padding:0 10px;
	background-color:#09141c;
}
.productviewer-title {
	float:left;
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	line-height:30px;
	padding:0 10px;
	background-color:#09141c;
}
.productviewer-wrap {
	float: left;
	width: 100%;
}
.productviewer-left {float: left; width: 194px; padding:10px 0 10px 10px; }
.productviewer-left a {
	display:block;
	line-height:18px;
	background-image:url(http://scandiamaskin.no/layout/arrow-go-s.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:20px;
	text-decoration:none;
	padding-bottom:5px;
 }
.productviewer-left a:hover { background-image:url(http://scandiamaskin.no/layout/arrow-go-s-h.png); }
.productviewer-right {float: right; width: 460px; height:230px; }
/* Stylesheet: style Modified On 2017-02-23 12:48:37 */
/**/
/* Stylesheet: menu Modified On 2013-04-29 09:15:48 */
