body{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	cursor: default;
	border-top: 10px solid #000;
	border-bottom: 30px solid #000;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.div950 {
	width: 950px;
}
.m-a {
	margin: 0 auto
}
#footer {
	width: 100%;
	height: 100px;
	background-color: #fff;
}
#top-logo-div {
	position: relative;
	height: 70px;
}
#top-logo-div .hr {
	width: 100%;
	border-top: 3px solid #CE0C0C;
	position: absolute;
	top: 37px;
}
#top-logo {
	margin-top: 15px;
	width: 200px;
	text-align: center;
	background-color: #fff;
	position: absolute;
	margin-left: 93px;
}
#top-logo a {
	color: #000;
	text-decoration: none;
}
#top-logo h2 {
	font-size: 2rem;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-family: ModernNo;
}
#top-logo h3 {
	padding-top: 5px;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #5F5E5E;
	font-family: Beryl;
}
#top-logo hr {
	width: 100px;
	/*display: block;*/
	margin: 0 auto;
	border-left: 0px;
}
.about-me {
	float: right;
	text-align: center;
	margin-top: 20px;
}
.about-me hr {
	width: 270px;
	float: right;
	border: 1px solid #CE0C0C;
}
.about-me h1 {
	font-size: 3rem;
	float: right;
	text-transform: uppercase;
	font-family: ModernNo;
}
.about-me h2 {
	font-size: 1.7rem;
	text-transform: uppercase;
	color: #848484;
	font-family: Beryl;
	padding-top: 10px;
}
#header {
	text-align: center;
	/*background-color: #000;*/
	height: 150px;
}
#header-bottom {
	background-color: #000;
	padding-top: 25px;
	min-height: 523px;
	line-height: 26px;
}
#header-bottom b {
	font-weight: 700;
}
#header-bottom a {
	text-decoration: underline;
	color: grey;
}
#header-under {
	background-color: #fff;
	border-radius: 4px;
	height: 469px;
	padding: 10px;
	padding-top: 20px;
	width: 1000px;
	margin: 0 auto;
	margin-right: 20px;
}
#header ul > li {
	display: inline-block;
	position: relative;
}
#header ul > li > ul > li {
	display: block;
	white-space: nowrap;
	
}
#header ul > li:hover ul{
	display: block;
}
#header ul > li > ul {
	display: none;
	position: absolute;
	/*background-color: red;*/
	padding-top: 21px;
	/*margin-top: 5px;*/
	z-index: 50;
}
#header .grid12 > ul > li > a {
	display: block;
    color: #3E3E3E;
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 7px -5px rgba(0,0,0,1););
    -moz-box-shadow: 0px 5px 7px -5px rgba(0,0,0,1);
    box-shadow: 0px 5px 7px -5px rgba(0,0,0,1);
    width: 128px;
    font-size: 0.8rem;
    text-align: center;
    padding-bottom: 4px;
    font-weight: 600;
    -webkit-transition: color 0.5s, box-shadow 0.5s; /* Safari */
    transition: color 0.5s, box-shadow 0.5s;
}
#header ul > li > ul > li > a {
	color: #3E3E3E;
    text-decoration: none;
    min-width: 150px;
	text-align: left;
	background-color: #fff;
	padding: 7px;
	display: block;
}
#header ul > li > ul > li:last-child > a {
	border-radius: 0px 0px 4px 4px;
}
#header ul > li > ul > li > a:hover {
	background-color: #3E3E3E;
	color: #fff;
}
#header .grid12 > ul > li > a:hover {
	color: #000;
	-webkit-box-shadow: 0px 5px 7px -7px rgba(0,0,0,1););
    -moz-box-shadow: 0px 5px 7px -7px rgba(0,0,0,1);
    box-shadow: 0px 5px 7px -7px rgba(0,0,0,1);
}
[class^="img_"] {
	width: 150px;
	height: 350px;
	/*background: red;*/
	display: inline-block;
	background-position: center center;
	margin: 0px 23px;
	-webkit-box-shadow: 0px 14px 9px -7px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 14px 9px -7px rgba(0,0,0,0.5);
    box-shadow: 0px 14px 9px -7px rgba(0,0,0,0.5);
    opacity: 0.8;
    -webkit-transition: opacity 0.5s, box-shadow 0.5s; /* Safari */
    transition: opacity 0.5s, box-shadow 0.5s;
    cursor: pointer;
    position: relative;
}
[class^="img_"]:after {
	text-align: center;
	display: inline-block;
	width: 150px;
	padding: 20px 0px;
	margin-top: -25px;
	/*background-color: rgba(228,51,51,0.7);*/
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	position: absolute;
	top: 50%;
}
[class^="img_"]:hover {
	-webkit-box-shadow: 0px 14px 9px -7px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 14px 9px -7px rgba(0,0,0,0.8);
    box-shadow: 0px 14px 9px -7px rgba(0,0,0,0.8);
    opacity: 1;
}
.img_1 {
	background-image: url(../images/1_Drawing_1.jpg);
	background-size: 377px;
}
.img_1:hover:after {
	content: "Drawing";
}
.img_2 {
	background-image: url(../images/2_Painting_1.jpg);
	background-size: 259px;
}
.img_2:hover:after {
	content: "Painting";
}
.img_3 {
	background-image: url(../images/3_Bondero_Berezhko_1.jpg);
	background-size: 394px;
    background-position: -187px;
}
.img_3:hover:after {
	content: "Bondero&Berezhko";
}
.img_4 {
	background-image: url(../images/4_Project_1.jpg);
	background-size: 566px;
}
.img_4:hover:after {
	content: "Project";
}
.img_5 {
	background-image: url(../images/5_About_1.jpg);
	background-size: 700px;
	background-position: -237px;
}
.img_5:hover:after {
	content: "Biography";
}
.f-c {
	float: none;
}
.clr-fff {
	color: #fff;
}
#left-menu {
	display: inline-block;
	margin-bottom: 20px;
	width: 200px;
}
#left-menu > ul > li {
	margin-bottom: 10px;
}
#left-menu ul > li > a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: padding 0.5s,color 0.5s; /* Safari */
    transition: padding 0.5s,color 0.5s;
}
#left-menu > ul > li > ul > li {
	margin: 10px;
	margin-left: 15px;
}
#left-menu > ul > li > a:hover {
	padding-left: 10px;
	color: #8C8888;
}
#left-menu > ul > li > ul > li > a:hover {
	color: #8C8888;
}
#content-right {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	width: 700px;
}
#left-menu > ul > li {
	position: relative;
}
#left-menu > ul > li > ul{
	position: absolute;
	left: 200px;
	top: 0px;
	background-color: red;
	z-index: 40;
}
#left-menu > ul > li > ul {
	/*display: none;*/
	-webkit-transition: opacity 0.5s; 
    transition: opacity 0.5s;
    opacity: 0;
}
#left-menu > ul > li:hover > ul {
    opacity: 1;
	/*display: block;*/
}