@font-face {
    font-family: 'TimesRegular';
    src: url('times-webfont.woff') format('woff'),
         url('times-webfont.ttf') format('truetype'),
         url('times-webfont.svgz#TimesRegular') format('svg'),
         url('times-webfont.svg#TimesRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
	min-width: 100%;
	height: 100%;
}

ul#languages {
	position: relative;
	right: 0;
	height: 180px;
	z-index: 2000;
}

ul#languages li {
	float: left;
	list-style: none;
	margin: 0 5px;
}

ul#languages li img {
	width: 110px;
}

body {
	font-family: 'Arial', 'HelveticaCondensed', 'sans-serif';
	line-height: 11px;
	font-size: 12px;
	text-align:center;
	margin: 0;
	color: #000000;
	height:100%;
	padding:0;
	overflow-x: hidden;
	height: 100%;
}

div#wrapper {
	position: relative;
	min-height: 100%;
}

div#load {
	z-index: 100;
	bottom: 0;
	position:absolute;
	background: #000;
	opacity:0.5;
	filter:alpha(opacity=50);
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size:13px;
	font-weight:bold;
}

.content-step ul {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.content-step ul li {
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 33%;
	cursor: pointer;
}

.content-step ul li img {
	width: 100%;
}

div#header {
	position: relative;
	height: 80px;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

div#wrapper h2 {
	position: relative;
	float: left;
	height: 15px;
	width: 100%;
	background: #DADADA;
	margin: 0 0 5px 0;
	cursor:pointer;
	padding: 20px 0 20px 0;
	font-family: 'TimesRegular';
	color: #FFF;
	font-weight: normal;
	font-style:  italic;
}

div#wrapper h2.selected {
	background: url('../images/header.png') repeat-x top left;
}


div#top-left {
	position: absolute;
	top: 10px;
	left: 10px;
	background: url('../images/logo-smartmetals.png') no-repeat top left;
	background-size:100%;
	width: 120px;
	height: 79px;
}

div#top-right {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50%;
	height: 170;
	background: url('../images/smartselector.png') no-repeat top right;
	background-size: 100%;
}

div#step {
	position: absolute;
	left: 10px;
	top: -22px;
	width: 43px;
	height: 43px;
}




div#header h1 {
	position: absolute;
	font-family: 'TimesRegular';
	font-weight: normal;
	font-style:  italic;
	font-size: 18px;
	color: #FFF;
	bottom: 13px;
	left: 30px;
}

div#step span {
	position: absolute;
	left: 34px;
	bottom: 15px;
	color: #73DCFC;
	font-size: 24px;
	font-weight: bold;
}

div#content {
	float: left;
	position: relative;
	width: 100%;
}

div#content-text {
	position: relative;
	float: left;
	width: 92%;
	padding: 2%;
	margin: 2%;
	text-align: left;
	background: #E5E5E5;
	color: #4D4D4D;
}

div#loading-div {
	position: absolute;
	text-align: center;
	padding-top: 20px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background: #000;
	z-index: 10000;
	display: none;
}

div#content-text ul {
	width: 100%;
	float: left;
	padding: 0;
}

div#content-text ul li {
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	list-style:none;
	width: 100%;
	position: relative;
}

div#div-width {
	float: left;
	width: 50%;
}

div#content-text h3 {
	float: left;
	color: #003E75;
	margin: 15px 0 0 3px;
	padding: 0;
	width: 100%;
	font-size: 13px;
}

div#content h2 {
	float: left;
	width: 100%;
	background: #719AC2;
	color: #FFF;
	font-family: 'TimesRegular';
	font-weight: normal;
	font-style:  italic;
	font-size: 18px;
	padding: 15px 0;
	margin: 0;
}

div#footer {
	float: left;
	position: relative;
	width: 100%;
	height: 50px;
	background: #000;
	margin-top: 3px;
}

div#footer-text {
	text-align: left;
	position: absolute;
	height: 75px;
	bottom: 0;
	left: 0;
	right: 0;
	top: 15px;
	background: #B3B1B2;
	color:#000;
	padding: 10px;
	line-height: 14px;
	font-size: 10px;
}

div#footer-text a {
	color: #000;
	text-decoreation: none;
}

div#footer-text h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

.option {
	width: 50%;
	float: left;
}

.checkbox, .radio {
	width: 19px;
	height: 18px;
	padding: 0 8px 0 0;
	background: url('../images/checkbox.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio {
	background: url('../images/checkbox.png') no-repeat;
	height: 18px;
	padding: 0;
	margin: 0;
}

.select {
	position: absolute;
	width: 158px; 
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}

.left {
	width: 50%;
	float: left;
}

.right {
	width: 50%;
	float: right;
}

input.filter {
	height: 18px;
	width: 19px;
	padding: 0;
	margin: 0;
}

.hidden {
	display: none;
}
