
body 
{

margin: auto;
background-color: #953838;

}


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;


}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
margin-top: 18px;
}
.highslide:hover img {
	border-color: gray;

}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;

}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;

}
.highslide-wrapper, .highslide-outline {
	background: white;


}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 0px;
	color: transparent;
	text-decoration: none;
	font-size: 0px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: transparent;
	background-color: transparent;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
 
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}












#container

{

width: 700px;

height: 700px;

background: transparent;

margin: auto;

margin-top: 10px;

background-image: url('platterxc.jpg');

}


#containerengineerbox
{
width: 430px;
height: 600px;
background: transparent;
margin: auto;
background-image: url('platterxc.jpg');
}

#containerbookingform
{
width: 520px;
height: 600px;
background-image: url('platterxc.jpg');
float: left;
}

#bookingform
{

background-color: #CAC3C4;
font: .7em Verdana, sans-serif;
color: #312A2B;
padding: 1px 0;
letter-spacing: normal;
background-image: url('platterxc.jpg');
float: left;
}



#bookingformtitle
{

background-color: transparent;
text-align: center;
margin-bottom: 10px;


}





#confirmerror
{
color: #312a2b;
background-color: transparent;
text-align: center;
margin-bottom: 10px;
font: .7em Verdana, sans-serif;
color: #312A2B;
padding: 1px 0;
letter-spacing: normal;


}


#header
{
height: 82px;
background-color: #E6E4E4;
margin: auto;
padding-top: 5px;
border-bottom: 1px solid #DCDBDB;
}

#exlogored
{
float: left;
position: relative;
float: left;
margin-top: 10px;
left: 5px;
padding-right: 0px;
padding-bottom: 0px;
}





#navcontainer2
{
position: relative;
width: 80%
margin: auto;
margin-top: 48px;
}




#navcontainer ul
{
margin: auto;
background-color: transparent;
color: #FFCCCC;
float: right;
width: 64%;
font: .75em Verdana, sans-serif;
padding: 1px 0;
font-weight: bold;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.1em 0.6em;
background-color: transparent;
color: #312A2B;
text-decoration: none;
float: left;
border-right: 1px solid #312A2B;
}

#navcontainer ul li a:hover
{
background-color: #A89D9E;
color: #ffffff;
}


ul#navlist li#active a
{
background: #transparent;
color: #990613;
border-color: #312A2B;
}






