/*MENU*/

.chromestyle
{
width: 99%;
font-weight: bold;
font-family : Arial, Helvetica, sans serif;
font-size : 11px;
font-weight : bold;
margin-top : 3px;
}

.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul
{
width: 100%;
padding: 4px 0;
margin : 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
display: inline;
margin-left : -1px;
}

.chromestyle ul li a
{
color: #77787B;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover
{
	color : #AB986B;
}

.chromestyle ul li a:active
{
	color : #AB986B;
}

/*.chromestyle ul li a[rel]:after
{ HTML to indicate drop down link
content: " v";
/*content: " " url(downimage.gif); uncomment this line to use an image instead
}*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
position:absolute;
margin-top : 3px;
margin-left : -2px;
top: 0;
border-left: 1px solid #BBB; 
border-right: 1px solid #BBB;
border-bottom: 1px solid #BBB;
/*THEME CHANGE HERE*/
border-bottom-width: 0;
/*font:normal 11px Arial;*/
line-height:14px;
z-index:2;
background-color: #ECEBEB;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CDCCCC; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color: black;
font-family : Arial, Helvetica, sans serif;
font-size : 11px;
color : #333333;
}

* html .dropmenudiv a
{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
background-color: #000000;
color : #AB986B;
}

/*MENU END*/






/*NAVIGATION HEADER*/

#logo 
{
	width : 732px;
	height : 113px;
	background-image : url("../img/main/header.jpg");
	background-color : #ffffff;
	margin-left : 5px;
	margin-right : 4px;
	margin-top : 0px;
	background-repeat : no-repeat;
}
	
#navHolder
{
	width : 732px;
	margin-left : 5px;
	margin-right : 4px;
	height : 27px;
	margin-top : 0px;
	margin-bottom : 4px;
	background-repeat : no-repeat;
}

#nav 
{
	background-color : #ECEBEB;
	border : solid 1px #CDCCCC;
	margin-top : 0px;
	margin-bottom : 0px;
	height : 27px;
}

#newsholder
{
	width : 738px;
	margin : 0px 0px 0px 0px;
	margin-bottom : 4px;
}

#newsbar
{
	background-color : #ECECEC;
	width : 730px;
	height : 30px;
	border : solid 1px #CDCCCC;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 0px;
}

#newstitle
{
	width : 12%;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #666666;
	float : left;
	padding : 7px;
	margin-top : 2px;
}

#newsscroller
{
	width : 85%;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	float : left;
}

#newsscrollerbg
{
	width : 100%;
	background-color : #FFFFFF;
	margin-top : 5px;
	border : solid 1px #CDCCCC;
	height : 18px;
}

/*NAVIGATION HEADER END*/

html, body 
{
   width :100%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom : 0px;
	margin-top : 0px;
	background-repeat : repeat-y;
	background-color : #EAE9EA;
	height:100%; 
	/*min-height : 100%;
	max-height : 100%;*/
	padding: 0px;
}


#HeaderBG
{
	width :804px;
	margin-right:auto;
	margin-left:auto;
	background-image:url("../img/bg/HeaderBG.jpg");
	height : 180px;
}

#ContentBG
{
	width :804px;
	margin-right:auto;
	margin-left:auto;
	background-image:url("../img/bg/ContentBG.jpg");
	background-repeat : repeat-y;
	min-height : 100%;
	padding-bottom: 10px;
}

#PanelLinesBG
{
	width :804px;
	margin-right:auto;
	margin-left:auto;
	background-image:url("../img/bg/FooterBG.jpg");
	height : 20px;
	padding-bottom: 0px;

}

#FooterBG
{
	width :804px;
	margin-right:auto;
	margin-left:auto;
	background-image:url("../img/bg/HeaderBG.jpg");
	padding-bottom : 0px;

}

#HeaderFrame
{
	width:740px;
	height : 100%;
	margin-left: auto;
	margin-right: auto;
	-moz-margin-start : 31px;    /* FF fix for header alignment : only FF */
}

#ContentFrame
{
	width:740px;
	margin-left: 31px;
	margin-right: auto;
	padding-bottom: 0px;
	min-height : 100%;
}

#FooterFrame
{
	width:740px;
	height : 20px;
	margin-left: auto;
	margin-right: auto;
	-moz-margin-start : 31px;    /* FF fix for header alignment : only FF */
	padding-bottom: 0px;
}

#side-a 
{
	float: left;
	width: 140px;
	margin-top : 0px;
	margin-left : 3px;
	/*position : relative;*/
	height : 100%;
	-moz-margin-start : 6px;
}

@media screen and (min-width: 0px) {   /* Opera Hack - Only Opera */

#side-a {

margin-left: 6px;

}

}

#side-b 
{
	width: 140px;
	position : relative;
	margin-right : 2px;
	float : right;
	height : 100%;
	-moz-margin-end : 5px;
}

@media screen and (min-width: 0px) {   /* Opera Hack - Only Opera */

#side-b {

margin-right: 5px;

}

}

#middle 
{ 
	/*position : relative;*/
	width: 428px;
	margin-left : 149px;
	margin-right : auto;
	-moz-margin-start : 152px;
	/*height : 100%;*/
}

