body {
	/* Basic site settings */
	font-family : arial, helvetica, sans-serif;
	color:#000000;
	background-color:#ffffff;
}

#main{
	/* Active section of page - Contains #navBar and #pageBackground */
    width: 720px;
  	margin: 5px auto 0px auto;
}

#navBar {
	/* Logo at top op page */
	height:92px;
	overflow:hidden;	/* Prevents gap between this div and pageBackground in IE */
}

#footer {
	/* Logo at bottom of page */
	float:left;
	width:750px;
	height:45px;
	overflow:hidden;	/* Prevents gap between this div and pageBackground in IE */
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	margin: 30px 0px 0px 0px;
}


#leftpage {
	/* Logo at bottom of page */
	float: left;
	height:auto;
	width: 500px;
	overflow:hidden;	/* Prevents gap between this div and pageBackground in IE */
	border: none;
	font-size:medium;
	text-align: center;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}


#menuroot {
	/* Logo at bottom of page */
	float: right;
	height:auto;
	width: 120px;
	overflow:hidden;	/* Prevents gap between this div and pageBackground in IE */
	border: none;
	font-size:medium;
	text-align: center;
	margin: 0em 1em 1em 1em;
	padding: 0em 0em 0em 0em;
}


#pageBackground {
	position:relative;	/* Allows accurate positioning of elements within div */
	height: 100%;
	color:#cacaca;
	background-color:#ffffff;
}


#content {
	/* Main content window */
	/* Wanted to use position:relative; to allow positiong of elements relative to content window
	   However seems to prevent menu bar working in FF and OP */
	height: 100%;
	/* padding left did not work in FF or OP, used margin-right in #menu instead */
	color:#000000;
	background-color:transparent;
}


#content h1{
	margin-top: 0;
}

/* definitions for the news box on the Homepage */

#boxright {
	/* grey box for text on right of page*/
	position: relative;
	float: right;
	height:475px;
	width: 150px;
	overflow:hidden;	/* Prevents gap between this div and pageBackground in IE */
	background-image:url(images/boxright.jpg);
	background-repeat:no-repeat;
	margin: 0.5em 0em 0em 1em;
	padding: 0em 0em 0em 0em;
}

.boxr {
	font-size: x-small;
	position: relative;
	padding: 1em 1em 0em 1em;
}

#w3c {
	display: block;
	position: absolute;
	bottom: 45px;
	left: 15px;
	float: center;
	padding: 0px 0px 0px 10px;
	vertical-align: bottom;
}

#w3c2 {
	display: block;
	position: absolute;
	bottom: 45px;
	left: 15px;
	float: center;
	padding: 0px 0px 35px 10px;
	vertical-align: bottom;
}

.oldsite {
	/* paragraph for old site link in small text*/
	text-align:right;
	font-size: xx-small;
	position: relative;
	padding: 0px 0px 0px 0px;
}

.boxhead {
	position: relative;
	font-size: small;
	margin: 1em 0em 0em 1em;
	padding: 0;
}

.homepics {
	/* grey box for text on right of page*/
	text-align:center;
	float: right;
	position: relative;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

.applications {
	/* grey box for text on left of page*/

	text-align:center;
	float: left;
	position: relative;
	margin: 20px 20px 30px 0px;

}

.homeone {
	position: relative;
	width: auto;
	padding: 30px 0px 40px 0px;

}


#applications {
	/* grey box for text on left of page*/
	text-align:center;
	float: left;
	position: relative;
	margin: 0em 3em 0em 0em;
	padding: 0em 0em 0em 0em;
	background-image:url(images/appsbackground.gif);
	background-repeat:no-repeat;
}

/* definitions for the links page */

.linkspage {
	position: relative;
	font-size: small;
	margin: 1em 1em 0em 1em;
	padding: 0;
}

/* definitions for the sitemap page */

.links1 {
	position: relative;
	font-size: medium;
	margin: 1em 1em 0em 2em;
	padding: 0;
}

.links2 {
	position: relative;
	margin: 0em 0em 0em 4em;
	font-size: medium;
}

img{
	/* General setting for all images */
	border:0px;
}


a {
	text-decoration: none;
}

a:link {
	color: blue;
	font-weight: bold;
}

a:visited {
	color: #000066;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: Left;
	padding: 0 0 0em 0em;
	margin: 0;
}


h2 {
	text-align: Left;
	font-size:20px;
	padding: 30px 0px 0px 0px;
}

h3 {
	text-align: center;
	font-weight: bold;
}

h4 {
	text-align: left;
	font-weight: bold;
}

h5 {
	text-align: left;
	font-weight: bold;
	padding: 0em 0em 0em 1em;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#nav a {
	font-weight: bold;
	color: black;
}



