body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	text-align:center;
}
/******************/
/*   CONTAINERS   */
/******************/
#content {
	text-align: left;
	width: 772px;
	margin: 0 auto;
	padding:2px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	background-color:#fff;
}
#header {
	width: 764px;
	margin: 0;
	padding:10px 0;
	vertical-align:bottom;
	display:block;
}
#bodycontent {
	margin:0;
	padding:0 0 2em 0;
}
#footer {
	padding:1em;
	margin:0;
	clear:both;
	border-top:solid 1px #ccc;
	text-align:center;
}
.infobox1 {
	width: 180px;
	display:block;
	margin: 10px 0 10px 10px;
	background-color:#E5F2BF;
	border:solid 1px #B2D057;
	float:right;
	clear:right;
}

table.info {
	width: 170px;
	margin: 10px 0 10px 10px;
	background-color:#E5F2BF;
	border:solid 1px #B2D057;
	clear:both;
	display:block;
}

.norm-text{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

button {
  color: #FFF;
  background-color: #669900;
  font-weight: bold;
}
button:hover {
  color: #669900;
  background: #e5f2bf;
}

/*****************/
/*   NAV LISTS   */
/*****************/

#sidemenu {
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	border-top: 1px dotted #ccc;
	font-size:.7em;
	}
#sidemenu ul {
	list-style-type:none;
	padding: 0;
	margin:0;
	border:none;
	}	
#sidemenu li {
	margin: 0;
	border-bottom: 1px dotted #ccc;
	text-align:right;
	}
#sidemenu li a {
		display: block;
		padding: 5px 20px 5px 0px;
		border-left: none;
		background-color: #fff;
		background-repeat:no-repeat;
		background-position:100% 6px;
		color: #999;
		text-decoration: none;
		width: 100%;
}
#sidemenu li a.here {
	background-image:url(images/bullet_nav_on.gif);
	color: #000;
}
html>body #sidemenu li a {
	width: auto;
}
#sidemenu li a:hover {
	color:#000;
	text-decoration:none;
	background-color: #fff;
	background-image:url(images/bullet_nav_hov.gif);
	background-repeat:no-repeat;
}
#sidemenu li a.here:hover {
	color:#000;
	background-image:url(images/bullet_nav_on.gif);
}
/*****************/
/*   HEADINGS    */
/*****************/


#header a{
text-align:right;
	padding:0px 5px;
	font-weight:bold;
	font-size:14px;
	color:#cccccc;
	text-decoration:none;
}
#header a:hover{
	font-weight:bolder;
	color:#669900 ;
	}
	
	#header a:active{/*TODO:MOC verify active is correctly working*/
	padding:0px 5px;
	font-weight:bolder;
	color:#669900 ;
}

#bodycontent h1 {
	font-size:1em;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding:1em 0 .5em 0;
	margin:0;
}
#bodycontent h1.mainheading {
	border-bottom:dotted 1px #ccc;
	padding:0 0 .75em 0;
	margin:0 0 .75em 0;
}
#servicesbodycontent h1 {
	font-size:1em;
	color:#06f;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 0 25px;
	margin:10px 0;
}
#workbodycontent h1 {
	font-size:1em;
	color:#f60;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 0 25px;
	margin:10px 0;
}
h1.main {
	font-size:1.2em;
	color:#9c0;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 10px;
	margin:10px 0;
}
h1.visno {
	display:none;
}
#bodycontent h2 {
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	padding:1em 0 0 0;
	margin:1em 0 0 0;
}
#servicesbodycontent h2 {
	font-size:.75em;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 0 25px;
	margin:0;
}
#workbodycontent h2 {
	font-size:.75em;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 0 25px;
	margin:0;
}
/*****************/
/*  TEXT STYLES  */
/*****************/