@media screen and (min-width: 0px) {   /* Opera Hack - Only Opera */

#middle {

margin-left: 152px;
padding-bottom: 0px;

}

}


#textHolder
{
	width : 427px;
	height : 100%;
}

#textHolder2
{
	width : 427px;
	height : 100%;
	margin-bottom : 35px;
}

#textHolder3
{
	width : 427px;
	height : 260px;
}

#textHolder4
{
	width : 432px;
}

#textHolder5
{
	width : 427px;
	height : 680px;
	
}


#pagefeature
{
	width : 438px;
	height : 225px;
	background-color : #000000;
	margin-bottom : 4px;
}

#pagefeature2
{
	width : 438px;
	height : 225px;
	background-color : #000000;
	margin-bottom : 4px;
	background-image : url(../img/studios/productionFeature.jpg);
}

#pagefeature3
{
	width : 438px;
	height : 225px;
	background-color : #000000;
	margin-bottom : 4px;
	background-image : url(../img/catering/restaurantFeature.jpg);
}

#pagefeature4
{
	width : 438px;
	height : 225px;
	background-color : #000000;
	margin-bottom : 4px;
	background-image : url(../img/keypersonnel/personnelFeature.jpg);
}

#pagefeature5
{
	width : 438px;
	height : 225px;
	background-color : #000000;
	margin-bottom : 4px;
	background-image : url(../img/aboutus/historyFeature.jpg);
}

#pagefeature6
{
	width : 438px;
	height : 225px;
	background-color : #000000;
	margin-bottom : 4px;
	background-image : url(../img/showcase/showcase1feature.jpg);
}

#pagefeature7
{
	width : 438px;
	height : 225px;
	background-color : #000000;
	margin-bottom : 4px;
	background-image : url(../img/showcase/showcasefeature2.jpg);
}

#pagefeature8
{
	width : 438px;
	height : 225px;
	background-color : #000000;
	margin-bottom : 4px;
	background-image : url(../img/showcase/showcasefeature3.jpg);
}

#pagefeature9
{
	width : 438px;
	height : 225px;
	background-color : #000000;
	margin-bottom : 4px;
	background-image : url(../img/newsAwards/awardsfeature1.jpg);
}


#pagefeature10
{
	width : 438px;
	height : 225px;
	background-color : #000000;
	margin-bottom : 4px;
	background-image : url(../img/newsAwards/awardsfeature2.jpg);
}


