@charset "utf-8";
/* CSS Document */

/*********
General
*********/

body {
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:17px;
	text-align: center;
	background-color: #C0C0C0;
	padding: 20px 0px 20px 0px;
	border: 0px;
	margin: auto;
	background-image: url(../images/lines.gif);
	background-repeat: repeat;

}

a {
	color: #F15A24;
	text-decoration: none;
}

a.link {
	color: #F15A24;
}

a.link:hover {
	color: #000000;
}

img {
	display: block;
	border: 0px;
}

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

ul {
	list-style-position: inside;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

td {
	vertical-align: top;
}

td.left_column {
	width: 622px;
	border-right: solid #E6E6E6 1px;
}

td.right_column {
	width: 221px;
}

div.right_element {
	padding: 5px;
	border-bottom: solid #E6E6E6 1px;
}

#container {
	width: 844px;
	text-align: left;
	background-color: #666666;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 6px 8px 6px 8px;
	margin: auto;
}

#header {
	padding-bottom: 2px;
	border-bottom: solid #E6E6E6 1px;
}

#navigation {
	width: 600px;
	height: 21px;
	font-size: 12px;
	padding: 35px 11px 0px 11px;
	border-bottom: solid #E6E6E6 1px;
}

#nav_element_orange {
	float: left;
	background-color: #F15A24;
	padding-left: 3px;
	margin-right: 13px;
}

#nav_element_text_orange {
	color: #FFFFFF;
	background-color: #666666;
	padding: 0px 2px 0px 2px;
}

#nav_element_text_orange:hover {
	background-color: #F15A24;
}

#nav_element_blue {
	float: right;
	background-color: #29ABE2;
	padding-left: 3px;
	margin-left: 13px;
}

#nav_element_text_blue {
	color: #FFFFFF;
	background-color: #666666;
	padding: 0px 2px 0px 2px;
}

#nav_element_text_blue:hover {
	background-color: #29ABE2;
}

#directors_block {
	position: relative;
	left: 20px;
	top: 20px;
	width: 5px;
	height: 15px;
	background-color: #F15A24;
}

#content {
	width: 612px;
	margin: 5px;
}

#content_panel {
	background-color: #FFFFFF;
	padding: 20px 10px 20px 10px;
}

#left_content {
	padding-right: 20px;
}

#page_name {
	font-size: 24px;
	padding-bottom: 10px;
}

#quote {
	width: 162px;
	line-height:15px;
	font-style: italic;
	padding-left: 15px;
}

#quote_author {
	font-style: normal;
	text-align: right;
}

#news {
	height: 290px;
	background-color: #FFFFFF;
	margin: 5px;
}

#news_header {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 10px 5px;
}

#news_content {
	height: 250px;
	overflow: auto;
	font-size: 11px;
	line-height: 15px;
	padding: 0px 8px 0px 8px;
}

#footer {
	height: 90px;
	border-top: solid #E6E6E6 1px;
}

/**************
DIRECTORS
**************/

#director_name {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 5px;
}

#director_bio {
	width: 400px;
	line-height: 15px;
	padding: 0px 15px 20px 0px;
}

#director_divider {
	height: 20px;
	border-top: dotted 2px #666666;
}

/*************
COMPANY
*************/

#company_description {
	line-height: 15px;
	padding-right: 20px;
}

#collaborator_header {
	font-size: 24px;
	padding: 30px 0px 10px 0px;
}

#collaborator_name {
	font-size: 12px;
	padding: 0px 10px 5px 0px;
}

#collaborator_about {
	line-height: 15px;
	padding-right: 10px;
}

#collaborator_divider {
	padding-bottom: 10px;
	border-bottom: dotted 2px #666666;
	margin-bottom: 20px;
}

/**************
SHOWS
**************/

#show_information {
	background-color: #FFFFFF;
	padding: 8px;
}

#show_descript {
	width: 395px;
	line-height: 15px;
	padding: 0px 30px 100px 5px;
}

#show_quote {
	width: 160px;
	line-height:15px;
	font-style: italic;
	padding-right: 6px;
}

#show_quote_author {
	font-style: normal;
	text-align: right;
}

#show_details {
	font-size: 12px;
	background-color: #E6E6E6;
}

#show_cast {
	width: 394px;
	padding: 10px 5px 30px 5px;
	line-height: 15px;
	border-right: solid 2px #FFFFFF;
}

#show_links {
	width: 150px;
	padding: 20px;
}

#show_link_item {
	padding: 5px 0px 5px 0px;
	border-bottom: dotted 1px #666666;
}

/*******************
REPETOIRE
*******************/

#repetoire_header {
	font-size: 15px;
	padding-bottom: 30px;
}

#repetoire_title {
	font-size: 13px;
	padding-bottom: 10px;
}

#repetoire_cast {
	font-size: 12px;
	padding-right: 20px;
	line-height: 15px;
}

#repetoire_about {
	line-height: 15px;
	padding: 10px 20px 10px 0px;
}

#repetoire_divider {
	padding-top: 20px;
	border-bottom: dotted 2px #666666;
	margin-bottom: 30px;
}

/*******************
CONTACT
*******************/

#contact {
	font-size: 13px;
	padding: 20px 0px 80px 30px;
}

/****************
BOOKINGS
****************/

#bookings {
	padding: 20px 0px 50px 20px;
}

#booking_type {
	font-size: 16px;
	padding-bottom: 5px;
}

#booking_contact {
	font-size: 13px;
	padding-bottom: 40px;
}

/*************
EDUCATION
*************/

#education_header {
	font-size: 24px;
	padding-bottom: 10px;
	padding-top:10px;
}

/***********
SERVICES
***********/

#services_content {
	padding-right: 20px;
}
