/*
Name: Abacus Insight
URL: http://www.abacusinsight.co.uk
Description: Abacus insight style sheet
Version: 1
Author: Toby Powell
Author URL: http://www.tickboxcreative.co.uk
*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, li, blockquote, fieldset, address,table { margin:5px; }	

fieldset { padding:10px; }


/*GLOBAL STYLES*/

body{
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Lucida Grande";
	color:#777983;
	/* background:url(images/grid.gif) repeat-y; */
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2.6em;
	line-height:1.6em;
	color:#6C3350;
}

h2{
	font-size:1.4em;
	color:#D0549C;
	line-height:1.6em;
}

h3{

	font-size:1.3em;
	color:#D0549C;
	line-height:1.6em;
}

h4{
	font-size:1.2em;
	line-height:1.6em;
}

p{
	font-size:1.2em;
	line-height:1.6em;
	padding:0 0 10px 0;
}

img{
	border:none;
	outline:none;
	
}

ul, ol{
	padding-left: 1px;
	font-size:1.2em;
	line-height:1.6em;
}

li{
	padding:0 0 10px 0;
	margin:0;
}

blockquote{
	font-size:1.1em;
	line-height:1.6em;
	margin-bottom:20px;
	font-style: italic;
	text-indent:-5px;
}

.clear{
	clear:both;
}

form{
	margin:0;
}

/*END OF GLOBAL STYLES*/

#wrapper{
	padding:10px 0 10px 10px ;
	width:870px;
	margin:20px auto;
}

#navigation ul{
	height:60px;
	list-style-type:none;
	margin:0;
	
}

#navigation li{
	word-spacing: -1px;
	width:100px;
	float:left;
	margin:0;
	padding:10px 0 0 0;
}

#navigation #logo{
	width:165px;
	padding:0;
	background-color:#fff;
	margin:0;
}

#navigation a{
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
	margin:0;
	height:35px;
	width:94px;
}

#navigation a:link, #navigation a:visited{
	word-spacing: 0px;
	color:#fff;
	background-color:#6C3350;
	border-left:1px solid #fff;
	display:block;
	padding:5px 0 0 5px;
	margin:0;
	text-decoration:none;
}

#navigation a:hover{ 
	background-color:#D0549C;
}

#banner{
	border-bottom:3px solid #6C3350;
	width:870px;
	margin:0;
	padding:0 0 5px 0;
}

#content{
	background:url(images/mainBackGround.jpg) no-repeat;
	padding-bottom:20px;
}



#target{
	background:url(images/target.gif) no-repeat 0% 100%;
	width:655px;
	float:left;
	
}

#copy{
	width:600px;
	float:left;
	margin:0;
	padding:5px 10px;
	min-height:400px;
}

#copy li{
	list-style-position: outside;
	list-style-image: url(images/list_circ.gif);
}

#copy img{
	margin:5px;
}



#caseStudies{
	width:210px;
	background:url(images/caseBack.jpg) no-repeat;
	height:344px;
	float:right;
	border-top:1px solid #fff;
	margin:0 0 20px 0;
}

#caseStudies h1{
	color:#fff;
	padding:0 0 10px 20px;
}

#caseStudies ul{
	text-align:center;
	list-style-type:none;
}

#caseStudies img{
	padding:0 5px 5px 5px;
}

.case{
	margin-bottom:10px;
	border-bottom:1px dotted #D0549C;
}

.case h2{
	color:#6C3350;
}

#alan, #alison, #jill{
	float:right;
	
	}

#alan img, #alison img,  #jill img{
	float:left;
	margin:0 10px 0 0;
	border:3px solid #6C3350;
	
}

#footer{
	clear:both;
	height:25px;
	padding:0 0 0 10px;
	border-top:1px solid #D0549C;
}

#footer p{
	float:left;
}

#footer #design{
	float:right;
}

a:link, a:visited{
	color:#D0549C;
	text-decoration:none;
	
}

a:hover{
	text-decoration: underline;
	color:#6C3350;
}

/*BODY SELECTORS*/

#home #what a{
	background-color:#D0549C;
}

#differencepage #difference  a{
	background-color:#D0549C;
} 

#how #how_we_work a{
	background-color:#D0549C;
}

#histories #case_histories a{
	background-color:#D0549C;
}

#team #our_team a{
	background-color:#D0549C;
}
#contactpage #contact a{
	background-color:#D0549C;
}

#servicepage #services a{
	background-color:#D0549C;
}

