/* The Spiral Path Website */
/* designer: http://www.webcreatif.co.uk */


/* Set defaults for document */
body {
	background-color: #E6E6FA;
	font-family: verdana,"Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #6666CC;
}

a:link {color : #335085; text-decoration : none; }
a:visited {color : #335085; text-decoration : none; }
a:hover { color : red; text-decoration : none; }

.canvas {
	width: 740px;
	height: 420px;
	border-right: 2px solid #6666CC;
	border-left: 1px solid #6666CC;
	border-bottom: 10px solid #B0C4DE;
}


/* Banner Appearance */
.banner {
	background-color: #CCFFFF;
	height: 70px;
	font-size: 25px;
	letter-spacing: 0.6em;
	text-align: center;
	border-top: 10px solid #B0C4DE;
	border-bottom: 10px solid #B0C4DE;
}

.spiral_L {
	background-color: #F0FFFF;
	height: 70px;
	border-top: 10px solid #B0C4DE;
	border-bottom: 10px solid #B0C4DE;
}

.spiral_R {
	background-color: #F0FFFF;
	height: 70px;
	border-top: 10px solid #B0C4DE;
	border-bottom: 10px solid #B0C4DE;
}

.header {
	font-size: 15px;
	letter-spacing: 0.4em;
	text-align: center;
}


/* Main Content Appearance */

.quote {
	background-color: #CCFFFF;
	font-size: 12px;
	color: #335085;
	line-height: 150%;
	margin-top:20px;
}

.pullQuote {
	display:block;
	font-size: 12px;
	font-style:italic;
	color: #335085;
	line-height: 150%;
	margin:20px 70px 20px 70px;
}

.text {
	background-color: #CCFFFF;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

.text_home {
	background-color: #CCFFFF;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

.text_where {
	background-color: #CCFFFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

.services {
	background-color: #CCCCCC;
	color: #335085;
	width: 210px;
	padding-left: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-right: 2px solid #6666CC;
	border-bottom: 10px solid #B0C4DE;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

.specialisms {
	background-color: #CCCCCC;
	color: #335085;
	width: 175px;
	padding: 5px;
	border-right: 2px solid #6666CC;
	border-bottom: 10px solid #B0C4DE;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

.contact {
	background-color: #CCCCCC;
	color: #335085;
	width: 230px;
	border-right: 2px solid #6666CC;
	border-bottom: 10px solid #B0C4DE;
	font-size: 12px;
	text-align: center;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.photo{
	background-color: #CCCCCC;
	border-right: 3px solid #6666CC;
	border-bottom: 5px solid #B0C4DE;
	margin-right: 30px;
	margin-left: 20px;
}


td#grey {
	background-color: #CCCCCC;
}

td#blue {
	background-color: #CCFFFF;
}

/* Left-hand Navigation Menu */
.left_nav {
	background-color: #CCCCCC;
	font-size: 15px;
	color: #335085;
	padding: 5px 5px;
}

.button {
	height: 30px;
}



/* Inset Box */
.box {
	background-color: #CCCCCC;
	height: 165px;
	padding: 5px 5px;
	font-size: 12px;
	color: #335085;
	text-align: center;
}

.footer {
	height: 30px;
	font-size: 10px;
}

.top {
	font-size: 10px;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}
