/* CSS Document 
(c) bOntONweb development | http://www.bontonweb.ru/ 
*/

/* global fonts style*/
body{
	background: #000;
	font: 16px Verdana, Geneva, sans-serif;
	color: #FFF;
}
p{
	margin-bottom: 10px;
}
.color_01{
}
.color_02{
}
/*H*/
h1{
	font: 21px Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding: 0px 0px 10px;
}
h2{
}
h3{
}
h4{
}
h5{
}
/*links*/
a{
/*	color: #FF0000; */
	color: #A30234;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a.link1{
}
a.link2{
}
a.link3{
}
a.link4{
}
a.link5{
}
/*images*/
.img_01{
}
.img_02{
}
.img_03{
}
/*float*/
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clearBoth{
	clear: both;
}
/*layout*/
.global{
	width: 900px;
	margin: auto;
}
	/*header*/
	.header{
		background: url(../img/headerBack_01.jpg) no-repeat left top;
	}
		.logoBox{
			padding: 15px 21px 0px 0px;
			float: right;
			height: 277px;
		}
			.logo{
			}
		.globalMenuBox{
			clear: both;
			/* background: url(../img/globalMenuBox_01.gif) repeat-x left 12px; */
			background: url(../img/globalMenuBox_02.gif) no-repeat left 12px;
		}
			.globalMenu{
				height: 70px;
				display: block;
				background: url(../img/globalMenu_02.jpg) no-repeat right top;
				padding: 0px 0px 0px 36px;
			}
				.globalMenu li{
					display: block;
					float: left;
					height: 34px;
					list-style: none;
					padding: 20px 0px 0px;
					font-size: 13px;
				}
					.globalMenu li a{
						color: #FFF;
						padding: 0px 10px;
						
						
						text-decoration: none !important;
					}
						.globalMenu li a:hover{
							text-decoration: underline !important;
						}
				.globalMenu li.active{
					background: url(../img/globalMenuActive_01.jpg) no-repeat center bottom;
				}
					.globalMenu li.active a{
						color: #a9a9a9 !important;
					}
	/*content*/					
	.content{
		padding: 0px 86px 50px;
		line-height: 22px;
	}
		.content ul{
			padding-left: 15px;
		}
			.content ul li{
				vertical-align: middle;
			}
		.textBox_01{
		}
			.textBox_01 h1{
			}
		.textBox_02 {
			font: 14px/20px Arial, Helvetica, sans-serif !important;
/*			background: url(../img/textBox_02.jpg) no-repeat right top; */
			margin: 0px -50px 0px 0px;
		}
			.textBox_03{
				/* background: url(../img/textBox_02.jpg) no-repeat right top; */
				/*padding: 0px 350px 0px 0px;*/
				padding: 0px 0px 0px 0px;
			}
		.textBox_04{
			padding: 0px 0px 50px;
		}
			.textBox_04 h1{
				padding-left: 60px;
			}
			.textBox_05{
				background: url(../img/textBox_05.jpg) no-repeat right top;
				padding: 0px 350px 0px 0px;
			}
				.contactForm{
					font-size: 12px;
					color: #a0a0a0;
				}
					.contactTable{
					}
						.contactTable td{
							padding: 8px;
						}
							.td_01{
								width: 80px;
							}
							.label_01{
								text-align: right;
								display: block;
								padding: 3px 0px 0px;
							}
							.input_01{
								background: #2e2e2e;
								border-style: none;
								color: #FFF;
								width: 100%;
								padding: 3px 0px;
								font-family: Arial, Helvetica, sans-serif;
							}
							.input_02{
								background: #2e2e2e;
								border-style: none;
								color: #FFF;
								width: 120px;
								padding: 3px 0px;
								margin-bottom: 20px;
								font-family: Arial, Helvetica, sans-serif;
							}
							.input_03{
								
								background: #2e2e2e;
								border-style: none;
								color: #a0a0a0;
								padding: 3px 10px;
								font: 12px Arial, Helvetica, sans-serif;
								cursor: pointer;
							}
							
							.textarea_01{
								width: 100%;
								overflow: auto;
								height: 60px;
								background: #2e2e2e;
								border-style: none;
								color: #FFF;
								font: 12px Arial, Helvetica, sans-serif;
							}
							.capcha{
								float: right;
							}
	/*contacts*/
	.contacts{
		border: 1px solid #999999;
		line-height: 30px;
	}
		.contacts_01{
			background: #A30234;
			border-right: 1px solid #999999;
			padding: 0px 20px 0px 86px;
			float: left;
			margin: 0px 20px 0px 0px;
		}
	/*footer*/
	.footer{
		text-align: center;
		color: #b3b3b3;
		font: 14px Arial, Helvetica, sans-serif;
		padding: 14px 0px 0px;
	}
		.footer a{
			color: #b3b3b3;
		}
		/*footerMenu*/
		.footerMenu{
	
		}
			.footerMenu li{
				list-style: none;
				display: inline;
			}
				.footerMenu li a{
					text-decoration: none !important;
				}
					.footerMenu li a:hover{
						text-decoration: underline !important;
					}
		/*copyright*/
		.copyright{padding: 10px 0px 10px;
			font-size: 10px;
		}
					


#error ul {
    padding-left:60px;
}

