* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Georgia, sans-serif;
	text-align: left;
	margin: 0; padding: 0;
	color: #333;
	line-height: 1.1;
	font-size: 12px;
	background: url('../images/background.jpg') repeat white;
}

a {
	color: #ff3000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.c {
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-bottom: -1px;
	display: block;
}

.f-left { float: left !important; }
.f-right { float: right !important; }

.v-hidden { visibility: hidden !important; }
.v-visible { visibility: visible !important; }

.o-hidden { overflow: hidden !important; }
.o-visible { overflow: visible !important; }

.d-none { display: none !important; }
.d-block { display: block !important; }

.t-center { text-align: center; } 

.alpha { behavior: url("/js/iepngfix.php") }

#container {
	width: 1007px;
	margin: 0 auto;
}

#header {
	margin-top: 35px;
}

#header .logo {
	float: left;
	width: 160px;
	padding-left: 95px;
}

#header .lang-c {
	padding-right: 52px;
}

#header .lang-c .lang {
	width: 160px;
}

#header .lang-c .lang ul {
	list-style: none;
}

#header .lang-c .lang ul li {
	float: left;
	width: 51px;
	height: 21px;
	padding-top: 21px;
	text-align: center;
}

#header .lang-c .lang ul li a {
	color: #585555;
	font-size: 14px;
}

#header .lang-c .lang ul li a:hover {
	text-decoration: none;
}

#header .lang-c .lang ul .selected {
	background: url('../images/lang-balloon.gif') no-repeat;
	width: 42px;
	padding-left: 9px;
}

#header .lang-c .lang ul .selected a {
	color: white;
}


#header h1 {
	width: 966px;
	height: 88px;
	margin-top: 35px;
	margin-left: 20px;
	padding-top: 20px;
	background: url('../images/header-h1.gif') no-repeat;
	font-size: 30px;
	color: #424242;
	text-align: center;
	font-weight: normal;
}

#header .h1-big {
	font-size: 48px;
	height: 80px;
	padding-top: 28px;
	font-weight: normal;
}

#content {
	margin-top: 2px;
	background: white;
}

#content .content-t {
	height: 7px;
	background: url('../images/content-t.gif') no-repeat;
}

#content .content-b {
	height: 7px;
	background: url('../images/content-b.gif') no-repeat;
}

#content .left {
	float: left;
	width: 442px;
	padding: 35px 33px 35px 40px;
}

#content .left h2 {
	font-size: 28px;
	color: #f10a0e;
	padding: 0 0 15px 56px;
	font-weight: normal;
}

#content .left .sp-list {
	list-style: none;
}

#content .left .sp-list li {
	background: url('../images/icon-bars.gif') no-repeat 0 15px;
	padding: 15px 0 15px 56px;
}

#content .left .sp-list li .title {
	font-size: 24px;
	padding-bottom: 4px;
}

#content .left .sp-list li p {
	font-size: 15px;
	color: #4c4c4c;
}

#content .right {
	float: left;
	width: 452px;
	padding: 35px 33px 35px 0;
}

#content .right h2 {
	font-size: 28px;
	color: #f10a0e;
	padding: 0 0 15px 56px;
	font-weight: normal;
}

#content .right .sp-list {
	list-style: none;
}

#content .right .sp-list li {
	background: url('../images/icon-page.gif') no-repeat 0 15px;
	padding: 15px 0 15px 56px;
}

#content .right .sp-list .nobg {
	background: none;
}

#content .right .sp-list .with-line {
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

#content .right .sp-list li .title {
	font-size: 24px;
	padding-bottom: 4px;
}

#content .right .sp-list li p {
	font-size: 15px;
	color: #4c4c4c;
}

#content .bottom {
	padding-bottom: 20px;
}

.button {
	display: block;
	font-family: Georgia, sans-serif;
	width: 371px;
	height: 62px;
	padding-top: 20px;
	background: url('../images/button.jpg') no-repeat;
	font-size: 30px;
	color: white;
	text-align: center;
	margin: 0 auto;
}

