﻿@charset "UTF-8";

/* default tags */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #6b6c66;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover 
}

img {
	border: 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:24px;
	font-size:10px;
}

/* default links */

a {
	text-decoration:none;
}

a:link {
	color:#4E6259;
}

a:visited {
	color:#4E6259;
}

a:active {
	color:#140d60;
}

a:hover {
	color:#140d60;
}

a.sel {
	color:#140d60;
}


a.credit:link, a.credit:visited {color:#e2e2e2;}
a.credit:hover, a.credit:active {color:#4E6259;}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

h2 {
	color:#140d60;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}


li {    
	margin-bottom:8px;
}

/* */

#placeholder{
	position:absolute;
	height: 340px;
	overflow: hidden;
	width: 100%;
	background: #ffffff ;
	background: rgba(255,255,255,0.6);
}

#website{
	margin:0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 100%;
	font-size:15px;
/*	font-weight: bold;
 
	letter-spacing: 0.1em;
 */
	line-height: 140%;
	text-align: center;

}

#ingenious{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 44px;
	line-height: 24px;
	text-align:center;
	font-size:9px;
}

#social{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 32px;
	float:right;
}


.clear{
	clear: both; 
}
