/* Layout */

html,body {
	height: 100%;
}

* {
	border: 0px;
	margin: 0px;
}

body {
	margin:0 auto 0 auto;
	padding:0;
	min-width: 392px;
	width: 801px;
	background: #E6EBEE url(images/back.gif);
}

#container {
	background: #E6EBEE;
	overflow: hidden;
	height: 456px;
}

#center {
	width: 527px;
	padding: 20px 20px 0 20px;
	background: #FFFFFF;
	height: 436px;
	position:relative;
	left: 117px;
	top: 0px;
}

#left {
	width: 100px;
	height: 456px;
	position:relative;
	left: 0px;
	top: -456px;
}

#right {
	width: 100px;
	height: 456px;
	position:relative;
	left: 701px;
	top: -912px;
}

#footer {
	width: 791px;
	clear: both;
	text-align: center;
	background: #7392A2;
	color:#FFFFFF;
	padding: 5px;
}

#footer-wrapper {
	text-align: center;
}

#footer-wrapper a, #footer-wrapper a:link, #footer-wrapper a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer-wrapper a:hover {
	text-decoration:underline;
}

#footer-wrapper p {
	color:#FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	text-transform:uppercase;
}

/* INDEX BOX */

#canvas {
	background:#587488;
	height: 100%;
	width: 807px;
}

/* hack - we use a rule just for macIE here */

#topspacer {
	height: 10%;
}

/* hack - macIE will not see this 'real' rule here \*/

#topspacer {
	height: 33%;
}

/* end hack */

#content {
	background:#002E5B;
	height: 170px;
	width: 807px;
	overflow: auto;
	border: 2px solid #CCCCCC;
}

#content h1 {
	padding-top: 3px;
	text-align:center;
	font-size:20px;
	color:#BAC5C7;
	font-family: Bookman;
}

#content img {
	border: solid 1px #CCCCCC;
	margin-left: 1px;
	margin-top: 1px;
}

/* Header */

#header {
	width: 791px;
	padding: 5px;
	background: #980000;
	color:#FFFFFF;
}

#logo {
	display:inline;
	float:left;
	margin-bottom: 5px;
}

#logo h1 {
	padding-left: 8px;
}

#logo h2 {
	margin: 0px;
	padding-left: 12px;
	font-family:Arial;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}

/* Contact Boxes */

#contact_box li {
	width: 90px;
	display: inline;
	float: right;
	font-family:Arial;
	font-size:12px;
	margin-top: 3px;
	margin-right: 20px;
	padding: 5px;
}

#contact_box .email a, #contact_box .email a:link, #contact_box .email a:visited, #contact_box .email a:hover {
	font-size:11px;
	background: url(images/email.gif) no-repeat left bottom;
	padding-left: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#contact_box .tel {
	font-weight:bold;
	font-size:12px;
}

/* Menu */

.menu {width:800px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:Arial;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:801px; w\idth:800px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:200px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:200px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:189px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#8CA5B3; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:200px; w\idth:189px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#8CA5B3 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 181px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 181px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 181px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#8CA5B3;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:200px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:200px; top:-1px; width:200px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-200px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#8CA5B3; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:179px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:201px;w\idth:179px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color: #0029A6; background:#E6EBEE;}
.menu :hover > a, .menu ul ul :hover > a {color: #0029A6; background:#E6EBEE;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* Header Images */

#images {
	width: 801px;
	background: #E6EBEE;
	padding: 16px 0;
	margin:0;
	overflow: hidden;
}

#images img {
	display: inline;
	float: left;
}

#images .img1 {
	padding-left: 0px;
}

#images .img2 {
	padding-left: 17px;
}

#images .img3 {
	padding-left: 16px;
}

/* Styling */

body {
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
}

#container h1 {
	font-family: Arial;
	color: #0029A6;
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	display: inline;
	vertical-align:middle;
	margin-bottom:30px;
}

#casestudybutton {
	display: inline;
}

#casestudybutton a {
	padding: 3px 5px;
	margin-left: 10px;
	border: 1px solid #BAC5C7;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#0029A6;
}

