body {
	background: url(../_img/backgrounds/bg.jpg) #00abdf no-repeat top center;
	color: #fff;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	line-height: 1.3em;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
a {
	text-decoration: none;
	color: #fff;
	background: transparent;
}
a:hover {
	color: #00abdf;
	background: #fff;
}
label {
	display: block;
}
p {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #fff;
}
legend {
	display: none;
}
/* @group geral */
.clear {
	clear: both;
	height: 0;
}
.hide {
	display: none;
}
.bold {
	font-weight: bold;
}
.noscript {
	background: #FFFFE1 url(../_img/static/warning.png) no-repeat 5px 2px;
	color:#000;
	font-size:13px;
	line-height:25px;
	padding:0 40px;
}
/* @end */
/* @group structural */
#wrapper {
	width: 800px;
	margin: 60px auto;
}
#wrapper .colLeft, #wrapper .colCenter, #wrapper .colRight {
	width: 240px;
	float: left;
	min-height: 200px;
}
#wrapper .colLeft, #wrapper .colCenter {
	margin-right: 40px;
}
/* @end */
/* @group header */
#wrapper h1 {
	text-indent: -9999px;
	background: url(../_img/static/logo.png) no-repeat center left;
	height: 100px;
	position: relative;
	margin-bottom: 64px;
}
#wrapper h1 span {
	width: 307px;
	height: 80px;
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	background: url(../_img/static/logo2.png) no-repeat;
}
/* @end */
/* @group contents */
#wrapper h3 {
	border-bottom: 1px solid #0093c0;
	height: 46px;
	margin-bottom: 22px;
	text-indent: -9999px;
}
.list {
	list-style-type: none;
	display: block;
}
.list li {
	display: block;
	font-size: 1.3em;
	position: relative;
	padding-left: 16px;
	margin-bottom: 14px;
}
.list li  span {
	background: url(../_img/icons/list.png) no-repeat center left;
	width: 6px;
	height: 13px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* @end */
/* @group contacts */
.contacts {
	margin-bottom: 50px;
}
.contacts h3 {
	background: url(../_img/backgrounds/contacts.png) no-repeat;
}
.contacts p.address {
	line-height: 20px;
	font-size: 14px;
}
.contacts form {
	display: block;
	margin-top: 22px;
}
.contacts  label {
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
}
.contacts .button {
	width: 90px;
	height: 34px;
	background: url(../_img/sprites/button90x34.png) no-repeat;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	color: #fff;
	margin: 20px 0 0 150px;
}
.contacts .button:hover {
	color: #fff;
	background-position: 0 -34px;
}
.contacts .error {
	color: #ed1c24;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 20px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.contacts .success {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
/* @end */
/* @group socialnetworks */
#wrapper .socialnetworks h3 {
	height: 0;
}
.socialnetworks .facebook {
	display: block;
	width: 163px;
	height: 29px;
	background: url(../_img/backgrounds/facebook.png) no-repeat;
	text-indent: -9999px;
}
.socialnetworks .behance {
	display: block;
	width: 147px;
	height: 29px;
	background: url(../_img/backgrounds/behance.png) no-repeat;
	text-indent: -9999px;
}
/* @end */
/* @group services */
.services {
	margin-bottom: 50px;
}
.services h3 {
	background: url(../_img/backgrounds/services.png) no-repeat;
}
/* @end */
/* @group news */
.news h3 {
	background: url(../_img/backgrounds/news.png) no-repeat;
}
/* @end */
/* @group portfolio */
.portfolio h3 {
	background: url(../_img/backgrounds/portfolio.png) no-repeat;
}
.portfolio .scrollListWrapper {
	width: 240px;
	overflow: hidden;
}
.portfolio .scrollListWrapper .scrollList {
	width: 9999px;
}
.portfolio .list {
	width: 240px;
	float: left;
}
.portfolio .list a {
	font-weight: bold;
}
.portfolio  .pagination {
	margin: 30px 0;
}
.portfolio  .pagination a {
	width: 36px;
	height: 34px;
	float: left;
	margin-right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../_img/sprites/button.png) no-repeat;
	cursor: pointer;
}
.portfolio  .pagination a.next {
	background-position: -36px 0;
}
.portfolio  .pagination a:hover {
	background-position: 0 -34px;
}
.portfolio  .pagination a.next:hover {
	background-position: -36px -34px;
}
/* @end */
/* @group textbox */
.textbox {
	position: relative;
	display: block;
	height: 34px;
	max-width: 240px;
}
.textbox span {
	height: 34px;
	background: url(../_img/sprites/textbox34.png) no-repeat;
	display: block;
}
.textbox .left {
	width: 10px;
	background-position: 0 0;
	position: absolute;
}
.textbox .right {
	padding-right: 10px;
	background-position: top right;
	margin-left: 10px;
	padding-top: 4px;
	height: 30px;
}
.textbox.focus span {
	background: url(../_img/sprites/textbox34.png) no-repeat;
}
.textbox.focus span {
	background-position: bottom left;
}
.textbox.focus .right {
	background-position: bottom right;
}
.textbox input  {
	border: 0;
	margin: 0;
	font-size: 18px;
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: transparent;
	color: #0093c0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}
.textbox.focus input {
	color: #3d3735;
}
/* @end */
/* @group textarea */
.textarea {
	display: block;
}
.textarea .top, .textarea .bottom {
	position: relative;
	padding: 0 5px;
	height: 5px;
	display: block;
}
.textarea .top span {
	width: 5px;
	height: 5px;
	display: block;
}
.textarea .bottom span {
	width: 5px;
	height: 5px;
	display: block;
}
.textarea .top .left {
	background-position: 0 0;
	left: 0;
	position: absolute;
	top: 0;
	background: url(../_img/corners/textarea.png) no-repeat;
}
.textarea .top .right {
	background: url(../_img/corners/textarea.png) no-repeat;
	background-position: -5px 0;
	right: 0;
	position: absolute;
	top: 0;
}
.textarea .bottom .left {
	left: 0;
	position: absolute;
	bottom: 0;
	background: url(../_img/corners/textarea.png) no-repeat;
	background-position: 0 -5px;
}
.textarea .bottom .right {
	background: url(../_img/corners/textarea.png) no-repeat;
	background-position: -5px -5px;
	right: 0;
	position: absolute;
	bottom: 0;
}
.textarea .top .center {
	background: url(../_img/sprites/textarea_v.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	display: block;
	width: auto;
}
.textarea .bottom .center {
	background: url(../_img/sprites/textarea_v.png);
	background-repeat: repeat-x;
	background-position: 0 -5px;
	display: block;
	width: auto;
}
.textarea .middle {
	display: block;
	overflow: auto;
	padding: 0 5px;
	position: relative;
}
.textarea .middle .left {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: url(../_img/sprites/textarea_h.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.textarea .middle .right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: url(../_img/sprites/textarea_h.png);
	background-repeat: repeat-y;
	background-position: -5px 0;
}
.textarea .middle .center {
	background: #00bcf5;
	display: block;
	width: auto;
}
.textarea textarea {
	border: 0;
	background: #00bcf5;
	line-height: 24px;
	color: #0093c0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 18px;
	width: 220px;
	height: 76px;
	resize: none;
	background-attachment: fixed;
}
.textarea.focus .top .left, .textarea.focus .top .right,
.textarea.focus .bottom .left, .textarea.focus .bottom .right {
	background-image: url(../_img/corners/textarea_focus.png);
}
.textarea.focus .top .center {
	background-image: url(../_img/sprites/textarea_v_focus.png);
	background-position: 0 0;
}
.textarea.focus .bottom .center {
	background-image: url(../_img/sprites/textarea_v_focus.png);
	background-position: 0 -5px;
}
.textarea.focus .middle .left {
	background-image: url(../_img/sprites/textarea_h_focus.png);
	background-position: 0 0;
}
.textarea.focus .middle .right {
	background-image: url(../_img/sprites/textarea_h_focus.png);
	background-position: -5px 0;
}
.textarea.focus .middle .center {
	background: #fff;
}
.textarea.focus textarea {
	color: #3d3735;
	background: #fff;
}
/* @end */
/* @group window */
#window {
	background: #fff;
}
#window h3 {
	color: #0093c0;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin: 10px 0 16px 0;
}
#window p {
	color: #707070;
}
/* @end */
/* @group news details */
.newsDetails span.img {
	float: left;
	margin: 0 10px 10px 0;
}
/* @end */