body {
	font-family: Arial, Helvetica, sans-serif;
	background: #cccccc url(../images/bg-gradient.gif) repeat-x left top;
	padding-top: 20px;
}

/* NEW 30-JAN-09 */
html {
	overflow-y: scroll;
}
a
{
  outline: none;
}
/* END NEW */

* {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin-bottom: 7px;
	color: #343434;
}
blockquote {
	font-size: 1em;
	line-height: 1.5em;
	padding-left: 10px;
	border-left: 2px solid #859523;
	margin: 0px 30px 7px 0px;
	color: #343434;
}
ul, ol {
	margin: auto;
}
li {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #343434;
}

fieldset {
	border-style: none;
}
#wrapper {
	width: 980px;
	margin: 0px auto 20px;
	background: #ffffff;
	padding: 20px;
}
#header {
	background: url(../images/bg-header.gif) repeat-x left bottom;
	height: 87px;
	width: 100%;
	margin-bottom: 1px;
}
#header .searchSite {
	float: right;
	width: 14em;
	margin-right: 10px;
	margin-top: 32px;
}
#header .searchSite input {
	float: left;
}
#header .searchSite input.searchBox {
	border: 1px solid #8d8d8d;
	height: 18px;
	width: 175px;
	padding-top: 1px;
	padding-left: 3px;
	color: #6c6c6c;
}


#header h1 {
	position: absolute;
	left: -9999px;
}
#header img {
	margin-top: 22px;
	border-style: none;
	float: left;
}

#navigation {
	height: 2.4em;
	width: 100%;
	background: #000000 url(../images/bg-navigation.gif) repeat-x left top;
}
#navigation ul {
	margin-top: 10px;
	margin-left: 23px;
	display: inline;
	margin-right: 10px;
}
#navigation li {
	font-size: 0.8em;
	float: left;
	list-style: none;
	color: #FFFFFF;
	height: 18px;
	width: auto;
}
#navigation li.border {
	border-right: 1px solid #FFFFFF;
	margin-right: 6px;
	padding-right: 3px;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 18px;
}
#navigation ul.left li.home {
	width: 56px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/lozenge-home.png) no-repeat center top;
}
#navigation ul.left li.info {
	width: 140px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/lozenge-info.png) no-repeat center top;
}
#navigation ul.left li.solutions {
	width: 70px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/lozenge-solutions.png) no-repeat center top;
}
#navigation ul.left li.services {
	width: 70px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/lozenge-solutions.png) no-repeat center top;
}
#navigation ul.left li.method {
	width: 95px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/lozenge-method.png) no-repeat center top;
}
#navigation ul.left li.clients {
	width: 56px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/lozenge-clients.png) no-repeat center top;
}
#navigation ul.left li.tech {
	width: 85px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/lozenge-tech.png) no-repeat center top;
}

#navigation ul.left a.home {
	height: 18px;
	width: 56px;
	text-align: center;
}
#navigation ul.left a.home:hover {
	background: url(../images/lozenge-home.png) no-repeat center top;
}
#navigation ul.left a.info {
	height: 18px;
	width: 140px;
	text-align: center;
}
#navigation ul.left a.info:hover {
	background: url(../images/lozenge-info.png) no-repeat center top;
}
#navigation ul.left a.solutions {
	height: 18px;
	width: 70px;
	text-align: center;
}
#navigation ul.left a.solutions:hover {
	background: url(../images/lozenge-solutions.png) no-repeat center top;
}
#navigation ul.left a.services {
	height: 18px;
	width: 70px;
	text-align: center;
}
#navigation ul.left a.services:hover {
	background: url(../images/lozenge-solutions.png) no-repeat center top;
}
#navigation ul.left a.method {
	height: 18px;
	width: 95px;
	text-align: center;
}
#navigation ul.left a.method:hover {
	background: url(../images/lozenge-method.png) no-repeat center top;
}
#navigation ul.left a.clients {
	height: 18px;
	width: 56px;
	text-align: center;
}
#navigation ul.left a.clients:hover {
	background: url(../images/lozenge-clients.png) no-repeat center top;
}
#navigation ul.left a.tech {
	height: 18px;
	width: 85px;
	text-align: center;
}
#navigation ul.left a.tech:hover {
	background: url(../images/lozenge-tech.png) no-repeat center top;
}
#navigation ul.right li.contact {
	width: 105px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/lozenge-contact.png) no-repeat center top;
}
#navigation ul.right a.contact {
	height: 18px;
	width: 105px;
	text-align: center;
}
#navigation ul.right a.contact:hover {
	background: url(../images/lozenge-contact.png) no-repeat center top;
}

