@CHARSET "ISO-8859-1";

body {
	margin: 0 auto;
	padding: 0;
	width: 840px;
	background: #2c271c url(../images/bgimage.jpg) no-repeat 0 0;
	color: #606269;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Structure for logo */
div.logo {
	padding: 30px 20px;
}
div.logo a img {
	border: none;
}

/* Structure; top block */
div.shadow-top {
	background: transparent url(../images/body-shadow-top.png) no-repeat left top;
	padding: 30px 0 0 0;
}
div.shadow-middle {
	background: transparent url(../images/body-shadow-middle.png) repeat-y left top;
	margin: 0 -10px 0 -21px;
	padding: 0 20px;
}
div.shadow-bottom {
	background: transparent url(../images/body-shadow-bottom.png) no-repeat left bottom;
	padding: 30px 0 0 0;
}
div.body {
	background: #f1f0ed url(../images/bodybg.png) no-repeat left top;
	margin: -10px 15px -10px 21px;
	padding: 10px 0 25px 0;
}
div.projects {
	background: transparent url(../images/bodybottom.gif) no-repeat left bottom;
	margin: 0 -31px -25px -29px;
	padding: 0 20px 35px 8px;
}

/* Main navigation structure/style */
ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
ul.navigation li {
	float: right;
	margin: 0 5px;
	background: transparent url(../images/navitemrightbg.gif) no-repeat right top;
}
ul.navigation li.home {
	float: left;
}
ul.navigation li.home,
ul.navigation li.home a {
	background: none;
}

/* Colour was 606269 */
ul.navigation li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #494949;
	display: block;
	padding: 15px 25px;
	background: transparent url(../images/navitemleftbg.gif) repeat-x left top;
}
ul.navigation li a:hover {
	color: #00aac1;
}
ul.navigation li a.current {
	color: #00aac1;
}

/* Body structure */
div.content {
	clear: both;
	padding: 5px 20px 0 30px;
}
div.intro p {
	margin: 0 0 40px;
	font-size: 2.4em;
	color: #8e8f9e;
	font-weight: bold;
	line-height:normal;
}
div.intro p strong {
	color: #50525c;
}

.intro a{
	color: #50525c;
	text-decoration: none;
	background: #FFFFFF;
	}

.intro a:hover{
	color: #CCCCCC;
	text-decoration: none;
	background: #FFFFFF;
	}






div.projects div.project {
	width: 30.2%;
	float: left;
	margin: 12px;
	padding: 10px 0;
	position: relative;
	height: 145px;
}
div.projects div.project a {
	padding: 0;
	text-decoration: none;
}
div.projects div.project a.image,
div.projects div.project h4,
div.projects div.project p {
	margin: 0 10px;
}
div.projects div.project a.image img {
	border: 1px solid #b9b2a3;
}
div.projects div.project h4,
div.projects div.project p {
	background-color: #171616;
	display: inline;
	padding: 1px 4px;
	position: absolute;
	margin: 0 0 0 20px;
}
div.projects div.project h4 {
	font-weight: normal;
	float: left;
	top: 105px;
}
div.projects div.project h4 a {
	text-decoration: none;
	color: #00aac1;
}
div.projects div.project p {
	float: left;
	top: 118px;
	color: #f1f0ed;
	letter-spacing: -0.03em;
}
div.projects div.project div.controls {
	margin: 10px 0 0 10px;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	clear: left;
	position: absolute;
	bottom: 0;
}
div.projects div.project div.controls a,
div.projects div.project div.controls span.separator {
	text-transform: uppercase;
	display: block;
	float: left;
}
div.projects div.project div.controls span.separator {
	width: 30px;
	text-align: center;
}
div.projects div.project div.controls a.view span.plus {
	color: #00aac1;
}
div.projects div.project div.controls a.view {
	color: #2b2924;
}
div.projects div.project div.controls a.launch {
	color: #79767d;
}

div.projects div.project div.controls a.launch:hover {
	color: #00aac1;
}



/* News styles */
.news img{
	border: none;
	}
	
div.news {
	clear: both;
	background: transparent url(../images/newsbg.png) no-repeat 7px 0;
	height: 106px;
	padding: 20px 40px 20px 57px;
}
div.news h3 {
	margin: 47px 0;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	width: 25%;
	color: #4f5157;
}
div.news div.news-item {
	margin: 0 0 7px 0;
	color: #696969;
}
div.news div.news-item strong {
	font-weight: bold;
	font-size: 1.1em;
}
div.news div.news-item p {
	margin: 0;
}

/* Footer style */
.footer a{
	color: #50525c;
	text-decoration: none;
	}

.footer a:hover{
	text-decoration: underline;
	}
	
div.footer {
	color: #858177;
	clear: both;
	background: transparent url(../images/bottombg.png) no-repeat 7px 0;
	padding: 34px 24px 14px 22px;
	height: 40px; /* 88px image height - 34px top padding - 14px bottom padding */
}
div.footercontent {
	float: left;
	width: 80%;
	margin: 14px 0 0 35px;
}
div.bottomlogo {
	float: right;
}

/* Add space below the footer */
div.pagecontainer {
	padding: 0 0 50px 0;
}

/* Misc */
.clearer {
	clear: left !important;
	float: none !important;
	line-height: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

/* Contact Us thickbox */
.contactus {
	margin: 15px;
}
.contactus h1 {
	font-size: 1.5em;
	margin: 0 0 15px 0;
}

.contactus form label, .contactus form div.label {
	display: block;
	margin: 0 0 15px 0;
}

.contactus form label em {
	font-style: normal;
	display: block;
}

.contactus form textarea {
	width: 100%;
	height: 150px;
}

.contactus form label em.checkbox {
	float: right;
	width: 95%;
}

.contactus form div.label a {
	float: left;
	line-height: 25px;
}
.contactus form div.label input {
	float: right;
}




.post p{
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:40px;
	}
	
.content h2{
	font-size: 2.4em;
	margin-bottom: 15px;
	}