
/* Pretty Stuff
================================== */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}



body {
  font: 62.5%/1.6 "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
  background-color:#D4D4D4;
  background-color:#323f4c;
  /*background-image : url(../images/body_bg.gif);*/
  background-image : url(../images/html-bg.gif);
  background-repeat: repeat-x;
}


h1 {
  font-family: "Trebuchet MS";
  font-size: 2.5em;
  font-weight: normal;
  color : #00AEEF;
  color : #1873E3;
  padding-bottom: 0.5em;
  border-bottom : 1px dashed #00AEEF;
}

h1 span{
  font-family: "Verdana";
  font-size: .8em;
  color: #555;
  display: inline;
  float: left;
}


h2 {
  font-size: 1.4em;
  font-weight: normal;
  color : #f00;
  clear: left;
}

.courseOutline{
  margin-left : 40px;
  border-top : 1px dashed #00AEEF;
}

h3 {
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: normal;
  color : #00AEEF;
}

p, li {
  font-size: 1.4em;
}


p.final{
	padding-bottom : 20px;
	border-bottom : 1px dashed #ccc;
}

h1, h2, p {
  margin: .75em 0;
}

#branding h1 {
  font-size: 3.4em;
  color : #fff;
  margin: 0;
}

#branding p{
  font-size: 1.6em;
  font-style : italic;
  text-align : left;
  color : #fff;
}

#strapline{
 padding-top : 80px;
 padding-left: 300px;
}

p.strapline{
	position: relative;
	top: 12px;
	left: 260px;
}

#wrapper {
  background-color: #fff;
  border : 1px solid #4A5562;
  border : 1px solid #405060;
  border : none;
}

#branding {
  height: 120px;
  background-color: transparent;
  background-image : url(../images/banner-04.gif);
  background-repeat: no-repeat;
}

#mainNav {
  list-style: none;
  background-color:#fff; 
}

#main{
  border: solid 10px #a5c4e0;
  border-top: none;
}

#footer {
  background-color:#00AEEF;
  background-color : #323f4c;
  padding: 1px 20px;
}

#footer p {
  color : #fff;
  text-align : center;
}

p.note {
	font-size : 98%;
	font-style : italic;
	color : Gray;
}

p.intro{
  clear: both;
}

#content .partnerBody {
	border : 1px solid #ccc;
	margin-left : 40px;
	padding : 5px;
	background-color : #F0F8FF;
}

#content img {
	margin : 0 6px 0 0;
	border : solid 1px #ccc;
	float : left;
	clear : none;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 720px;
  min-width: 920px;
}

#wrapper {
  width: 720px; 
  width: 920px;
  margin: 10px auto; 
  margin: 0 auto; 
  text-align: left; 
}

#content { 
  width: 520px;
  width: 720px;
  width: 670px;
  float: left; 
}

#subContent h3{
  padding : 0;
  padding-left : 5px;
  margin-top : 2px;
  background-color : #00AEEF;
  border : 1px solid #999;
  color : #fff;
}

#subContent h3 a{
 color : #fff;
 text-decoration : none;
}

#subContent h3 a:hover{
 color : #fff;
 text-decoration : underline;
}

#subContent p {
  padding-left : 0;
  margin-top : 3px;	
  margin-bottom : 4px;
  text-align: justify;
}

#subContent .leftContent{
  padding-left : 0;
	float : left;
	width : 200px;
  width: 47%;
}

#subContent .rightContent{
  padding-left : 0;
  float : right;
  width : 200px;
  width: 47%;
}

#mainNav { 
  width: 180px; 
  width: 210px; 
  float: left; 
  float: right;
  margin-left: 20px;
}

.margin-note{
  width: 190px; 
  float: right;
  margin: 20px;
  border : none;
  padding: 0;
  /*background-color: #00a4e8;*/
}
.margin-note h3{
  margin: 0;
  padding: 4px;
  background-color: #00a4e8;
  background-color: #a5c4e0;
  color: #fff;
  border: none;
}

.margin-note p{
  background-color: #e7e7e7;
  color: #555;
  padding: 4px;
  margin: 0;
  font-size: 1.25em;
  border: none;
}
#footer { 
  clear: both; 
} 

a:link, a:visited {
  color:#00AEEF;
  color : #1873E3;
  color : #1042C2;
  text-decoration: none;
}

a:hover, a:active {
  color:#f00;
  text-decoration : underline;
}

a.tooltip {
  position: relative;
}

a.tooltip span {
  display: none;
}

a.tooltip:hover {
  font-size: 100%; /* Fixes bug in IE5.x/Win */
}

a.tcss{
  border : none;
}

#content a.tooltip:hover span {
  font-size : 80%;
  width : 10em;
  display:block;
  position:absolute;
  top:1em;
  left:4em;
  padding: 0.2em 0.6em;
  border:1px solid #996633;
  background-color:#fff;
  color:#00AEEF;
}

/* topNav
=======================*/

#topNav ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 720px;
  width: 900px;
  height: 3em;
  /*background-image : url(../images/nav-bg.gif);*/
  list-style: none;
  text-transform: uppercase;
  background-color:#405060;
  background-color:#C0C0D0;
  background-color:#323f4c;
}

#topNav ul li {
 float : left;
}

#topNav ul a:link, #topNav ul a:visited {
  font-size : 95%;
  /*padding: 0 1em;*/
  line-height: 1.8em;
  line-height: 2.5em;
  width: 10em;
  text-decoration: none;
  color: #000;
  color: #fff;
  /*color: #405060;*/
  float: left;
  display: block;
  /*background : url(../images/nav-bg-sep.gif) repeat-y left top;*/
  text-align: center;
  font-size: 0.9em;
}

