body {
	margin: 0;
	background-color: #090909;
	background-image: url(../images/background2.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

a, a:active, a:visited {
	color: #aaa;
}
a:hover {
	color: #fff;
}
img {
	border: 0;
}
.cleaner {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
#wrapper {
	width: 870px;
	margin: 60px 0 0 60px;
}
#header {
	padding: 0 0 1px 0;
	margin-right: 20px;
	border-bottom: 1px solid #252525;
}
#info, #info2 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #252525;
	line-height: 170%;
	margin-right: 20px;
}
#info .about, #info2 .about {
	width: 650px;
	float: left;
}
#info .pokec2, #info2 .pokec2 {
	width: 400px;
	float: left;
}
#info .side-head, #info2 .side-head {
	width: 200px;
	float: right;
	text-align: right;
}
div#folio {
	margin-top: 10px;
	padding: 0;
	margin-bottom: 10px;
}

h1 {
  font-family: Tahoma, serif;
  font-size: 22px;
  color: #fff;;
  font-weight: normal;
}
div.box {
	width: 270px;
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}
div.box .clients {
	padding: 10px;
	background-color: #1E1E1E;
}
div.box .clients:hover  {
	background-color: #aaa;
}
div.box .text {
	padding: 10px;
	background-color: #0c0c0c;
	margin-top: 0;
	font-size: 11px;
	color: #454545;
	line-height: 130%;
}
div.box .text span {
	display: block;
	color: #aaa;
	font-weight: bold;
}
.menu {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 16px;
	font-weight: bold;
}
.menu a, .menu a:active, .menu a:visited {
	float: right;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	margin-left: 10px;
}
.menu a:hover {
	color: white;
	background: #333;
}
.menu a.selected {
	color: white;
	background: #333;
}
#footer {
	padding: 20px 10px 50px 10px;
	border-top: 1px solid #252525;
	font-size: 11px;
	color: #333;
	margin: 0 20px 0 0;
}
.top {
	float: right;
	width: 200px;
	text-align: right;
	font-weight: bold;
}

form, fieldset { border: none; }
.form-box { float:right;width:340px; }
.form-box input, .form-box textarea { 
	border: 1px solid #222;  
	background-color: #111; 
	padding: 3px; 
	color: #777; 
	width: 200px; 
	margin-bottom: 1px; 
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 10px; 
}
.form-box textarea { width: 332px; }
.form-box textarea:focus, .form-box input:focus { border: 1px solid #777; }
input.btn-submit { width: 100px; background-color: #333; color: white; border: #777; }

.side-head ul { margin: 0; padding: 0; list-style: none; }
.side-head ul li { color: #999; }

span.euro { font-size: 11px; color: #777; }

hr {
	border:0;
	height:1px;
	color:#222;
	background:#222;
	margin: 15px 0;
}