#bodycontent p {
	font-size:.75em;
	line-height:1.5em;
	color:#333;
	padding:.5em 0;
	margin:0;
	clear:left;
}
#footer p {
	font-size:.7em;
	line-height:1.5em;
	color:#999;
	padding:5px 0;
	margin:0;
}
p.intro {
	font-size:.75em;
	line-height:1.5em;
	color:#333;
	padding:10px 10px 5px 25px;
	margin:0;
}
p.summary {
	font-size:.75em;
	line-height:1.5em;
	color:#333;
	padding:0px 10px 25px 25px;
	margin:0;
}
.heading {
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.sectionheading {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.highlight {
	font-weight:bolder;
	padding:.3em .5em;
	background:#F0FFC6;
}
#bodycontent p.caption {
	font-size:.7em;
	width:330px;
	line-height:1.2em;
	color:#999;
	padding:0;
	margin:5px 0 2em 0;
}
/*****************/
/*    TABLES     */
/*****************/

table.contactdetails td {
	font-size:.75em;
	vertical-align:top;
	line-height:1.5em;
}
table.info {
	width: 170px;
	margin: 10px 0 10px 10px;
	background-color:#E5F2BF;
	border:solid 1px #B2D057;
	clear:both;
	display:block;
}


table.info2 {
	width: 547px;
	margin: 10px 0 10px 10px;
	background-color:#E5F2BF;
	border:solid 1px #B2D057;
	clear:both;
	display:block;
}


table.enq {
	width: 547px;
	margin: 0px 0 0px 0px;
	background-color:#E5F2BF;
	border:solid 1px #B2D057;
	clear:both;
	display:block;
}


table.callback {
	width: 250px;
	margin: 0px 0 0px 0px;
	background-color:#E5F2BF;
	border:solid 1px #B2D057;
	clear:both;
	display:block;
}


table.ppc {
	width: 370px;
	background-color:#E5F2BF;
	border:solid 1px #B2D057;
	clear:both;
	display:block;
}


table.info td {
	margin:0;
	padding:0;
}
#bodycontent table.info td p {
	font-size:.75em;
	line-height:1.5em;
	color:#64810A;
	padding:.5em 1em;
	margin:0;
}

/*****************/
/*  LIST STYLES  */
/*****************/
#bodycontent ul {
	margin:0; 
	padding:.5em;
	font-size:.75em;
	line-height:1.4em;
	color:#333;
	list-style-type:none;
} 
#bodycontent ul li {
	padding: .75em 20px .75em 30px;
	list-style-type:none;
	background-image:url(images/bullet_aro_small.gif);
	background-repeat:no-repeat;
	background-position:0 .8em;
}
#bodycontent ol {
	margin:0; 
	padding:.5em;
	font-size:.75em;
	line-height:1.4em;
} 
#bodycontent ol li {
	padding: .4em 30px;
	background:no-repeat;
	background-position:0 .25em;
} 
#bodycontent ol li.step1 {
	background-image: url(images/step1.gif);
}  
#bodycontent ol li.step2 {
	background-image: url(images/step2.gif);
}   
#bodycontent ol li.step3 {
	background-image: url(images/step3.gif);
}   
#bodycontent ol li.step4 {
	background-image: url(images/step4.gif);
}   
#bodycontent ol li.step5 {
	background-image: url(images/step5.gif);
}   
#bodycontent ol li.step6 {
	background-image: url(images/step6.gif);
}   
#bodycontent ol li.step7 {
	background-image: url(images/step7.gif);
}   
#bodycontent ol li.step8 {
	background-image: url(images/step8.gif);
}   
#bodycontent ol li.step9 {
	background-image: url(images/step9.gif);
}   
#bodycontent ol li.step10 {
	background-image: url(images/step10.gif);
}   
#bodycontent ol li.step11 {
	background-image: url(images/step11.gif);
}  
#bodycontent ol.alpha {
	margin:0 0 0 10px;
	padding: .4em 20px;
	font-size:.75em;
	list-style-type:lower-roman;
	list-style-position:outside;
} 
#bodycontent ol.alpha li {
	padding: .35em 0;
	line-height:1.4em;
	list-style-type:lower-roman;
} 
#bodycontent ol ol {
	margin:0; 
	padding:1em 20px;
	font-size:1em;
	line-height:1.5em;
	list-style-type:lower-roman;
} 
#bodycontent ol ol li {
	padding: 0 0 1em 0;
}
ul.services {
	margin:0 10px; 
	padding:0 0 0 30px;
	list-style-type:disc;
	font-size:.75em;
	line-height:1.7em;
} 
ul.services li {
	padding: .15em 0 .75em 0;
	line-height:1.4em;
}