#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 0.2em 10px;
	width: 100px;

}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #cacaca;
	border-width: 0 5px;
}

li {
	list-style-type:none;
	float: left;
	position: relative;
	width: 120px;
	font-size:13px;
	text-align: center;
	color: #000000;
	background-color: white;
	border: 1px solid #cacaca; 
	border-width: 1px 0;  /* stop right hand borders appearing */
	height:auto;
	z-index:2; 
}

/*li#first {
	border-left-width: 8px;
}

li#last {
	border-right-width: 6px;
}
*/
li ul {
	display: none;
	position: absolute;
	
	top: 100%;
	left: 0; 
	border-right: solid 1px #cacaca;
	font-weight: normal; 
	background: url(images/ddbgmenu.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;	

}

li>ul {
	top: auto;
/*	left: auto; */
	left: inherit;

}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0; 

}

li:hover ul, li.over ul {
	display: block;
	z-index: 1;
}

hr {
	display: none;
}

list {
	float: left;
	position: relative;
	width: auto;
	font-size:inherit;
	text-align: center;
	color: #000000;
}

p {
	position: relative;
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

p1 {
	position: relative;
	width: 200px;
	padding: 0em 0em 0em 0em;
	margin: 0;
}



/* Definitions for the universal sections */

.quote {
	position: relative;
	font-family:"Agency FB", Algerian, Arnprior, "BankGothic Lt BT", "BankGothic Md BT", "Baskerville Old Face", Batang, "Bauhaus 93";
	font-size: larger;
	font-style: inherit;
	font-weight: bolder;
	padding: 70px 0px 0px 50px;

}

/* Footer section definitions */

.foot {
	position: absolute;
	width: auto;
	padding: 1em 0em 1em 10em;
	margin: 0 0 0 5em;
}

.copyright {
	font-size: xx-small;
	position: relative;
	text-align:right;
	width: auto;
	padding: 20px 40px 0px 0px;
}

.li3 {
	float: left;
	position: relative;
	width: 70px;
	font-size:small;
	text-align: center;
	font-weight:bold;
	background-color: transparent;
	height:1.4em;
	z-index:1;
	padding: 1.25em 0em 1em 7em;
}

.li2 {
	float: left;
	position: relative;
	width: 70px;
	font-size:small;
	text-align: center;
	font-weight:bold;
	background-color: transparent;
	height:1.4em;
	z-index:1;
	padding: 1.25em 0em 1em 1em;
}

.textbox {
	position: relative;
	width: 400px;
	padding: 1em 1em 0 1em;
	margin: 0;
	font-size: 16px;
}

.submenu {
	float:right;
	width: 120px;
	font-size: 0.8em;
	text-align: left;
	color: #000000;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

.logo {
	float: inherit;
	font-size: 1.5em;
	text-align: center;
	color: #000000;
	padding: 1.25em 0.25em 0.25em 0.25em;
	margin: 0 auto 0 auto;
}

/* Second Menu bar definitions */

/* single word links in second menu bar on services pages */
.linktext{
	float: left;
	text-align: center;
	width: 100px;
	height: auto;
	background: url(images/topbar.jpg) bottom left no-repeat;	
	padding: 0px 0px 0px 0px;
}

/* multiple word links in second menu bar on services pages */
.linktextd{
	float: left;
	text-align: center;
	width: 160px;
	height: auto;
	background: url(images/topbar.jpg) bottom left no-repeat;	
	padding: 0px 0px 0px 0px;
}

/* Area set out for the second menu bar on services pages */
#topbar{
	padding: 20px 0px 50px 0px;
	font-size:13px;
	font-weight:bold;
}

/* definitions for the services root page section */

.li4 {
	float: left;
	position: relative;
	width: 70px;
	font-size:small;
	text-align: center;
	font-weight:bold;
	background-color: transparent;
	height:1.4em;
	z-index:1;
	padding: 0em 0em 1em 1em;
}

.li5 {
	float: left;
	position: relative;
	width: 70px;
	font-size:small;
	text-align: center;
	font-weight:bold;
	background-color: transparent;
	padding: 0em 0em 1em 1em;

}

.li6 {
	width: auto;
	font-size:small;
	text-align: center;
	font-weight:bold;
/*	padding: 1em 1em 1em 1em; */


}


/* definitions for the project root page section */

.mappic {

	text-align: center;
	font-family: inherit;
	font-weight: bold;
}

.shippic {

	text-align: center;
	font-size: inherit;
	font-family: inherit;
	font-weight: bold;
}

.switchpic {

	text-align: center;
	font-size: inherit;
	font-family: inherit;
	font-weight: bold;
}


/* Definitions for Image on the Index page*/

.mainlogo {
	text-align: center;
	vertical-align: middle;
	font-size: 0.7em;
	text-align: center;
	color: #000000;

}

.maintext {
	font-size: large;
	font-weight:bold;
	text-align:center;
	position: relative;
	width: auto;
}


	
/* Definitions for the company info page*/

.image1 {
	float: left;
	margin: 0px 30px 60px 0px;
}

.image2 {
	float: right;
	margin: 30px 0px 30px 30px;
}

.image3 {
	float: left;
	margin: 30px 30px 30px 0px;
}

.one {
	position: relative;
	width: auto;
	padding: 20px 0px 0px 0px;
}
	
/* Definitions for Images on the cruise ship page*/



.narrow {
	position: relative;
	width: 350px;
	margin: 0px 0px 0px 20px;
}

.destiny {
	float: left;
	margin: 0px 40px 50px 0px;
}

.submenuright {
	float: right;
	margin: 0px 0px 0px 0px;
}

.celebrit {
	float: right;
	margin: 30px 20px 30px 50px;
}

.ptheatre {
	float: left;
	margin: 90px 30px 90px 0px;
}

.palladium {
	float: right;
	margin: 30px 0px 30px 30px;
}

.csone {
	position: relative;
	width: 720px;
	padding: 0px 0px 0px 0px;
}

.cstwo {
	float: right;
	position: relative;
	width: 275px;
	padding: 0px 0px 0px 0px;
}

.csthree {
	float: left;
	position: relative;
	width: 720px;
	padding: 0px 0px 0px 0px;
}

/* Definitions for Images on the theatres page*/ 

#rightpanel {
	/* box for text on right of page*/
	position: relative;
	float: right;
	height: auto;
	width: 320px;
	background-image: none;
	background-repeat:no-repeat;
	margin: 0px 10px 0px 0px;
}