#topNav ul a:hover, #topNav ul a:active {
  color : #f00;
}

#topNav ul .first a {
  padding-left : 40px;
  padding-left : 10px;
  background: none;
}

body.home #topNav a.home, body.home #mainNav a.home,
body.services #topNav a.services, body.services #mainNav a.services,
body.development #topNav a.services, body.development #mainNav a.development,
body.content_management #topNav a.services, body.content_management #mainNav a.content_management,
body.ecommerce #topNav a.services, body.ecommerce #mainNav a.ecommerce,
body.ebusiness #topNav a.services, body.ebusiness #mainNav a.ebusiness,
body.database #topNav a.services, body.database #mainNav a.database,
body.hosting #topNav a.services, body.hosting #mainNav a.hosting,
body.sms #topNav a.services, body.sms #mainNav a.sms,
body.maps #topNav a.services, body.maps #mainNav a.maps,
body.partners #topNav a.partners,
body.clients #topNav a.clients,
body.case_studies #topNav a.case_studies,
body.enquiries #topNav a.enquiries,
body.training #topNav a.training,
body.news #topNav a.news
{
	color : #f00;
}



/* Add some padding 
================================== */

#mainNav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav * {
  /*padding-left: 20px;*/
  padding-right: 20px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}

#mainNav li.menuHeader{
	color : #f00;
}
#mainNav li.indent{
	margin-left: 1em;
  font-size: 1.2em;
}

#content{
  padding-bottom : 20px;
}

#content * {
  padding-right: 20px;
  padding-left : 40px;
}

#content h1 {
	padding-left : 5px;
	margin-left : 25px;
}

#content * * {
  padding-right: 0;
}

#content a {
 padding-left : 0px;	
}

#content b {
 padding : 0;
}

#content ul, #content ol {
	margin-left : 30px;
}

#content ul li {
	padding-left : 20px;
  list-style : none;
	list-style-image : url(../images/bullet-cyan-4px.gif);
}

#content p acronym {
  padding-left: 0px;
  border-bottom : 1px dotted;
  text-decoration : none;
  cursor : help;
}

.leftBlock{
   float : left;
	width : 50%;
}
.rightBlock{
   float : left;
	width : 50%;
}

ul#courselist li a{
  display:block;
  float: left;
  /*width: 16em; */
}

ul#courselist-css li a{
  display:block;
  float: left;
  width: 24em; 
}

ul#courselist li span{
  width: 3em;
  text-align: right;
}

ul.phptrain{
  float: left;
  width: 500px;
}

ul.phptrain li{
  float: left;
  list-style: none;
	list-style-image: none;
}

/* rounded corner box
================================== */

.box {
  float : right;
  margin-right : 10px;
}

.box {
  width: 160px;
  background: url(../images/tile2_160.gif) repeat-y;
}

.box h2 {
  background: url(../images/top2_160.gif) no-repeat left top;
  padding-top: 10px;
  font-size : 100%;
  color : Red;
}

.box .last {
  background: url(../images/bottom2_160.gif) no-repeat left bottom;
  padding-bottom: 20px;
}

.box h2, .box p {
  padding-left: 10px;
  padding-right: 10px;
  margin : 0 0;
  font-size: 1.1em;
}

.boxspace{
	width : 160px;
	float : right;
}

attrib{
  font-style : italic;
	font-size : 1.25em;
}

/* Images
================================= */

img.logo{
	float: left;
	padding : 0 4px 0 0;
}

#content .imgRight {
	float : right;
	border : 4px solid #ccc;
	padding : 3px;
	margin : 0 0 5px 10px;
}

#content .imgLeft {
	float : left;
	border : 3px solid #ccc;
	padding : 3px;
	margin : 0 10px 5px 40px;
}

#content .partnerBody p{
   padding-left : 0;
	font-size : 1.1em;
}

#content .partnerBody img{
   padding-left : 0;
}

#content img.pagehead{
 padding: 2px;
 margin-left : 40px;
 margin-bottom : 15px;
 border : 2px solid #ccc;
 clear: both;
}


#wrapper #branding img.zendlogo{
	position: relative;
	top: 20px;
	left: 745px;
	
}
/* Links
================================= */

#content a[href^="http:"] {
  background: url(../images/externalLink.gif) no-repeat right top;
  padding-right: 15px;
}

#content a[href^="mailto:"] {
  background: url(../images/email.png) no-repeat right top;
  padding-right: 15px;
}

/* Google Map stuff
================================= */

.infoWindow {
float : left;
width: 12em;
margin-left : -60px;
font-size: 1.5em;
color : blue;
}

.break {
	clear : both;
}


em.normal{
  padding: 0;
  margin: 0;
}
/* For A Beatiful Web stuff
================================= */



#content .imgFabw{
  border: none;
  padding-left: 30px;
}

/*
 
body.fabw #content h1{
  color: #fff;
  margin-left: 40px;
}

body.fabw #content h2, body.fabw #content h3{
  color: #fff;
}

body.fabw #content h2{
  font-size: 1.6em;
}

body.fabw #wrapper, body.fabw #mainNav{
  background-color: #640405;
  color: #fff;
}

body.fabw a{
  color: #e4c08f;
}

body.fabw a:hover{
  color: #fff;
  text-decoration: underline;
}

body.fabw #mainNav li.menuHeader{
  color: #fff;
}

body.fabw #content ul li {
	list-style-image : url(../images/bullet-white-4px.gif);
}

body.fabw #content .courseOutline{
  border-top : 1px dashed #fff;
}

body.fabw #footer{
  background-color: #1e0000;
}

*/