#container h2 {
	font-family: Verdana;
	margin-top: 5px;
	font-weight:bold;
	font-size:11px;
}

#container p {
	margin-top: 0px;
	padding-bottom: 5px;
}

#container p.first {
	margin-top: 10px;
}

#container p.right {
	float: right;
}

#container p.left {
	float: left;
}

#container img {
	border: 0;
	padding: 0;
}

#container img.right {
	margin-left: 17px;
	margin-bottom: 3px;
	float: right;
}

#container img.left {
	margin-right: 17px;
	margin-bottom: 3px;
	float: left;
}

#container ul {
	margin: 0;
	padding: 5px 0 0 25px;
	list-style:square;
}

#container ol {
	margin: 0;
	padding: 5px 0 0 25px;
}

#container ul li {
	margin: 0 0 10px 0;
	color:#980000;
}

#container .blacktext {
	color:#000000;
}

/* Logo Table */

#container .front_logo_table {
	width: 85%;
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
}

#container .front_logo_table td{
	width: 33%;
	text-align:center;
}

#container .industrial_logo_table {
	width: 100%;
	margin-top: 5px;
	margin-left: auto;
	margin-right:auto;
}

#container .industrial_logo_table td{
	width: 25%;
	text-align:center;
}

#container .offices {
	margin-top: 20px;
	width: 100%;
	border: 0;
}

#container .offices td.col1{
	width: 50%;
}

/* Company Info */

#container .company_info {
	background:#E6EBEE;
	float:left;
	width:524px;
	list-style:none;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px;
}

#container .company_info li {
	color:#000000;
	float:left;
	width: 252px;
	padding: 0;
	margin: 0px 0px 0px 10px;
}

#container .company_info a, #container .company_info a:link, #container .company_info a:hover, #container .company_info a:visited {
	color:#0029A6;
}

/* Contact Us */

#contact_form {
	background:#E6EBEE;
	margin: 10px 0px 0px 0px;
}

#contact_form form {
	padding-bottom: 10px;
}

#contact_form form .form_object {
	border: 0;
	padding: 3px;
	font-family: Arial;
	font-size:12px;
}

#contact_form form .form_button {
	padding: 2px;
	color:#FFFFFF;
	background:#0029A6;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
}

#contact_form form .form_button:hover {
	color: #FFFFFF;
	background:#0259C7;
}

#contact_form ul {
	background:#E6EBEE;
	margin: 10px 0px 0px 0px;
	float:left;
	width:520px;
	list-style:none;
	padding: 10px 0px;
}

#contact_form ul li {
	color:#000000;
	float:left;
	width: 170px;
	padding: 0;
	margin: 0px 0px 5px 10px;
}


/* Aggregate Box */
#aggregatebox {
	width: 95%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}

#aggregatebox ul {
	display: inline;
	list-style: none;
}

#aggregatebox ul li {
	float: left;
	padding-right:7px;
}

/* Downloads */

#downloads ul {
	list-style: none;
	padding: 10px 0 10px 15px;
	
}

#downloads ul li {
	padding: 8px 0 0 40px;
	height: 23px;
	background:url(images/pdf.jpg) no-repeat top left;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: 0.01em;
}

/* Lightbox */

.thumbnail{
	text-align:center;
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.thumbnail2{
	text-align:center;
	padding: 7px;
	border: 1px solid #ddd;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ; clear:both;}

/* Case Studies */

#container .caseimg {
	border: 3px solid #E6EBEE;
	}	

#studybox {
	padding-left: 3px;
	margin-bottom:10px;
	width: 100%;
}

#studybox ul {
	display: inline;
	list-style: none;
}

#studybox ul li.title {
	font-weight:bold;
	color:#000000;
	width: 85px;
	float: left;
	margin-bottom: 5px;
}

#studybox ul li.desc {
	color:#000000;
	width: 400px;
	float: left;
	margin-bottom: 5px;
}

#casestudybox {
	background-color:#E6EBEE; 
	margin-top: 10px; 
	padding: 17px 5px 17px 0px; 
	margin-bottom: 20px;
}

#inner {
	margin-left: 6px;
}

#inner1 {
	margin-left: 75px;
}

#casestudybox img.left {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}