#content {
	width: 100%;
	margin-top: 13px;
	margin-bottom: 20px;
}


#content label {
	float: left;
	font-size: 0.7em;
	line-height: normal;
	font-weight: normal;
	width: 200px;
	color: #343434;
	margin-bottom: 7px;
}
#content input {
	clear: right;
	float: left;
	width: 18em;
	margin-bottom: 7px;
	font-size: 0.7em;
	color: #343434;
}
#content input.checkbox,
#content input.radioButton {
	width: 2em;
	clear: none;
}
#content input.imageField {
	width: 33px;
	height: 21px;
	float: right;
	margin-right: 45px;
	margin-bottom: 7px;
}
#content select {
	margin-bottom: 7px;
	width: 18em;
	font-size: 0.7em;
	color: #343434;
}
#content textarea {
	font-size: 0.7em;
	color: #343434;
	width: 18em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	height: 5em;
}
#content .midCol {
	width: 450px;
}
#content .midCol .radioSelectors {
	float: left;
	width: 200px;
	margin-bottom: 7px;
}
#content .midCol .radioSelectors label {
	width: 170px;
}
#content .columnLeft {
	float: left;
	width: 157px;
	margin-right: 19px;
	margin-left: 23px;
	display: inline;
}
#content .columnLeft h2 {
	font-size: 0.8em;
	font-weight: normal;
	color: #a4515c;
	padding-bottom: 3px;
	border-bottom: 1px solid #c5c5c5;
	padding-right: 10px;
	width: 100%;
}
#content .columnLeft h2 a {
	color: #a4515c;
	text-decoration: none;
}
#content .columnLeft h2 a:hover {
	text-decoration: underline;
}
#content .columnLeft ul {
}
/*END: STYLES FOR DIFFERENT COLOUR LIST ITEMS ON LEFT-HAND NAVIGATION*/
#content .columnLeft li {
	border-bottom: 1px solid #c5c5c5;
	font-size: 0.7em;
	list-style: none;
	width: 157px;
	color: #857e7c;
	padding-right: 10px;
}
#content .columnLeft li a {
	color: #857e7c;
	text-decoration: none;
	background: url(../images/bullet-chevrons.gif) no-repeat 0px 6px;
	display: block;
	width: 100%;
	padding: 3px 0px 4px 10px;
}
#content .columnLeft li a:hover {
	text-decoration: underline;
	background-color: #f3f3f3;
}
#content .columnLeft li.select {
	font-weight: bold;
	padding: 3px 0px 4px 10px;
	background: #f3f3f3 url(../images/bullet-chevrons.gif) no-repeat 0px 6px;
}
#content .columnLeft li.select li {
	font-size: 1em;
	font-weight: normal;
	border-style: none;
	width: 92%;
}
#content .columnLeft li.select a {
	background: none;
	margin-left: -1em;
	margin-top: -0.3em;
}

#content .columnLeft li.select a:hover {

}
#content .columnLeft li.select li.selected {
	font-weight: bold;
	width: 92%;
	padding: 3px 0px 4px 9px;
	background: url(../images/bullet-chevron.gif) no-repeat 0px 6px;
}
#content .columnLeft li.select li a {
	margin-left: 0;
	background: url(../images/bullet-chevron.gif) no-repeat 0px 6px;
}