a:link {color: #312A2B; text-decoration: none;}
a:visited {color: #312A2B; text-decoration: none;}
a:hover {color: #990613; text-decoration: none;}
a:active {color:   #312A2B; text-decoration: none;}

#content

{

background: transparent;

padding-bottom: 5px;



padding-left: 5px;

width: 420px;

height: 290px;

padding-top: 30px;



padding-right: 5px;

font: .7em Verdana, sans-serif;

color: #312a2b;



letter-spacing: normal;

line-height: 0.4cm;

}



#recentartists
{
font: .7em Verdana, sans-serif;
color: #312a2b;
text-align: left;
margin-left: 28px;
margin-top: 20px;
letter-spacing: normal;
line-height: 0.4cm;
height: 30px;
background: transparent;
}




#header

{

height: 82px;

background-color: #E6E4E4;

margin: auto;

padding-top: 5px;

border-bottom: 1px solid #DCDBDB;

}












#heading
{
BACKGROUND: transparent;
width:168px; 
height:20px; 
font: .8em Verdana, sans-serif;
text-align: center;
}





#contentcontainerengineers
{
width: 700px;
background-color: transparent;
margin: auto;
padding-bottom: 50px;
}

#contentcontainercontact
{
width: 700px;
background-color: transparent;
margin: auto;

padding-bottom: 110px;
}

#contentcontainerlinks
{
width: 700px;
background-color: transparent;
margin: auto;
padding-bottom: 80px;
}

#contentd
{
background: transparent;
margin-top: 20px;
margin-left: 90px;
width: 480px;
height: 240px;
border-left: #993333 1px solid; 
border-top: #993333 1px solid; 
}


#containerengineers 
{

background: transparent;
margin-top: 10px;
margin-left: 10px;
width: 470px; 
position: relative; 
height: 230px; 
}

#contentc
{
width: 540px;
height: 530px;
background: transparent;

margin: auto;
padding-bottom: 10px;
padding-top: 30px;
padding-right: 5px;
color: #312A2B;
font: .7em Verdana, sans-serif;
letter-spacing: normal;
line-height: 0.4cm;
}

#contentfaqs
{
width: 670px;
background: transparent;
margin-top: 0px;
margin-left: 20px;
padding-bottom: 60px;
padding-top: 30px;
padding-right: 5px;
color: #312A2B;
font: .7em Verdana, sans-serif;
letter-spacing: normal;
line-height: 0.4cm;
}



#faqanswers
{
width: 640px;
background: transparent;
margin-left: 15px;
padding-top: 30px;
padding-left: 12px;
padding-right: 5px;
color: #312A2B;
padding: 1px 0;
letter-spacing: normal;
line-h

}





#containerhotels 
{
width: 210px;
background: transparent;
color: #312A2B;
height: 500px;
letter-spacing: normal;
line-height: 0.4cm;
float: right;

}


#restaurants 
{
width: 190px;
background: transparent;
color: #312A2B;
padding: 1px 0;
letter-spacing: normal;
line-height: 0.4cm;
float: right;

}


#manufacturers 
{
width: 205px;
background: white;
color: #312A2B;
padding: 1px 0;
letter-spacing: normal;
line-height: 0.4cm;
float: right;

}



#containervinyl 
{
background-color: white;
width: 210px; 
position: relative;
float: left;
height: 100px;
}


#thinredline
{
width: 260px;
height: 500px;

 
1px red;float: left;
border-right: 1px solid #990613; 
background: transparent;
}









.underline  
{
text-decoration: underline;
}


A.underline SPAN  
{
text-decoration: underline;
}

#introengineers
{
color: #312A2B;
font: .9em Verdana, sans-serif;
font-weight: bold;
margin-top: 40px;
vertical-align: top;
margin-left: 90px;
}





#containengs
{
background-color: transparent;
width: 400px;
float: left;
margin-top: 5px;
margin-left: 0px;
}


#grazzpic
{

float: left;
margin-left: 15px;
}




#contentgrazza
{
width: 480px;
margin-top: 0px;
background-color: transparent;
font: .7em Verdana, sans-serif;
margin-left: 0px;
color: #312A2B;
padding-left: 10px;
letter-spacing: normal;
line-height: 0.4cm;
float: left;
}







#containertable2
{

background: transparent;
margin-top: 0px;
margin-left: 10px;
width: 485px; 
position: relative; 
height: 200px; 
}


.a {
color: #ffffff
}



.a:visited 
{
color: #777
}



a.engineers, a.engineers:visited 
{
display:block; 
color:#990613; 
text-decoration:none; 
border:1px solid #990613; 
width:55px; 
height:55px; 
margin:9px; 
font-size:11px;
text-align: center;
font-style: italic;
}








a.engineers:hover 
{
white-space:normal; 
border:1px solid #fff;
}

a.engineers:hover img 
{
border: transparent; 
z-index:100;
}



a.engineers:hover span 
{
display:block; 
position:absolute; 
width:55px; 
height:55px; 
top:14px; 
left:513px; 
padding:5px; 
font-style:italic; 
text-align: center;
color:#312A2B; 
background::#f4f4f4; 
z-index:100; 
font-size:11px;
}


A.sliden {
	BACKGROUND: url('graeme55.jpg')
}
A.slideo {
	BACKGROUND: url('simon55.jpg')
}

A.slidep {
	BACKGROUND: url('mike55.jpg')
}
A.slideq {
	BACKGROUND: url('nilz55.jpg')
}

A.slider {
	BACKGROUND: url('kaz55.jpg')
}



.bold
{
font-weight: bold;
}




#table
{

background-color: transparent;
font: .7em Verdana, sans-serif;
color: #312A2B;
padding: 1px 0;
letter-spacing: normal;

width:500px;
float: left;
}




.intro
{
font-weight: bold;
font-size: 1em;
letter-spacing: .1em;
}




#center
{
width: 340px;
height: 260px;
 background-color: #ffffff;
font: .7em Verdana, sans-serif;
color: #312A2B;
padding: 1px 0;
letter-spacing: normal;
line-height: 0.4cm;
}








#footernavb
{
position: relative;
clear: both;
font: .8em Verdana, sans-serif;
padding: 1px 0;
text-align: center;
margin-top: 0px;
color: #312A2B;
  background-color: #ffffcc;

}




#footernava
{
position: relative;
clear: both;
font: .8em Verdana, sans-serif;
padding: 1px 0;
text-align: center;
margin-top: 30px;
color: #715462;
  background: transparent;
margin: auto;
width: 450px;


}


#footernavcontainertop
{
position: relative;
clear: both;
font: .8em Verdana, sans-serif;
padding: 1px 0;
text-align: center;
margin-top: 0px;
color:#715462;
background: transparent;
width: 450px;
margin: auto;
}







#footercontainer ul li a:hover
{
background-color: #FFFFFF;
color: #FFFFCC;
}
p
{
clear: both;
font: 10px Verdana, sans-serif;
padding: 2px 0;
text-align: center;
margin-top: 0px;
}

p a
{
background: inherit;
color: #777;
}

p a:hover
{
	background: inherit;
	color: #715462;
}



#footercontainer ul li a:hover
{
background: #bccea7;
color: #FFFFCC;
}
p
{
clear: both;
font: 10px Verdana, sans-serif;

padding: 2px 0;
text-align: center;
margin-top: 2px;
}

p a
{
background: inherit;
color: ;
}

p a:hover
{
	background: inherit;
	color: #715462;
}

#footercontainer ul li { display: inline; }

#img_gallery{ margin: auto; width: 650px; height: 350px; background: transparent;}

#img_gallery a{ outline:none; border:none;  }

#img_gallery a img{border:none; }




#contentb
{
position: relative;
background-color: transparent;
padding-bottom: 60px;
width: 480px;
height: 350px;
padding-left: 25px;

padding-right: 5px;
color: #312A2B;
font: .7em Verdana, sans-serif;
letter-spacing: normal;
line-height: 0.4cm;
}


#containerstudios 
{
background-color: transparent;
margin-top: 18px;
width: 130px; 
position: relative;
height: 330px;
float: right;
margin-right: 15px;
}

































































