@charset "utf-8";
/* CSS Document */

body {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:76.1%;
	margin:0;
	color:#666666;
	background:url(../images/new-bg.png) no-repeat center top #4e668a;
	}
	
* {
	margin:0;
	padding:0
	}
	
img {
	border:0 none;
	}
	
.clearer {
	clear:both;
	}


/**********************************************************************************************/
/* Heading/font sizes, colours and links */


h1 {
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:0.8em;
	color:#ce89bd;
	}
	
h2 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:0.2em;
	color:#ce89bd;
	}
	
h3 {
	font-size:1.35em;
	font-weight:normal;
	margin-bottom:0em;
	color:#ce89bd;
	}
	
h4 {
	font-size:1.35em;
	font-weight:bold;
	margin-bottom:0em;
	color:#ce89bd;
	}
	
h5 {
	font-size:1.35em;
	font-weight:normal;
	margin-bottom:1.4em;
	color:#ce89bd;
	}

h6 {
	font-size:1.25em;
	font-weight:normal;
	margin-bottom:0.25em;
	}

p {
	color:#666666;
	font-size:1.1em;
	margin-bottom:1.4em;
	}

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

a:hover { 
	text-decoration:underline;
	}

ul { margin-left:30px;}
li {}

.pink {
	color:#ce89bd;
	}
	
.pinkHeading{
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:0.2em;
	color:#ffffff;
	background-color:#ce89bd;
	display:block;
	padding:5px;
	}


/**********************************************************************************************/
/* Main Elements */


#wrapper {
	width:100%;
	padding-bottom:40px;
	}

#containter {
	width:924px;
	margin:auto;
	min-height:609px;
	}

#header {
	padding-top:10px;
	}

#insideArea {
	width:841px;
	margin:auto;
	}

#navigation {
	color:#aaaaaa;
	height:20px;
	padding-top:25px;
	padding-bottom:10px;
	border-bottom:1px solid #aaaaaa;
	margin-bottom:20px;
	}

	#navigation ul {
		margin:0;
		}

	#navigation li {
		display:inline;
		float:left;
		list-style-type:none;
		padding:0px 17px;
		border-right:1px solid #aaaaaa;
		}

	#navigation a, #navigation a:link {
		color:#8d8d8d;
		font-size:1.4em;
		}

	#navigation a:hover, #navigation a.active {
		color:#ce89bd;
		text-decoration:none;
		}

#contentArea {}

	.leftCol {
		width:380px;
		margin-right:30px;
		display:inline;
		float:left;
		}
	
	.rightCol {
		width:400px;
		display:inline;
		float:left;
		}

	.subLeftCol {
		width:580px;
		display:inline;
		float:left;
		border-right:1px solid #a8a8a8;
		padding-right:10px;
		}
	
	.subRightCol {
		width:239px;
		display:inline;
		float:left;
		margin-left:11px;
		}

		.subRightCol img {
			}
			
		.borderTestimonial {
			border-bottom:1px solid #a8a8a8;
			margin-top:20px;
			margin-bottom:20px;
			}

#footer {
	font-size:0.8em;
	width:841px;
	margin:auto;
	border-top:1px solid #c8c8c8;
	}

	#footer ul {
		color:#8d8d8d;
		width:550px;
		margin-top:20px;
		margin-bottom:40px;
		margin-left:0px;
		}

	#footer li {
		list-style-type:none;
		display:inline;
		float:left;
		padding:0px 7px;
		border-right:#8d8d8d 1px solid;
		}

	#footer a, #footer a:link {
		color:#8d8d8d;
		}

	#footer a:hover {}