/* -------------------------------------
author: Jenya Prosmitsky
email: info@jenyaprosmitsky.com
website: www.jenyaprosmitsky.com
------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	outline: none;
	list-style: none;
    }


body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 100%;
	background: url("../img/letters.png") center 400px no-repeat;
    }


body.video {
    background: url("../img/letters.png") center 400px #888 no-repeat; 
}


body.noBackground {
    background-color: #fff;
    background-image: none;
}


a:link, a:visited, a:hover, a:active {
   color: #000;
}


iframe.index {
	height: 720px;
	width: 1152px; 
	border:none; 
}


iframe.about {
    width: 285px;
    height: 108px; 
	border:none;  
}


iframe.illustration {
    width: 432px;
    height: 111px; 
	border:none;  
}


iframe.print {
    width: 438px;
    height: 111px; 
	border:none;  
}


iframe.interactive_web {
    width: 522px;
    height: 111px; 
	border:none;  
}


#wrapper {
	position: relative;
	margin: 30px auto;
	width: 1152px;
	height: 700px;
	padding-top: 20px;
	background: url("../img/outline-smaller.png") no-repeat;
    }

	
#index_movie {
    position: relative;  
    margin: 40px auto;
    height: 720px;
    width: 1152px;
    border: none;
}
	
 
#nav {
    position: relative;
    width: 1052px;
    height: 108px;
    margin: 0 auto;
 }
    
    
#page_title {
    float: left;
    width: auto;
    height: 120px;
    overflow: hidden;
    margin: -20px 0 0 -50px;
}


#about_movie {
    width: 285px;
    height: 108px;
	border: none;
}


#portfolio-ill_movie {
    width: 432px;
    height: 111px;
	border: none;
}


#portfolio-print_movie {
    width: 438px;
    height: 111px;
	border: none;
}


#portfolio-web_movie {
    width: 522px;
    height: 111px;
	border: none;
}


 #info {
    float: right;
    width: 214px;
    height: 108px;
    }
     
     
p.address {
    font: normal .8em/1.4em Helvetica, Arial, Sans-Serif;
   }
   
   
.name {
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: .03em;
}
  
    
.bold {
    font-weight: bold;
}

 
.red {
    color: #ff0000;
}


.grey {
    color: #999;
   }

   
 .grey_dark {
    color: #666;
   }  


/*about-portfolio navigation*/

#about_portfolio {
    float: right;
    width: 270px;
    height: 108px;
    overflow: hidden;
    }


#about_portfolio ul {
	float: left;
	width: auto;
	height: auto;
}


#about_portfolio ul li {
	position: relative;
	width: auto;
	padding: .4em .8em;
	border-left: 1px solid #999;	
	}

	
#about_portfolio ul li.co {
	float: left;
	width: auto;
	padding: .4em .7em;
	border: none;
	}
	
	
#about_portfolio ul li.submenu {
    float: left;
    width: auto;
	}


#about_portfolio h3 {
	font: bold 1.2em/.5em Helvetica, Arial, Sans-Serif;
	letter-spacing: .05em;
	}	


#about_portfolio h3 a {
	color: #000;
    }

	
#about_portfolio h3 a:hover {
	color: #ff0000;
	}

	
#about_portfolio ul li.submenu ul {
	float: left;
	width: 150px;
	margin-top: 10px;
	padding: 0;
	font: normal .8em/1.4em Helvetica, Arial, Sans-Serif;	
	display: none;
    }
    

#about_portfolio ul li.submenu:hover ul {
	display: block;
    }
    
    
#about_portfolio ul li.submenu:hover h3 a {
	color: #ff0000;
    }    
    
    
#about_portfolio ul li.submenu ul li {
    padding: 0;
    border: none; 
    }
 
    
#about_portfolio ul li.submenu ul li a {
	color: #666;
	} 
	
    
#about_portfolio ul li.submenu ul li a:hover {
	color: #ff0000;
    }

    
#about_portfolio ul li.submenu ul li.currentPage {
 color: #ff0000;
}
    

/*portfolio slider*/


a img { 
    border: none;
    }
    
    
#content {
	position: relative;
	width: 1050px;
	height: 540px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #333;
    }
    
    
 #left_content {
 	float: left;
    width: 190px;
    height: auto;
    margin: 42px 45px 0 45px;
 }

    
#jenya_picture {
    float: left;
    width: auto;
    height: auto;
}


#jenya_picture img {
	position: relative;
	width: 190px;
    height: 228px;
}


