body {
	margin: 0;
	padding: 30px 0 0px 0;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	position: relative;
	background: url(img/frappe_bg.jpg) no-repeat top center #0c3766;
	color: #ffffff;
 }

/* Normal links */
a:link, a:visited {
outline-style:none;
	color: #D3CC98;
	text-decoration: underline;
	 }

a:hover, a:visited:hover {
	color: #ffffff;
	text-decoration: underline; }

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

/* Abbreviations */	
abbr { border-bottom: 1px dotted #900; cursor: help; }

form {
margin: 0;
padding: 0;
}

/*------------------HEADING--------------------*/

h1 {
	margin: 0px 0 0 0;
	padding: 0 0 0px 0;
	font-size: 2.0em;
	font-weight: normal;
	color: #b80e1f; }

h1 span { color: #666;font-size:0.5em;vertical-align:0.2em }

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #000; }

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #000; }

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000; }
	
h5 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: normal;
	color: #000;
	}

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000; }

/*-----------PARAGRAPH TEXT ELEMENTS-------------------*/

/* General paragraph rules */
p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em; }

p.oldbrowsers {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #c00; }
	

/*--------------HEADER ELEMENTS----------------*/

img { border: none; }

#Header {
	float: left;
	width: 800px;
	margin: 0;
	padding: 19px 0 35px 0px;
}

#HeaderPopup {
	float: left;
	width: 460px;
	margin: 0;
	padding: 19px 0 35px 0px;
}

#Logo {
	float: left;
	position: relative;
	text-indent: -9999px;
	margin:0px 0 0px 0px;
	padding:0px 0 0px 0px;
	height: 32px;
	width: 135px;
	background: url(img/logo.gif) no-repeat top left;
	}
#Logo a {
	position: absolute;
	padding:0px 0 0px 0px;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 32px;
	}

#Logo a:link, #Logo a:visited, #Logo a:active, #Logo a:link:hover, #Logo a:visited:hover {
	background-color: transparent;
	}

#Logo a span, #Logo span { display: none; }

/*---------------LAYOUT BOXES----------------------*/

/* Outer bounding box for all pages */
#Frame {
	margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	width: 840px; 
	background: url(img/top_bg.jpg) repeat-x top left #ffffff;
	
}
#Content {
	float: left;
	width: 800px;
	padding: 20px;
	margin: 0 0 0 0px;
}

#FramePopup {
	margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	width: 500px; 
	background: url(img/top_bg.jpg) repeat-x top left #ffffff;
	
}
#ContentPopup {
	float: left;
	width: 460px;
	padding: 20px;
	margin: 0 0 0 0px;
}

#Intro {
	float: left;
	width: 375px;
	padding: 0 50px 30px 0;
	text-align: justify;
}

.Col1 {
	float: left;
	width: 152px;
}

.Col2 {
	float: left;
	width: 152px;
}

.Col3 {
	float: left;
	width: 152px;
}

#MoreFrappe {
	float: right;
	width: 375px;
}

#BodyText #MoreFrappe p {
	text-align: right;
}

#BodyText #MoreFrappe h4 {
	margin: 0 0 8px 0;
	font-size: 0.5em;
}

#BodyText #RecognitionAwardsTitle {
	clear: both;
	width: 143px;
	height: 10px;
	font-size: 0.5em;
	padding: 0 0px 0 0;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	background: url(img/recognitionawards_link.gif) top left no-repeat;
}

#RecognitionAwards {
	float: right;
	clear: both;
	width: 143px;
	height: 10px;
	padding: 0 0px 0 0;
	text-indent: -9999px;
	background: url(img/recognitionawards_link.gif) top left no-repeat;
}

a#RecognitionAwards, a#RecognitionAwards:link, a#RecognitionAwards:visited {
	width: 143px;
	height: 10px;
	border: none;
	background: url(img/recognitionawards_link.gif) top left no-repeat;
}

a#RecognitionAwards:hover, a#RecognitionAwards:visited:hover {
	width: 143px;
	height: 10px;
	border: none;
	background: url(img/recognitionawards_link.gif) 0 -10px no-repeat;
}


#BodyText #PeopleWeveWorkedWithTitle {
	clear: both;
	font-size: 0.5em;
	width: 168px;
	height: 10px;
	padding: 0 0px 0 0;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	background: url(img/peopleweveworkedwith_link.gif) top left no-repeat;
}

#PeopleWeveWorkedWith {
	float: right;
	clear: both;
	width: 168px;
	height: 10px;
	padding: 0 0px 0 0;
	text-indent: -9999px;
	background: url(img/peopleweveworkedwith_link.gif) top left no-repeat;
}

a#PeopleWeveWorkedWith, a#PeopleWeveWorkedWith:link, a#PeopleWeveWorkedWith:visited {
	width: 168px;
	height: 10px;
	border: none;
	background: url(img/peopleweveworkedwith_link.gif) top left no-repeat;
}

a#PeopleWeveWorkedWith:hover, a#PeopleWeveWorkedWith:visited:hover {
	width: 168px;
	height: 10px;
	border: none;
	background: url(img/peopleweveworkedwith_link.gif) 0 -10px no-repeat;
}

#BodyText #OtherShowsTitle {
	clear: both;
	font-size: 0.5em;
	width: 83px;
	height: 10px;
	padding: 0 0px 0 0;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	background: url(img/othershows_link.gif) top left no-repeat;
}

