/* GENERAL */

body
{
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-color: transparent;
	width: 100%;
	height: 100%;
	color: #1d1d1d;

	background-color: #fff;
}

p
{
	margin: 10px 0 10px 0;
}

ul
{
	padding-left: 20px;
}

#content ul
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#content ul li
{ 
	//background: url('http://www.westlondonfilmstudios.com/images/site/tick.png') 0 0 no-repeat;
	padding-left: 0;
	margin: 0 0 10px 0;
	line-height: 16px;
}

#content ol li
{ 
	margin: 0 0 10px 0;
}

a 
{
	color: #1d1d1d;
	text-decoration: none;
	outline: none;
}

a:hover 
{
	text-decoration: underline;	
}

a.home_link:hover 
{
	text-decoration: none;	
}

img 
{
	border: none;
	outline: none;
	padding: none;
	margin: none;
}

h1
{
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 0 0;
	color: #fff;

	padding: 10px;

	width: 980px;

	background-color: #9e1510;
}


h2
{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #9e1510;
}

h3
{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 0;
	color: #9e1510;
}

h4
{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 0;
	color: #9e1510;
}

h5
{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 0;
	color: #9e1510;
}

hr
{
	width: 100%;
	margin: 10px 0 10px 0;
	color: #514f26; 
	background-color: #1d1d1d; 
	
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #1d1d1d;
}

.red
{
	color: #9e1510;
}

.map_text
{
	color: #000;
}


.error
{
	color: red;
}

/*TEMPLATE*/

#top 
{
	position: relative;
	width: 1000px;
	height: 150px;
	margin: 0 auto 0 auto;
}

#logo
{
	position: absolute;
	top: 18px;
	left: 10px;
	width: 182px;
	height: 113px;
}

#top_banner
{
	position: absolute;
	top: 24px;
	left: 280px;
	width: 362px;
	height: 103px;
}

.social
{
	position: absolute;
	top: 30px;
	right: 10px;
	width: 150px;
	height: 30px;
}

.email
{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}

.facebook
{
	position: absolute;
	top: 0;
	left: 40px;
	width: 30px;
	height: 30px;
}

.twitter
{
	position: absolute;
	top: 0;
	left: 80px;
	width: 30px;
	height: 30px;
}

.instagram
{
	position: absolute;
	top: 0;
	left: 120px;
	width: 30px;
	height: 30px;
}

#phone
{
	position: absolute;
	top: 80px;
	right: 10px;
	width: 300px;
	height: 36px;
	line-height: 36px;

	font-size: 36px;
	font-weight: bold;

	text-align: right;

	color: #1d1d1d;
}

#phone a
{
	color: #1d1d1d;
}

#slideshow_container
{
	position: relative;
	width: 1000px;
	height: 478px;
	margin: 20px auto 0 auto;
}

#slideshow
{
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 442px;
	max-height: 442px;
}

#prev_box
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 66px;
	height: 66px;
	
	z-index: 9;
}

#next_box
{
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 66px;

	z-index: 9;
}

#banner
{
	position: relative;
	width: 1000px;
	height: 270px;
	margin: 20px auto 0 auto;
}


#main 
{
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;
}



#banner
{
	position: relative;
	width: 1000px;
	height: 270px;
}

#content
{
	position: relative;
	width: 1000px;
}

#menu 
{
	position: relative;
	float: left; 
	margin: 20px 0 20px 10px;
	width: 230px;
	padding: 0;
	border: 0;
}

.menu_item
{
	position: relative;
	margin: 0;
	width: 230px;
	height: 41px;
	line-height: 41px;
	padding: 0;
	border: 0;
}

.menu_item a
{
	display: block;
	text-align: center;

	color: #fff;
	background-color: #9e1510;
}

.menu_item a.menu_selected, .menu_item a:hover
{
	text-decoration: none;
	
	color: #fff;
	background-color: #b3b1b2;
}

a.stage_pdf_button
{
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 20px;
	line-height: 24px;
	
	color: #fff;
	background-color: #9e1510;
}

#left_col 
{
	position: relative;
	float: left; 
	margin: 20px 0 20px 10px;
	width: 730px;
	padding: 0;
	border: 0;
}

#left_col_narrow
{
	position: relative;
	float: left; 
	margin: 20px 0 20px 10px;
	width: 500px;
	padding: 0;
	border: 0;
}

#right_col
{
	float: left;
	margin: 20px 0 20px 20px;
	width: 230px;
	padding: 0;
	border: 0;
}

.widget
{
	position: relative;
	margin: 0 0 20px 0;
	line-height: 0;
	padding: 0;
	border: 0;
	width: 230px;
}

.widget_bottom
{
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	line-height: 0;
	padding: 0;
	border: 0;
	width: 230px;
}