#jenya_picture a {
	position: absolute;
	top: 44px;
	left: 45px;
	width: 190px;
    height: 228px;
    }

    
#jenya_picture a:hover {
	position: absolute;
	top: 22px;
	left: 15px;
    width: 190px;
    height: 228px;
    }

    
#jenya_picture a img {
	display: none;
	width: 250px;
    height: 261px;
}


#jenya_picture a:hover img {
	display: block;
}


#resume_view {
	float: left;
    width: auto;
    height: auto;
    margin-top: 30px;
}


#resume_view ul li {
	color: #ff0000;
	font-size: 1.2em;
	list-style: disc inside;
}


#resume_view ul li a {
	color: #999;
	font-size: .65em;
}


#resume_view  ul li a:hover {
	color: #666;
}


#about_Jenya1, #about_Jenya2 {
    float: left;
    width: 350px;
    height: 475px;
    overflow: hidden;
    margin: 40px 30px 0 0;
}


#about_Jenya1 a, #about_Jenya2 a {
    color: #999;
    }  
    
    
#about_Jenya1 a.ussr, #about_Jenya2 a.end, #about_Jenya1 a:hover, #about_Jenya2 a:hover {
    color: #666;
    }
    

#about_Jenya1 p, #about_Jenya2 p {
	font: normal .75em/1.6em Helvetica, Arial, Sans-Serif;
	color: #666;
	margin-bottom: 1.6em;	
}

#about_Jenya2 p.awards-title {
	font-size: .86em;
	font-weight: bold;
	color: #999;
	margin: 2.5em 0 .3em 0;	
}


#about_Jenya2 p.awards {
	font: normal .71em/1.5em Helvetica, Arial, Sans-Serif;
	color: #666;
	margin-bottom: 1.75em;	
}


.awards-names {
    font-size: 1.05em;
    font-weight: bold;
}


.italics {
    font-style: italic;
    }

#slider	{ 
    height: 500px; 
    overflow: hidden;
	position: relative; 
	padding-top: 40px;
	}

								  
  /* DEFAULT is for three panels in width;
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover { 
    width: 5600px; 
    position: relative;
}


.slide { 
    padding: 0 30px; 
    width: 1050px;
    height: 500px;
    float: left;
    overflow: hidden;
    position: relative;
}
 
 
.oneOne {
	float: left;
	width: 235px;
	margin-top: 415px;
}

   
.oneTwo {
	float: left;
	width: 235px;
	margin-top: 397px;
}


.oneThree {
	float: left;
	width: 235px;
	margin-top: 379px;
}


.oneFour {
	float: left;
	width: 235px;
	margin-top: 362px;
}


.twoTwo {
	float: left;
	width: 235px;
	margin-top: 377px;
}


.oneOne a, .oneTwo a, .oneThree a, .oneFour a, .twoTwo a {
    color: #ff0000;
}


.oneOne a:hover, .oneTwo a:hover, .oneThree a:hover, .oneFour a:hover, .twoTwo a:hover {
    color: #666;
}


.slide h1 { 
    font: 1.1em Helvetica, Arial, Sans-Serif; 
	color: #666; 
	letter-spacing: .005em;
	line-height: 1.1em;
	margin-bottom: 0.3em;
	}

	
.slide p { 
    color: #999; 
    font-size: .78em; 
    line-height: 1.4em;
  }

  
.slide img { 
    position: absolute;  
    top: 0;
    left: 300px;
    height: 450px;
    width: auto;
    border: 1px solid #999;    
}


.slider_video { 
    position: absolute;  
    top: 0;
    left: 300px;
    height: 450px;
    width: auto;
    border: 1px solid #999;    
}


.slide img.noborder {
    border: none;
}


#video {
	position: relative;  
    margin: 30px auto;
    height: 650px;
    width: 1000px;
    border: 3px solid #666;
}


#slider-stopper { 
    position: absolute;
    right: 30px;
	top: 0px;
    background: #999; 
    color: #fff;
	padding: 5px 10px; 
	font-size: .6em; 
	text-transform: uppercase; 
	z-index: 1000;
	}

	
/*preloader*/

#preLoader {
    width: auto;
    display: none;
}

	
/*footer*/

#footer {
	position: relative;
	font-size: .7em;
	text-align: right; 
	margin: 5px 48px 0 0;
	width: 1104px;
	height: 25px;
	clear: both;
	overflow: hidden;
	}