@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,600italic);

* {
	
	font-family: 'Trebuchet MS', Arial;
	box-sizing: border-box;
	
}

html, body {
	
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 13px;
	
}

body {
	
	background-color: #eceded;
	color: #575756;
	
}

a {
	
	color: inherit;
	text-decoration: none;
	
}

p {
	
	padding: 0px;
	margin: 0px;
	line-height: 17px;
	text-align: justify;
	
}

h1 {
	
	font-size: 28px;
	font-family: 'Crimson Text';
	font-weight: normal;
	font-style: italic;
	
}

h2 {
	
	font-size: 19px;
	font-weight: bold;
	margin: 15px 0px 5px;
	
}

div {
	
	position: relative;
	
}

input, select, textarea {

	padding: 5px;
	background: white;
	border: 1px solid #d0d0d0;
	width: 225px;
	font-size: 1em;
	resize: none;

}

sup {
	
	font-size: 0.55em;
	
}

select {

	padding: 4px 5px;
	width: 237px;

}

.form_button {

	width: 117px;
	cursor: pointer;

}

.form_input_wrong {

	border: 1px solid red;

}

.form_checkbox {

	width: 15px;
	vertical-align: middle;
	
}

.form_input_small {
	
	padding: 4px 8px 3px;
	border-radius: 3px;
	width: 40px;
	margin-right: 5px;
	
}

input[disabled] {

	background: white;
	border: 1px solid #f0f0f0;

}

.div_container {
	
	width: 1000px;
	margin: 20px auto 0px;
	padding: 100px 0px 0px;
	box-shadow: 3px 3px 7px #505050;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.div_top {
	
	background: #ededed;
	margin: 0px 0px 0px -3px;
	width: 1023px;
	height: 100px;
	color: #393f76;
	box-shadow: 2px 2px 5px #707070;
	z-index: 2;
	
}

.div_logo {
	
	position: absolute;
	top: -100px;
	left: -15px;
	
}

.div_logo > a > img {
	
	width: 500px;
	
}

.div_menu {
	
	float: right;
	
}

.div_menu ul {
	
	padding: 0px;
	margin: 0px 8px;
	
}

.div_menu li {
	
	padding: 0px;
	
	display: inline-block;
	font-size: 21px;
	margin: 0px 15px;
	line-height: 100px;
	
}

.div_menu li img {
	
	vertical-align: -3px;
	margin-right: 12px;
	
}

.div_menu_shadow {
	
	background: url(../pics/img_div_menu_shadow.png) no-repeat left top;
	position: absolute;
	width: 20px;
	height: 15px;
	right: 0px;
	bottom: -15px;
	z-index: 999;
	
}

.div_content {
	
	width: 100%;
	min-height: 450px;
	
}

.div_content_thumbs {
	
	float: left;
	width: 50%;
	min-height: 200px;
	padding: 25px 0px 95px;
	background: rgba(0,0,0,0.3);

}

.div_content_thumb {
	
	width: 220px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 20px 20px;
	border: 3px solid white;
	box-shadow: 0px 0px 8px #202020;
	
}

.div_content_thumb img {
	
	width: 100%;
	
}

.div_content_left {
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50%;
	background: url(../pics/img_bg_blue_85.png);
	text-align: right;
	color: white;
	padding: 15px 25px;
	
}

.div_content_left h1, .div_content_homepage .div_content_right h1 {
	
	font-family: Trebuchet MS;
	font-style: normal;
	font-size: 36px;
	margin: 0px 0px 5px 0px;
	
}

.div_content_left p, .div_content_homepage .div_content_right p {

	text-align: right;
	
}


.div_content_right {
	
	float: right;
	width: 50%;
	background: #ededed;
	padding: 25px 45px;
	min-height: 450px;
	
}

.div_content_homepage .div_content_right {
	
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 50%;
	background: url(../pics/img_bg_blue_85.png);
	text-align: right;
	color: white;
	padding: 15px 25px;
	border-left: 1px solid white;
	min-height: 0px;
	
}

.div_sidebar {
	
	position: absolute;
	top: 200px;
	right: 0px;
	background: #2d2e83;
	border-radius: 10px 0px 0px 10px;
	z-index: 99;
	box-shadow: 3px 3px 5px #505050;
	
}

.div_sidebar_button {
	
	float: left;
	
}

.div_sidebar_button > a {
	
	display: block;
	background: url(../pics/img_div_sidebar_contact.png) no-repeat center center;
	height: 320px;
	width: 60px;
	
}

.div_sidebar_content {
	
	float: right;
	display: none;
	padding: 20px 30px 20px 20px;
	
}

.div_sidebar_content p {
	
	color: #dde6fa;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
	
}

.div_clear {
	
	width: 100%;
	clear: both;
	
}