#pagefeature11
{
	background-image: url(../img/mission/missionFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature12
{
	background-image: url(../img/studios/smallFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature13
{
	background-image: url(../img/studios/mediumFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature14
{

	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature15
{
	background-image: url(../img/studios/filmingFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature16
{
	background-image: url(../img/studios/wineFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature17
{
	background-image: url(../img/technical/lightingFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature18
{
	background-image: url(../img/technical/soundFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature19
{
	background-image: url(../img/technical/visionFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature20
{
	background-image: url(../img/contact/contactFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature21
{
	background-image: url(../img/studios/studioAFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature22
{
	background-image: url(../img/studios/studioBFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature23
{
	background-image: url(../img/newsAwards/newsFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature24
{
	background-image: url(../img/technical/galleryFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature25
{
	background-image: url(../img/studios/dressingFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature26
{
	background-image: url(../img/tour/restaurantFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature27
{
	background-image: url(../img/catering/sampleFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature28
{
	background-image: url(../img/tour/confFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature29
{
	background-image: url(../img/tour/dressingtourFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature30
{
	background-image: url(../img/studios/crewFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature31
{
	background-image: url(../img/contact/formFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature32
{
	background-image: url(../img/tour/prodtourFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature33
{
	background-image: url(../img/links/linkFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature34
{
	background-image: url(../img/studios/sharedFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeature35
{
	background-image: url(../img/showcase/prevShowFeature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#pagefeaturetitle
{
	width : 438px;
	height : 35px;
	background-color : #000000;
	
}

#pagefeaturetext
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 13px;
	font-weight : bold;
	color : #AB986B;
	padding : 10px;
}

#heading
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 15px;
	margin-left : 5px;
	background-image : url("../img/home/intro.jpg");
	background-repeat : no-repeat;
	width : 340px;
	height : 33px;
}

#heading2
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 5px;
	margin-left : 5px;
	background-image : url("../img/home/showcases.jpg");
	background-repeat : no-repeat;
	width : 340px;
	height : 33px;
	margin-bottom : 10px;
}

#headingabout
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("../img/aboutus/aboutus_header.jpg");
	background-repeat : no-repeat;
	width : 124px;
	height : 28px;
}


#headingnews
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("../img/newsAwards/newsAwards.jpg");
	background-repeat : no-repeat;
	width : 184px;
	height : 28px;
}

#headingcontact
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("../img/contact/headingcontactdetails.jpg");
	background-repeat : no-repeat;
	width : 184px;
	height : 28px;
}


#headingtechnical
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("../img/technical/headingtechnical.jpg");
	background-repeat : no-repeat;
	width : 184px;
	height : 28px;
}

#headingquestionsgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/contact/questionsgold.gif");
	background-repeat : no-repeat;
	width : 283px;
	height : 33px;
}


#headingquestions
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("../img/contact/headingquestions.gif");
	background-repeat : no-repeat;
	width : 283px;
	height : 28px;
}

#headingtour
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("../img/tour/headingtour.jpg");
	background-repeat : no-repeat;
	width : 184px;
	height : 28px;
}

#headinglinks
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("../img/links/headinglinks.jpg");
	background-repeat : no-repeat;
	width : 184px;
	height : 28px;
}

#headingproduction
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("../img/studios/headingProduction.jpg");
	background-repeat : no-repeat;
	width : 124px;
	height : 28px;
}

#headingshowcase
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("../img/showcase/headingshowcase.jpg");
	background-repeat : no-repeat;
	width : 140px;
	height : 28px;
	float : left;
}

#headingpress
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("/img/press/pressHeading.jpg");
	background-repeat : no-repeat;
	width : 140px;
	height : 28px;
}

#headingpress2
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("/img/press/pressHeading.jpg");
	background-repeat : no-repeat;
	width : 140px;
	height : 28px;
	float : left;
}


#headingawards
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;
	margin-top : 20px;
	margin-left : 5px;
	background-image : url("../img/newsAwards/awardstitle.jpg");
	background-repeat : no-repeat;
	width : 184px;
	height : 28px;
	float : left;
}

#headingfloorplan
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 19px;
	font-weight : bold;
	color : #000000;

	margin-bottom : 10px;
	margin-left : 5px;
	background-image : url("../img/studios/headingfloorplan.jpg");
	background-repeat : no-repeat;
	width : 144px;
	height : 33px;
}


#headinggold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/home/flexible.jpg");
	background-repeat : no-repeat;
	width : 340px;
	height : 33px;
}

#headingstudiosgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/headingstudiosgold.jpg");
	background-repeat : no-repeat;
	width : 140px;
	height : 33px;
}

#headingsmallstudiosgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/smallStudiogold.jpg");
	background-repeat : no-repeat;
	width : 201px;
	height : 35px;
}

#headingmediumstudiosgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/mediumStudiogold.jpg");
	background-repeat : no-repeat;
	width : 201px;
	height : 35px;
}

#headinglargestudiosgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/largeStudiogold.jpg");
	background-repeat : no-repeat;
	width : 201px;
	height : 35px;
}

#headingdressingofficesgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/dressingOfficegold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingthankYougold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/contact/thankYougold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#prodGallerygold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/prodGallerygold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingfilmingoptionsgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/filmingOptionsgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingcateringHospgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/cateringHospgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headinglightinggold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/technical/lightinggold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingsoundgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/technical/soundgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingvisualgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/technical/visualgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingrestaurantgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/tour/restaurantgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingdressinggold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/tour/dressinggold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingprodofficegold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/tour/prodOfficegold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingconferencegold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/tour/conferencegold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headinglinksgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/links/linksgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingstudioAgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/studioagold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingstudioBgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/studiobgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#sharedgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/sharedgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#thecrewgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/studios/crewgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingcontactgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/contact/contactmapgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingcontactformgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/contact/contactformgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingnewshowcasegold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/showcase/newshowcaseGold.jpg");
	background-repeat : no-repeat;
	width : 231px;
	height : 35px;
	float : left;
}

#scrollerlinks
{
	width : 160px;
	float : right;
	margin-top : 5px;
}

#scrollerlinks a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 10px;
	color : #AB986B;
}

#scrollerlinks a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 10px;
	color : #77787B;
}

#scrollleft
{
	float : left;
	font-family : Arial, Helvetica, sans serif;
	font-size : 10px;
	color : #AB986B;
	margin-top : 4px;
}

#scrollleft2
{
	float : left;
	font-family : Arial, Helvetica, sans serif;
	font-size : 10px;
	color : #77787B;
	margin-top : 4px;
}

#scrollnumbers
{
	float : left;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;
	margin-top : 4px;
	margin-left : 14px;
}

#scrollright
{
	float : right;
	font-family : Arial, Helvetica, sans serif;
	font-size : 10px;
	color : #AB986B;
	margin-top : 4px;
}

#scrollright2
{
	float : right;
	font-family : Arial, Helvetica, sans serif;
	font-size : 10px;
	color : #77787B;
	margin-top : 4px;
}

#headingprevshowcasegold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/showcase/prevshowcaseGold.jpg");
	background-repeat : no-repeat;
	width : 247px;
	height : 35px;
	float : left;
}

#showcasecontainer
{
	width : 100%;
	margin-bottom : 15px;
	height : 50px;

}

#pagefeature36
{
	background-image: url(../img/contact/faq_feature.jpg);
	width : 438px;
	height : 225px;
	margin-bottom : 4px;
}

#showcasecontainer2
{
	width : 100%;
}

#showcasedropdown
{
	width : 270px;
	float : right;
	margin-top : 20px;
}

.showcaseDropper
{
	width: 180px;
}

#awardsdropdown
{
	width : 175px;
	float : right;
	margin-top : 20px;
}


#showcasedropdown2
{
	width : 115px;
	float : right;
	margin-top : 20px;
}

#headingawardsgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/newsAwards/awardsgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}

#headingprevShowcase
{
	width : 216px;
	height : 28px;
	background-image:url(../img/showcase/headingprevshow.jpg);
	float : left;
	margin-top : 20px;
	margin-left : 5px;
}

#headingeventsgold
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/newsAwards/eventsgold.jpg");
	background-repeat : no-repeat;
	width : 323px;
	height : 35px;
}


#headinggoldabout
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/aboutus/aboutus_gold.jpg");
	background-repeat : no-repeat;
	width : 340px;
	height : 33px;
}

#headinggoldpersonnel
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/keypersonnel/personnel_gold.jpg");
	background-repeat : no-repeat;
	width : 340px;
	height : 33px;
}

#headinggoldmission
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 23px;
	color : #AB986B;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	background-image : url("../img/mission/mission_gold.jpg");
	background-repeat : no-repeat;
	width : 340px;
	height : 33px;
}

#divider
{
	background-color : #FFFFFF;
	height : 15px;
	width : 430px;
	margin-left : 5px;
	margin-right : 5px;
	border-top : 1px solid #D0CFD0;
	margin-top : 10px;
	margin-bottom : 0px;
}

#divider2
{
	background-color : #FFFFFF;
	height : 15px;
	width : 100%;

	margin-right : 5px;
	border-top : 1px solid #D0CFD0;
	margin-top : 10px;
	margin-bottom : 0px;
}

#maintext
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	color : #6C6E70;
	margin-left : 5px;
	margin-bottom : 40px;
}

#formtext
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	margin-left : 5px;
	margin-bottom : 15px;
}

#maintext2
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	color : #6C6E70;
	margin-left : 5px;

}

#maintext a
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	color : #AB986B;
	margin-bottom : 40px;
}

#maintext a:hover
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	color : #6C6E70;
	margin-bottom : 40px;
}

#linktext
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	color : #6C6E70;
	padding-left : 5px;
	background-color : #FFFFFF;
	padding-bottom: 15px;
}

#linktext a
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	color : #AB986B;
	padding-left : 5px;
	background-color : #FFFFFF;
	padding-bottom: 15px;
}

#linktext a:hover
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	color : #6C6E70;
	padding-left : 5px;
	background-color : #FFFFFF;
	padding-bottom: 15px;
}



#maintextheader
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	margin-left : 5px;
	margin-bottom : 15px;
	margin-top : 15px;
}

#maintextheader2
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	margin-left : 5px;
	margin-top : 12px;
	margin-bottom : 12px;
}

#maintextheader3
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	margin-left : 5px;
	margin-top : 7px;
	margin-bottom : 5px;
}

#linktextheader
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	padding-left : 5px;
	padding-bottom : 5px;
	margin-top : 9px;
}



#maintext
{
	font-family : Arial, Helvetica, sans erif;
	font-size : 11px;
	color : #6C6E70;
	margin-left : 5px;
}

#showcase2
{
	width : 100%;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	border-top : 1px solid #D0CFD0;
	border-bottom : 1px solid #D0CFD0;
	margin-bottom : 10px;
	height: 140px;

}

#showcase4
{
	width : 100%;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	border-top : 1px solid #D0CFD0;
	border-bottom : 1px solid #D0CFD0;
	margin-bottom : 10px;
	height: 100%;

}

#showcase3
{
	width : 100%;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	border-top : 1px solid #D0CFD0;
	border-bottom : 1px solid #D0CFD0;
	margin-bottom : 10px;
	height : 76px;
}

#showcaseprod
{
	width : 100%;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	border-top : 1px solid #D0CFD0;
	height : 420px;
}

#showcaseprod1
{
	width : 100%;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
}

#showcaseprod2
{
	width : 430px;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	margin-bottom : 45px;

}

#showcaseprod3
{
	width : 430px;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	margin-bottom : 45px;
	height : 160px;
}

#showcaseprod4
{
	width : 430px;
	background-color : #FFFFFF;
	height : 100%;
}

#showcase
{
	width : 100%;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	border-top : 1px solid #D0CFD0;
	height: 76px;
}

#presssmall
{
	width : 100%;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	border-top : 1px solid #D0CFD0;
	height: 76px;	
}

#presslarge
{
	width : 100%;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	border-top : 1px solid #D0CFD0;
	height: 140px;
}


#eventHolder
{
	width : 100%;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	border-top : 1px solid #D0CFD0;
	height : 99px;
}

#eventHolder2
{
	width : 100%;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	border-top : 1px solid #D0CFD0;
	border-bottom : 1px solid #D0CFD0;
	height : 99px;
	margin-bottom: 25px;
}

#showcasepic
{
	width : 137px;
	float : right;
	height : 76px;
}

#showcasepic1
{
	width : 137px;
	float : right;
	height : 76px;
	background-image : url("../img/home/news1.jpg");
}

#showcasepic2
{
	width : 137px;
	float : right;
	height : 76px;
	background-image : url("../img/home/news2.jpg");
}

#showcasepic3
{
	width : 137px;
	float : right;
	height : 76px;
	background-image : url("../img/home/news3.jpg");
	
}

#showcasetext
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	width : 60%;
}

#showcasetext3
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	width : 100%;
	margin-bottom :10px;
}

#showcasetext a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;
	width : 60%;
}

#showcasetext a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	width : 60%;
}

#showcasetext2
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;
	padding-left : 5px;
	width : 60%;
	margin-top : 5px;
	font-weight : bold;
	margin-bottom : 7px;
}

#awardstext
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	width : 70%;
	margin-top : 15px;
}

#eventstext
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	width : 70%;
	margin-top : 35px;
}

