/* CSS Document */
html, body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #FFFF00;
	margin-top:2px;
	background-color: #190000;
	padding:10px 0 0 0;
    }
span {
    display: none;
    }

p {
	font-size: 1.1em;
	line-height: 1.3em;
}	
a {
	color: #ffa900;
	text-decoration: none;
	}
	
a:hover, a.selected {
	text-decoration: none;
	color: #ff1111;
}

h2{
	color: #ffa900;
	font-size: 18px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	width: 220px;
	font-family: "sui-generis-1","sui-generis-2", sans-serif;
	color: #ffa900;
	text-transform: uppercase;
}
/* ------ Global ------*/
			
label{
	font-size: 1.1em;
	line-height: 1.2em;
}
/* -------------------------- Header --------------------------  */
	
#banner{
	background:  url("../images/global/specialist-logo.jpg") no-repeat right top;
	height: 75px;
}
#topLine{
	background: url(../images/global/line.gif) no-repeat center top;
	}
#footer{
	background: url(../images/global/line.gif) no-repeat center top;
	padding: 10px 10px 10px 15px;
	}
#secNav p{
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.02em;
}
#breadcrumb {
	background: url(../images/global/line.gif) no-repeat center top;
	clear: both;
	padding: 0.5em 0 0 0;
	height:1.5em;
	text-transform: uppercase;
	}
#copyright p{
	color: #B70000;
	text-transform: uppercase;
	font-size: 0.9em;
}
#copyright a {
	color: #B70000;
}	
#subscribe {
	padding:0 10px 10px 15px;
	width: 199px;
	color: #FFFFFF;
	border-right: 1px solid #460300;
	font-size: 0.9em;
}
#subscribe label {
	background: url(../images/global/subscribe.gif) no-repeat left center;
	display: block;
	height: 1em;
	margin:3px 0;
	width: 80px;

}
#subscribe input.fields {
	float: left;
	border: 1px solid #FFa900;
	background-color: #190000;
	color:#ff0000;
	font-size: 1.2em;
	width:160px;
	margin-bottom:5px;
}
#subscribe .go {
	float: left;
	margin-left: 5px;
}
.red{
	color: #FFFF00;
}
/* -------------------------- Menu --------------------------  */
#nav {
	width: 760px;
	background: #190000 url(../images/nav/bg.gif) no-repeat left top;
	height:20px;
	padding:1px 10px 0;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
}
/* style, color and size links and headings to suit */
#nav a {
	display:block;
	color: #FFa900;
	background: #190000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#nav a:hover {
	color: #FFA900;
	background: #190000;
}
#nav a.home  {
	background: url(../images/nav/home-off.gif) no-repeat;
	width: 52px;
	height:20px;
}
#nav a:hover.home  {
	background: url(../images/nav/home-over.gif) no-repeat;
	font-weight: normal;
}
#nav a.homeSelected, #nav a:hover.homeSelected {
	background: url(../images/nav/home-on.gif) no-repeat;
	width: 52px;
	height:20px;
}
#nav a.about {
	background: url(../images/nav/about-off.gif) no-repeat;
	width: 81px;
	height: 20px;
}
#nav a:hover.about  {
	background: url(../images/nav/about-over.gif) no-repeat;
	font-weight: normal;
}
#nav a.aboutSelected, #nav a:hover.aboutSelected {
	background: url(../images/nav/about-on.gif) no-repeat;
    width: 81px;
	height: 20px;
}
#nav a.services {
	background: url(../images/nav/services-off.gif) no-repeat;
	width: 76px;
	height: 20px;
}
#nav a:hover.services {
	background: url(../images/nav/services-over.gif) no-repeat;
}
#nav a.servicesSelected, #nav a:hover.servicesSelected{
	background: url(../images/nav/services-on.gif) no-repeat;
		width: 76px;
	height: 20px;
}

#nav a.clientLogin {
	background: url(../images/nav/client-login-off.gif) no-repeat;
	width: 98px;
	height: 20px;
}
#nav a:hover.clientLogin {
	background: url(../images/nav/client-login-over.gif) no-repeat;
}
#nav a.clientLoginSelected, #nav a:hover.clientLoginSelected{
	background: url(../images/nav/client-login-on.gif) no-repeat;
		width: 98px;
	height: 20px;
}