/*START: STYLES FOR DIFFERENT COLOUR LIST ITEMS ON LEFT-HAND NAVIGATION*/
#content .columnLeft ul.solutions {
}
#content .columnLeft ul.solutions li.select li a {
	padding: 3px 0px 4px 7px;
	background: url(../images/bullet-chevron.gif) no-repeat 0px 6px;
	color: #857e7c;
}
#content .columnLeft ul.solutions li.select li a:hover {
	background: url(../images/bullet-chevron.gif) no-repeat 0px 6px;
}
#content .columnLeft ul.solutions li.line1 {
	color: #46a100;
}
#content .columnLeft ul.solutions li.line1 a {
	color: #46a100;
	display: block;
	height: auto;
	width: 100%;
	padding: 3px 0px 4px 10px;
}
#content .columnLeft ul.solutions li.line1 a:hover {
	background: #f3f3f3 url(../images/bullet-chevrons.gif) no-repeat 0px 6px;
}
#content .columnLeft ul.solutions li.line2 {
	color: #ffab00;
}
#content .columnLeft ul.solutions li.line2 a {
	color: #ffab00;
	padding: 3px 0px 4px 10px;
	display: block;
	height: auto;
	width: 100%;
}
#content .columnLeft ul.solutions li.line2 a:hover {
	background: #f3f3f3 url(../images/bullet-chevrons.gif) no-repeat 0px 6px;
}
#content .columnLeft ul.solutions li.line3 {
	color: #cc55d5;
}
#content .columnLeft ul.solutions li.line3 a {
	color: #cc55d5;
	height: auto;
	width: 100%;
	display: block;
	padding: 3px 0px 4px 10px;
}
#content .columnLeft ul.solutions li.line3 a:hover {
	background: #f3f3f3 url(../images/bullet-chevrons.gif) no-repeat 0px 6px;
}
#content .columnLeft ul.solutions li.line4 {
	color: #c75a24;
}
#content .columnLeft ul.solutions li.line4 a {
	color: #c75a24;
	padding: 3px 0px 4px 10px;
	height: auto;
	width: 100%;
	display: block;
}
#content .columnLeft ul.solutions li.line4 a:hover {
	background: #f3f3f3 url(../images/bullet-chevrons.gif) no-repeat 0px 6px;
}
#content .columnLeft ul.solutions li.line5 {
	color: #2474bd;
}
#content .columnLeft ul.solutions li.line5 a {
	color: #2474bd;
	padding: 3px 0px 4px 10px;
	height: auto;
	width: 100%;
}
#content .columnLeft ul.solutions li.line5 a:hover {
	background: #f3f3f3 url(../images/bullet-chevrons.gif) no-repeat 0px 6px;
}
#content .columnMiddle {
	float: left;
	width: 574px;
	margin-right: 13px;
}
#content .columnMiddle h2 {
	font-size: 1.2em;
	margin-bottom: 7px;
	font-weight: normal;
	color: #859523;
	margin-top: 7px;
}
/* NEW - ADDED BY DIGIRATI */
#content .columnMiddle h3 {
	font-size: 1.0em;
	margin-bottom: 6px;
	font-weight: normal;
	color: #859523;
	margin-top: 6px;
}
/* END NEW */
#content .columnMiddle p.standFirst {
	font-size: 0.8em;
	color: #857e7c;
}
#content  .columnMiddle  ul,
#content  .columnMiddle  ol {
	margin: 0px 30px 7px 15px;
}
/* NEW - ADDED BY DIGIRATI */
#content  .columnMiddle  li {
	font-size: 0.8em;
	color: #857e7c;
}
#content .columnMiddle a {
	color: #a4515c;
	text-decoration: none;
}
#content .columnMiddle a:hover {
	color: #59a00b;
	text-decoration: underline;
}
/* END NEW */
#content #middleColumn .intro {
	width: 574px;
}
#content #middleColumn #contactForm {
	width: 574px;
}

#content .columnRight {
	float: left;
	width: 181px;
}
#content .columnRight h2 {
	font-size: 0.8em;
	font-weight: normal;
	color: #857e7c;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 3px;
}
#content .columnRight p {
	color: #616161;
}
#content .columnRight ul {
}
#content .columnRight li {
	font-size: 0.7em;
	list-style: none;
	background: url(../images/bullet-chevrons.gif) no-repeat 0px 6px;
	padding-bottom: 3px;
	width: 157px;
	padding-top: 2px;
}
#content .columnRight a {
	color: #a4515c;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