#eventstext2
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	width : 70%;
	margin-top : 25px;
}

#eventspic1
{
	width : 137px;
	float : right;
	height : 76px;
	background-image : url("../img/newsAwards/events1.jpg");
}

#eventspic2
{
	width : 137px;
	float : right;
	height : 76px;
	background-image : url("../img/newsAwards/events2.jpg");
}

#eventspic3
{
	width : 137px;
	float : right;
	height : 76px;
	background-image : url("../img/newsAwards/events3.jpg");
}

#awardspic1
{
	width : 137px;
	float : right;
	height : 76px;
	background-image : url("../img/newsAwards/awards1.jpg");
}

#awardspic2
{
	width : 137px;
	float : right;
	height : 76px;
	background-image : url("../img/newsAwards/awards2.jpg");
}

#infoSubmenu
{
	width: 100%;
	height: 30px;
}

#infoSubmenulink
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	float : left;
	margin-left : 2px;
	-moz-margin-start: 5px;
	padding-bottom : 15px;
	width: 140px;
}

#infoSubmenulink a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	float : left;
	margin-left : 2px;
	padding-bottom : 15px;
}

#infoSubmenulink a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #6C6E70;
	float : left;
	margin-left : 2px;
	padding-bottom : 15px;
}

#infoSubmenulink5
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	float : right;
	margin-left : 7px;
	-moz-margin-start: 0px;
	padding-bottom : 15px;
	width: 90px;
	margin-right : 7px;
	text-align : right;
}

