@charset "utf-8";

* {
	margin: 0; 
	padding: 0; 
	border: 0;
}

@font-face {
	font-family: "Casper";
	src: url(../fonts/Casper.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
}

html, body {
	background: #fff;
	color: #222;
	font-family: "Casper", sans-serif;
	line-height: 30px;
	height: 100%;
}

#container {
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -250px;
}

table, tr, td {
	border: 2px solid #09c;
	border-collapse:collapse;
}

td, th {
	border: 2px solid #09c;
	padding: 2.5px 8px;
}

h2 {
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	color: #222;
}

a:hover {
	color: #09c;
}

li {
	list-style: none;
	padding: 4px 15px 4px 15px;
	font-size: 16px;
}

header {
	height: 70px;
	position: absolute;
}

#header-content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 33px;
}

#menu {
	float: right;
	padding-right: 60px;
	font-size: 17px;
}
#menu a {
	margin-left: 40px;
}

#menus {
	padding-right: 60px;
	font-size: 17px;
	padding-bottom: 30px;
}
#menus a {
	margin-right: 40px;
}

b, h3 {
	color: #09c;
}

#logo {
	background: url('../images/logo-logica.png') no-repeat;
	float: left;
	height: 67px;
	width: 292px;
	margin: -30px 0 0 60px;
}

#devider {
	background: #09c;
	width: 1000px;
	height: 10px;
	top: 70px;
	position: relative;
	margin: 0 auto;
}

#content {
	margin-top: 100px;
}

#push {
	height: 250px;
}

footer {
	background: #ddd;
	height: 250px;
	width: 100%;
	z-index: 10;
	line-height: normal;
}
footer p {
	clear: both;
	margin-left: 130px;
	padding-top: 20px;
}

#footer-content {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 0 30px;
}
#footer-content h1{
	font-size: 20px;
	padding-bottom: 15px;
}

#footer-segment {
	float: left;
	margin-left: 130px;
}
#footer-segment-incol {
	margin-left: 650px;
}