body {
	margin: 0;
	padding: 0;
	background: #1b97d3 url(/images/background.jpg) top center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
        color: #ffffff;
        line-height: 18px;
}

/* Typography */

h1 {
	color: #fff;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 0;
}

h2 {
	color: #fff;
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 0;
}

h4 {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 100%;
}

h5 {
	color: #80AED3;
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 1.3em;
}



a {
	color: #ab401a;
	text-decoration: none;
}

a:hover {
	color: #ab401a;
        text-decoration: underline;
}



/* General construction */

#branding-container {
	background-color: #fff;
}

#branding {
	width: 990px;
	margin: 0 auto;
	background: #fff url(/images/customer-care.gif) no-repeat top right;
	height: 99px;
	padding: 0;
}

#branding img {
	margin-top: 10px;
}


#container {
	width: 990px;
	margin: 0 auto;
}

#footer {
	clear: both;
	color: #fff;
	font-size: 0.9em;
	padding-top: 10px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Menu  Styling */

#menu {
	height: 20px;
	margin: 0 auto;
	margin-top:7px;
	font-size: 0.9em;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 25px;

}

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	color: #9F0F46;
	text-decoration: none;
}

#current a{
	color: #ab401a;
}

#nav li { /* all list items */
	float: left;
	margin-right: 35px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:transparent url(/images/blue-opaque.png);
	width: 120px;
	padding: 4px;
	margin-left: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

* html #nav li ul {background:transparent url(/images/opaque.gif);}


#nav li ul li {
	width: 120px;
	margin-bottom: 3px;
}

#nav li ul li a {
	color: #fff;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Template styles */

.tpl-col1 {
	width: 385px;
	float: left;
	margin-right: 55px;
}

.tpl-col1-465 {
	width: 525px;
	float: left;
	margin-right: 10px;
}

.tpl-col2 {
	width: 385px;
	float: left;
	margin-left: -40px;
}

.tpl-col3 {
	width: 320px;
	float: left;
	margin-left: 23px;
}

.tpl-col2-casestudy {
	margin-top: 32px;
}

.tpl-col1-terms {
	width: 320px;
}

.tpl-col2-terms {
	width: 310px;
}

.tpl-col-links {
	width: 167px;
	height: 173px;
	float: right;
	background: #1f285a url(/images/links-bg.gif) repeat-x bottom left;
	margin-top: -4px;
        margin-right: 0px;
}

.tpl-col-links-about {
	width: 167px;
	height: 173px;
	float: right;
	background: #1f285a url(/images/links-bg.gif) repeat-x bottom left;
	margin-top: -33px;
        margin-right: 0px;
}

.tpl-col-links-casestudy {
	margin-top: -2px;
}

.tpl-col-links h2 {
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 10px 0px 0px 13px;
	font-size: 1.3em;
}

.tpl-col-links-about h2 {
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 10px 0px 0px 13px;
	font-size: 1.3em;
}

.tpl-col-links ul {
	list-style: none;
}

.tpl-col-links-about ul {
	list-style: none;
}

.tpl-col-links ul li a {
	color: #fff;
	text-decoration: none;
	margin-left: -27px;
	display: block;
	margin-bottom: 10px;
}

.tpl-col-links-about ul li a {
	color: #fff;
	text-decoration: none;
	margin-left: -27px;
	display: block;
	margin-bottom: 10px;
}

.tpl-col-links ul li a:hover {
	color: #ab401a;
}

.tpl-col-coloured-links {
	width: 194px;
	height: 196px;
	float: right;
	margin-left: 13px;
	margin-top: 13px;	
}

.tpl-col-coloured-links-homemargin {
	margin-top: -19px;
}

.tpl-col-coloured-links h2 {
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 4px;
	font-size: 1.3em;
}

.tpl-col-coloured-links p {
	margin: 0;
	padding: 4px;
	color: #fff;
	font-size: 0.9em;
}

.tpl-col-coloured-links p a {
	color: #fff;
	text-decoration: none;
}

.tpl-col-links-container { 
	width: 193px;
	height: 60px;
	margin-bottom: 8px;
}

.tpl-col-links-red {
	background: transparent url(/images/news-link-bg.gif) repeat-x top left;
}

.tpl-col-links-red a:hover {
	color: #1f285a;
}

.tpl-col-links-lightblue {
	background: transparent url(/images/projects-link-bg.gif) repeat-x top left;
}

.tpl-col-links-lightblue a:hover {
	color: #1f285a;
}

.tpl-col-links-darkblue {
	background: transparent url(/images/aboutus-link-bg.gif) repeat-x top left;
}

.tpl-col-links-darkblue a:hover {
	color: #ab401a;
}

.tpl-col-clientlist {
	width: 313px;
	height: 196px;
	overflow: hidden;
	padding: 4px;
	margin-top: -19px;
	float: right;
	margin-left: 13px;
	position: relative;
	background: transparent url(/images/client-background.gif) no-repeat top left;
}

.tpl-col-clientlist h2 {
	color: #1b97d3;
	font-weight: normal;
	margin-bottom: 7px;
        margin-top: 0px;
}

.tpl-col-clientlist img {
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}

.tpl-col-clientlist-link {
	position: absolute;
	bottom: 3px;
	left: 10px;
	font-size: 1.0em;
}

.tpl-col-clientlist-link a {
	color: #fff;
	text-decoration: none;
}

.tpl-col-clientlist-link a:hover {
	color: #1f285a;
}


.tpl-client-quote p {
	font-size: 0.9em;
}

/* Gallery Styles */

/************** GALLERY ****************/

.gallery img {
	border: 0;
	margin-bottom: 5px;
}

.tpl-col1 ul {
	color: #ab401a;
}

.gallery-thumbnail {
	width: 109px;
	height: 109px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
	background: transparent url(/images/gallery-bg.png) top left no-repeat;
	float: left;
	padding: 2px;
}

.gallery-name {
	display: none;
}
