@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, a, div, img, blockquote {
border:0px none;
margin:0px;
padding:0px;
}

body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #597d80;
}

#container
{
	width: 960px;
	margin: auto;
}

/* header */

#header
{
	height: 137px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-position:300px 0;
}

#logo
{
	margin-top: 20px;
	float:left;
	width: 164px;
	height: 81px;
}

#headertxt
{
	float: left;
	display: inline; 
	margin-left: 758px;
	width: 194px;
}


/* body & cols */

#mainbody
{
	clear:left;
	margin-top: 21px;
}

#subcol1
{
	width: 192px;
	float:left;
	display: inline;
}

#maincol
{
	width: 530px;
	float: left;
	display: inline;
}

#subcol2
{
	width: 223x;
	float:left;
	display: inline;
	margin-left:8px;
}

/* extra css ---*/
 

.Large-txtcapsule-body
{
	background-color: #e6f1f2;
	width: 530px;
}

.Large-txtcapsule-footer
{
	background-image: url(../images/capusle-corner.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
	background-color: #e6f1f2;	
	width: 513px;
	padding: 10px 5px 5px 12px;
	margin-bottom: 10px;
}

.smallcapsule-title
{
	background-color: #e6f1f2;
	height: 26px;
	width: 222px;

width:222px;
}

.smallcapsule-footer
{
	background-image: url(../images/capusle-corner.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
	background-color: #e6f1f2;	
	width: 222px;
	margin-bottom: 10px;
}


#custom
{
	background-image: url(../images/custom.jpg);
	background-repeat: no-repeat;
	height: 52px;
}

#aerospace
{
	/*background-image: url(../images/aerospace.jpg);
	background-repeat: no-repeat; */
	height: 110px;
}

#casestudy
{
	/* background-image: url(../images/aerospace.jpg); */
	background-repeat: no-repeat;
	height: 52px;
	
}

#certificates
{
/*	height: 240px; */
padding-bottom: 20px;
}

.imgitems
{
	margin:5px 0 8px 2px;
	z-index: 1;
}

img
{
	z-index: 1;
}

#project-outer{
	width: 505px;
/*	background-color:#999999; */
padding: 5px 0 5px 0;
}

.project-img-holder
{
	width: 505px;
	height: 100px;
	overflow: hidden;
	display: block;
}

#bespokeimage
{
	background-image: url(../images/bespoke-bar.jpg);
	background-repeat: no-repeat;
	width: 504px;
	height: 136px;
}


#bespokeimage-txt
{
	float:right;
	margin-right:20px;
	margin-top:10px;
	color: #FFFFFF !important;
	text-align:right;
}

.clearboth
{
	clear: both;
}

.imgleft
{
	float:left;
	margin: 5px;
	padding: 5px;
	background-color: #d4f4ff;
	border:1px solid #4eb0d0;
}

.imgright
{
	float:right;
	margin: 5px;
	padding: 5px;
	background-color: #d4f4ff;
	border:1px solid #4eb0d0;
}
/* footer */

#footer
{
	clear: both;
	padding-top: 20px;
}

.footer-text-left {
color:#000000;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
width:auto;
margin-bottom: 20px;
}

.footer-text-right {
color:#000000;
float:right;
width:auto;
font-size:12px;
margin-bottom: 20px;
}

/* table */

table.material
{
	width: 400px;
	padding:0;	
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	margin:0;
}

table.material tr td
{
	padding:5px;
	margin:0;
}

table.material tr th
{
	padding:5px;
	margin:0;
	text-align:left;
}

.odd
{
	background-color:#5A7D81;
	color:#FFFFFF;
}

