/*Pages (images and multimedia)*/

/*Common*/

.logo {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(imgs/logo_bg.jpg);
	height:138px;
	width:800px;
}

.top_nav_home
{
	position:absolute;
	top:54px;
	left:342px;
	width:37px;
	height:19px;
	background-image: url(../imgs/top_nav_record.jpg);
}
.top_nav_about
{
	position:absolute;
	top:77px;
	left:345px;
	width:35px;
	height:19px;
	background-image: url(../imgs/top_nav_record.jpg);
}
.top_nav_productions
{
	position:absolute;
	top:100px;
	left:345px;
	width:35px;
	height:19px;
	background-image: url(../imgs/top_nav_record.jpg);
}
.top_nav_contact
{
	position:absolute;
	top:121px;
	left:343px;
	width:35px;
	height:19px;
	background-image: url(../imgs/top_nav_record.jpg);
}

/*Home*/

.slideshow {
	position:absolute;
	top:190px;
	left:0px;
	height:174px;
	width:244px;
}
.logos_theatres {
	position:absolute;
	top:400px;
	left:676px;
	width: 91px;
	height:182px;
	background-repeat: no-repeat;
	background-image: url("imgs/home_young_vic_royal_court.jpg");
}

.flyer {
	position:absolute;
	top:400px;
	left:385px;
	height:450px;
	width:416px;
	text-align:left;
	line-height:1.5em;
}

#videos

{
	position:absolute;
	top:400px;
	height:296px;
	width:400px;
	left: 290px;
	z-index: 2;
}


/*About*/

.alecky_pic {
	position:absolute;
	top:203px;
	left:15px;
	width: 213px;
	height: 178px;
	background-image:url(imgs/about_alecky_pic.jpg);
}
.headphones {
	position:absolute;
	left:379px;
	top:208px;
	height:170px;
	width:420px;
	background-image:url(imgs/about_headphones_pic.jpg);
}

.book {
	position:absolute;
	left:719px;
	top:359px;
	height:72px;
	width:80px;
}

/*Productions*/

.gallery_imgs {
	position:absolute;
	top:300px;
	left:300px;
}
.press_img {
	position:absolute;
	top:200px;
	left:300px;
	height:700px;
	width:500px;
	display:none;
	background-image:url("imgs/productions_clippings.jpg");
}
.slideshow_prods {
	position:absolute;
	top:200px;
	left:385px;
	height:800px;
	width:416px;
	background-image: url(imgs/productions_page_stars.jpg);
	text-align:left;
	line-height:1.5em;
}

/*Contact*/

.icon {
	position:absolute;
	top:400px;
	left:372px;
	height:76px;
	width:104px;
	background-image:url("imgs/contact_letter.gif");
}
