html,body {
	width: 100%;
}

body {
	color: white;
	background-color: rgb(64, 64, 64);
	font-family: 'Tahoma', serif;
	/*overflow-x: visible !important;*/
	overflow-x: hidden;
}

body.overlayed {
	overflow: hidden;
}

.parallaxItem {
	display: none;
}

/* used to hide the initial content until DOM completed loading (and our scripts start running to fix the content alignment)*/
#content_blackout {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: black;
}

#backgrounds_integral_overlay {
	position: absolute;
	width: 100%;
	z-index: -998;
	display: none;
	left: 0px;
	top: 0px;
}

#logo {
	background: url("../images/belogo.png") no-repeat scroll 0 0 transparent;
	border: none;
	cursor: pointer;
	display: block;
	height: 165px;
	width: 114px;
	margin-left: 20px;
}

/*
 * Main content
 */
.lelle {
	color: rgb(41, 152, 142) !important;
}

.background {
	position: absolute;
	width: 100%;
	z-index: -999;
}

#body_wrapper {
	position: relative;
	width: 500px;
	margin-left: 350px;
	color: rgb(64, 64, 64);
	padding-top: 100px;
}

#content_top,#content_top_symetrical {
	position: absolute;
	background: url("../images/content_top.png") no-repeat scroll 0 0 transparent;
	width: 100%;
	height: 200px;
	z-index: -1;
}

#content_top_symetrical {
	background: url("../images/content_top_symetrical.png") no-repeat scroll 0 0 transparent;
}

#content_backgroundfill {
	position: absolute;
	top: 180px;
	z-index: -1;
	width: 100%;
	height: 400px;
	background-color: white;
}

.highlight {
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.85);
}

.caption {
	text-align: center;
	margin-top: .5em;
}

#content_main {
	padding: 35px;
	font-size: 24pt;
	font-family: 'Prata', serif;
}

#content_main>.section {
	position: absolute;
	min-height: 200px;
	width: 430px;
	padding-top: 50px;
}

#content_main>.section.top {
	padding-top: 150px;
}

#content_main h2.header_small, #content_main h3.header_small, #content_main h4.header_small {
	font-size: 16pt;
	margin-bottom: 1em;
	line-height: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	font-weight: normal;
}

#content_main h3.header_medium {
	font-size: 20pt;
	margin-bottom: .4em;
	line-height: 1.2em;
	font-family: 'Prata', serif;
}

#content_main h2.header_large {
	font-size: 24pt;
	margin-bottom: .4em;
	line-height: 1.2em;
	font-family: 'Prata', serif;
	font-weight: normal;
}

.correct_margin {
	margin-top: 1.2em !important;
	margin-bottom: .7em !important;
}

#content_main p {
	font-size: 8pt;
	font-family: 'Tahoma', serif;
	line-height: 1.5em;
}

hr {
	background: url("../images/hr.png") repeat-x;
	height: 4px;
	line-height: 4px;
	border: none;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content_main .column {
	
}

#content_main .column.left {
	float: left;
	width: 47%;		
}


#banner-3 p {
	font-size: 17px;
}

div.uslugi-right {
	line-height: 15px;
	font-size: 12px;
	color: #ffffff;


}

div.uslugi-right a{
	text-decoration: none;
}




#content_main .column.right {
	float: right;
	width: 47%;
}


#content_main .action_msg {
	padding: 10px 10px 10px 20px;
	position: relative;
	background-color: #e4e4e4;
	height: 70px;
}

#content_main .action_msg p {
	width: 75%;
	height: 100%;
	line-height: 35px;
}

#content_main .action_msg div {
	font-family: 'Tahoma', serif;
	background: url("../images/action.png") no-repeat scroll 90% 54% black;
	position: absolute;
	top: 0;
	left: 75%;
	width: 25%;
	height: 60px;
	line-height: 35px;
	font-size: 8pt;
	font-weight: bold;
	padding: 30px 0px 0px 0px;
	color: white;
	text-indent: 1.2em;
	cursor: pointer;
}

#content_main .action_msg div:hover {
	background: url("../images/action.png") no-repeat scroll 90% 54% rgb(4, 222, 184);
}

p.instruction {
	font-weight: bold;
}

.form_contact {
	margin-top: 20px;
}

.form_contact button {
	float: left;
	margin-right: 3px;
}

.form_contact input {
	width: 220px;
}

.form_contact textarea {
	height: 150px;
	width: 100%;
}

.error_form {
	color: white;
	height: 1.5em;
	line-height: 1.5em;
	padding-left: 5px;
	font-size: 8pt;
	font-family: 'Tahoma', serif;
	background: url('../images/form_arrowtip.png') no-repeat 0px 0px transparent;
}

.error_form p {
	display: block;
	width: 100%;
	height: 100%;
	padding: .6em .6em .6em 1.5em;
	background-color: black;
}

/*
 * Tooltip
 */
.tooltip {
	display: none;
	background: url('../images/tooltip.png') transparent;
	font-size: 12px;
	width: 246px;
	height: 139px;
	color: #fff;
	z-index: 999;
	cursor: default;
}

.tooltip_content {
	height: 80%;
	padding: 1em 1em 1em 2em;
	width: 80%;
}

.tooltip h5 {
	font-family: 'Prata', serif;
	font-size: 14pt;
	font-weight: normal;
}

#content_main .tooltip hr {
	background: url("../images/hr_tooltip.png") repeat-x;
	height: 1px;
	line-height: 1px;
	border: none;
	margin-bottom: .7em;
	margin-top: .7em;
}

.tooltip p {
	font-family: 'Tahoma', serif;
	font-weight: normal;
}

#back_to_top {
	position: fixed;
	right: 50px;
	bottom: 100px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	background: url('../images/back_to_top.png') no-repeat 0 0 transparent;
	display: none;
}

#back_to_top:hover {
	background: url('../images/back_to_top.png') no-repeat -70px 0 transparent;
}

ul#vipad_ul {

	float: right;
}

ul.popup li{
	font-size: 12px;
	color: #333;
	margin-bottom: 6px;
}

a.showhide {
	text-decoration: none;
	background: #fff;
}
