html, body {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


.main {
	height: 100%;
	width: 100%;
}
.header{
	background-color:#ffe62f;
	border-bottom:5px solid #221e1f;
	background-image:url("/images/top_bg.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
}

.topMenu{
	font-weight: bold;
	text-transform: uppercase;
	color: #CC9900;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;

}

.topMenu a{
	color:#c60;
	text-decoration:none;
}
.topMenu a:hover{
	color:#000000;
}

.leftImage{
	background-image: url(/images/left_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.centreImage {
	background-image: url(/images/centre_image.jpg);
	background-position: center;
}


.rightImage{
	background-image: url(/images/right_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.spaceLeft{
	padding-left:20px;
	padding-right: 20px;
}
a {
	color: #0099CC;
}
a:hover {
	color: #000000;
}

.footer{
	background-color:#ffe62f;
	background-image:url(/images/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #221e1f;
}


.bottomMenu{
	font-weight: bold;
	color: #CC9900;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bottomMenu a{
	color:#c60;
	text-decoration:none;
}
.bottomMenu a:hover{
	color:#000000;
}

.subheader{
	font-family:Arial, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#FFE11A;
}
.h {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}


.contacts{
	font-family:Arial, sans-serif;
	font-size:24px;
	color:#c60;
}

.copyrights{
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#c60;
}

.developer{
	position: relative;
	height: 32px;
	width: 103px;
	float: right;
	right: 15%;

}
.centreBg {
	background-image: url(/images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.slogan {
	font-size: 28px;
	font-style: italic;
	text-align: center;
	letter-spacing: -2px;
}
.textSmall {
	font-size: 11px;
}
.spaceLeftInner {
	padding-left:50px;
	padding-right: 20px;
	line-height: 120%;
}
.spaceLeftInnerManyText {
	padding-left:50px;
	padding-right: 20px;
	font-size: 17px;
	line-height: 120%;
	font-family: "Times New Roman", Times, serif;
}
.spaceLeftInnerManyText_for_service {
	padding-left:10px;
	font-size: 17px;
	line-height: 120%;
	font-family: "Times New Roman", Times, serif;
}
.page_title {
	font-size: 21px;
	color: #324152;
	height: 32px;
	}
.submit_button{
    background-color:#ffe62f;
	border:1px solid #000000;
	color:#c60;
	font-weight:bold;
}
.additional{
	clear:both;
	width:245px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
}
.tip{
	
	width:120px;

	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#c30;
	padding-top:7px;
	margin-top:6px;
	position:absolute;	
	display:none;
} 