#infoSubmenulink5 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	float : right;
	margin-left : 2px;
	padding-bottom : 15px;
}

#infoSubmenulink5 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #6C6E70;
	float : right;
	margin-left : 2px;
	padding-bottom : 15px;
}

#infoSubmenulink6
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	float : left;
	margin-left : 2px;
	-moz-margin-start: 5px;
	padding-bottom : 15px;
	width: 100px;
	margin-right : 5px;
	/*height : 100px;*/
}

#infoSubmenulink6 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	float : left;
	margin-left : 2px;
	padding-bottom : 15px;
}

#infoSubmenulink6 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #6C6E70;
	float : left;
	margin-left : 2px;
	padding-bottom : 15px;
}

#infoSubmenulink2
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	width:140px;
	float: right;
}

#infoSubmenulink2 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	float: right;
}

#infoSubmenulink2 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #6C6E70;
	float: right;
}

#infoSubmenulink3
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	width:60px;
	float: right;
}

#infoSubmenulink3 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	float: right;
}

#infoSubmenulink3 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #6C6E70;
	float: right;
}
/*.link
{ 
	font-size :11px;
	font-family : Arial, Helvetica, sans serif;
	font-weight : bold;
	color : #263E0F;
	text-decoration : none;
	margin-top : 20px;
}

a:hover
{
	color : #537334;
	font-weight : bold;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	margin-top : 20px;
	text-decoration : underline;
}

a:visited
{
	color : #979796;
	font-weight : bold;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	text-decoration : none;
	margin-top : 20px;
}*/

#infoSubmenulink7
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	width:140px;
	float: right;
	margin-top : 13px;
}

#infoSubmenulink7 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	float: right;
	margin-top : 13px;
}

#infoSubmenulink7 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #6C6E70;
	float: right;
	margin-top : 13px;
}

#footer
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #000000;
	border-top : solid 1px #000000;
	background-color : #FFFFFF;
	margin-left : 5px;
	margin-right : 5px;
	height : 20px;
	clear: both;
}

#footer a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;

	background-color : #FFFFFF;
	margin-right : 5px;
	height : 20px;
	clear: both;
	font-weight : bold;
}

#footer a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;

	background-color : #FFFFFF;
	margin-right : 5px;
	height : 20px;
	clear: both;
	font-weight : bold;
}

#leftfooter
{
	width : 40%;
	float : left;
	margin-top : 4px;
	margin-bottom : 4px;
}

#rightfooter
{
	float : right;
	width : 40%;
	text-align : right;
	margin-top : 4px;
	margin-bottom : 4px;
}

#totop
{
	width : 200px;
	margin-top : 15px;
	background-color : #FFFFFF;
	height : 30px;
	background-repeat : no-repeat;
	text-align : left;
	background-position : right;
	font-family : Arial, Helvetica, san serif;
	font-size : 10px;
	color : #AB986B;
	margin-left : 5px;
	line-height : 35px;

	
}

