html, body {
	font-size: 12px; 
	font-family: "trebuch ms", Arial, Tahoma, Verdana;
	background: #eee url('images/background.png') repeat-x top;
}
body {
	margin: 0px; 
	padding: 0px; 
	font-size: 1em; 
	text-align: center;
}
header {
	width: 1000px;
	height: 205px;
	margin: 10px auto 0px auto;
	display: block;
}
header h1 {
	width: 285px;
	height: 205px;
	margin: 10px auto 0px auto;	
}
header h1 a {
	background-image: url('images/logo.png');
	width: 285px;
	height: 205px;
	border: 0;
	display: block;
}
nav {
	width: 600px;
	height: 280px;
	margin: 30px auto;
	display: block;
	background-color: #f3f3f3;
	overflow: hidden;
	border: 1px solid #d7d7d7;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*box-shadow: 10px 10px 10px #000;
	-webkit-box-shadow: 10px 10px 10px #000;
	-moz-box-shadow: 10px 10px 10px #000;*/
}
nav ul {
	display: inline;
	float: left;
	width: 299px;
	height: 280px;
	list-style: none;	
	padding: 0;
	margin: 0;
}
nav ul#nav_left {
	float: left;
}
nav ul#nav_right {
	float: right;
}
nav ul li {
	font-size: 10px;
	font-family: Arial;	
}
nav ul li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 50px;	
	border-radius: 5px;
	-moz-border-radius: 5px;
}
nav ul li a:hover, nav ul li a:focus {
	background: url('images/hover.png') repeat-x;
	color: #fff;
	text-decoration: underline;
}
nav ul li a h2#ecommerce {
	background: url('images/ecommerce.png') no-repeat;
}
nav ul li a h2#webdesign {
	background: url('images/webdesign.png') no-repeat;
}
nav ul li a h2#dedicated {
	background: url('images/dedicated.png') no-repeat;
}
nav ul li a h2#webdevelopment {
	background: url('images/webdevelopment.png') no-repeat;
}
nav ul li a h2#outsourcingit {
	background: url('images/outsourcingit.png') no-repeat;
}
nav ul li a h2#networks {
	background: url('images/networks.png') no-repeat;
}
nav ul li a h2#datacenter {
	background: url('images/datacenter.png') no-repeat;
}
nav ul li a h2#contact {
	background: url('images/contact.png') no-repeat;
}
nav ul li a h2 {
	padding: 5px;
	border: 0;
	float: left;
	margin: 9px 10px 0 3px;
	width: 32px;
	height: 32px;
}
nav ul li a h3 {
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 16px;
	text-transform: lowercase;
}
footer {
	color: #c3c3c3;
	text-align: center;
	float: left;
	width: 100%;
	height: 10px;
	margin-bottom: 6px;
	font-size: 10px;
}

section {
	width: 280px;	
	height: 188px;
	display: inline;
	float: left;
	padding-left: 10px;
	padding-top: 3px;
	text-align: left;
}
section h2 {
	margin: 6px 0 0 0;	
	text-shadow: #ccc 2px 2px 2px;
}
section h1 {
	margin: -10px 0 0 0;	
	text-shadow: #ccc 2px 2px 2px;
}
section p {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana
}
section.hidden {
	display: none;	
}

section#incoming
{
	width: 160px;
	height: 160px;
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('images/incoming.png');
	z-index: 10;
	padding: 0;
}

form#contact_form {
	width: 280px;	
}
form#contact_form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
form#contact_form fieldset:last-of-type {
	margin: 0;	
	margin-top: 2px;
	text-align: center;
}
form#contact_form legend {
	font-weight: bold;
	padding: 0 0 3px 0;
	font-size: 11px;
}
form#contact_form ol {
	margin: 0;
	padding: 0;
}
form#contact_form ol li {
	/* background: #eee; */
	/* background: rgba(52,163,193,.3); */
/* 	border-color: #34A3C1;
	border-color: rgba(52,163,193,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
	line-height: 28px;
	list-style: none;
	margin-bottom: 1px;
}
form#contact_form label {
	float: left;
	font-size: 11px;
	width: 90px;
	padding: 0 5px 0 0;
}
form#contact_form input, form#contact_form textarea {
	background: #ffffff;
	border: solid 1px #D7d7d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	/* border-right: 1px solid rgba(0,0,0,0); /* opera bug fix */ 
	font-size: 11px;
	outline: none;
	padding: 4px;
	width: 162px;	
	font-family: Calibri, Arial, Tahoma, Verdana;
}
form#contact_form textarea {
	margin: 3px 0 -4px 0;
	z-index: 10;
}
form#contact_form input:focus, form#contact_form textarea:focus {
	background: #eee;
}
form#contact_form button {
	background: #006891;
	/*background: rgba(52,163,193,.3);*/
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	display: block;
	font-family: Calibri, Arial, Tahoma, Verdana;
	letter-spacing: 1px;
	margin: auto;
	padding: 3px 10px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
}
form#contact_form button:hover {
	/* background: #1e2506; */
	cursor: pointer;
	background-color: #072246;
	/* background-color: rgba(52,163,193,.6); */
}

section#working { 
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	min-height: 10em;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 100;
}
section#working p {
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	text-shadow: #ccc 2px 2px 2px;
}

#scontainer { visibility: hidden; width: 1px !important; height: 1px !important; padding: 0 !important; margin: 0 !important; }
#scontainer #spole { width: 1px !important; height: 1px !important; padding: 0 !important; margin: 0 !important; }
