@charset "utf-8";
/* CSS Document */

@import"../css/skeleton.css";
@import"../css/fonts.css";
@import"../css/icons.css";

/* G L O B A L ============================================================================================= */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../photos/back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
html, body, input, select, textarea {
	font-family: 'PT Sans', arial, serif;
	font-size: 16px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
a {
	color: #0675cb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.div_correct {
	clear: both;
	float: none;
	height: 0px;
}
/* ========================================================================================================= */
/* B L O C K S ============================================================================================= */
.div_block_base {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.div_block_head {
	position: absolute;
	top: 0px;
	width: 100%;	
}
.div_block_content {
	position: relative;
	margin: 0px;
	padding: 0px;	
}
/* FOOT ------------------------------------------------------*/
.div_block_foot, .div_block_foot_sep {
	height: 210px;	
}
._block_base_foot_bottom {
	margin-bottom: -210px;
}
/* ---------------------------------------------------------- */
/* INDEX----------------------------------------------------- */
._height_index, .div_content_sep_index {
	height: 320px;
}
._top_index {
	top: 320px;
}
/* ---------------------------------------------------------- */
/* ========================================================================================================= */
.img_head {
	width: 100%;
	height:auto;
}
/* ========================================================================================================= */
/* M A I N   M E N U ======================================================================================= */
.ul_main_menu {
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #39C;
}
.ul_main_menu li:hover {
	color: #F30;
	background-color: #39C;
	text-decoration: none;
}
.ul_main_menu li:hover a {
	color: #FFF;
	text-decoration: none;
}
.ul_main_menu li a {
	display: block;
	padding: 6px;
	font-weight: bold;
	color: #39C;
}
/* ========================================================================================================= */
/* C O N T E N T =========================================================================================== */
.div_block_content h1 {
	color: #39C;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 2em;
}
.div_block_content h2 {
	font-size: 1.6em;
	color: #39C;
	margin-bottom: 10px;
}
.div_block_content h3 {
	font-size: 1.4em;
	color: #39C;
	margin-bottom: 5px;
}
.div_block_content p {
	padding-right: 10px;
	color: #333;
}
.div_block_content table {
	width: 100%;
	border-collapse: collapse;
}
 .div_block_content table thead tr th
,.div_block_content table tbody tr td {
	padding: 5px;
}
.div_block_content table thead tr th {
	text-align: left;
}
.div_block_content table tbody tr:nth-child(2n) td {
	background-color: #D3F0C6;
}
.div_block_content table tbody tr:hover td {
	background-color: #FFE0C1;
}
/* ========================================================================================================= */
/* P H O T O G A L L E R Y ================================================================================= */
.popup-gallery {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.popup-gallery a {
	display: inline-block;
	border: 2px solid #FFF;
	padding: 0px;
	height: 150px;
	box-shadow: 3px 3px 5px 1px rgba(0,0,0,.5);
	margin: 4px;
}
.popup-gallery a img {
}
/* ========================================================================================================= */
/* F O O T ================================================================================================= */
.div_block_foot .p_title {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #39C;
}
span[class^="icon_"] {
	margin-right: 5px;
	display: inline-block;
}
address {
	font-style: normal;
}
/* ========================================================================================================= */
/* F O R M ================================================================================================= */
form {
	padding-bottom: 60px;
	position: relative;
}
form div {
	vertical-align: top;
	display: inline-block;
	width: 48%;
	position: relative;
	clip: rect(auto,1%,auto,auto);
	margin-right: 1%;
}
form label {
	display: block;
	color: #666;
	padding-bottom: 3px;
}
  form input[type=text]
, form input[type=email] {
	border: 1px solid #999;
	width: 96%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
form input[type=submit] {
	position: absolute;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
}
form textarea {
	border: 1px solid #999;
	width: 100%;
	height: 130px;
	min-height: 130px;
	resize: vertical;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
/* ========================================================================================================= */
/* M E S S A G E S ========================================================================================= */
.div_messages {
	clear: both;
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
	position: relative;
	font-size: 1.2em;
}
.div_messages .div_message {
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.div_messages .error, .div_messages .info, .div_messages .ok{
	min-height: 35px;
	padding-left: 25px;
	font-size: 0.9em;
	padding-top: 2px;
	min-height: 40px;
	padding-bottom: 10px;
}
.div_messages .error {
	border: 3px solid #ab2020;
	background-color: #FFD2D2;
}
.div_messages .info {
	border: 3px solid #006ab2;
	background-color: #C6E8FF;
}
.div_messages .ok {
	border: 3px solid #008a2e;
	background-color: #C1FFD6;
}
.div_messages .div_message p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.div_messages .div_message p a {
	font-weight: bold;
	text-decoration: underline;
	color: #06C;
}
.div_messages .div_message img {
	margin-top: 4px;
	height: auto;
	width: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 4px;
}
.div_messages .div_message .div_message_correct {
	clear: both;
	float: none;
}
/* ========================================================================================================= */