#totop a
{
	width : 200px;
	margin-top : 15px;
	background-color : #FFFFFF;
	height : 35px;
	background-image : url(../img/main/top.jpg);
	background-repeat : no-repeat;
	text-align : left;
	background-position : right;
	font-family : Arial, Helvetica, san serif;
	color : #AB986B;
	margin-left : 2px;
	text-decoration : none;
	line-height : 35px;
	padding : 3px;
}

#totop a:hover
{
	width : 200px;
	margin-top : 15px;
	background-color : #FFFFFF;
	height : 30px;
	background-image : url(../img/main/top_gold.jpg);
	background-repeat : no-repeat;
	text-align : left;
	background-position : right;
	font-family : Arial, Helvetica, san serif;
	color : #6C6E70;
	margin-left : 2px;
	text-decoration : none;
	line-height : 35px;
	padding : 3px;
}
	
	
	
	
#totop2
{
	width : 200px;
	margin-top : 15px;
	background-color : #FFFFFF;
	height : 30px;
	background-repeat : no-repeat;
	text-align : left;
	background-position : right;
	font-family : Arial, Helvetica, san serif;
	font-size : 10px;
	color : #AB986B;
	margin-left : 5px;
	line-height : 35px;
	float : left;
	
}

#totop2 a
{
	width : 200px;
	margin-top : 15px;
	background-color : #FFFFFF;
	height : 40px;
	background-image : url(../img/main/top.jpg);
	background-repeat : no-repeat;
	text-align : left;
	background-position : right;
	font-family : Arial, Helvetica, san serif;
	color : #AB986B;
	text-decoration : none;
	line-height : 35px;
}

#totop2 a:hover
{
	width : 200px;
	margin-top : 15px;
	background-color : #FFFFFF;
	height : 30px;
	background-image : url(../img/main/top_gold.jpg);
	background-repeat : no-repeat;
	text-align : left;
	background-position : right;
	font-family : Arial, Helvetica, san serif;
	color : #6C6E70;
	text-decoration : none;
	line-height : 35px;
}	
	
	
#totop3
{
	width : 200px;
	margin-top : 15px;
	background-color : #FFFFFF;
	height : 30px;
	background-repeat : no-repeat;
	text-align : left;
	background-position : right;
	font-family : Arial, Helvetica, san serif;
	font-size : 10px;
	color : #AB986B;
	margin-left : 5px;
	line-height : 35px;
	float : left;
	margin-bottom : 100px;
	
}

#totop3 a
{
	width : 200px;
	margin-top : 15px;
	background-color : #FFFFFF;
	height : 35px;
	background-image : url(../img/main/top.jpg);
	background-repeat : no-repeat;
	text-align : left;
	background-position : right;
	font-family : Arial, Helvetica, san serif;
	color : #AB986B;
	text-decoration : none;
	line-height : 35px;
}

#totop3 a:hover
{
	width : 200px;
	margin-top : 15px;
	background-color : #FFFFFF;
	height : 30px;
	background-image : url(../img/main/top_gold.jpg);
	background-repeat : no-repeat;
	text-align : left;
	background-position : right;
	font-family : Arial, Helvetica, san serif;
	color : #6C6E70;
	text-decoration : none;
	line-height : 35px;
}	
	
	
#spacer
{
	background-image : url(../img/main/spacer.gif);
	height : 100px;
}
	
	
/*side a+b*/

#aheader
{
	background-color : #000000;
	width : 133px;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	font-weight : bold;
	color : #AB986B;
	padding : 4px;
}

#atextblock1
{
	background-color : #FFFFFF;
	width : 141px;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	margin-bottom : 7px;
	border-bottom : solid 1px #CDCCCC;
}


#atext1
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	padding : 5px;
}

#atextblock2
{
	background-color : #FFFFFF;
	width : 140px;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
}

#atext2
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	padding : 5px;
}


#atextblock3
{
	background-color : #ECEBEB;
	width : 140px;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	margin-bottom : 5px;
	border-bottom : solid 1px #CDCCCC;
}

#atextblock4
{
	background-color : #ECEBEB;
	width : 140px;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	margin-bottom : 5px;
	border-bottom : solid 1px #CDCCCC;
	height : 202px;
}


#atext3
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
}

#mainshowcasepic
{
	width : 420px;
	height : 280px;
	background-image:url(../img/showcase/talent1.jpg);
	margin-top : 15px;
	margin-bottom : 15px;
}

#atextwrap
{
	padding : 5px;
}

#atext3 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;
}

#atext3 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
}

#atext3 a:selected
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
}

#atext3 a:active
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
}

#atext1 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;
}

#atext1 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
}

#atext1 a:selected
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
}

#atext1 a:active
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
}

#subnav
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	padding : 5px;
	line-height : 15px;
}

#subnav a
{
	font-size :11px;
	font-family : Arial, Helvetica, sans serif;
	font-weight : bold;
	color : #77787B;
	text-decoration : none;
	margin-top : 20px;
}

