@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

img
{
	margin:2px;
	padding:2px;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width:800px;
	height:600px;
	text-align:left;
}

#header
{
	background-color:black;
	text-align: center;
	height:60px;
	position:relative;
	margin:0px;
	padding:0px;
}

#content
{
	height:100%;
	text-align: center;
	margin:2px;
	padding:2px;
	text-align:left;
}

#menu
{
	width:250px;
	position:relative;
	float:left;
	clear:left;
}

#menu img
{
	margin:0px;
	padding:0px;
}

#generalContent
{
	width:500px;
	text-align:left;
	position:relative;
	float:right;
	clear:right;
	font-size: small;
}

#contentTitle
{
	text-align:left;
	clear:both;
	padding-bottom:3px;
	text-align:left;
}

#contentsContainer
{
	position:absolute;
}

#company
{
	position:absolute;
	left:200px;
	top:30px;
}

#services
{
	position:absolute;
	left:450px;
	top:180px;
}

#contacts
{
	position:absolute;
	left:300px;
	top:400px;
}

#solutions
{
	position:absolute;
	left:50px;
	top:220px;
}

#footer
{
	width: 800px;
	height: 60px;
	margin:0px;
	padding:0px;
}

#footer #footerCerts
{
	clear:left;
	position:relative;
	float:left;
	text-align:left;
}

#footer #footerCerts a img
{
	border:none;
}

#footer #footerCaption
{
	clear:right;
	position:relative;
	float:right;
	text-align:right;
}

.left
{
	position:relative;
	clear:left;
	float:left;
	margin:3px;
	padding:3px;
}

.right
{
	position:relative;
	clear:right;
	float:right;
	margin:3px;
	padding:3px;
}

.column
{
	width:45%;
}