#nav a.equipment {
	background: url(../images/nav/equipment-off.gif) no-repeat;
	width: 112px;
	height: 20px;
}
#nav a:hover.equipment {
	background: url(../images/nav/equipment-over.gif) no-repeat;
}
#nav a.equipmentSelected, #nav a:hover.equipmentSelected{
	background: url(../images/nav/equipment-on.gif) no-repeat;
		width: 112px;
	height: 20px;
}

#nav a.contact {
	background: url(../images/nav/contact-off.gif) no-repeat;
	width: 75px;
	height:20px;
}
#nav a:hover.contact {
	background: url(../images/nav/contact-over.gif) no-repeat;
}
#nav a.contactSelected, #nav a:hover.contactSelected  {
	background: url(../images/nav/contact-on.gif) no-repeat;
	width: 75px;
	height:20px;
}

#nav li {position: relative;}

#nav ul ul {
	position: absolute;
	z-index: 500;
	border-right:1px solid #8B0000;
	border-left:1px solid #8A0000;
	border-bottom:1px solid #8A0000;
	background-color: #000000;
}

#nav ul ul a{
	padding:4px 20px 4px 7px;
}
#nav ul ul b a{
	color: #FFA900;
	font-weight: normal;
}
#nav ul ul ul {
top: 0;
left: 100%;
}
div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul
{display: none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display: block;}

#subnav {
	width: 760px;
	background: #190000 url(../images/nav/bg.gif) no-repeat left top;
	height:20px;
	padding:1px 10px 0;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
}
#subnav ul li {
	float: left;
	font-size: 10px;
	height: 16px;
	font-family: "sui-generis-1","sui-generis-2", sans-serif;
	text-transform: uppercase;
	margin: 4px 20px 0 0;
	position: relative;
}
#subnav ul li a {
	color: #ffa900;
}
#subnav ul li a.selected, #subnav ul li a:hover {
	color: #ffffff;
}
#subnav ul li ul {
	display: none;
	height: auto;
	background: #000000;
	width: 145px;
	border: solid 1px #ffff00;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 200;
}
#subnav ul li:hover ul {
	display: block;
}
#subnav ul li li {
	float: none;
	margin-right: 0;
}
#subnav ul li ul a {
	text-transform: none;
	display: block;
	font-size: 10px;
	padding: 0px 3px 0px 3px;
	text-align: left;
}
#subnav ul li ul a:hover, #subnav ul li ul li:hover a{
	background: #000000;
	color: #ffffff;
}
	

#tagline{
	margin: 55px 0 0 10px;
	/*background:  url("../images/global/tag-line.gif") no-repeat left center;*/
	width:760px;
	padding-left: 0;
	display: block;
}
#tagline li {
	font-size: 10px;
	font-family: "sui-generis-1","sui-generis-2", sans-serif;
	display: block;
}
#tagline li:after {
	margin: 0 10px 0 10px;
	content: '-';
}
#tagline li:last-child, #tagline li.last {
	margin-right: 0;
}
#tagline li.last:after {
	content: '';
}
#tagline li:last-child:after{
	margin: 0;
	content: '';
}
#tagline li a {
	height: 19px;
	color: #ffff00;
	text-transform: uppercase;
}
#tagline li a:hover {
	color: #ffffff;
}