#homebullet ul {
	margin:0; 
	padding:.5em;
	font-size:.75em;
	line-height:1em;
	color:#333;
	list-style-type:none;
} 
#homebullet ul li {
	padding: 1em 20px .75em 30px;
	list-style-type:none;
	background-image:url(images/bullet_aro_small.gif);
	background-repeat:no-repeat;
	background-position:0 .8em;
}
/*****************/
/*  LINK STYLES  */
/*****************/
a {
	text-decoration:underline;
	color: #690;
}
a:visited {
	color:#690;
}
a:hover {
	text-decoration:underline;
	color:#360;
}
#footer a {
	text-decoration:underline;
	color:#690;
}
#footer a:hover {
	text-decoration:underline;
	color:#360;
}
a.infolink {
	text-decoration:none;
	color:#64810A;
}
a.infolink:hover {
	text-decoration:underline;
	color:#64810A;
}

/*****************/
/****  images ****/
/*****************/
#servicesbodycontent img {
	margin-left:20px;
}
img.phone {
	padding:22px 15px 0 0;
	float:right;
	clear:left;
}
#bodycontent img.infobox {
	padding: .5em;
	margin:0;
}

/**************************/
/***** FORM elements  *****/
/**************************/
input{
font-size:.75em;
}

label {
  font-size: small;
  float:left;
  width:30%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
  
form#Form2 label {
	width: 100%;
	font-weight: normal;
	margin: 0;
	float: none;
	font-size: normal;
	text-align: left;
}
  
/*****************/
/*****  misc  ****/
/*****************/


  
hr {
	height:1px;
	color:#ccc;
	border-bottom: solid 1px;
	margin:2px 0;
	border-top:0;
	border-left:0;
	border-right:0;
	padding:0;
}
hr.greendash {
	color:#B2D057;
	border-bottom: dotted 1px;
}
#clientsinclude:
{ margin:0px; padding:0px;
}

#portfolio-nav  
{
	padding: 8px 8px 35px 8px;
	text-decoration:none;
	font-size:0.7em;
	text-align:center;
	TEXT-DECORATION:none;
}
#portfolio-nav A 
{	
	margin: 0px 2px 0px 2px;
	padding: 2px 8px 2px 8px;
	border:solid 1px #ccc;
	color:#64810A;
	TEXT-DECORATION:none;
	font-weight:bold;

}

#portfolio-nav A:hover
{	
	color:#fff;
	background-color:#B2D057;
	border:solid 1px #B2D057;
	font-weight:bold

}
.current
{
	color:#fff;
	margin: 0px 2px 0px 2px;
	padding: 2px 8px 2px 8px;
	background-color:#B2D057;
	border:solid 1px #B2D057;
	font-weight:bold
}

#portfolio-client
{
	text-align:center;
	font-size:0.8em;
	padding-bottom:10px;
	padding-top:5px;
}

#bodycontent ol li.step_1 {
	background-image: url(images/step1.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}  
#bodycontent ol li.step_2 {
	background-image: url(images/step2.gif);
} 


.smaller{
padding-top:7px;
padding-bottom:10px;
padding-left:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.heading_showcase_home{
width: 260px;
height: 29px;
background:url(images/heading_showcase_home.gif) no-repeat;

}

.heading_clients_access{
width: 260px;
height: 29px;
background:url(images/clients_access.gif) no-repeat;

}


.ita{
font-style:italic;

}

.heading-n{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
}

.txt-n{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.heading-n2{
padding-top:8px;
padding-left:8px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000;

}

#desp-f{
padding-top:6px;
padding-left:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
}

a.desp-link{
margin-top:12px;
padding-top:8px;
padding-bottom:8px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#ffffff;
text-decoration:none;
}

a.desp-link:hover{
margin-top:12px;
padding-top:8px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#ffffff;
text-decoration:none;

}
.required{
	font-weight: bold;
	color: #CC3300;
	font-size: 1.5em;
}
.anti-spam{
	font-family: Courier, Courier New, Tahoma;
	background-color: #fafafa;
	border: solid 1px #dadada;
	font-weight: normal;
	padding: 1px 0.2em;
}
#small_contact_table label {
	white-space: nowrap;
}