body {
	padding: 0 0 0 0; 
	background: #1cbdc7 url('/images/background_2.gif') repeat-x;
	margin: 15px 0px 0px 0px; 
	color: black;  
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.75em; 
	font-weight: normal;
	text-align: justify;	
}

ul {
	margin-top:0; 
	margin-bottom:0;
	
}

ol {
	margin-top:0; 
	margin-bottom:0;
	
}

li {
	padding: 0;
	margin: 0 0 0 -10px; 
	font-weight: normal;
}

a {
	font-weight: bold; 
	font-size: 1em;
	color: #316076; 
	text-decoration: none
}

a:hover, a:active {
	color: #af0007; 
}

a.bottomlinks {
	font-size: 0.9em;
}
#container {
	margin: auto;
	width: 950px;
	background-color: white;
	height: auto;
	font-size: 1em;
	font-weight: normal;
}

#wrapper {
	margin-top: 7px;
	float: right;
	width: 500px
}


.featureDetails {
	display: none; 
	padding-bottom: 5px;
}

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9 {
	clear: both; 
	display: block; 
	font-size: 1px; 
	overflow: hidden; 
	height: 1px; 
	background-color: white
}

.c1 {
	margin: 0px 12px
}
.c2 {
	margin: 0px 9px
}
.c3 {
	margin: 0px 7px
}
.c4 {
	margin: 0px 6px
}
.c5 {
	margin: 0px 5px
}
.c6 {
	margin: 0px 4px
}
.c7 {
	margin: 0px 3px
}
.c8 {
	margin: 0px 2px; height: 2px
}
.c9 {
	margin: 0px 1px; height: 3px
}

.clearer {
	clear:both;
	height:9px;
}

h1 {
	color: #1CBDC7; 
	font-size: 2.1em;
	padding: 1px 2px 0px 30px;
	margin: 20px 0 10px 18px;
	background: url('/images/circles.gif') no-repeat 0% 50%;
	text-transform: uppercase;
	
}

h2 {
	color: #1CBDC7; 
	font-size: 2.1em;
	
}

h3 {
	font-weight: bold;	
}

h4 {	
	margin:0;
	color: white;
	font-size: 1.4em;
	font-weight: bold;	
}

h4 a.whitetext {
	color: white;
}

.subheader {
	color: #1CBDC7;
	font-size: 1.3em;
	font-weight: bold;
}

.copyright {
	color: #FFFFFF;	
	font-weight: normal;
}
p {
	font-weight: normal;
}

td {
	position:relative;	
}
.whitetext {
	color: #FFFFFF;	
	font-weight: bold;
	text-align: left;
}

.strongtext, .bluetext, .strongitalic, .bellatext, .petstext, .debtext  {
	font-weight: bold;
}

.bluetext {
	color: #1cbdc7;
}

.nomargin {
	margin: 0 0 3px 0;
}

.strongitalic {
	font-style: italic;
}

.maptext {
	text-align: center;
	font-size: 0.8em;
}

.required {
	color: #ff0000;
}

.debtext {
	color: #014558;
}

.petstext {
	color: #57B74C;
}

.bellatext {
	color: #4F1509;
}

.paddedli {
	padding-bottom: 10px;
}
.small {
	font-size:0.9em;
}
.line {
	width: 98%;
	height: 0.3px;
	text-align: center;
	background-color: #eeeeee;
}

/* what we do layout */
.whatwedo1 {
	background: url('/images/whatwedoBg1.gif') repeat-y;
	width : 569px;
	height: auto !important;
	min-height:150px;
	margin : 0 auto;  
	overflow: auto;
}
.whatwedo2 {
	background: url('/images/whatwedoBg2.gif') repeat-y;
	width : 569px;
	height: auto !important;
	min-height:150px;
	margin : 0 auto;  
	overflow: auto;
}

/* four boxes */

.talent {	
    width: 270px;
	float: left;
	padding : 5px;
	min-height: 150px;
	height: auto;
}

.creative {	
	width: 270px;
	float: right;
	padding : 5px;
	min-height: 150px;
	height: auto;	
}

.media {	
    width: 270px;
	float: left;
	padding : 5px;
	min-height: 150px;
	height: auto;
}

.consultancy {	
    width: 270px;
	float: right;
	padding : 5px;
	min-height: 150px;
	height: auto;
}

/* images */

.talentImg {
	background-image:url("/images/talentmagnify.gif");	
	width: 46px;
	height:76px;
	background-repeat: no-repeat;
	float: right;
    margin: 0 0 0 10px; /* use this for top and left position */
    padding: 0 0 0 0; /* R shoves text away */
}

.creativeImg {
	background-image:url("/images/creativeworld.gif");	
	width: 94px;
	height:59px;
	background-repeat: no-repeat;
	float: right;
    margin: 0 0 0 10px; /* use this for top and left position */
    padding: 0 0 0 0; /* R shoves text away */
}

.mediaImg {
	background-image:url("/images/mediapiechart.gif");	
	width: 58px;
	height:51px;
	background-repeat: no-repeat;
	float: right;
    margin: 0 0 0 10px; /* use this for top and left position */
    padding: 0 0 0 0; /* R shoves text away */
}

.consultancyImg {
	background-image:url("/images/consultancymen.gif");	
	width: 56px;
	height:64px;
	background-repeat: no-repeat;
	float: right;
    margin: 0 0 0 10px; /* use this for top and left position */
    padding: 0 0 0 0; /* R shoves text away */
}



