/* ----- end float fix ----- */
body{
	background: #bcbdc0;
	color: #65676b;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin: 14px 0;
	padding:0;
}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color: #3f3960;
	text-decoration:none;
	font-weight: bold;
}
a:hover{color:#3f3960;text-decoration:underline;}

/* ----- global paragraphs, headers & horizontal rules ----- */
h1, h2, h3, h4{margin: 0;}
p{margin: 0 0 1em 0;font-size:120%;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4{font-size:110%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- container size & positioning ----- */
#container{
	margin: 0 auto;
	width:953px; 
	text-align:left;
	position:relative;
	padding: 0;
	border-top:14px solid #fff;
	border-right:14px solid #fff;
	border-left:14px solid #fff;
	border-bottom:7px solid #fff;
	background:#fff;
}

/* ----- header area ----- */
#header{
	height:181px;
	position:relative;
	margin:0;
	background: url(../i/header.jpg) top left no-repeat;
}

body#servicespage #header{
	background: #fdf7e9 url(../i/header_services.jpg) top left no-repeat;
}

body#contactpage #header{
	background: #fdf7e9 url(../i/header_contact.jpg) top left no-repeat;
}

body#linkspage #header{
	background: #fdf7e9 url(../i/header_links.jpg) top left no-repeat;
}

body#gallerypage #header{
	background: #fdf7e9 url(../i/header_gallery.jpg) top left no-repeat;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	margin:0;
	padding:0;
		background: #e7e7e8 url(../i/bgtile2.gif) top left repeat-y;
	width:953px;
	/*background: url(../i/bglarge.jpg) top left no-repeat;*/
		border-top: 14px solid #e7e7e8;
		border-bottom:14px solid #e7e7e8;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#5e3485;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight: bold;
	margin: 14px 0 14px 404px;	
	padding: 0 0 0 14px;
	color: #fff;
	font-size:210%;
	background: #adadae;
	height:71px;
	line-height:71px;
	/*border-right: 14px solid #d1d3c5;*/
	width:535px;
}
#content h3, #content2 h3{
	font-weight: bold;
	margin: 1em 0 .5em 0;	
	padding: 0;
	font-size:130%;
	text-transform:uppercase;

}

body#gallerypage #content h3, #content2 h3{
	border-bottom: 1px dotted #fff;
	clear:both;
	padding: 1em 0 0 0px;
}

#content h4, #content2 h4{
	font-weight: bold;
    margin: 0;	
	padding: 0 0 0 0;
	color: #000;
	font-size:100%;

}

.highlight{
	font-size:140%;
	color: red;
	line-height: 180%;
	font-weight: bold;
	list-style:none;
	padding-left:24px;
	margin-left:0;
}

strong{
	font-weight: bold;
}

img#banner{
	display: block;  /* Fixes problem of firefox adding 3px to bottom. See http://garyblue.port5.com/webdev/object-gap.html and http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps */
}

#content {
	float:right;
	width: 535px;
	/*background:#c0c6ba; /* url(../i/bg.jpg) top left no-repeat;*/
	margin:0 0 0 14px;
	padding: 0 0px 9px 0px; /*9px bottom padding added for IE7 and IE6 on gallery page*/
	display: inline; /* to fix double margin bug in ie6 */
	/*min-height:406px;*/

}

/* Hides from IE5-mac \*/

* html #content{
	overflow: hidden; /* fix ie6 expanding box bug www.positioniseverything.net/explorer/expandingboxbug.html */
}

/* End hide from IE5-mac */ 




#content2 {
	float:left;
	width: 362px;
	padding: 0;
	margin: -99px 14px 0 0px;
	display: inline;
	position:relative;
	/*height: 451px;*/
	color:#888;
}

#content2 img{
	border-top:14px solid #fff;
	border-right:14px solid #fff;
	border-bottom:14px solid #fff;
	margin: 0 0 0px 0px;
	position:relative; /* fix ie6 bug */
}
/*
#content2 p{
	font-size: 100%;
}
*/
#box{
	margin: 0 21px;
	padding:14px;
	background:#aeaeaf;
}

#box h4{color:#fff;font-size:120%;}
#box p{color:#000;}
/* ----- float fix (so page layout displays correctly accross browsers) ----- */
/* ----- see www.positioniseverything.net/easyclearing.html ----- */
.inner:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* see www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
.inner{display:inline-block;}

.inner{display:block;}

