audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
/* base */
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed";
}
body {
	margin: 0;
	background-color: #ffffff;
	overflow-x:hidden;
	-webkit-animation: bugfix infinite 1s; 
}
/* bugfix */
@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}
/* links */
a:focus {
	outline: thin dotted;
}
a:link, a:visited
{
    color: #5B1B04;
    text-decoration: none;
}
a:active, a:hover
{
    color: #B0370B;
    text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a.topmenu, a.topmenu-focus {
	font: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
}
a.topmenu-focus {
	background-color:#b17100;
}
a.topmenu-focus:link, a.topmenu-focus:visited, a.topmenu:link, a.topmenu:visited {
	text-decoration: none;
	color: #ffffff;
}
div.article-link {
	padding: 1% 0 1% 0;
}
/* Typography */
h1 {
	font-size: 2.3em;
	margin: .67em 0;
	font-family: Helvetica,  'Microsoft Sans Serif';
}
h2 {
	font-size: 1.2em;
	margin: .83em 0;
	font-family: Helvetica,  'Microsoft Sans Serif';
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: .83em;
	margin: 1.67em 0;
}
h6 {
	font-size: .67em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
p, pre {
	margin: 1em 0 2em 0;
	line-height: 1.22em;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
/* Lists */
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
/* Embedded content */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
/* Service Header */
div.service-header {
	position: absolute;
	display: inline-block;
	padding: 0 0 0 0;
	text-align: left;
	right: 0;
	width: 12%;
	height: 80%;
	top: 10%;
	z-index: 60;
}
.language-tool {
	position: absolute;
	display: inline-block;
	text-align: left;
	margin: 0% 0% 0% 0%;
	height: 50%;
	z-index: 65;
	bottom: 3%;
	width: 70%;
	*display:inline;
	*zoom:1;
}
.languages-flags {
	width: 20%;
	padding: 0 3% 2% 0%;
	display: inline-block;
	margin: 3% 0% 0% 0%;
	vertical-align: top;
	*display:inline;
	*zoom:1;
}
.languages-text {
	width: 60%;
	padding: 0 3% 2% 0%;
	display: inline-block;
	margin: 3% 0% 0% 0%;
	text-align: left;
	vertical-align: top;
	*display:inline;
	*zoom:1;
}
div.content .languages-flags img
 {
    height: 1.1em;
    width: 1.4em;
}
a.language
{
    font-size: 1.2em;
    font-weight: normal;
}
a.language:link, a.language:visited, a.language:hover
{
    color: #ffffff;
    text-decoration: none;
}
a.language:active
{
    color: #98672f;
    text-decoration: none;
}

/* reset webkit search input browser style */
.search-tool input {
	outline: none;
}
.search-tool input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.search-tool input::-webkit-search-decoration,
.search-tool input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
.search-tool input[type=search] {
	background: #ededed url('/images/graphics/2030-search-icon.png') no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	background-color:rgba(55, 58, 63,0.5);
	color: #ffffff;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.search-tool input[type=search]:focus {
	width: 130px;
	background-color:rgba(133, 141, 152,0.5);
	border-color: #F5A019;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,1);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
/* placeholder */
.search-tool input:-moz-placeholder {
	color: #ffffff;
}
.search-tool input::-webkit-input-placeholder {
	color: #ffffff;
}
/* Service Mob */
div.service-mob {
	position: relative;
	text-align: left;
	top: 10%;
	left: 2%;
	width: 87%;
	display: none;
	vertical-align: middle;
}
div.service-mob .languages-flags {
	width: 14%;
	padding: 0 0 2% 0%;
	display: inline-block;
	margin: 0% 0% 0% 0%;
	vertical-align: top;
	*display:inline;
	*zoom:1;
}
div.service-mob .languages-text {
	width: 30%;
	padding: 1% 1% 2% 0%; 
	display: inline-block;
	margin: 0% 0% 0% 0%;
	text-align: left;
	vertical-align: top;
	*display:inline;
	*zoom:1;
}
div.service-mob .search-tool {
	position:static;
	display: inline-block;
	width: 34%;
	padding: 2% 0;
	*display:inline;
	*zoom:1;
}
div.service-mob .search-tool input[type=search] {
	background: #ededed url('/images/graphics/2030-search-icon.png') no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 5px 8px 5px 32px;
	width: 60%;
	background-color:rgba(55, 58, 63,0.5);
	color: #ffffff;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
div.service-mob .search-tool input[type=search]:focus {
	clip: inherit;
	width: 200%;
	margin-top: -1%;
	background-color:rgba(133, 141, 152,0.8);
	border-color: #ffffff;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,1);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
	position:relative;
	z-index:70;
}
div.service-mob .language-tool {
	display: inline-block;
	margin: 3.5% 0% 0% 3%;
	padding: 0;
	width: 60%;
	vertical-align: top;
	text-align:right;
	font-size:0.8em;
	position:static;
	*display:inline;
	*zoom:1;
}
/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* boxes */
div.box-layer {
	margin: 0px;
	position: relative;
	z-index: 20;
}
div.center-container {
	margin: 0px auto;
	z-index: 10;
	height: auto;
	max-width: 1280px;
}
div.box {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0% 0% 0 0;
}
.box:before {
	content: "";
	display: block;
	padding-top: 100%; /* initial ratio of 1:1*/
}
div.content img {
	position: absolute;
}
.banner {
	display: inline-block;
	position: absolute;
	width: 100%;
	margin: 0;
}
.banner:before {
	content: "";
	display: block;
	padding-top: 9.765625%; /* initial ratio of 1:1*/
}
.logo {
	position: absolute;
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0;
	text-align: left;
	left: 2%;
	width: 50%;
	height: 50%;
	top: 25%;
	z-index: 55;
}
.logoimg {
}/*
.logoimg:before {
	content: "";
	display: block;
	padding-top: 10.67538126%;
}*/
/* Other ratios */
.ratio1_1:before {
	padding-top: 100%;
}
.ratio2_1:before {
	padding-top: 50%;
}
.ratio1_2:before {
	padding-top: 200%;
}
.ratio4_3:before {
	padding-top: 75%;
}
.ratio3_1:before {
	padding-top: 33.33333333%;
}
.ratio3_2:before {
	padding-top: 66.66666667%;
}
.ratio5_1:before {
	padding-top: 20%;
}
.ratio5_2:before {
	padding-top: 40%;
}
.ratio10_7:before {
	padding-top: 70%;
}
.ratio16_9:before {
	padding-top: 56.25%;
}
.ratio117_8:before {
	padding-top: 6.837606838%;
}
.ratio13_10:before {
	padding-top: 76.92307692%%;
}
.ratio25_32:before {
	padding-top: 128%;
}
.ratio32_1:before {
	padding-top: 3.225806452%;
}
.ratio121_64:before {
	padding-top: 48.85496183%;
}
.ratio150_47:before {
	padding-top: 31.33333333%;
}
.ratio256_25:before {
	padding-top: 9.765625%;
}
.ratio459_49:before {
	padding-top: 10.67538126%;
}
.content {
	/* Positioning */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/* effects */
.gradient-column-top {
	background: url("gradient-bg.png") repeat-y center;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	*background: none;
	background: none\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#FFC7C7C7, endColorstr=#FF7D7D7D);
	}
	@media all and (min-width: 0px) {
		.gradient-column-top {
			background: url("gradient-bg.svg");
			background-image: -webkit-gradient(
				linear,
				left top, right top,
				from(#C7C7C7),
				to(#7D7D7D)
			);
			background-image: -webkit-linear-gradient(
				left,
				#C7C7C7,
				#7D7D7D
			);
			background-image: -moz-linear-gradient(
				left,
				#C7C7C7,
				#7D7D7D
			);
			background-image: -o-linear-gradient(
				left,
				#C7C7C7,
				#7D7D7D
			);
			background-image: linear-gradient(
				left,
				#C7C7C7,
				#7D7D7D
			);
		}
	}
.gradient-column {
	background: url("gradient-bg.png") repeat-y center;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	*background: none;
	background: none\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#FFDBDBDB, endColorstr=#FFBDBDBD);
	}
	@media all and (min-width: 0px) {
		.gradient-column {
			background: url("gradient-bg.svg");
			background-image: -webkit-gradient(
				linear,
				left top, right top,
				from(#DBDBDB),
				to(#BDBDBD)
			);
			background-image: -webkit-linear-gradient(
				left,
				#DBDBDB,
				#BDBDBD
			);
			background-image: -moz-linear-gradient(
				left,
				#DBDBDB,
				#BDBDBD
			);
			background-image: -o-linear-gradient(
				left,
				#DBDBDB,
				#BDBDBD
			);
			background-image: linear-gradient(
				left,
				#DBDBDB,
				#BDBDBD
			);
		}
	}
#waiting {
    display: none;
    margin: 15px 0px 15px 0px;
    text-align: center;
}
/* nav */
div.navigation {
	display: none;
	position: relative;
	overflow: hidden;
	background-color: #F5A019;
	text-align: left;
	width: 98%;
	padding: 0 0 0 2%;
}
div.navigation-mob {
	display: none;
	margin-top: -5px;
	overflow: hidden;
	background-color: #F5A019;
	text-align: left;
	width: 100%;
}
#topmenu ul {
	padding: 0;
	width: 98%;
	display: table;
	margin: 0 0;
	float: left;
}
#topmenu ul li {
	padding: 1% 0;
	border: none;
	text-align: center;
	width: auto;
	display: table-cell;
	height: 100%;
}
#topmenu li.topmenu-divider {
	font-size: 1px;
	border: none;
	padding: 0;
	display: table-cell;
	background-color: #ffffff;
	width: 1px;
	vertical-align: top;
}
#topmenu li.topmenu-item-focus {
	background-color:#b17100;
}
a.focus {
    color: #F0F3F0;
	height: 32px;
}
a.focus:before {
    color: #FFDA00;
    content: "» ";
}
a.menu {
    font-weight: lighter;
    line-height: 1.1em;
    text-decoration: none;
    text-transform: none;
}
a.menu:link, a.menu:visited {
    color: #ffffff;
}
a.menu:active {
    color: #FFBF00;
    font-weight: bold;
}
a.menu:hover {
    color: #EEF1EE;
}
/* nav sub */
 div.menu {
	border-bottom:1px solid #ffffff;
	clear: both;
    line-height: 1.1em;
    padding: 5% 0px 4% 4%;
	background-image: url('/images/h-r_graphics/333-transparant_black_60.png');
}
div.menu div.menu
{
    border: none;
    font-size: 14px;
    margin: 0px 0px 0px 19px;
    padding: 8px 0px 5px 0px;
	background-image: none;
}
/* nav mobile */
#header label {
	padding:0 0.125em;
	font:2.875em/1.4375em Arial;
	}
#menu label {
	padding:0 0.25em;
	font:3.125em/1.375em Arial;
	}
#menu .sub-nav label {
	padding:0 0.3125em;
	font:2em/2em Arial;
	top:0;
	}
#main-nav-check, #menu .sub-nav-check {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.toggle-menu {
    position: absolute;
    right: 0.25em;
    cursor: pointer;
    color: #FFF;
	font-size: 2.3em;
}
.container {
	background:#fff;
	min-height:100%;
	padding:0;
	margin:0;
}
#menu, #menu .sub-nav {
	position:absolute;
	top:0;
	bottom:0;
	width:13.75em;
	z-index:9999;
	left:-13.75em;
}
.container, #menu, #menu .sub-nav {
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transition:-webkit-transform .25s ease;
	transition:transform .25s ease;
}
#menu ul {
	line-height:2.75em;
	text-decoration:none;
	padding:0;
	list-style:none;
	margin-top:4.0625em;
	border-top:1px solid #444;
}
#menu li {
	border-bottom:1px solid #444;
}
#menu li a {
	display: block;
	font-size:1.0em;
	padding-left:1.5em;
	color:#fff;
	text-decoration:none;
}
#menu li a:hover, #menu .toggle-sub:hover {
	background:#333;
}
#menu .sub-nav {
	margin-top:-1px;
}
#menu .sub-heading {
	margin-top:4.0625em;
	padding-left:1.3125em;
	color:#000;
	font: small-caps bold 1.1em;
}
#menu .sub-heading:before {
	content:"";
	display:table-row;
	height:1px;
	width:13.75em;
	margin-left:-1.3125em;
	background:#444;
}
#menu .toggle-sub {
	font:bold 1em/2.75em Arial !important;
	color:#fff;
	background:#222;
	float:right;
	top:auto;
	margin-top:-2.75em;
	width:2.25em;
	border-left:1px solid #444;
	cursor:pointer;
	text-align:center;
}
.container, #menu, #menu .sub-nav
{
	-webkit-transform:translate3d(0,0,0)
}

