body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:0.8em;
	letter-spacing:0.02em;
	color:#5f5e5c;
	background:url(images/bg.jpg) repeat-x #5F5E5C;
	padding:0px;
	margin:0px;
}

header, article, footer{
	margin:auto;
	width:700px;
}


h1{
   color:White;
   font-family: Georgia, Times New Roman, serif;
	font-size:1.9em;
   text-align:right;
	float:right;
	margin:0;
   line-height:1em;
   letter-spacing:0.2em;
   margin-top:10px;
}

h1 span{
	font-size:0.7em;
	text-align: right;
}

h2{
   color:red;
   margin-top:0px;
}

h3{
	padding-top:13px;
}

mark{
	color:#5F5E5C;
	font-size:1.2em;
	font-weight:bold;
	line-height:2.5em;
	background:none;
}



/* --- HEADER --- */

header{
   height:120px;
}

#logo{
	float:left;
   margin-top:10px;
   
   box-shadow:1px 2px 2px #5F5E5C;
	-webkit-box-shadow:1px 2px 2px #5F5E5C;
	-moz-box-shadow:1px 2px 2px #5F5E5C;
   
   border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}



/* --- MENU --- */

nav{
   font-family: "Times new roman", sarif;
	text-align: right;
	margin-top:17px;
	font-size:1.1em;
   letter-spacing:0.1em;
	float:right;
}

nav a{
	text-decoration:none;
   color:#5f5e5c;
   padding:10px 4px 10px 4px;
}

#active_menu, nav a:hover{
   background:#FF0000;
   color:#f2eded;
   
   box-shadow:1px 2px 2px #5F5E5C;
	-webkit-box-shadow:1px 2px 2px #5F5E5C;
	-moz-box-shadow:1px 2px 2px #5F5E5C;

   border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
   
   background: -moz-linear-gradient(top,  #ff7777 0%, #ff0000 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7777), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #ff7777 0%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #ff7777 0%,#ff0000 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #ff7777 0%,#ff0000 100%); /* IE10+ */
}



/* --- ARTICLE --- */

section{
	width:auto;
	padding-bottom:80px;
	background-color:#F2EDED;
}

article{
   margin:auto;
   margin-top:0px;
   display:table;
}

article p{
   line-height:1.5em;
	margin-bottom:0px;
	width:450px;
}

.content{
	float:left;
}

.activities{
	list-style-type:circle;
   line-height:1.5em;
	font-size:1.1em;
}

.contacts{
	width:300px;
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height:2em;
}

#map{
	float:right;
	padding:8px;
	background-color:White;
	border:solid 1px #ABA6A6;
	
   box-shadow:0px 0px 10px #ABA6A6;
	-webkit-box-shadow:0px 0px 10px #ABA6A6;
	-moz-box-shadow:0px 0px 10px #ABA6A6;
}

#map iframe{
	width:350px;
	height:300px;
	border:none;
}

aside{
	float:right;
	padding-left:40px;
	margin-top:20px;
	height:300px;
	background:url(images/border.png) no-repeat;
}

aside a{
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}

aside a:hover{
	color:red;
}

aside img{
	margin-top:20px;
	padding-left:10px;
}



/* --- FIGURE --- */

figure{
	width:100%;
	margin:0;
	margin-bottom:35px;
	display:table;
}

figcaption{
	width:250px;
	margin-top:8px;
	float:right;
	font-size:1.2em;
	font-weight:bold;
}

figure img{
	float:left;
}

figure a img{
	border:solid 1px #ABA6A6;
	
   box-shadow:0px 0px 10px #ABA6A6;
	-webkit-box-shadow:0px 0px 10px #ABA6A6;
	-moz-box-shadow:0px 0px 10px #ABA6A6;
}

figure a:hover img{
	border:solid 1px red;
	
   box-shadow:0px 0px 10px Red;
	-webkit-box-shadow:0px 0px 10px Red;
	-moz-box-shadow:0px 0px 10px Red;
}

figure ul{
	width:250px;
	float:right;
	padding:0;
	line-height:2em;
}

figure p{
	width:360px;
	float:left;
	margin:3px 0 0 10px;
	font-size:0.9em;
}



/* -- FORM -- */

form{
	padding-top:30px;
	clear:both;
}

fieldset{
	padding:20px 100px 20px 10px;
	text-align:right;

   border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

legend{
	font-size:1.3em;
	font-weight:bold;
	text-align:left;
	color:Red;
}

#feedback{
	visibility:hidden;
	float:right;
	text-align:center;
	padding:0.5em 0;
	margin-bottom:1em;
	color:#F2EDED;
	border:solid 1px;
	
   border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

label{
	font-size:1.1em;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:5px;
	display:inline-block;
}

input, textarea, #feedback{
	width:340px;
	vertical-align:top;
}

input:required:invalid{
  background-image: url(images/invalid.png);
  background-position: right top;
  background-repeat: no-repeat;
}
input:required:valid {
  background-image: url(images/valid.png);
  background-position: right top;
  background-repeat: no-repeat;
}

textarea{
	resize:none;
}

.button{
	width:100px;
}



/* --- FOOTER --- */

footer{
   font-family:Arial, Tahoma, Verdana, sans-serif;
	height:40px;
	background:#5f5e5c;
}

footer section{
	width:700px;
	margin:auto;
	padding-bottom:0;
	background:none;
	text-align:left;
	display:table;
}

.copy{
	font-size:0.7em;
	letter-spacing:0.2em;
	margin:12px 10px 0 0;
	float:right;
	color:#f2eded;
}

.info{
	font-size:0.7em;
	letter-spacing:0.2em;
	margin:15px 0;
	float:left;
	color:#f2eded;
}

.social_network_links{
	width:25px;
	height:25px;
	margin:5px 0;
	padding-left:8px;
	float:right;
}

