﻿* {
    padding: 0;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/poppins-regular.ttf') format('truetype');
}

body {
	font-family: 'Poppins', sans-serif;
}

html {
	height: calc(100% - 18px);
}
body {
    height: 100%;
}

html body {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	color: #232323;
	background: #ffffff;
	margin: 0;
	overflow: auto;
	padding: 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -97px auto;
	min-width: 1200px;
}

.header {
	padding: 15px 0 5px 0;
	display: block;
	margin-bottom: 0px;
	color: #ffffff;
	background-color: #32424f;
	top: 0;
	width: 125%;
	z-index: 90;
}

.content {
	display: block;
	width: 90%;
	min-width: 720px;
	max-width: 2400px; /* test*/
	margin: 0 auto;
	height: 100%;
	padding: 0;
}

.main {
	width: 100%;
	font-size: 13px;
	margin: 0;
	padding: 0 0 4em 0;
	background-color: #ffffff; /* gradient from white to gray on top */

	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
	color: #4d4d4d;
	vertical-align: top;
}

.main-shadow 
{
    min-width: 1200px;
    width: 100%;
    height: 10px;
    margin: 0 auto;
    position: absolute;
    top: 129px;
    z-index: 70; /* shadow on tab*/
    -moz-box-shadow: 0 -4px 5px #606060;
    -webkit-box-shadow: 0 -4px 5px #606060;
    box-shadow: 0 -4px 5px -3px #606060;
    color: #4d4d4d;
}

.topContainer {
	padding: 15px 0 5px 0;
	display: block;
	margin-bottom: 0px;
	color: #ffffff;
	background-color: #32424f;
	top: 0;
	width: 100%;
	z-index: 90;
}