#menu, #menu ul
{
	margin-bottom: -230px;
	overflow: hidden;
	background-color: #000000;
	;
}

/* #### - extra css for js enhancement - #### */
#menu .close-all { display:none }
.js #menu .close-all { display:inline }
.js #menu .toggle-menu { top:0; z-index:9999 }
.js #menu .sub-nav .toggle-menu { left:0.15em; width:1em }

/* #### - define ids of animated container, menu and sub-menus here - #### */
#main-nav-check:checked ~ .container, #main-nav-check:checked ~ #menu, #menu .sub-nav-check:checked ~ #sv-home-sub, #menu .sub-nav-check:checked ~ #sv-products-sub, #menu .sub-nav-check:checked ~ #sv-products-new_arrivals-sub, #menu .sub-nav-check:checked ~ #sv-products-tpv-sub, #menu .sub-nav-check:checked ~ #sv-products-ppv-sub, #menu .sub-nav-check:checked ~ #sv-products-PPV_tankki-sub, #menu .sub-nav-check:checked ~ #sv-products-container_chassi-sub, #menu .sub-nav-check:checked ~ #sv-products-dolly-sub, #menu .sub-nav-check:checked ~ #sv-products-brakes-sub, #menu .sub-nav-check:checked ~ #sv-products-varusteet-sub, #menu .sub-nav-check:checked ~ #sv-products-suspension-sub, #menu .sub-nav-check:checked ~ #sv-products-electricity-sub, #menu .sub-nav-check:checked ~ #sv-products-parts-sub, #menu .sub-nav-check:checked ~ #sv-products-directory-sub, #menu .sub-nav-check:checked ~ #sv-products-single_products-sub, #menu .sub-nav-check:checked ~ #sv-saf_aftersales-sub, #menu .sub-nav-check:checked ~ #sv-saf_aftersales-spareparts-sub, #menu .sub-nav-check:checked ~ #sv-saf_aftersales-service-sub, #menu .sub-nav-check:checked ~ #sv-saf_aftersales-training-sub, #menu .sub-nav-check:checked ~ #sv-saf_aftersales-top24-7-sub, #menu .sub-nav-check:checked ~ #sv-resellers-sub, #menu .sub-nav-check:checked ~ #sv-resellers-lappi-sub, #menu .sub-nav-check:checked ~ #sv-resellers-lappi-contacts-sub, #menu .sub-nav-check:checked ~ #sv-resellers-etela-suomi-sub, #menu .sub-nav-check:checked ~ #sv-resellers-etela-suomi-contacts-sub, #menu .sub-nav-check:checked ~ #sv-resellers-lansi-suomi-sub, #menu .sub-nav-check:checked ~ #sv-resellers-lansi-suomi-contacts-sub, #menu .sub-nav-check:checked ~ #sv-resellers-ita-suomi-sub, #menu .sub-nav-check:checked ~ #sv-resellers-ita-suomi-contacts-sub, #menu .sub-nav-check:checked ~ #sv-contact-sub, #menu .sub-nav-check:checked ~ #sv-contact-personnel-sub {	-webkit-transform:translate(13.75em,0); -ms-transform:translate(13.75em,0); transform:translate(13.75em,0); }