#subnav a:hover
{
	font-size :11px;
	font-family : Arial, Helvetica, sans serif;
	font-weight : bold;
	color : #AB986B;
	text-decoration : none;
	margin-top : 20px;
}

#subnav a:selected
{
	font-size :11px;
	font-family : Arial, Helvetica, sans serif;
	font-weight : bold;
	color : #AB986B;
	text-decoration : none;
	margin-top : 20px;
}

#subnav a:active
{
	font-size :11px;
	font-family : Arial, Helvetica, sans serif;
	font-weight : bold;
	color : #AB986B;
	text-decoration : none;
	margin-top : 20px;
}



.sublink a
{ 
	font-size :11px;
	font-family : Arial, Helvetica, sans serif;
	font-weight : bold;
	color : #77787B;
	text-decoration : none;
	margin-top : 20px;
}

.sublink a:hover
{
	color : #AB986B;
	font-weight : bold;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	margin-top : 20px;
	text-decoration : none;
}

#specholder
{
	background-color : #FFFFFF;
	color : #AB986B;
	font-weight : bold;
	font-family : Arial, Helvetica, sans serif;
	font-size : 12px;
	width : 140px;
	margin-bottom : 5px;
	border-bottom : solid 1px #CDCCCC;
}

#specholder3
{
	background-color : #FFFFFF;
	border-bottom : solid 1px #CDCCCC;
	color : #AB986B;
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	width : 140px;
	margin-bottom : 5px;
	height : 68px;
}

#contactpics
{
	float : left;
	background-image : url("../img/main/contact_icons.jpg");
	width : 24px;
	height : 66px;
	margin-left : 3px;
	background-repeat : no-repeat;
}

#contactdetails
{
	float : right;
	width : 70%;
	margin-top : 4px;
	margin-right : 3px;
}

#contactdetails a
{
	color : #AB986B;
	text-decoration : none;
}

#contactdetails a:hover
{
	color : #77787B;
	text-decoration : none;
}


#number
{
	margin-top : 0px;
}

#email
{
	margin-top : 8px;
}

#question
{
	margin-top : 8px;
}

#speclarge
{
	width : 136px;
	height : 41px;
	margin-left: 3px;
}

#speclarge2
{
	/*background-image : url("../img/main/buttons_small.jpg");*/
	width : 135px;
	height : 41px;
}


#specmedium
{
	width : 136px;
	height : 41px;
	margin-left: 3px;

}

#specmedium2
{
	/*background-image : url("../img/main/buttons_medium.jpg");*/
	width : 135px;
	height : 41px;
}

#specsmall
{
	width : 136px;
	height : 41px;
	margin-bottom : 4px;
	margin-left: 3px;
}

#specsmall2
{
	/*background-image : url("../img/main/buttons_large.jpg");*/
	width : 135px;
	height : 41px;
}



#ascreenpic
{
	width : 141px;
	height : 92px;
	background-color : #F0F1F1;
	margin-left : 0px;
	margin-right : 0px;
	
}

/*side a+b*/


#downloadbar
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	background-color : #F0F1F1;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}

#downloadbar a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;
	background-color : #F0F1F1;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}

#downloadbar a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	background-color : #F0F1F1;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}

#downloadbar2
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	background-color : #FFFFFF;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}

#downloadbar2 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;
	background-color : #FFFFFF;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}

#downloadbar2 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	background-color : #FFFFFF;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}

/*#downloadbar3
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	background-color : #F0F1F1;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	border-bottom : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}*/

#downloadbar3
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	background-color : #FFFFFF;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	border-bottom : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}

#downloadbar3 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;
	background-color : #F0F1F1;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	border-bottom : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}

#downloadbar3 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	background-color : #F0F1F1;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	border-bottom : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}

#downloadbar4
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	background-color : #F0F1F1;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	border-bottom : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}

#downloadbar4 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;
	width : 100%;
}

#downloadbar4 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	width : 100%;
}

#downloadbar5
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	background-color : #FFFFFF;
	width : 100%;
	border-top : 1px solid #CDCCCC;
	border-bottom : 1px solid #CDCCCC;
	padding-top : 3px;
	padding-bottom : 3px;
}

#downloadbar5 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;
	width : 100%;
}

#downloadbar5 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	width : 100%;
}

#downloadbar6
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	background-color : #FFFFFF;
	width : 100%;
	border-top : 1px solid #CDCCCC;

	padding-top : 3px;
	padding-bottom : 3px;
}

#downloadbar6 a
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #AB986B;
	width : 100%;
}

#downloadbar6 a:hover
{
	font-family : Arial, Helvetica, sans serif;
	font-size : 11px;
	color : #6C6E70;
	width : 100%;
}


#contactmap
{

	width : 401px;
	height : 416px;
	margin-left : 18px;
	border : 1px solid #CDCCCC;
	margin-bottom : 30px;
}