#OtherShows {
	float: right;
	clear: both;
	width: 83px;
	height: 10px;
	padding: 0 0px 0 0;
	text-indent: -9999px;
	background: url(img/othershows_link.gif) top left no-repeat;
}

a#OtherShows, a#OtherShows:link, a#OtherShows:visited {
	width: 83px;
	height: 10px;
	border: none;
	background: url(img/othershows_link.gif) top left no-repeat;
}

a#OtherShows:hover, a#OtherShows:visited:hover {
	width: 83px;
	height: 10px;
	border: none;
	background: url(img/othershows_link.gif) 0 -10px no-repeat;
}


.SectionTitle {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}

#BodyText #OurProductions {
	text-indent: -9999px;
	width: 113px;
	height: 10px;
	margin: 0 0 0px 0;
	background: url(img/ourproductions_title.gif) no-repeat top left;	
}

.ProductionList {
	float: left;
	width: 375px;
	padding: 0 50px 40px 0;
}

.ProductionListRight {
	float: left;
	width: 375px;
	padding: 0 0px 40px 0;
}

.ProductionTitle {
	float: left;
	width: 255px;
}

#BodyText .ProductionTitle h3{
	margin: 0;
	padding: 0 0 10px 0;
}

#BodyText .ProductionDate p{
	margin: 0;
	padding: 0;
}

.ProductionDate {
	float: left;
	width: 120px;
	padding: 3px 0 0 0;
	text-align: right;
}

.ProductionImage {
	float: left;
	border: 1px solid #A7C6D6;
	width: 355px;
	padding: 9px;
	margin: 0 0 10px 0;
	background: #E6F3FC;
}

.VisitWebsite {
	float: left;
	width: 181px;
	height: 36px;
	padding: 0 13px 0 0;
	text-indent: -9999px;
	background: url(img/visitwebsite_button.gif) top left no-repeat;
}

a.VisitWebsite, a.VisitWebsite:link, a.VisitWebsite:visited {
	width: 181px;
	height: 36px;
	border: none;
	background: url(img/visitwebsite_button.gif) top left no-repeat;
}

a.VisitWebsite:hover, a.VisitWebsite:visited:hover {
	width: 181px;
	height: 36px;
	border: none;
	background: url(img/visitwebsite_button.gif) 0 -36px no-repeat;
}

.WatchTrailer {
	float: left;
	width: 181px;
	height: 36px;
	padding: 0 0px 0 0;
	text-indent: -9999px;
	background: url(img/watchtrailer_button.gif) top left no-repeat;
}

a.WatchTrailer, a.WatchTrailer:link, a.WatchTrailer:visited {
	width: 181px;
	height: 36px;
	border: none;
	background: url(img/watchtrailer_button.gif) top left no-repeat;
}

a.WatchTrailer:hover, a.WatchTrailer:visited:hover {
	width: 181px;
	height: 36px;
	border: none;
	background: url(img/watchtrailer_button.gif) 0 -36px no-repeat;
}

#BodyText #ContactInformation {
	text-indent: -9999px;
	width: 137px;
	height: 10px;
	margin: 0 0 0px 0;
	background: url(img/contactinformation_title.gif) no-repeat top left;	
}


/*------------MISCELLANEOUS-----------------------*/

.inputfield {
	font-family: Arial, Verdana, helvetica, sans-serif;
	float: left;
	border: 1px solid #B3B3B3;
	margin: 0 5px 5px 0;
	padding: 4px;
	height: 16px;
	top: 0px;
	font-size: 13px;
}

/*-------------- TEXT STYLING ELEMENTS -----------------*/

#BodyText{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#BodyText p {
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
	text-indent: 0px;
	color: #4D4D4D; }
	
#BodyText #MoreFrappe p {
	padding: 0px 0px 9px 0px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	text-indent: 0px;
	color: #4D4D4D; }
	
#BodyText ul {
	padding: 0;
	margin: 0 0 0 15px;
}

#BodyText ul li {
	padding: 0px 0px 3px 0px;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
	text-indent: 0px;
	color: #4D4D4D; }

#BodyText ul li ul li{
	font-size: 1.0em;
}

#BodyText h4 {
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666; }

#BodyText h3 {
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #DD7800; }


#BodyText h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 15px 0;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
	color: #4D4D4D; 
}

#BodyText h2 strong{
	color: #D35A00; 
}

#BodyText a:link, #BodyText a:visited { color: #355E77; text-decoration: underline;}
#BodyText a:hover, #BodyText a:visited:hover { color: #4D4D4D;text-decoration: underline;}
		
/*-------------- Copyright Footer -----------------*/

#Copyright {
	margin: 0 auto 30px auto;
	padding: 0px 20px 20px 0px;
	width: 820px;
	text-align: right;
	background: #ffffff;
}

#Copyright h4 {
	margin: 0px 0px 0 0;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
	color: #4D4D4D;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: normal;
	}

#Copyright a:link, #Copyright a:visited { color: #ffffff; text-decoration: none;}
#Copyright a:hover, #Copyright a:visited:hover { color: #ffffff;text-decoration: none; border-bottom: 1px solid #ffffff; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }

/* Hide warning from newer browsers */
.oldbrowsers { display: none; }

td.nowrap {
	white-space: nowrap;
	}