
html{
	height: auto;
	background: #444;
}

body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, table, a, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

body{
	height: 100%;
	min-width: 900px;
	font-family: 'Ubuntu', Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background: #ddd;
}

ol, ul{
	display: block;
	list-style: none;
}

a, a:link, a:visited{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*---------- DOCUMENT STYLES [end] ----------*/

/*---------- 2. PAGE STRUCTURE [start] ----------*/


div#logo {
	position: fixed;
	top: 3%;
	left: 1%;
	width: 20%;
	height: 100%;
	min-width: 250px;
	text-align: center;
	z-index: 1;
/*	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);*/
}

div#logo img {
	width: 80%;
	height: auto;
}

#wrapper{
	position:relative;
	width:100%;
	overflow:hidden;
	min-height: 100%;
}

* html #wrapper{
	height: 100%;
}

#main{
	width: 100%;
	position: relative;
	overflow: visible;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	/*padding: 0 0 70px; sticky footer */
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}

.section{
	width: 70%;
	padding: 3% 10% 3% 25%;
	margin: 0% 0% 0% 0%;
	float: left;
	
}

.pageScroll,.menufix {
	position: fixed !important;
	top: 38%;
	left: 1%;
/*	margin-top: -250px;*/
	width: 20%;
	height: 100%;
	min-width: 250px;
	z-index: 10;
/*	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);*/
}


.scrollNav a{
	display: block;
	color: #fff;
	width: 90%;
	font-weight: 300;
	text-transform: uppercase;
	padding: 8px 10px;
	background: rgba(0,0,0,0.5);
}

.scrollNav{
	margin: 1px 0px 1px 0px;
}

.scrollNav a:hover{
	color: #F0F0F0;
		background: rgba(0,0,0,0.7);
	text-decoration: none;
}

li.scrollNav.active a{
	background: rgba(0,0,0,0.9);
	border-right: 1px solid red;
	color: #fff;
	font-weight: bold;
}


/*---------- PAGE STRUCTURE [end] ----------*/

/*---------- TEXT STYLES [begin] ----------*/

h1.intro {
	font-size: 300%;
	font-weight: 700;
	letter-spacing: 3px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	text-shadow: 3px 3px 1px rgba(0,0,0,0.4);
	padding: 4% 4% 4% 4%;
	text-transform: uppercase;
	border-top: 1px solid red;
	clear: both;
	
}

h2 {
	font-size: 180%;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: 0px;
	color: #000;
	padding: 1% 0% 1% 0%;
	border-top: 3px solid #444;
	text-transform: uppercase;
	clear: both;
/*	border-bottom: 2px solid red;*/	
}

div.section table {
	width: 100%;
	border-collapse:separate;
	border-spacing:0px;
}

div.section table .firstcol {
	width: 50%;
}

div.section table .secondcol {
	width: 15%;
}

div.section table .thirdcol {
	width: 15%;
	text-align: right;
}
div.section table .fourthcol {
	width: 20%;
	text-align: right;
}

div.section table tbody td {
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #555;
}

div.section table tbody th {
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #555;
}