.button:hover {
	background: url('../images/button.jpg') no-repeat 0 -85px;
	text-decoration: none;
}

#content .contacts-left p {
	font-size: 16px;
	color: #4c4c4c;
	padding-bottom: 20px;
}

#content .contacts-left .thanks-title {
	font-size: 36px;
	padding-bottom: 20px;
}

#content .contacts-left .thanks-desc {
	font-size: 24px;
	color: #424242;
}

.contact-form {
	
}

.contact-form .field {
	padding-bottom: 15px;
}

.contact-form label {
	display: block;
	font-size: 24px;
	padding-bottom: 4px;
}

.contact-form .error label {
	color: #ff0000;
}

.contact-form .err-msg {
	display: none;
}

.contact-form .error .err-msg {
	display: inline;
	float: right;
	padding-top: 8px;
	padding-right: 10px;
	font-size: 14px;
}

.contact-form input {
	width: 417px;
	height: 28px;
	padding: 12px;
	font-family: Georgia;
	font-size: 24px;
	background: none;
	border: none;
}

.contact-form .input {
	height: 52px;
	background: url('../images/form-input.gif') no-repeat;
	overflow: hidden;
}

.contact-form .error .input {
	background: url('../images/form-input.gif') no-repeat 0 -52px;
}

.contact-form textarea {
	width: 417px;
	height: 183px;
	padding: 12px;
	font-size: 24px;
	font-family: Georgia;
	border: none;
	background: none;
	overflow: auto;
}

.contact-form .textarea {
	height: 207px;
	background: url('../images/form-textarea.gif') no-repeat;
	overflow: hidden;
}

.contact-form .error .textarea {
	background: url('../images/form-textarea.gif') no-repeat 0 -207px;
}

.contact-form button {
	position: relative;
	font-family: Georgia !important;
	margin-left: -10px;
	width: 262px;
	height: 85px;
	padding-bottom: 15px;
	background: url('../images/button-small.jpg') no-repeat;
	border: none;
	font-size: 30px;
	color: white;
	text-align: center;
}

.contact-form button:hover {
	background: url('../images/button-small.jpg') no-repeat 0 -89px;
}

.contacts-right .phone {
	padding-left: 50px;
	padding-bottom: 4px;
	font-size: 24px;
	background: url('../images/icon-phone.gif') no-repeat 0 2px;
}

.contacts-right .email {
	padding-left: 50px;
	padding-bottom: 4px;
	font-size: 20px;
}

.contacts-right .list {
	padding-top: 32px;
	padding-left: 50px;
}

.contacts-right .list .title {
	padding-bottom: 20px;
	font-size: 24px;
}

.contacts-right .list ul {
	list-style: none;
}

.contacts-right .list li {
	font-size: 16px;
	color: #4c4c4c;
	padding: 4px 0 20px 42px;
	background: url('../images/bullet-tick.gif') no-repeat;
}

#footer {
	text-align: center;
	padding-bottom: 15px;
}

#footer .clients {
	width: 974px;
	margin: 1px auto 30px auto;
}

#footer .clients .top {
	background: url('../images/footer-t.gif') no-repeat 0 0;
	height: 30px;
}

#footer .clients .bottom {
	background: url('../images/footer-b.gif') no-repeat 0 0;
	height: 21px;
}

#footer .clients .content {
	background: url('../images/footer-bg.gif') repeat-y 0 0;
}

#footer .clients .title {
	font-size: 20px;
	color: #3e3e3e;
	padding: 6px 0 7px;
}

#footer .clients .list {
	/*line-height: 3;*/
}

#footer .clients .list span {
	padding: 18px 12px 13px;
	display: inline-block;
}

#footer .clients .list .newline {
	padding-right: 0;
}

#footer .clients .list a:hover {
	text-decoration: none;
}

#footer p {
	padding: 3px 0;
	font-size: 14px;
{