#largeStudio1
{
 	background-image : url(../img/studios/largeStudio1.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#largeStudio2
{
 	background-image : url(../img/studios/largeStudio2.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#largeStudio3
{
 	background-image : url(../img/studios/largeStudio3.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#largeStudio4
{
 	background-image : url(../img/studios/largeStudio4.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#medStudio1
{
 	background-image : url(../img/studios/medStudio1.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#medStudio2
{
 	background-image : url(../img/studios/medStudio2.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#medStudio3
{
 	background-image : url(../img/studios/medStudio3.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#medStudio4
{
 	background-image : url(../img/studios/medStudio4.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#medStudio5
{
 	background-image : url(../img/studios/medStudio5.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#smallStudio1
{
 	background-image : url(../img/studios/smallStudio1.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#smallStudio2
{
 	background-image : url(../img/studios/smallStudio2.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#smallStudio3
{
 	background-image : url(../img/studios/smallStudio3.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

#smallStudio4
{
 	background-image : url(../img/studios/smallStudio4.jpg);
	width : 222px;
	height : 138px;
	margin-left : 4px;
	margin-bottom : 15px;
}

.checkbox
{
	height : 10px;
	width : 10px;
	margin-top : 16px;
}

.textfield
{
	height : 15px;
	width : 320px;
	padding : 0px;
	margin : 2px;
}

.textarea
{
	height : 150px;
	width : 415px;
	padding : 0px;
}

.formtext2
{
	padding-top : 18px;
}

.formtext1
{
	padding-bottom : 12px;
	padding-top : 10px;
}

.formbg1
{
	background-color : #F0F1F1;
}

#restaurantpicholder
{
	width : 100%;
	height : 200px;
}

#restaurantpic1
{
	width : 205px;
	height : 205px;
	background-image:url(../img/tour/restaurantpic1.jpg);
	float : left;
	margin-left : 4px;
}

#restaurantpic2
{
	width : 205px;
	height : 205px;
	background-image:url(../img/tour/restaurantpic2.jpg);
	float : right;
}

#studioAdress
{
	background-image:url(../img/tour/studioAdress.jpg);
	width :422px;
	height : 283px;
	margin-left : 8px;
	margin-bottom : 35px;
}

#conference1
{
	background-image:url(../img/tour/conference1.jpg);
	width :422px;
	height : 283px;
	margin-left : 8px;
	margin-bottom : 35px;
}

#studioBtpic1
{
	width : 205px;
	height : 137px;
	background-image:url(../img/tour/studioBdress.jpg);
	float : left;
	margin-left : 4px;
	margin-bottom : 15px;
}

#studioBpic2
{
	width : 205px;
	height : 137px;
	background-image:url(../img/tour/studioBdress2.jpg);
	float : right;
	margin-bottom : 15px;
}

#newscrollerdiv
{
	margin-left : 7px;
	margin-top : 2px;
}

#confBtpic1
{
	width : 205px;
	height : 137px;
	background-image:url(../img/tour/conf2.jpg);
	float : left;
	margin-left : 4px;
	margin-bottom : 15px;
}

#confBtpic2
{
	width : 205px;
	height : 137px;
	background-image:url(../img/tour/conf3.jpg);
	float : right;
	margin-left : 4px;
	margin-bottom : 15px;
}


#prodTour1
{
	background-image:url(../img/tour/prodtour1.jpg);
	width :205px;
	height : 137px;
	margin-left : 4px;
	margin-bottom : 35px;
	float: left;
}

#prodTour2
{
	background-image:url(../img/tour/prodtour2.jpg);
	width :205px;
	height : 137px;
	float: right;
}

.sendButton
{
	margin-top : 10px;
	margin-left : 55px;
}

.stupidform
{
	padding: 0px;
	margin: 0px;
	height: 80%;
}

.dropdownbutton
{
	
	width : 38px;
	height : 26px;
}

.adminFooterLeft
{
	font-family:Arial,Helvetica,sans serif;
	font-size:11px;
	color:#000000;
}

.adminText
{
	font-family:Arial,Helvetica,sans serif;
	font-size:11px;
	color:#000000;
	padding-left : 5px;
}

.adminFooterRight
{
	font-family:Arial,Helvetica,sans serif;
	font-size:11px;
	color:#000000;
}

.adminFooterRight a
{
	font-family:Arial,Helvetica,sans serif;
	font-size:11px;
	color:#AB976B;
	font-weight:bold;
}

.adminFooterRight a:hover
{
	font-family:Arial,Helvetica,sans serif;
	font-size:11px;
	color:#CDCCCC;
	font-weight:bold;
}

.adminFooterTable
{
	border-top: 1px solid #000000;
}



#bobcontent1-title
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: hand;
}

#bobcontent2-title
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: hand;
}

#bobcontent3-title
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: hand;
}

#bobcontent4-title
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: hand;
}

#bobcontent5-title
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: hand;
}

#bobcontent6-title
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: hand;
}

.swap
{
	font-size: 11px;
	color:#77787B;
	padding-bottom: 10px;
	margin-left: 15px;
}

#contractexpand
{
	font-size: 11px;
	font-weight: bold;
	color: #AB976B;
	padding-bottom: 15px;
	padding-top: 20px;
}

#contractexpand a
{
	font-size: 11px;
	font-weight: bold;
	color: #AB976B;
}

#contractexpand a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #77787B;
}


#pressdropdown {
height: 28px;
}