/* * html .products, * html .products li - removed as height given in these to fix ie bug */
* html .inner {height: 1%;}

/* ----- end float fix ----- */

.firstp{
	font-weight: bold;
	margin: 1em 0;
	font-size:120%;
}

address.firstp{
	font-weight: normal;
	color: #65676b;
}

/* ----- main nav ----- */
/*#mainNav, #mainNav li{
	margin:0;
	margin:0;
	list-style:none;
	height:28px;

}
#mainNav{

	background: #fdf7e9;
	margin:0 0 0 35px;
	padding: 21px 0;
}
#mainNav li{
	float:left;
	display:inline;
	font-size:110%;
	font-family: Futura, Arial, Helvetica, sans-serif;
	padding:0 20px 0 0;
	line-height:28px;
	height:28px;
	text-transform:uppercase;
}
#mainNav li a{
	color:#43423e;
	line-height:28px;
	font-weight:bold;
	text-decoration:none;
	border-left: 1px solid #43423e;
}
#mainNav li a:hover, #mainNav li a.selected{color:#97a69b;}
#mainNav li a span{
	padding-left:20px;
}
#mainNav li.first a span{
 	padding-left:0;
}
#mainNav li.first a{
	border: 0;
}
*/

/* ----- main navigation ----- */



#navDept, #navDept li{

	margin:0;

	padding:0;

	list-style:none;

}



#navDept{

	/*position:absolute;

	top:210px;

	left:11px;

	width:830px;*/

	/*text-align:center;*/
	background: url(../i/nav_bg.jpg) top left no-repeat;
	width:953px;
	height:34px;
	padding:0 24px;

}



#navDept ul{

	margin:0;

	padding:0;

	list-style:none;

}



#navDept li{

	float:left;

	margin:0;

	padding:0;

	font-size:120%;

	font-weight:bold;

	/*display:inline;*/

	line-height:34px;

	height:34px;

	font-size:110%;



}



/*#navDept li.first{background:none;}*/



#navDept li a{

	float:left;

	text-decoration:none;

	color:#fff;

	line-height:34px;

}



#navDept li a:hover,#navDept li a.selected{color:#fff;background:#555;}



#navDept li a span{

	display:block;

	padding:0 15px;

	background:url(../i/sep.gif) no-repeat right ;

}

/* ----- footer area ----- */

div#footer{
	background: #3f3960;
	margin: 0 auto 7px auto;
	padding:0;
	height:28px;
	line-height:28px;
	/*width:953px; */
	border-top:14px solid #fff;
}

/* Credits */

div#credits ul a:link, div#credits ul a:visited{
	text-decoration:none;
	font-weight: normal;
}

div#credits ul a:hover, div#credits ul a:active{
	text-decoration:underline;
	font-weight: normal;
}

div#credits ul, div#credits li {
	margin:0;
	padding:0;
	list-style:none;
}

div#credits ul li{
	display:inline;
	margin: 0;
	padding: 0 21px;
}



/* general lists */

ul {
	margin: 1em 0 1em 10px;
	padding:0;
}

ul li {
	margin: 0 0 .1em 0px;
}

ul.linklist{
	margin: 1em 0 1em 0px;
	padding:0;
}

ul.linklist li{
	font-weight:bold;
	background: url(../i/arrow2.gif) no-repeat;
	background-position: 0 .4em;
	list-style:none;
	padding: 0 0 7px 14px;
	font-size:120%;
}	

/* ordeded list directions page */

ol {
	margin: 0.5em 0 1em 0;
	padding:0;
}

ol li {
	margin: 0 0 .1em 20px;
}

/* contact address */

#content address{
	font-weight: normal;
	color: #65676b;
}

/* footer address */

#footer address{
	color: #fff;
	padding:0 21px;
}

address{
	font-style:normal;
	color: #fff;
}

/* lightbox */

.lightbox{
	width:68px;
	height:68px;
	border:6px solid #adadae;;
	margin:0 9px 9px 0;
	display:block;
	float:left;
}

/* Contact Link */


#main h2#subTitle{
	font-weight: bold;
	margin: -14px -14px 0 -14px;	
	padding: 0 0 0 14px;
	color: #fff;
	font-size:210%;
	background: #cecece;
	height:70px;
	line-height:70px;
}

#contact #content2{
	 height: auto;
	 padding: 14px;
}

#studios #content2{
	 height: auto;
}

.contactdetails{
line-height: 200%;
}

