@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---*/

body {
	background: url(imgi/pattern_39.gif); /*#303030;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #a6a6a6;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #a6a6a6;
}

#main-container {
	width: 900px;
	height: 400px;
	margin: 220px auto 0 auto;
}

#menu {
	padding-top: 100px;
	float: left;
}

#menu ul {
	list-style: none;
}

#menu ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 34px;
	width: 150px;
	background: url(imgi/menu-bkg.png) repeat-x;
	border-bottom: #333 thin solid;
	text-decoration: none;
	padding-left: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 7px;
}

#menu ul li a.active-page{
	background: #ff0000;
}

#menu ul li a:hover {
	background: #C00;
}

#content {
	background: #1d1e1e;
	width: 738px;
	height: 400px;
	float: left;
	border: #333 thin solid;
	border-radius: 20px;
}

#text {
	width: 340px;
	height: 330px;
	padding: 50px 20px 20px 50px;
	line-height: 20px;
	text-align: justify;
	display: table-cell;
	vertical-align: middle;
	float: left;
}

h1 {
	font-size: 24px;
	margin-bottom: 40px;
	color: #bcbcbc;
}

.animation {
	overflow: auto;
	width: 705px;
	height: 350px;
	margin: 10px 0 0 20px;
}

.animation ul li{
	margin: 8px 5px;
	width: 120px;
	display: inline-block;
}

.animation ul li img {
	border: #999 thin solid;
}

.animation ul li img:hover {
	border: #FFF thin solid;
}

.instruction {
	text-align: center;
	width: 100%;
	padding-top: 20px;
	font-weight: bold;
}

#portfolio {
	width: 300px; 
	height: 170px; 
	margin: 40px auto 0 auto;
}

.portfolio-instruction {
	text-align: center; 
	font-weight: bold; 
	margin-top: 30px;
}

.portfolio-descr {
	text-align: center;
	font-size: 18px;
	margin-top: 60px;
}

.contact-text {
	font-weight: bold;
	margin: 155px auto;
	width: 500px;
	text-align: center;
	line-height: 1.5em;
	font-size: 16px;
}

.contact-text a {
	color: #a6a6a6;
	text-decoration: none;
}

#language {
	position: relative;
	top: -20px;
	left: 800px;
	font-weight: bold;
}

#language a:hover {
	color: #ff0000;
}