/*
#tagline a{
	height: 19px;
	display:block;
}
#tagline #exhibition {
	background:  url(../images/global/exhibition.gif) no-repeat left center;	
	width: 185px;	
}
#tagline #filmset {
	background:  url(../images/global/film-set.gif) no-repeat left center;
	width: 139px;
}
#tagline #interiors {
	background:  url(../images/global/interiors.gif) no-repeat left center;
	width: 234px;
}
#tagline #displays {
	background:  url(../images/global/displays.gif) no-repeat left center;
	width: 134px;
}
#tagline #models {
	background:  url(../images/global/models.gif) no-repeat left center;
	width: 67px;
}*/
/* -------------------------- Content --------------------------  */
h2.exhibitions {
	background: url(../images/services/exhibitions-header.gif) no-repeat left center;
	height: 18px;
	width: 170px;
	display: block;
}
h2.displays {
	background: url(../images/services/displays-header.gif) no-repeat left center;
	height: 18px;
	width: 170px;
	display: block;
}
h2.models {
	background: url(../images/services/models-header.gif) no-repeat left center;
	height: 18px;
	width: 170px;
	display: block;
}
h2.filmtv {
	background: url(../images/services/film-tv-header.gif) no-repeat left center;
	height: 18px;
	width: 170px;
	display: block;
}
h2.interiors {
	background: url(../images/services/interiors-header.gif) no-repeat left center;
	height: 18px;
	width: 170px;
	display: block;
}
h2.services {
	background: url(../images/services/services-header.gif) no-repeat left center;
	height: 18px;
	width: 170px;
	display: block;
}
#thumbnails img {
	margin: 5px 5px 0 0;
	border: 1px solid #B70000;
	float: left;
	width:50px;
	height:50px;
}
#projects p, #projectsCols p{
	color:#FFFFFF;
}
#projects p {
	line-height: 12px;
}
#about{
	background: #190000 url(../images/about/about-top.gif) no-repeat left top;
	color: #FFFFFF;
	}
#aboutFooter{
	background: #190000 url(../images/about/about-footer.gif) no-repeat right top;
	}
#about h2#aboutUs{
	background: url(../images/about/about-header.gif) no-repeat left center;
	display: block;
	height: 20px;
	width: 150px;
}
#about h2#equipment{
	background: url(../images/equipment/equipment-header.gif) no-repeat left center;
	display: block;
	height: 20px;
	width: 220px;
}
#contact h2#client{
	background: url(../images/client/client-header.gif) no-repeat left center;
	display: block;
	height: 20px;
	width: 190px;
}
#contact h2#contact{
	background: url(../images/contact/contact-header.gif) no-repeat left center;
	display: block;
	height: 20px;
	width: 180px;
}
#contact p{
	color:#FFFFFF;
}
#contact input.fields, #contact textarea.fields{
	border: 1px solid #530000;
	background-color: #190000;
	font-size: 1em;
	color:#ff0000;
}
#contact label{
	text-transform: uppercase;
	font-size: 1em;
}
#contact #borderRight{
	border-right: 1px solid #460300;
	width:46%;
	padding-right:4%;
	float:left;
}
#contact em{
	font-style: normal;
	color: #7F7F7F;
}
.upper {
	text-transform: uppercase;
}

#about{
	margin:20px 10px 0 0;
	width: 330px;
	padding: 15px 20px 15px 20px;
	float: right;
}
#aboutFooter {
	margin:0 10px 0 0;
	width: 330px;
	padding: 15px 20px 15px 20px;
	float: right;
}
.equipmentPic {
	margin-bottom: 3px;
	float: left;
}

#coda-slider-wrapper { width: 228px; height: 342px; clear: both; overflow: hidden; position: relative; }
#coda-slider-wrapper .coda-slider { width: 228px; height: 342px; float: left; overflow: hidden; position: relative; }
#coda-slider-wrapper .coda-slider .panel { width: 228px; display: block; float: left; }

.panel img { width: 100%; height: auto; float: left; }

.coda-nav-left, .coda-nav-right { position: relative; top: 169px; }
.coda-nav-left a{ display: block; text-align: center; text-decoration: none; position: absolute; left: -27px; }
.coda-nav-right a { display: block; text-align: center; text-decoration: none; position: absolute; right: 0; }

#error-container {
	width: 960px;
	margin: 150px auto;
	text-align: left;
	font-family: "sui-generis-1","sui-generis-2", sans-serif;
	font-size: 13px;
}
#error-container img {
	margin-bottom: 18px;
	width: 760px;
	height: 75px;
}
#error-container p {
	margin-left: 128px;
}
#error-container p.uri {
	color: #ff0000;
}
#error-container p.link {
	color: #ffffff;
	text-transform: uppercase;
}
#error-container p.link a {
	text-transform: uppercase;
	color: #ff0000;
}
#error-container p.link a:hover {
	color: #ffffff;
}