#content .columnRight a:hover {
	color: #59a00b;
	text-decoration: underline;
}

/*START: STYLES FOR HOMEPAGE*/
#contentHome {
	width: 100%;
	margin-top: 13px;
	margin-bottom: 20px;
	clear: both;
}
#contentHome a {
	color: #9d3e4b;
	text-decoration: none;
}
#contentHome a:hover {
	text-decoration: underline;
	color: #59a00b;
}
#contentHome .contentBox1 {
	float: left;
	width: 225px;
	margin-right: 28px;
	min-height: 230px;
}
#contentHome .contentBox1 h2 {
	font-size: 1em;
	font-weight: normal;
	color: #993333;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 7px;
}
#contentHome .contentBox1 h3 {
	font-size: 0.8em;
	font-weight: normal;
	color: #9d3e4b;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contentHome .contentBox1 p {
	color: #616161;
}
#contentHome .contentBox2 {
	width: 227px;
	float: left;
}
#contentHome .contentBox2 h2 {
	font-size: 0.8em;
	font-weight: normal;
	color: #9d3e4b;
	margin-top: 3px;
}
#contentHome .contentBox2 p {
	color: #616161;
	margin-bottom: 0px;
}

/* NEW 30-JAN-09 */
#contentHome .contentBox2 li
{
	list-style-type: none;
	float: left;
	background-color: #f7f7f7;
}

#contentHome .contentBox2 li a
{
	font-size: 1.2em;
	line-height: 1.9em;
	color: #9d3e4b;
	border-top: 1px #DBD9D8 solid;
	border-right: 1px #DBD9D8 solid;
	border-left: 1px #DBD9D8 solid;
	height: 25px;
	padding-right: 7px;
	padding-left: 7px;
	position: relative;
	top: 1px;
	display: block;
	border-bottom: 1px solid white;
	background: url(../images/bg-tab.gif) repeat left top;
}
#contentHome .contentBox2 li a:hover
{
	color: #59a00b;	
}
#contentHome .contentBox2 li a.on {
	color: #777777;
	border-top: 1px solid #dbd9d8;
	border-left: 1px solid #dbd9d8;
	background: #f7f7f7;
}
/* END NEW */

#contentHome .contentBox2 .boxInner {
	padding: 5px 5px 0px;
	border: 1px solid #dbd9d8;
	width: 215px;
	/*min-height: 207px;*/
	min-height: 219px;
	clear: both;
	background: #e6e6e6 url(../images/bg-tabbed-box.gif) repeat-x left top;
}

#contentHome .contentBox3 {
	float: right;
	width: 202px;
	min-height: 230px;
	background: #efefef url(../images/bg-img-people.jpg) no-repeat right bottom;
	border: 1px solid #dbd9d8;
	padding: 10px;
}
#contentHome .contentBox3 h2 {
	font-size: 1em;
	font-weight: normal;
	color: #9d3e4b;
	margin-bottom: 3px;
}
#contentHome .contentBox3 p {
	color: #616161;
}

/*END: STYLES FOR HOMEPAGE*/

#footer {
	background: url(../images/bg-footer.gif) repeat-x left top;
	height: 22px;
	width: 100%;
}
#footer ul {
	margin-top: 4px;
	margin-left: 15px;
	display: inline;
}
#footer li {
	float: left;
	list-style: none;
	font-size: 0.7em;
	color: #616161;
	border-right: 1px solid #616161;
	padding-right: 5px;
	padding-left: 5px;
}
#footer li a {
	color: #9d3e4b;
	text-decoration: none;
}
#footer li a:hover {
	color: #59a00b;
	text-decoration: underline;
}
#footer li.noborder {
	border-right-style: none;
}

/*generic styles*/
.left {
	float: left;
}
.right {
	float: right;
}
.clearboth {
	clear: both;
}