.widget_news
{
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	width: 306px;
	min-height: 160px;
	
	background-color: #000;

	background-image: url('http://www.westlondonfilmstudios.com/images/site/background_footer.jpg');
	background-repeat: repeat;

	border-style: solid;
	border-width: 1px;
	border-color: #000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

#welcome
{
	position: relative;
	top: 15px;
	left: 10px;

	height: 164px;
	width: 980px;

}

#home_boxes
{
	position: relative;
	margin: 20px 10px 0 10px;
	height: 500px;
	width: 980px;
}

#home_boxes img, .widget img, .widget_bottom img, .gallery_image img 
{
	border-style: solid;
	border-width: 1px;
	border-color: #626262;
	border-color: #fff;
}

#home_boxes img:hover, .widget img:hover, .widget_bottom img:hover, .gallery_image img:hover
{
	border-color: #fff;
}

#home_box1
{
	position: absolute;
	top: 0;
	left: 0;
	height: 228px;
	width: 228px;
}

#home_box2
{
	position: absolute;
	top: 0;
	left: 250px;
	height: 228px;
	width: 228px;
}

#home_box3
{
	position: absolute;
	top: 0;
	left: 500px;
	height: 228px;
	width: 228px;
}

#home_box4
{
	position: absolute;
	top: 0;
	left: 750px;
	height: 228px;
	width: 228px;
}

#home_box5
{
	position: absolute;
	top: 250px;
	left: 0;
	height: 228px;
	width: 228px;
}

#home_box6
{
	position: absolute;
	top: 250px;;
	left: 250px;
	height: 228px;
	width: 228px;
}

#home_box7
{
	position: absolute;
	top: 250px;;
	left: 500px;
	height: 228px;
	width: 228px;
}

#home_box7_wide
{
	position: absolute;
	top: 250px;;
	left: 500px;
	height: 228px;
	width: 478px;
}

#home_box8
{
	position: absolute;
	top: 250px;;
	left: 750px;
	height: 228px;
	width: 228px;
}

.gallery_image
{
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	line-height: 0;
	padding: 0;
	border: 0;
	width: 166px;
}

#location_map
{
	position: relative;
	width: 730px;
	height: 500px;
}

.map_text, .map_text a
{
	color: #000;
}

#gray_box
{
	position: relative;
	width: 740px;

	padding: 10px 0;

	margin: 0 0 10px -10px;

	background-color: #363636;
	background-color: #ffffff;
}

#gray_widget
{
	position: relative;
	width: 210px;

	padding: 10px;

	margin: 20px 0 0 0;

	background-color: #363636;
	background-color: #ffffff;
}

#contact_box
{

	color: #fff;	

	position: relative;
	width: 730px;

	padding: 0;

	margin: 0 0 10px 0;

	background-color: #9e1510;
}

#contact_box h3, #contact_box a
{

	color: #fff;	

}

#contact_address
{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 190px;
	height: 500px;

	line-height: 24px;
}


#price_image
{
	float: left;
	margin-left: 10px;
	width: 230px;
}

#price_text
{
	float: left;
	margin-left: 20px;
	width: 460px;
}

.services_list
{
	float: left;
	margin-left: 10px;
	width: 360px;
}

.enquiry_box_small
{
	position: relative;
	width: 350px;
	height: 35px;

	background-image: url('http://www.westlondonfilmstudios.com/images/site/enquiry_box_small.png');
	background-repeat: no-repeat;
}

.enquiry_box_large
{
	position: relative;
	width: 730px;
	height: 200px;

	background-image: url('http://www.westlondonfilmstudios.com/images/site/enquiry_box_large.png');
	background-repeat: no-repeat;
}

label
{
	color: #fff;
	font-weight: bold;
}

input.contact_form, textarea.contact_form, select.contact_form
{
	position: absolute;
	top: 8px;
	left: 5px;
	width: 340px;
	border: 0;
	color: #fff;
	background-color: transparent;
	outline: none;
}

textarea.contact_form
{
	position: absolute;
	top: 8px;
	left: 5px;
	width: 720px;
	height: 184px;

	resize: none;
}

#submit.contact_form
{
	position: relative;
	top: 0;
	left: 0;
	width: 150px;
	height: 35px;

	margin: 0;
	border: 0;
	outline: 0;

	background-color: transparent;
	background-image:url('http://www.westlondonfilmstudios.com/images/site/button_submit.png'); 
	background-repeat:no-repeat;
}

#submit.contact_form:hover
{
	cursor: pointer;
}

#shows_container
{
	position: relative;
	width: 100%;
	height: 120px;

	background-color: #1d1d1d;
}

#shows
{
	position: relative;
	width: 1000px;
	height: 120px;
	margin: 0 auto 0 auto;
}

#footer
{
	position: relative;
	width: 1000px;
	height: 320px;
	margin: 0 auto 0 auto;
	color: #1d1d1d;
}

#footer_links
{
	position: absolute;
	top: 30px;
	left: 10px;
	width: 170px;
	height: 240px;
}

#footer_map
{
	position: absolute;
	left: 200px;
	top: 30px;
	width: 430px;
	height: 240px;
}

#footer_follow
{
	position: absolute;
	top: 30px;
	left: 670px;
	width: 320px;
	height: 240px;
}

#contact_email
{
	position: relative;
	width: 200px;
	height: 30px;
}

#contact_facebook
{
	position: relative;
	width: 200px;
	height: 30px;
}

#contact_twitter
{
	position: relative;
	width: 200px;
	height: 30px;
}

#contact_instagram
{
	position: relative;
	width: 200px;
	height: 30px;
}


#footer_email
{
	position: absolute;
	top: 10px;
	left: 0;
	width: 320px;
	height: 30px;
}

#footer_facebook
{
	position: absolute;
	top: 60px;
	left: 0;
	width: 320px;
	height: 30px;
}

#footer_twitter
{
	position: absolute;
	top: 110px;
	left: 0;
	width: 320px;
	height: 30px;
}

#footer_instagram
{
	position: absolute;
	top: 160px;
	left: 0;
	width: 320px;
	height: 30px;
}

.facebook_text, .twitter_text, .email_text, .instagram_text
{
	position: absolute;
	top: 0;
	left: 40px;
	width: 280px;
	height: 30px;
	line-height: 30px;
}

#footer_copyright
{
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 800px;
	height: 14px;
	font-size: 12px;
	text-align: right;
}

#footer_copyright a
{
	color: #1d1d1d;
}


#bottom_line
{
	position: relative;
	width: 100%;
	height: 10px;

	background-color: #9e1510;
}