body {
	background-color: #6E6E6E;
	color: #000;
	margin: 0;
	padding: 0;
	font: 0.9em Verdana, Helvetica, sans-serif;
}

body#home {
	background-image: url(/img/bg_black.gif);
	background-repeat: repeat-y;
	background-position: 0 64px;
	color: #FFF;
}

body#experience {
	background-image: url(/img/bg_experience.gif);
	background-repeat: repeat-y;
	background-position: 0 64px;
	color: #000;
}

#experience #topnav {
	border-bottom: 5px solid #99ab37;
}

body#clients {
	background-image: url(/img/bg_clients.png);
	background-repeat: repeat;
	background-position: 0 64px;
	color: #fff;
}

#clients #topnav {
	border-bottom: 5px solid #6b0155;
}

body#team {
	background-image: url(/img/bg_team.gif);
	background-repeat: repeat-y;
	background-position: 0 64px;
	color: #000;
}

#team #topnav {
	border-bottom: 5px solid #5c91c2;
}

body#plain {
	background-image: url(/img/bg_white.gif);
	background-repeat: repeat-y;
	background-position: 0 64px;
	color: #000;
}

#plain #topnav {
	border-bottom: 5px solid #ececec;
}

#header {
	text-align: right;
	background-image: url(/img/top_l.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000;
}

#left {
	width: 142px;
	position: absolute;
	top: 5px;
	left: 0;
}

#content {
	margin-left: 148px;
	
}


#home #wrapper{
	
	background-image: url(/img/knot.gif);
	background-repeat: no-repeat;
	background-position: right 100px;
	min-height: 700px;
}

* html #home #wrapper {
	height: 700px;
}

#nav {
	background-image: url(/img/left_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000;
	color: #fff;
	
}

img {
	border: 0;
}

#nav ul {
	list-style:none;
	margin: 0 1em 0 1em;
	padding: 2em 0 2em 0;
}

#nav ul li {
	font-size: 70%;
	padding: 0.8em 0 0.8em 0;
	border-bottom: 1px solid #fff;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav ul li.cur a:link, #nav ul li.cur a:visited {
	color: #bdd732;
}

#left ul.meta {
	margin: 1em;
	padding: 0;
	list-style: none;
}

#left ul.meta li {
	font-size: 70%;
	padding: 0.8em 0 0.8em 0;
}

#left ul.meta li.access {
	border-top: 1px solid #fff;
}

#left ul.meta li a:link, #left ul.meta li a:visited {
	color: #fff;
	text-decoration: none;
}

ul#topnav {
	margin:0;
	padding: 0;
	list-style:none;
	float:left;
	background-color: #76aee1;
	width: 100%;
}

ul#topnav li {
	float:left;
	width: 33%;
}

ul#topnav li a:link, ul#topnav li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0.2em 0 0.2em 0.4em;
	font-size: 80%;
}

ul#topnav li.experience {
	background-color: #bdd732;
}

ul#topnav li.clients {
	background-color: #970078;
}

ul#topnav li.team {
	background-color: #76aee1;
}

#home #content .inner {
	padding: 8em 2em 0 1em;
}

#plain #content .inner, #team #content .inner, #experience #content .inner, #clients #content .inner    {
	padding: 5em 0 0 1em;
}

.block {
	margin-right: 220px;
}

table {
	border-collapse:collapse;
	border: 1px solid #000;
}

table th, table td {
	font-size: 90%;
	padding: 0.2em;
	border: 1px solid #000;
}

#content h1 {
	font-size: 120%;
	font-weight: normal;
}

#content h2 {
	font-size: 110%;
	font-weight: normal;
}

#plain #content h1 {
	color: #970078;
}

#plain #content h2 {
	color: #76aee1;
}

#team #content h1, #experience #content h1, #clients #content h1 {
	color: #fff;
}

#team #content h2, #experience #content h2, #clients #content h2 {
	color: #fff;
}

#content p {
	
	font-size: 90%;
}

#content li, #content td {
	font-size: 90%;
}

.blockimg {
	display: block;
}

.imgcol {
	width: 200px;
	float:right;
	text-align: left;
}



.forms {

}

.forms label {
	float:left;
	text-align:left;
	width: 140px;
	font-size: 90%;
}

.contentforms label {
	float:left;
	width: 20%;
	font-size: 80%;
}

.contentforms .largetext {
	width: 75%;
	border: 1px solid #999999;
	padding: 0.2em;
}

.text {
	width: 200px;
	border: 1px solid #999999;
	font-size: 90%;
	padding: 0.1em;
}

.btn {
	border: 2px solid #000;
	background-color: #970078;
	color: #fff;
	font-size: 90%;
}

table.pagedetail {
	border: 1px solid #999;
	background-color: #ececec;
}

table.pagedetail th, table.pagedetail td{
	border: 1px solid #999;
	text-align: left;
}

table.pagedetail .text {
	font-size: 100%;
	border: 1px solid #000;
	width: 280px;
}

.content-item {
	margin-right: 10%;
}

.tinytext {
	border: 1px solid #000;
	width: 60px;
}

.editbar {
	margin-right: 10%;
	border: 1px solid #999;
	font-size: 80%;
	background-color: #ececec;
	padding: 0.2em;
}

.editbar p {
	margin: 0;
	padding: 0;
}

ul.newcontent {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.newcontent li {
	background-image: url(/img/add.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

div.crumb {
	font-size: 80%;
	padding: 0.3em;
}

div.crumb a:link, div.crumb a:visited {
	color: #970078;
}

#newsTicker
{
  position: relative;
  width: 90%;
  height: 35px;
  overflow: hidden;
  
  margin-top: 6em;
  margin-left: 30px;
}

#newsScroller
{
  position: absolute;
  position/**/: relative;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  color: #bdd732;
  font-size: 90%;
  
  
}

#newsScroller a:link, #newsScroller a:visited {
	color: #bdd732;
}

#stopLink
{
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-top: -25px;
  text-indent: -9999px;
  text-decoration: none;
  color: #970078;
  background-image: url(/img/news_stop.gif);
  background-repeat:no-repeat;
}