.page-content { padding:1em 2em; max-width:64em; margin:auto }
.page-content:after { display:block; content:''; height:1px } /* fixes bottom padding issue in IE10 */
/* doc */
div.document {
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
	margin-top: -4px;
	overflow: hidden;
	text-align: left;
	width: 100%;
	background-image:url(images/menu_bg_01.jpg);
	background-repeat: no-repeat;
	background-size: 19%;
}

/* front */
div.frontcolumn-left-container {
	width:18%;
	margin: 0% 0% 0% 0%;
	padding: 2.3% 0 0 0;
	vertical-align: top;
	height: inherit;
	display: none;
}
div.frontcolumn-container {
	width:18%;
	margin: 0% 0% 0% 0%;
	padding: 2.3% 0 0 0;
	vertical-align: top;
	height: inherit;
	display: none;
}
div.frontcontent-container {
	width:64%;
	margin: 0% 0% 0% 0%;
	padding: 0px;
	vertical-align: top;
	display: none;
}
.front-top:before {
	content: "";
	display: block;
	padding-top: 48.85496183%; /* initial ratio of 1:1*/
}
.front-top {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 3.5%;
	margin-bottom: 0%;
	width: 93%;
	overflow: hidden;
}
.front-top img {
	position: absolute;
	z-index: 51;
}
.front-top-text {
	right: 0%;
	padding: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 61.9%;
	background-image: url('/images/stara_graphics/2013-drawing_01.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 52;
}
.front-top-text h1 {
	display: block;
	padding: 0% 0 0% 0;
	margin: 6%;
	font-size: 1.70em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.front-top-text h3 {
	margin: 0% 6% 0 6%;
	padding: 0;
	font-size: 1.0em;
	font-weight: lighter;
	word-break: keep-all;
	line-height: 1.22em;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.front-top-link {
	height: 25%;
	left: 0%;
	padding: 0% 0 0 5%;
	position: absolute;
	top: 30%;
	width: 70%;
	z-index: 51;
}
.front-top-link a:link, .front-top-link a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.32em;
	font-size: 0.60em;
}
.front-top-text a:link, .front-top-text a:visited {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 1.0em;
	font-weight: lighter;
	color: #ffffff;
}
.front-mid:before {
	content: "";
	display: block;
	padding-top: 40%; /* initial ratio of 1:1*/
}
.front-mid {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 3.5%;
	margin-bottom: 2%;
	width: 93%;
	overflow: hidden;
}
.front-mid img {
	position: absolute;
	z-index: 51;
}
.front-mid-text {
	right: 0%;
	padding: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 50%;
	background-image: url('/images/stara_graphics/2027-black_transparent_50.png');
	background-repeat: repeat;
	z-index: 52;
}
.front-mid-text h2 {
	margin: 6%;
	display: block;
	padding: 0%;
	font-size: 1.60em;
	font-weight: bold;
	color: #ffffff;
}
.front-mid-text p {
	margin: 0 6% 0 6%;
	display: block;
	padding: 0;
	font-size: 1.0em;
	font-weight: lighter;
	word-break: keep-all;
	color: #ffffff;
}
.front-mid-link {
	height: 25%;
	left: 0%;
	padding: 0% 0 0 5%;
	position: absolute;
	top: 30%;
	width: 70%;
	z-index: 51;
}
.front-mid-link a:link, .front-mid-link a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.32em;
	font-size: 0.60em;
}
.front-mid-text a:link, .front-mid-text a:visited {
	margin: 0px 6%;
	padding: 10px 0 0 0;
	font-size: 1.0em;
	font-weight: lighter;
	color: #ffffff;
}
/* default */
.article-padding {
	padding: 0 7% 5% 6%;
}
.art-contain3_3col {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 3 background colour */
}
.art-contain2_3col {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:18%;
	background:#ffffff; /* column 2 background colour */
}
.art-contain1_3col {
	float:left;
	width:100%;
	position:relative;
	right:64%;
	background:#9C9EA1; /* column 1 background colour */
}
.art-contain2_2col {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	background:#ffffff; /* column 2 background colour */
}
.art-contain1_2col {
	float:left;
	width:100%;
	position:relative;
	right:82%;
	background:#9C9EA1; /* column 1 background colour */
}
div.column-left-container {
	margin: 0% 0% 0% 0%;
	padding: 2% 0 0 0;
	border-top: solid #FFFFFF 3px;
	vertical-align: top;
	height: inherit;
	float:left;
	width:18%;
	position:relative;
	left:82%;
	overflow:hidden;
	display: none;
}
div.column-container {
	margin: 0% 0% 0% 0%;
	padding: 2% 0 0 0;
	vertical-align: top;
	height: inherit;
	float:left;
	width:18%;
	position:relative;
	left:82%;
	overflow:hidden;
	display: none;
}
div.contact-container {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 2% 5% 0;
	word-break: break-all;
	*display:inline;
	*zoom:1
}
div.contact-container h2 {
	font-size: 0.9em;
	word-break:keep-all;
}
div.contact-container p {
	font-size: 0.9em;
	word-break:keep-all;
	padding:0;
	margin:0;
}
div.contact-container a {
	font-size: 0.9em;
	word-break: break-all;
}
div.contact-subhead-line h2 {
	width: 100%;
	border-style:dotted;
	border-width: 0 0 thin 0;
	border-color: #A1A1A1;
	margin-bottom:0;
}
div.contact-subhead-line {
	margin-bottom:0.83em;
}
div.contact-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin: 0 2% 5% 0;
	word-break: break-all;
	*display:inline;
	*zoom:1
}
div.contact-wrapper h2 {
	font-size: 0.9em;
	word-break:keep-all;
}
div.contact-wrapper p {
	font-size: 0.9em;
	word-break:keep-all;
	padding:0;
	margin:0;
}
div.contact-wrapper a {
	font-size: 0.9em;
	word-break: break-all;
}
div.content-container {
	margin: 0% 0% 0% 0%;
	padding: 2% 0 0 0;
	vertical-align: top;
	background-color: #ffffff;
	float:left;
	width:64%;
	position:relative;
	left:82%;
	overflow:hidden;
	display: none;
}
div.content-container-2col {
	margin: 0% 0% 0% 0%;
	padding: 2% 0 0 0;
	vertical-align: top;
	background-color: #ffffff;
	float:left;
	width:78%;
	position:relative;
	left:82%;
	overflow:hidden;
	display: none;
}
div.article-intro {
	display: inline-block;
	margin: 0;
	padding: 0px;
	vertical-align: top;
	width: 100%;
	background-color: #ffffff;
}
.article-image-intro {
	display: inline-block;
	position: relative;
	margin: 0% 0% 0% 0%;
	padding: 0px;
	vertical-align: top;
	width: 100%;
}
.article-image-intro:before {
	content: "";
	display: block;
	padding-top: 31.33333333%; /* initial ratio of 1:1*/
}
.article-intro-text {
	left: 0%;
	padding: 4% 4% 3% 7%;
	position: absolute;
	bottom: 0%;
	width: 89%;
	z-index: 51;
	color: #ffffff;
}
.article-intro-text h1 {
	margin: 0;
	padding: 0 0 1% 0;
	font-size: 2.4em;
	text-transform: uppercase;
}
.article-intro-text h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: lighter;
	word-break: keep-all;
	width: 90%;
}
div.subpage-intro-container {
	display: inline-block;
	vertical-align: top;
	width: 31.5%;
	margin: 5% 1% 5% 0;
	*display:inline;
	*zoom:1
}
div.subpage-intro-container h2 {
	display: block;
	font-size: 1.2em;
	background-color:#9C9EA1;
	color:#ffffff;
	padding:3%;
	margin: 0;
}
div.subpage-intro-container p {
	display: block;
	font-size: 1.0em;
	background-color:#DDDEDD;
	padding:3% 3% 1% 3%;
	margin:0;
	height: 110px;
}
div.subpage-intro-container a {
	display: block;
	font-size: 1.0em;
	background-color:#DDDEDD;
	padding:3%;
	margin: 0;
}
.subpage-intro-box {
	display: inline-block;
	position: relative;
	margin: 0% 1% 0% 0%;
	padding: 0px;
	vertical-align: top;
	width: 32%;
}
.subpage-intro-box:before {
	content: "";
	display: block;
	padding-top: 66.66666667%; /* initial ratio of 1:1*/
}
.subpage-intro-text:before {
	content:" ";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.subpage-intro-text {
	height: 88%;
	left: 0%;
	padding: 3% 4% 3% 4%;
	position: absolute;
	top: 0%;
	text-align: center;
	width: 92%;
	z-index: 51;
	background-image: url(/images/stara_graphics/2044-transparent_white_70.png);
	color: #ffffff;
}
.subpage-intro-text:hover {
	background-image: none;
}
.subpage-intro-text a {
	display: inline-block;
	margin: 0;
	padding: 0 0 1% 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}
.subpage-intro-text a:hover {
	color: #F5A019;
}
.tag-listing-box {
	display: inline-block;
	margin: 0 1% 1% 0;
	padding: 2%;
	width: 28%;
	background-color: #9C9EA1;
	vertical-align: top;
}
.tag-listing-box a {
	font-size: 1.2em;
	font-weight: normal;
	color: #ffffff;
}
.newprod-box {
	display: inline-block;
	width: 31%;
	margin: 0 2% 3% 0;
	vertical-align:top;
}
.newprod-img-container {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-color: #F5A019;
	border-style:solid;
	border-width: 1px;
	height: 150px;
	width: 100%;
	text-align: center;
    overflow: hidden;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.newprod-box-title {
	display: inline-block;
	padding: 5%;
	background-color: #F5A019;
	width: 90%;
	border-color: #F5A019;
	border-style:solid;
	border-width: 1px;
	max-height:23px;
	min-height:23px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	margin:0;
}
.newprod-box-title a {
	font-size: 1.1em;
	font-weight: normal;
	color: #ffffff;
}
.newprod-box-intro {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-color: #F5A019;
	border-style:solid;
	border-width: 1px;
	padding: 5%;
	width: 90%;
	min-height: 70px;
	margin:0;
	margin-top:-5px;
}
.newprod-box-intro a {
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
}
.prodgroup-box {
	display: inline-block;
	width: 23%;
	margin: 0 2% 3% 0;
	vertical-align:top;
}
.prodgroup-img-container {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-color: #F5A019;
	border-style:solid;
	border-width: 1px;
	height: 40px;
	width: 100%;
	text-align: center;
    overflow: hidden;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.prodgroup-box-title {
	display: inline-block;
	padding: 5%;
	background-color: #F5A019;
	width: 90%;
	border-color: #F5A019;
	border-style:solid;
	border-width: 1px;
	max-height:32px;
	min-height:32px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.prodgroup-box-title a {
	font-size: 1.0em;
	font-weight: normal;
	color: #ffffff;
}
.article-titleimg-float {
	float:right;
}
.article-list-section p {
	display:list-item;
	margin-left: 15px;
}
.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* column */
.column-box {
    cursor: pointer;
	margin: 0 0 10% 0;
    width: 99%;
}
.column-box img {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #7F7F7F;
	width: 100%;
}
.column-box h3 {
	width: 92%;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #7F7F7F;
	color: #ffffff;
	margin: 0;
	padding: 3% 3% 3% 5%;
	font-size: 0.9em;
	font-weight: normal;

	background: #DBDBDB url("gradient-bg.png") repeat-y left;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	*background: #DBDBDB;
	background: #DBDBDB\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#FFBDBDBD, endColorstr=#FFDBDBDB);
	
	}
	@media all and (min-width: 0px) {
		.column-box h3 {
			background: #DBDBDB url("gradient-bg.svg");
			background-image: -webkit-gradient(
				linear,
				left top, right top,
				from(#BDBDBD),
				to(#DBDBDB)
			);
			background-image: -webkit-linear-gradient(
				left,
				#BDBDBD,
				#DBDBDB
			);
			background-image: -moz-linear-gradient(
				left,
				#BDBDBD,
				#DBDBDB
			);
			background-image: -o-linear-gradient(
				left,
				#BDBDBD,
				#DBDBDB
			);
			background-image: linear-gradient(
				left,
				#BDBDBD,
				#DBDBDB
			);
		}
	}
.column-box a {
	display: block;
	width: 92%;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #7F7F7F;
	color: #ffffff;
	margin: 0;
	padding: 3% 3% 3% 5%;
	font-size: 0.9em;
	font-weight: normal;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

	background: #DBDBDB url("gradient-bg.png") repeat-y left;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	*background: #DBDBDB;
	background: #DBDBDB\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#FFBDBDBD, endColorstr=#FFDBDBDB);
	}
	@media all and (min-width: 0px) {
		.column-box a {
			background: #DBDBDB url("gradient-bg.svg");
			background-image: -webkit-gradient(
				linear,
				left top, right top,
				from(#BDBDBD),
				to(#DBDBDB)
			);
			background-image: -webkit-linear-gradient(
				left,
				#BDBDBD,
				#DBDBDB
			);
			background-image: -moz-linear-gradient(
				left,
				#BDBDBD,
				#DBDBDB
			);
			background-image: -o-linear-gradient(
				left,
				#BDBDBD,
				#DBDBDB
			);
			background-image: linear-gradient(
				left,
				#BDBDBD,
				#DBDBDB
			);
		}
	}
.column-box h2 {
	color: #ffffff;
	margin: 0;
	padding: 3% 3% 3% 5%;
	font-size: 1.0em;
	font-weight: bold;
	width: 92%;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #7F7F7F;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #C7C7C7 url("gradient-bg.png") repeat-y left;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	*background: #C7C7C7;
	background: #C7C7C7\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#FF7D7D7D, endColorstr=#FFC7C7C7);
}
	@media all and (min-width: 0px) {
		.column-box h2 {
			background: #C7C7C7 url("gradient-bg.svg");
			background-image: -webkit-gradient(
				linear,
				left top, right top,
				from(#7D7D7D),
				to(#C7C7C7)
			);
			background-image: -webkit-linear-gradient(
				left,
				#7D7D7D,
				#C7C7C7
			);
			background-image: -moz-linear-gradient(
				left,
				#7D7D7D,
				#C7C7C7
			);
			background-image: -o-linear-gradient(
				left,
				#7D7D7D,
				#C7C7C7
			);
			background-image: linear-gradient(
				left,
				#7D7D7D,
				#C7C7C7
			);
		}
	}

.column-box:hover h2 {
    opacity: 0.7;
}


/* footer */
div.footer {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 100%;
	color: #ffffff;
	background-color: #7F7F7F;
	height: auto;
	border:1px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.footer a:link, div.footer a:visited {
	color: #ffffff;
}
div.footer h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0% 0% 2% 0%;
}
div.footer h3 {
	font-size: 0.95em;
	margin: 0px;
	font-weight:normal;
	padding: 0% 0% 2% 0%;
}
div.footer h4 {
	font: normal 1.5em;
	margin: 0px;
	padding: 0% 0% 2% 0%;
}
div.footer p {
	font-size: 0.95em;
	margin: 0;
	padding: 0% 0% 2% 0%;
}
div.footer-sections {
	margin: 3% 0 3% 3%;
	width: 19%;
	display: inline-block;
	vertical-align: top;
}
div.footer-sections img {
	max-width: 70%;
	max-height: 70%;
	padding: 0% 0% 2% 0%;
}
@media (min-width:1152px) {
/* links */
a.topmenu, a.topmenu-focus {
	font-size: 1.2em;
}
/* boxes */
div.content-container img {
	height: 100%;
}
div.logo {
}
/* nav */
div.navigation {
	display: inline-block;
}
#topmenu ul li {
	display: table-cell;
}
#topmenu li.topmenu-divider {;
}
/* nav sub */
 div.menu {
	font-size: 1.3em;
}
/* front */
div.frontcolumn-container {
	display: inline-block;
}
div.frontcolumn-left-container {
	display: inline-block;
}
div.frontcontent-container {
	display: inline-block;
}
.front-top img {
	height: 100%;
}
.front-mid img {
	height: 100%;
}
/* default */
div.contact-container {
	font-size: 0.90em;
	width: 23.4%;
	margin-right: 1%;
}
div.contact-container h2 {
}
div.contact-container p {
}
div.contact-container a {
	font-size: 0.8em;
}
div.column-container {
	display: inline-block;
}
div.column-left-container {
	display: inline-block;
}
div.content-container {
	display: inline-block;
}
div.content-container-2col {
	display: inline-block;
}
}
@media (max-width:767px) {
/* links */
a.topmenu, a.topmenu-focus {
	font-size: 0.83em;
}
/* service-header */
div.service-header {
	display: none;
}
/* Service Mob */
div.service-mob {
	display: inline-block;
}
a.language
{
    font-size: 0.95em;
}
/* boxes */
div.content-container img {
	height: 100%;
}
/* nav */
div.navigation {
	display: none;
}
div.navigation-mob {
	display: inline-block;
}
#topmenu ul li {
	display: table-cell;
}
#topmenu li.topmenu-divider {
	font-size: 1.4em;
}
/* front */
div.document-frame {
	width: 100%;
}
div.frontcolumn-left-container {
	width:40.4%;
	margin: 0% 0% 0% 0%;
	padding: 2.3% 10% 0 10%;
	display: table-cell;
	vertical-align: top;
}
div.frontcolumn-container {
	width:40.4%;
	margin: 0% 0% 0% 0%;
	padding: 2.3% 10% 0 10%;
	display: table-cell;
	vertical-align: bottom;
}
div.frontcontent-container {
	width:98%;
	margin: 0% 0% 0% 0%;
	display: table-header-group;
	vertical-align: top;
}
.front-top img {
	height: 100%;
}
.front-mid img {
	height: 100%;
}
.front-top-text h1{
	font-size: 1.0em;
}
.front-top-text h3{
	font-size: 0.8em;
}
.front-mid-text {
	font-size: 0.7em;
}
/* default */
div.column-container {
	display: none;
}
div.column-left-container {
	display: none;
}
div.contact-container {
	width: 47.5%;
	font-size: 0.9em;
	margin-right:1.5%;
}
div.contact-container a {
	font-size: 0.9em;
}
div.content-container {
	display: inline-block;
	float:none;
	clear:both;
	width:100%;
}
div.content-container-2col {
	display: inline-block;
}
.tag-listing-box {
	width: 28%;
	font-size: 0.65em;
}
div.subpage-intro-container {
	font-size: 0.75em;
}
.subpage-intro-text {
	padding: 2% 2% 2% 2%;
	font-size: 0.65em;
}
.newprod-box {
	width: 48%;
	font-size: 0.80em;
}
.newprod-img-container {
	height: 100px;
}
.newprod-box-title {
	padding-bottom: 3%;
	max-height:23px;
	min-height:23px;
}
.newprod-box-intro {
	padding-bottom: 3%;
	min-height: 60px;
}
.prodgroup-box {
	width: 31%;
	font-size: 0.80em;
}
.prodgroup-img-container {
	height: 10px;
}
/* column */
.column-box {
    width: 100%;
}
/* footer */
div.footer-sections {
	margin: 3% 0 1% 5%;
	width: 27%;
	font-size: 0.75em;
}
div.footer-sections img {
	max-width: 60%;
	max-height: 60%;
}
}
@media (min-width:768px) and (max-width:979px) {
/* links */
a.topmenu, a.topmenu-focus {
	font-size: 0.9em;
}
/* Service Header */
div.content .languages-flags img
 {
    height: 0.9em;
    width: 1.1em;
}
a.language
{
    font-size: 1.0em;
}
#searchfield {
    height: 20px;
}
#searchbutton {
    height: 20px;
}
/* boxes */
div.content-container img {
	height: 100%;
}
div.logo {
}
/* nav */
div.navigation {
	display: inline-block;
}
#topmenu ul li {
	display: table-cell;
}
#topmenu li.topmenu-divider {
	font-size: 1px;
}
/* nav sub */
 div.menu {
	font-size: 1.05em;
}
/* front */
div.frontcolumn-container {
	display:inline-block;
}
div.frontcolumn-left-container {
	display:inline-block;
}
div.frontcontent-container {
	display:inline-block;
}
.front-top img {
	height: 100%;
}
.front-mid img {
	height: 100%;
}
.front-top-text {
	font-size: 0.65em;
}
.front-mid-text {
	font-size: 0.7em;
}
/* column */
.column-box {
	margin: 0 0 0 0;
}
.column-box h2 {
	font-size: 0.95em;
}
.column-box h3 {
	font-size: 0.70em;
}
.column-box a {
	font-size: 0.70em;
}
/* default */
div.column-container {
	display: inline-block;
}
div.column-left-container {
	display: inline-block;
}
div.contact-container {
	font-size: 0.9em;
}
div.contact-container a {
	font-size: 0.8em;
}
div.content-container {
	display: inline-block;
}
div.content-container-2col {
	display: inline-block;
}
.tag-listing-box {
	width: 28%;
	font-size: 0.65em;
}
div.subpage-intro-container {
	font-size: 0.75em;
}
.subpage-intro-text {
	padding: 2% 1% 2% 2%;
	font-size: 0.68em;
}
.prodgroup-box {
	width: 31%;
	font-size: 0.80em;
}
/* news */
.front-box-text-news {
	font-size: 0.72em;
}
}
@media (min-width:980px) and (max-width:1151px) {
/* links */
a.topmenu, a.topmenu-focus {
	font-size: 1.0em;
}
/* Service Header */
div.content .languages-flags img
 {
    height: 1.0em;
    width: 1.3em;
}
a.language
{
    font-size: 1.0em;
}
#searchfield {
    height: 23px;
}
#searchbutton {
    height: 23px;
}
/* boxes */
div.content-container img {
	height: 100%;
}

/* nav */
div.navigation {
	display: inline-block;
}
#topmenu ul li {
	display: table-cell;
}
#topmenu li.topmenu-divider {
}
/* nav sub */
 div.menu {
	font-size: 1.2em;
}
/* front */
div.frontcolumn-container {
	display: inline-block;
}
div.frontcolumn-left-container {
	display: inline-block;
}
div.frontcontent-container {
	display: inline-block;
}
.front-top img {
	height: 100%;
}
.front-mid img {
	height: 100%;
}
.front-top-text {
	font-size: 0.885em;
}
.front-mid-text {
	font-size: 0.885em;
}
/* column */
.column-box {
	margin: 0 0 0 0;
}
.column-box h2 {
	font-size: 1.0em;
}
.column-box h3 {
	font-size: 0.75em;
}
.column-box a {
	font-size: 0.75em;
}
/* default */
div.column-container {
	display: inline-block;
}
div.column-left-container {
	display: inline-block;
}
div.contact-container {
	font-size: 0.95em;
}
div.contact-container a {
	font-size: 0.8em;
}
div.content-container {
	display: inline-block;
}
div.content-container-2col {
	display: inline-block;
}
.tag-listing-box {
	width: 28%;
	font-size: 0.8em;
}
div.subpage-intro-container {
	font-size: 0.90em;
}
div.subpage-intro-container h2 {
}
div.subpage-intro-container p {
}
.subpage-intro-text {
	padding: 2% 2% 2% 2%;
	font-size: 0.8em;
}
.prodgroup-box {
	width: 31%;
	font-size: 0.90em;
}
/* news */
.front-box-text-news {
	font-size: 0.85em;
}
}
@media (max-width:480px) {
/* service-header */
div.service-header {
	display: none;
}
/* Service Mob */
div.service-mob {
	display: inline-block;
	width: 87%;
}
a.language
{
    font-size: 0.95em;
}
/* boxes */
div.content img {
	height: 100%;
}
div.content-container img {
	height: auto;
}
.logo {
	width: 55%;
	margin-bottom: 5px;
}
div.content .logo {
	height: 55%;
}
/* nav */
div.navigation {
	display: none;
}
div.navigation-mob {
	display: inline-block;
}
#topmenu ul li {
	display: table-row;
}
#topmenu li.topmenu-divider {
	display: none;
}
/* front */
div.document-frame {
	width: 100%;
}
div.frontcolumn-left-container {
	width:40.4%;
	margin: 0% 0% 0% 0%;
	padding: 2.3% 10% 0 10%;
	display: table-cell;
	vertical-align: top;
}
div.frontcolumn-container {
	width:40.4%;
	margin: 0% 0% 0% 0%;
	padding: 2.3% 10% 0 10%;
	display: table-cell;
	vertical-align: bottom;
}
div.frontcontent-container {
	width:98%;
	margin: 0% 0% 0% 0%;
	display: table-header-group;
	vertical-align: top;
}
.front-box {
	display: block;
	width: 100%;
}
.front-top {
	display: block;
	width: 100%;
	margin: 3.5% 0 0 0;
}
.front-mid {
	display: block;
	width: 100%;
	margin: 3.5% 0 0 0;
}
.front-top-link {
	width: 40%;
	padding-top: 0.5%;
	height: 34%;
}
.front-top-link a:link, .front-top-link a:visited {
	line-height: 1.51em;
	font-size: 0.65em;
}
.front-top-text h1{
	font-size: 0.70em;
	margin:4% 3% 2% 4%;
}
.front-top-text h3{
	font-size: 0.60em;
	margin:0% 1% 0% 4%;
}
.front-mid-text {
	font-size: 0.6em;
}
/* default */
div.column-container {
	display: none;
}
div.column-left-container {
	display: none;
}
div.contact-container {
	width: 47.5%;
	font-size: 0.8em;
	margin-right:1.5%;
}
div.contact-container h2 {
	font-size: 0.85em;
}
div.contact-container p {
}
div.contact-container a {
	font-size: 0.8em;
}
div.content-container {
	display: inline-block;
	float:none;
	clear:both;
	width:100%;
}
div.content-container-2col {
	display: inline-block;
}
.tag-listing-box {
	width: 45%;
	font-size: 0.7em;
}
div.subpage-intro-container {
	width: 98%;
}
.subpage-intro-box {
	width: 49%;
}
.subpage-intro-text {
	padding: 2% 0% 2% 2%;
	font-size: 0.65em;
}
.newprod-box {
	width: 48%;
	font-size: 0.65em;
}
.newprod-img-container {
	height: 100px;
}
.newprod-box-title {
	padding-bottom: 3%;
	max-height:23px;
	min-height:23px;
}
.newprod-box-intro {
	padding-bottom: 3%;
	min-height: 60px;
}
.prodgroup-box {
	width: 48%;
	font-size: 0.90em;
}
.prodgroup-img-container {
	height: 5px;
}
/* footer */
div.footer-sections {
	margin: 1% 0 1% 5%;
	width: 90%;
	font-size: 0.85em;
}
div.footer-a img {
	max-width: 20%;
	max-height: 20%;
}
}
