body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #656565;
	text-align: center;
	background-image: url(../images/background_gradient.gif);
	margin: 0;
	padding: 0;
}

a, a:VISITED {
	color: #656565;
	font-weight: bold;
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

p.breadcrumb a, p.breadcrumb a:VISITED, p.breadcrumb a:HOVER {
	font-weight: normal;
}

p, h1, h3, h3, dl {
	margin-top: 0;
	
	margin-bottom: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 6px;
}

#wrapper {
	width: 744px;
	height: 420px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background-color: #fff;
	text-align: left;
	position: relative;
	padding-bottom: 30px
}

h6.footer {
	background-color: #CCC;
	height: 20px;
	width: 734px;
	position:absolute;
	bottom: 0;
	font-size: 0.9em;
	padding: 8px 0 2px 10px;
	margin: 0;
}

#header {
	height: 115px;
	background: #656565 url(../images/grid.gif) repeat-x bottom left;
	position: relative;
}

#header h1 {
	display:none;
}

img#photomontage {
	position: absolute;
	bottom: 0;
	right: 0;
}

ul#navigation {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

ul#navigation li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#navigation a {
	display: block;
	width: 86px;
	height: 40px;
	border: 0;
	border-bottom: 10px solid #526476;
	background-color: #656565;
	color: #FFF;
	text-decoration: none;
	padding-top: 25px;
	font-variant: small-caps;
	font-size: 1em;
}


.core {background-color: #656565;}
.capability {background-color: #001E3C;}
.credibility {background-color: #036;}
.clients {background-color: #369;}
.casestudies {background-color: #79889B;}
.contacts {background-color: #A0AABE;}

ul#navigation a.capability, ul#navigation a.capability:VISITED {
	background-color: #001E3C;
	border-bottom-color: #001E3C;
}

ul#navigation a.credibility, ul#navigation a.credibility:VISITED {
	background-color: #036;
	border-bottom-color: #036;
}

ul#navigation a.clients, ul#navigation a.clients:VISITED {
	background-color: #369;
	border-bottom-color: #369;
}

ul#navigation a.casestudies, ul#navigation a.casestudies:VISITED {
	background-color: #79889B;
	border-bottom-color: #79889B;
}

ul#navigation a.contacts, ul#navigation a.contacts:VISITED {
	background-color: #A0AABE;
	border-bottom-color: #A0AABE;
}

ul#navigation a.capability:HOVER, ul#navigation a.credibility:HOVER, ul#navigation a.clients:HOVER, ul#navigation a.casestudies:HOVER, ul#navigation a.contacts:HOVER {
	border-bottom-color: #526476;
}

#rightlinks {
	padding: 0px;
	width: 150px;
	height: auto;
	position: absolute;
	top: 130px;
	right: 15px;
	text-align: center;
}

#rightlinks h2 {
	margin: 0;
	color: #FFF;
	font-size: 1em;
	padding: 3px;
	font-variant: small-caps;
	text-align: left;
}

#rightlinks ul {
	margin: 0;
	padding: 0;
}

#rightlinks li {
	list-style: none;
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #CCC;
	text-align: left;
}

#rightlinks p {
	padding: 3px 0;
	border-bottom: 1px solid #CCC;
	margin: 0;
	text-align: left;
}

#rightlinks a, #rightlinks a:VISITED {
	text-decoration: none;
	color: #656565;
	font-weight: normal;
}


#rightlinks a.current, #rightlinks a.current:VISITED {
	font-weight: bold;
}


#rightlinks a:HOVER {
	text-decoration: underline;
}

#rightlinks img {
	margin-top: 20px;
}

.floatright {
	float: right;
	margin: 0 0 5px 5px;
	clear: right;
	border: 1px solid #999;
}

#content {
	padding: 10px;
	width: 550px;
}

#content h2 {
	font-size: 1em;
	text-transform: uppercase;
}

#content h3 {
	font-size: 1em;
	font-weight: bold;
}

.alert {
	font-style: italic;
}

.palegrey {
	background-color: #EEE;
}

table {
	border-collapse:collapse;
}

th, td {
	padding: 3px;
	vertical-align: top;
}

#slider {
	overflow: auto;
	height: 245px;
}

#casestudyslider {
	overflow: auto;
	height: 165px;
}

/* photo panel */

.photopanel ul {
	margin:0;
	padding:0;
}

.photopanel li {
	list-style-type: none;
	padding-left: 15px;
	display: inline;
	float: left;
    width: 150px;
}

.photopanel a, .photopanel a:VISITED {
	width: 100px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}

.photopanel img {
	border: 1px solid #999;
}

/* Email enquiry form */

#emailform {
height: 230px; 
font-size: 10px;
}
#emailform fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #ccc;
float: left;
margin: 0 20px 0 0;
display:block; 
}

#emailform legend {
font-weight: bold;
text-transform: uppercase;
color: #656565;
}

#emailform .required {
font-weight: bold; 
}

#emailform label {
float: left;
width: 10em;
}
#emailform input {
width: 100px;
height: 1.5em;
font-size: 10px;
}
#emailform textarea {
width: 150px;
height: 100px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.submit {
margin: 10px 20px 0 0;
float: right;
}