#theatreservices {
	list-style: disc;
	list-style-type: disc;
	display: block;
	float: left;
	position: relative;
	width: 350px;
	height: auto;
	font-size:15px;
	text-align: left;
	color: #000000;
	border: none; 
	border-width: 0px 0px 0px 0px;  /* stop right hand borders appearing */
	background-color: white;
}

.savoy {
	float: right;
	font-size: 0.7em;
	text-align: center;
	color: #000000;
	margin: 50px 40px 60px 40px;
}

.capitol {
	float: left;
	font-size: 0.7em;
	text-align: center;
	color: #000000;
	margin: 0px 30px 30px 0px;
}

.welling {
	float: left;
	font-size: 0.7em;
	text-align: center;
	color: #000000;
	margin: 20px 0px 30px 0px;
}

.athens {
	float: left;
	font-size: 0.7em;
	text-align: center;
	color: #000000;
	margin: 20px 0px 0px 40px;

}

.tone {
	position: relative;
	width: 720px;
	padding: 0px 0px 0px 0px;
	}
	


/* Definitions for Images on the rigging page*/

.coliseu {
	float: left;
	margin: 0px 30px 30px 0px;
}

.piano {
	float: right;
	margin: 30px 0px 30px 30px;
}

.platform {
	float: left;
	margin: 30px 30px 30px 0px;
}

.edfest {
	float: right;
	margin: 0px 0px 0px 30px;
}

.rigone {
	position: relative;
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.rigtwo {
	position: relative;
	width: 720px;
	padding: 20px 0px 50px 0px;
}

.rigthree {
	width: 720px;
	padding: 20px 0px 0px 0px;
}

/* Definitions for the conference page*/

.palace {
	float: right;
	margin: 30px 0px 30px 20px;
}

.race {
	float: left;
	margin: 0px 30px 30px 0px;
}

.project {
	float: left;
	margin: 30px 30px 30px 0px;
}

.confone {
	position: relative;
	width: 720px;
	padding: 0px 0px 0px 0px;
}


/* Definitions for the theme park page*/

.balloon {
	float: left;
	margin: 0px 30px 30px 20px;
}

.dragon {
	float: right;
	margin: 30px 60px 30px 50px;
}

.themeone {
	position: relative;
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* Definitions for the TV page*/

.medien {
	float: left;
	margin: 0px 30px 30px 30px;
}

.barcud {
	float: right;
	margin: 30px 60px 30px 80px;
}

.tvone {
	position: relative;
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Definitions for the cruise refs page*/

.ref {
	position: relative;
	width: auto;
	padding: 1em 1em 1em 1em;
	margin: 0;
	text-align: left;
}

/* Definitions for the manufacturing page*/

.lathe {
	float: right;
	margin: 0px 0px 30px 30px;
}




.imagehidden {
	visibility: hidden;
	float: left;
	font-size: 0.7em;
	text-align: center;
	color: #000000;
	padding: 1.25em 1.25em 0 1.25em;
}


