body {
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 5px solid #00843e;
	font-family: Arial;
	color: #333;
	font-size: 10pt;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 907px;
}

#nav {
	clear: both;
}

#strapline {
	color: #00833e;
	margin: 35px 0 0 0;
	padding-bottom: 14px;
	background: url('../_images/dash.gif') bottom left repeat-x;
	font-size: 11pt;
}

.logo {
	text-align: right;
	margin: 0px 0 41px 0;
}

/*
	@Navigation
*/

#nav ul {
	width: 100%;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 27px 0 0 0;
}

#nav a {
	text-decoration: none;
	color: #000;
	font-size: 15pt;
	font-weight: bold;
	margin-right: 20px;
	padding: 0 0 3px 0;
	display: block;
	letter-spacing: -1px;	
}

#nav a.selected {
	color: #f58220;
}

#nav ul :hover > a { 
	color: #f58220;
}

#nav ul ul :hover > a { 
	color: #000;
}

#nav li {
	float: left;
	padding: 0;
	margin-right: 15px;
}

#nav li.no_right {
	margin-right: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
}

#nav li li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li ul a {
	width: 180px;
	padding: 3px;
	text-transform: none;	
	color: #000;
	background: #FFF;
	border: 1px solid #FFF;
	xmargin: 0 1px 1px 0;
	margin: 0;
	font-size: 10pt;
}

#nav li:hover, #nav li.hover {
 position: static;  
}  

#nav li ul a:hover {
	color: #f58220;
	background: #FFF;
}

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

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;	
	z-index: 1000;
}

#subnav {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#subnav td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/*
	@Content
*/

#content {
	clear: both;
	background: url('../_images/dash.gif') bottom left repeat-x;	
	margin-bottom: 15px;
}

.colLeft {
	float: left;
	width: 541px;
	margin-bottom: 22px;
}

.colLeft a {
	color: #00833e;
	text-decoration: none;
}

.colLeft a:hover {
	text-decoration: underline;
}

.colRight {
	float: right;
	width: 358px;
	margin-bottom: 22px;
}

#quote {
	background: url('../_images/quote_bg.gif') top left no-repeat;
	height: 117px;
	color: #FFF;
	padding: 40px 20px 20px 20px;
}

#quote span {
	display: block;
	font-size: 9pt;
	font-weight: bold;
}

#films {
	margin-top: 6px;
}

#films ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#films li {
	background: url('../_images/film_bg.jpg') top left no-repeat;
	height: 105px;
	margin-bottom: 6px;
	position: relative;
}

#films li.casestudy {
	background: url('../_images/casestudy_bg.jpg') top left no-repeat;
}

#films a {
	color: #00833e;
	text-decoration: none;
	display: block;
	height: 45px;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 118px;
}

#films li.casestudy a {
	padding-top: 78px;
}

#contact {
	margin-top: 50px;
}

#contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: -1px;
}

#contact .tel {
	color: #666;
	font-size: 13pt;
}

#contact a {
	color: #00833e;
	text-decoration: none;
	display: block;
	font-size: 13pt;
}

#contact a.arrow {
	background: url('../_images/contact_arrow.gif') right center no-repeat;
}

#technologies {
	clear: both;
	background: #e8f3ed;
}

#technologies h2 {
	padding: 9px;
	font-size: 13pt;
}

#technologies ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#technologies ul li {
	margin: 0;
	padding: 0;	
	width: 171px;
	height: 33px;
	border-top: 1px solid #badbc9;
}

#technologies ul li.col1 { 
	margin-left: 0px;
}

#technologies ul li.col2 { margin-left: 182px; }
#technologies ul li.col3 { margin-left: 364px; }
#technologies ul li.col4 { margin-left: 546px; }
#technologies ul li.col5 { margin-left: 728px; }

#technologies li.reset {
	margin-top: -171px;	
}

#technologies li.base {
	border-bottom: 1px solid #badbc9;	
}

#technologies a {
	text-decoration: none;
	display: block;
	color: #00833e;
	padding: 3px 3px 10px 9px;
	height: 20px;
}

#footer {
	clear: both;
	font-size: 9pt;
	padding: 10px 0;
	background: url('../_images/dash.gif') top left repeat-x;
	margin: 15px 0 0 0;
}

#footer a {
	text-decoration: none;
	color: #333;
}

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

img {
	border: none;
}

#reclogo {
	border-top: 1px solid #424242;
	margin-top: 20px;
	text-align: right;
	padding: 10px 0;
}

/*
	Text
*/

h1 {
	color: #00833e;
	margin: 22px 0;
	padding: 0;
	font-size: 16pt;
	letter-spacing: -1px;	
}

h2 {
	font-weight: normal;
	color: #00833e;
	margin: 0;
	padding: 0;
	font-size: 14pt;
	letter-spacing: -1px;	
}