/* CSS Document */

body{
	background-color: #2d2a29;
	margin: 0;
	padding: 0;
	text-align: center;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #FFFFFF;
}

.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #a3d068;
	font-weight: bold;
}

blockquote{
	line-height: 12pt;
	margin-left: 25px;
}

.indent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
}

ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #FFFFFF;
	list-style-type: circle;
}

.blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #208ec0;
	border: 0px solid red;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: underline;
}

.press{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
}


/* DIV TAGS */

#top{
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	border: 0px solid red;
	background-color: #208ec0;
}

#container{
	position: relative;
	width: 842px;
	margin: 0 auto;
	border: 0px solid blue;
}

#home{
	position: relative;
	width: 842px;
	height: 750px;
	margin: 0 auto;
	border: 0px solid blue;
}

#nav{
	position: relative;
	top: 13px;
	left: 0px;
	width: 782px;
	margin: 0 auto;
	text-align: left;
	border: 0px solid white;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#logo a{
	display: block;
	width: 214px;
	height: 19px;
	background-image: url(Images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#about a{
	display: block;
	width: 80px;
	height: 19px;
	background-image: url(Images/nav_about.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#experience a{
	display: block;
	width: 170px;
	height: 19px;
	background-image: url(Images/nav_experience.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#productions a{
	display: block;
	width: 112px;
	height: 19px;
	background-image: url(Images/nav_productions.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}


#press a{
	display: block;
	width: 131px;
	height: 19px;
	background-image: url(Images/nav_press.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#contact a{
	display: block;
	width: 75px;
	height: 19px;
	background-image: url(Images/nav_contact.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#home1{
	position: absolute;
	top: 68px;
	left: 245px;
	width: 207px;
	height: 207px;
	background-image: url(Images/home_01.jpg);
	background-repeat: no-repeat;
}

#spotlight{
	position: absolute;
	top: 68px;
	left: 462px;
	width: 351px;
	height: 207px;
	background-image: url(Images/home_spotlight.gif);
	background-repeat: no-repeat;
}

#textHome{
	text-align: left;
	margin: 38px 14px 0 15px;
}

#home2{
	position: absolute;
	top: 285px;
	left: 245px;
	width: 207px;
	height: 424px;
	background-image: url(Images/home_02.jpg);
	background-repeat: no-repeat;
}

#home3{
	position: absolute;
	top: 285px;
	left: 462px;
	width: 351px;
	height: 207px;
	background-image: url(Images/home_03.jpg);
	background-repeat: no-repeat;
}

#upcoming{
	position: absolute;
	top: 502px;
	left: 462px;
	width: 351px;
	height: 207px;
	background-image: url(Images/home_upcoming.gif);
	background-repeat: no-repeat;
}

#quoteAbout{
	position: absolute;
	top: 68px;
	left: 619px;
	width: 193px;
	height: 170px;
	background-image: url(Images/quote_about.gif);
	background-repeat: no-repeat;
}

#imageAbout{
	position: relative;
	top: 68px;
	left: 245px;
	width: 365px;
	height: 170px;
	background-image: url(Images/image_about.jpg);
	background-repeat: no-repeat;
}

#quoteMission{
	position: absolute;
	top: 68px;
	left: 619px;
	width: 193px;
	height: 170px;
	background-image: url(Images/quote_mission.gif);
	background-repeat: no-repeat;
}

#imageMission{
	position: relative;
	top: 68px;
	left: 245px;
	width: 365px;
	height: 170px;
	background-image: url(Images/image_mission.jpg);
	background-repeat: no-repeat;
}

#quoteFounder{
	position: absolute;
	top: 68px;
	left: 619px;
	width: 193px;
	height: 170px;
	background-image: url(Images/quote_founder.gif);
	background-repeat: no-repeat;
}

#imageFounder{
	position: relative;
	top: 68px;
	left: 245px;
	width: 365px;
	height: 170px;
	background-image: url(Images/image_founder.jpg);
	background-repeat: no-repeat;
}

#quoteExperience{
	position: absolute;
	top: 68px;
	left: 619px;
	width: 193px;
	height: 170px;
	background-image: url(Images/quote_experience.gif);
	background-repeat: no-repeat;
}

#imageExperience{
	position: relative;
	top: 68px;
	left: 245px;
	width: 365px;
	height: 170px;
	background-image: url(Images/image_experience.jpg);
	background-repeat: no-repeat;
}

#quoteBHP{
	position: absolute;
	top: 68px;
	left: 619px;
	width: 193px;
	height: 170px;
	background-image: url(Images/quote_bhp.gif);
	background-repeat: no-repeat;
}

#imageBHP{
	position: relative;
	top: 68px;
	left: 245px;
	width: 365px;
	height: 170px;
	background-image: url(Images/image_bhp.jpg);
	background-repeat: no-repeat;
}

#quoteClients{
	position: absolute;
	top: 68px;
	left: 619px;
	width: 193px;
	height: 170px;
	background-image: url(Images/quote_client.gif);
	background-repeat: no-repeat;
}

#imageClients{
	position: relative;
	top: 68px;
	left: 245px;
	width: 365px;
	height: 170px;
	background-image: url(Images/image_clients.jpg);
	background-repeat: no-repeat;
}

#quoteContact{
	position: absolute;
	top: 68px;
	left: 619px;
	width: 193px;
	height: 170px;
	background-image: url(Images/quote_contact.gif);
	background-repeat: no-repeat;
}

#imageContact{
	position: relative;
	top: 68px;
	left: 245px;
	width: 365px;
	height: 170px;
	background-image: url(Images/image_contact.jpg);
	background-repeat: no-repeat;
}

#homeEndorse{
	position: absolute;
	top: 60px;
	left: 30px;
	width: 188px;
	height: 100%;
	text-align: left;
	border: 0px solid red;
}

#homeEndorse ul {
	margin: 0;
	padding: 0;
}

#homeEndorse li {
	width: 188px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	line-height: 10pt;
}

#subnav{
	position: absolute;
	top: 252px;
	left: 30px;
	width: 188px;
	height: 100%;
	text-align: left;
	border: 0px solid red;
}

#subnav ul {
	margin: 0;
	padding: 0;
}

#subnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#headerAbout {
	display: block;
	width: 214px;
	height: 14px;
	background-image: url(Images/header_about.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#headerExperience {
	display: block;
	width: 214px;
	height: 14px;
	background-image: url(Images/header_experience.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#headerContact {
	display: block;
	width: 214px;
	height: 14px;
	background-image: url(Images/header_contact.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#line {
	display: block;
	width: 187px;
	height: 18px;
	background-image: url(Images/line.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#list a{
	display: block;
	width: 188px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #208ec0;
	text-decoration: none;
}

#list a:hover{
	display: block;
	width: 188px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #208ec0;
	text-decoration: underline;
}

#bar{
	position: absolute;
	top: 252px;
	left: 245px;
	width: 568px;
	height: 10px;
	background-color: #a3d068;
}

#body{
	position: absolute;
	top: 272px;
	left: 245px;
	width: 568px;
	border: 0px solid white;
	text-align: left;
}

#lineRight{
	width: 568px;
	height: 1px;
	text-align: left;
	background-image: url(Images/line.gif);
	background-repeat: repeat-x;	
}

#footer{
	position: relative;
	top: 750px;
	border: 0px solid red;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #484544;
	text-align: center;
}