
/* ------> COLOUR INDEX <-----------/

green:			#2FB81B;
dark-green:		#1B4F1B;
pinky-grey:		#A8959F;
body grey:		#404041;
grey-border:	#ababac;

blue-bathing:		#00BEFF;
purple-beds:		#4A005C;
orange-furniture:	#FF8C00;
grey-household:		#A8959F;
yellow-mobility:	#FFDD00;
pink-moving:		#E100E5;
green-seating: 		#74BF44;
lime-stairlifts:	#C6D651;
turquoise-toilet:	#00AABC;

/* ------------------------------- */


/* -------- RESET CSS <---------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	text-decoration: none;
	font-size: 100%;
	padding: 0;
	margin: 0; }

h1,h2,h3,h4,h5,h6 {
	font-weight: normal; }

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit; }

input,textarea,select {
	*font-size: 100%; }

ul li, dl li {
	list-style: none outside; }

ol li {
	
	margin: 0 15px 10px 15px;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

caption,th {
	text-align: left; }



/* ------> ~GENERAL STYLES <----------- */

body {
	font: 0.9em/1.4em Tahoma, Trebuchet MS, Helvetica, Geneva, Verdana, Arial, sans-serif;
	background-color: #fff;
	color: #404041; }

.clear {
	clear: both; }
	

h1, h2, h3, h4 {
	color: #2FB81B; }

h1 {
	word-spacing: -1px;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 21px; }

h2 {
	font: italic 1.2em Trebuchet MS, Tahoma, Helvetica, Geneva, Verdana, Arial, sans-serif;
	margin-bottom: 9px; }

h3 {
	font-size: 1.05em;
	margin-bottom: 8px; }

h4 {}

p {
	display: block;
	line-height: 1.6em;
	color: #404041;
	margin-bottom: 15px; }
	
	p.green {
		color: #2FB81B; }
	
p a {
	color: #2FB81B; }

p a:hover {
	text-decoration: underline; }

p, li {
	font-size: 0.8em; }

li a {
	color: #404041; }


#header, #nav, #contentContainer, #footer {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto; }

.noMargin {
	margin: 0; }

.fr {
	float: right;
	display: inline; }

.fl {
	float: left;
	display: inline; }

.alert {
	color: red; }

.bathing {
	color: #00BEFF; }

.beds {
	color: #4A005C; }

.furniture {
	color: #FF8C00; }

.household {
	color: #A8959F; }

.mobility {
	color: #FFDD00; }

.moving {
	color: #E100E5; }

.seating {
	color: #74BF44; }

.stairlifts {
	color: #C6D651; }

.toileting {
	color: #00AABC; }

/* ------> ~HEADER + ~NAV <----------- */

#headerContainer {
	background: url(../images/bg-header.png) repeat-x  bottom #2FB81B; }

#header {
	clear: both;
	text-align: right;
	padding-top: 10px; }

	#header #logo {
		float: left;
		padding: 35px 0 0 0;
		margin-bottom: 50px; }

	#header h3 {
		margin-bottom: 10px; }

		#header h3 a {
			color: #404041; }

		#header h3 strong {
			margin-left: 20px; }

	#header p {
		color: #fff;
		margin-bottom: 30px; }
	
	#header p a {
		color: #fff; }

#navContainer {
	position: relative;
	width: 100%;
	background: url(../images/bg-nav.png) repeat-y center;
	margin-bottom: 60px; }

#nav {
	display: block;
	clear: both;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold; }

	#nav li {
		float: left;
		display: inline;
		width: 111px; }

	#nav li#last-child {
		margin-right: 0;  }

	#nav li a {
		display: block;
		color: #fff;
		padding: 10px 0; }

		#nav li#bathing a, #nav li#bathing div {
			background: #00BEFF; }

			#nav li#bathing ul li a {
				background: transparent; }

			#nav li#bathing ul li a.current {
				color: #057593; }

		#nav li#beds a, #nav li#beds div {
			background: #4A005C; }

			#nav li#beds ul li a {
				background: transparent; }

			#nav li#beds ul li a.current {
				color: #8407A3; }

		#nav li#furniture a, #nav li#furniture div {
			background: #FF8C00; }

			#nav li#furniture ul li a {
				background: transparent; }

			#nav li#furniture ul li a.current {
				color: #A55804; }

		#nav li#household a, #nav li#household div {
			background: #A8959F; }

			#nav li#household ul li a {
				background: transparent; }

			#nav li#household ul li a.current {
				color: #4F474C; }

		#nav li#mobility a, #nav li#mobility div {
			background: #FFDD00; }

			#nav li#mobility ul li a {
				background: transparent;
				color: #000; }

			#nav li#mobility ul li a.current {
				color: #999; }

		#nav li#moving a, #nav li#moving div {
			background: #E100E5; }

			#nav li#moving a {
				padding: 3px 0; }

			#nav li#moving ul li a {
				background: transparent; }

			#nav li#moving ul li a.current {
				color: #76037C; }

		#nav li#seating a, #nav li#seating div {
			background: #74BF44; }
			
			#nav li#seating ul li a {
				background: transparent; }

			#nav li#seating ul li a.current {
				color: #4A772C; }

		#nav li#stairlifts a, #nav li#stairlifts div {
			background: #C6D651; }
			
			#nav li#stairlifts div ul {
				width: 180px;
				background-position: 720px center;
				padding-left: 720px; }

			#nav li#stairlifts ul li a {
				background: transparent; }

			#nav li#stairlifts ul li a.current {
				color: #727730; }

		#nav li#toileting a, #nav li#toileting div {
			background: #00AABC; }

			#nav li#toileting div ul {
				width: 420px;
				background-position: 610px center;
				padding-left: 610px; }

			#nav li#toileting ul li a {
				background: transparent; }

			#nav li#toileting ul li a.current {
				color: #02575B; }

	#nav li a:hover { }
	
	#nav li div {
		position: absolute;
		bottom: -30px;
		left: -3000px;
		width:100%; }
		
	#nav li:hover div, #nav li.sfHover div, #nav li#seating div {
		left: 0;
		right: 0;
		width: 100%; }

	#nav li ul {
		width: 1000px;
		overflow: hidden;
		text-transform: none;
		background: url(../images/bg-nav-second-separator.png) no-repeat left;
		font-size: 1.3em;
		font-weight: normal;
		padding-left: 3px;
		margin: 0 auto; }

	#nav li ul li {
		width: auto;
		white-space: none;
		background: url(../images/bg-nav-second-separator.png) no-repeat right;
		background-color: transparent; }

	#nav li ul li a {
		white-space: nowrap; }

		#nav li ul li a.current {
			text-decoration: underline;
			font-weight: bold; }
	
	#nav li ul li a, #nav li#moving ul li a {
		float: left;
		display: inline;
		height: 22px;
		padding: 8px 13px 0 10px; }
	
	#nav li ul li a:hover {
		text-decoration: underline; }



/* ------> ~FOOTER <----------- */

#footerContainer {
	clear: both;
	background: url(../images/bg-border.png) repeat-x top;
	padding-top: 30px; }

#footer {
	clear: both; }
	
	#footer p {
		float: left;
		display: inline;
		width: 275px; }
		
	#footer p#copyright {
		float: right;
		clear: right;
		display: inline;
		width: auto;
		font-weight: bold;
		margin-bottom: 10px; }

	#footer p#copyright em {
		font-style: normal;
		color: #2FB81B; }
	
	#footer ul {
		float: right;
		clear: right;
		display: inline;
		line-height: 0.8em;
		margin-bottom: 10px; }

	#footer ul li {
		float: left;
		display: inline;
		border-left: 1px solid #2FB81B;
		padding-left: 4px;
		margin-left: 4px; }
	
	#footer ul li:first-child {
		border-left: 0; }
	
	#footer ul li a {
		white-space: nowrap; }

	#footer ul li a:hover {
		text-decoration: underline; }

	#footer p#cefar {
		float: right;
		clear: right;
		display: inline;
		width: auto; }
		
		#footer p#cefar a {
			color: #404041; }
	
		#footer p#cefar a:hover span {
			color: #c50084; }


/* ------> ~CONTENT <----------- */

#contentContainer {
	margin-bottom: 30px; }

#leftColumn {
	float: left;
	display: inline;
	width: 170px;
	margin-right: 30px; }
	
	#leftColumn #subNav {
		line-height: 1em;
		background: url(../images/bg-subNav-top.png) no-repeat top #2FB81B;
		font: normal 1.2em Trebuchet MS, Tahoma, Helvetica, Geneva, Verdana, Arial, sans-serif;
		padding-top: 13px;
		margin-bottom: 10px; }

	#leftColumn #subNav li {
		background: url(../images/bg-subNav-border.png) repeat-x bottom;
		padding-bottom: 10px;
		margin: 0 20px 10px 20px; }
	
	#leftColumn #subNav li#subLast {
		background: url(../images/bg-subNav-bottom.png) no-repeat bottom;
		margin: 0;
		padding: 0 20px 14px 20px; }

	#leftColumn #subNav li a {
		color: #fff; }

	#leftColumn #subNav li a:hover, #leftColumn #subNav li.current a {
		background: url(../images/bg-subNav-bullet-point.png) no-repeat left 5px;
		font-style: italic;
		color: #1B4F1B;
		padding-left: 10px; }
	
	#leftColumn img {
		display: block;
		margin-bottom: 10px; }
	
	#leftColumn img#bdLink {
		margin: 0 -18px 1px 0; }
	
	#leftColumn .logos {
		vertical-align: top;
		margin-right: -18px; }

	#leftColumn .logos img {
		display: inline;
		margin-right: 15px; }

.content {
	float: left;
	display: inline;
	width: 800px; }

		.content ul.blockList {
			font-weight: bold;
			color: #A8959F;
			margin-bottom: 30px; }
			
			.content ul.blockList.bathing li.block2 {
				margin-left: 27em; }

			.content ul.blockList.mobility li.block2 {
				margin-left: 15em; }

			.content ul.blockList.seating li.block2 {
				margin-left: 12em; }
				
		
		.content ul.blockList li {
			width: auto;
			line-height: 1.7em;
			white-space: nowrap; }

			.content ul.blockList li a {
				color: #A8959F; }

			.content ul.blockList li.block1 { }
			
			.content ul.blockList li.block2 {
				background: url(../images/bg-border.png) repeat-y top left;
				padding-left: 25px;
				margin-left: 10em; }
			
			.content ul.blockList li.block3 {
				background: url(../images/bg-border.png) repeat-y top left;
				padding-left: 25px;
				margin-left: 27em; }
			
			.content ul.blockList li.top {
				margin-top: -5.1em; } /* Has to be triple the line-height for a 3 column list */
		
			.content ul.blockList li em {
				font-style: normal;
				margin-left: -0.3em; }
	
	.content.narrow {
		width: 500px;
		padding-right: 30px; }
	
	.content .col1, .content .col2 {
		float: left;
		display: inline;
		width: 45%; }
		
		.content .col1 {
			clear: left;
			margin-right: 5%; }
	
	.content.home {
		width: 515px;
		padding-right: 20px; }
	
		.content.home .col1 {
			float: none;
			display: block;
			width: 400px;
			background: url(../images/bg-border.png) repeat-x top;
				-moz-column-width: 185px;
				-webkit-column-width: 185px;
				-moz-column-gap: 30px;
				-webkit-column-gap: 30px;
			padding: 10px 0 30px 0;
			margin: 0; }
	
	.home-banner {
		width: 275px;
		margin-left: -10px; }
	
		.home-banner li {
			float: left;
			display: inline;
			width: 81px;
			height: 81px;
			overflow: hidden;
			margin: 0 0 10px 10px; }
		
		.home-banner li li {
			float: none;
			margin: 0; }

.content.products {
	clear: right; 
	overflow: hidden; }
	
	.content.products h1 {
		line-height: 0.8em; }
		
	.content.products h2 {
		width: 180px;
		padding-right: 20px; }
	
	.content.products .catInfo {
		width: 600px;
		margin-bottom: 30px; }
	
		.content.products .catInfo .icon {
			margin: -13px 20px 20px 0;}
		
		.content.products .catInfo h1 {
			padding-top: 13px;}
		
		.content.products .catInfo p {
			clear: both;
			padding-left: 75px; }
	
	
	.content.products .prodBox {
		float: left;
		display: inline;
		width: 400px;
		overflow: hidden;
		margin-bottom: 30px; }
	
		.content.products .prodBox span {
			float: left;
			display: inline;
			width: 200px;
			margin-left: 20px; }
		
		.content.products .prodBox span img {
			display: block;
			margin: 0 auto; }
		
		.content.products .prodBox div {
			position: relative;
			float: left;
			display: inline;
			width: 180px;
			min-height: 160px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			padding-bottom: 1.1em;; }
		
		.content.products .prodBox h3 {
			height: auto;
			font-size: 0.8em;
			font-weight: bold;
			color: #fff;
				-moz-border-radius-topleft: 3px;
				-webkit-border-top-left-radius: 3px;
				-moz-border-radius-topright: 3px;
				-webkit-border-top-right-radius: 3px;
			padding: 5px 10px;
			margin-bottom: 10px; }
	
		.content.products .prodBox ul {
			height: auto;
			font-size: 0.9em;
			padding: 0 10px 15px 10px; }
	
		.content.products .prodBox ul li {
			display: block;
			line-height: 1.2em;
			background: url(../images/bg-product-bullet.png) no-repeat 0 5px;
			padding-left: 9px;
			margin-bottom: 5px; }
	
		.content.products .prodBox a {
			position: absolute;
			bottom: 5px;
			display: block;
			height: 1.1em;
			font-size: 0.9em;
			padding: 0 10px 5px 10px; }
	
	.content.products .holding {
		padding-left: 275px; }

		.content.products .holding .prodBox {
			width: 200px;
			overflow: hidden;
			padding: 0 30px;
			margin-bottom: 30px; }
			
			.content.products .holding .prodBox span {
				margin-left: 0; }
			
			.content.products .holding .prodBox div {
				display: none; }



	
	
	
			.content.products#bathing h1, .content.products#bathing h2 {
				color: #00BEFF; }
			
			.content.products#bathing .prodBox div {
				background-color: #ccf2ff; }
			
			.content.products#bathing .prodBox div h3 {
				background-color: #00BEFF; }
	
			.content.products#bathing .prodBox div a {
				color: #00BEFF; }
	
	
	
			.content.products#beds h1, .content.products#beds h2 {
				color: #4A005C; }
			
			.content.products#beds .prodBox div {
				background-color: #dbccde; }
			
			.content.products#beds .prodBox div h3 {
				background-color: #4A005C; }
	
			.content.products#beds .prodBox div a {
				color: #4A005C; }
	
	
	
			.content.products#furniture h1, .content.products#furniture h2 {
				color: #FBAE17; }
			
			.content.products#furniture .prodBox div {
				background-color: #fee3ae; }
			
			.content.products#furniture .prodBox div h3 {
				background-color: #FBAE17; }
	
			.content.products#furniture .prodBox div a {
				color: #FBAE17; }
	
	
	
			.content.products#household h1, .content.products#household h2 {
				color: #A8959F; }
			
			.content.products#household .prodBox div {
				background-color: #eeeaec; }
			
			.content.products#household .prodBox div h3 {
				background-color: #A8959F; }
	
			.content.products#household .prodBox div a {
				color: #A8959F; }
	
	
	
			.content.products#mobility h1, .content.products#mobility h2 {
				color: #FFDD00; }
			
			.content.products#mobility .prodBox div {
				background-color: #fff6bf; }
			
			.content.products#mobility .prodBox div h3 {
				background-color: #FFDD00; }
	
			.content.products#mobility .prodBox div a {
				color: #FFDD00; }
	
	
	
			.content.products#movingandhandling h1, .content.products#movingandhandling h2 {
				color: #E100E5; }
			
			.content.products#movingandhandling .prodBox div {
				background-color: #fbd9fb; }
			
			.content.products#movingandhandling .prodBox div h3 {
				background-color: #E100E5; }
	
			.content.products#movingandhandling .prodBox div a {
				color: #E100E5; }
	
	
	
			.content.products#seating h1, .content.products#seating h2 {
				color: #74BF44; }
	
			.content.products#seating .prodBox div {
				background-color: #e3f2da; }
			
			.content.products#seating .prodBox div h3 {
				background-color: #74BF44; }
	
			.content.products#seating .prodBox div a {
				color: #74BF44; }
	
	
	
	
			.content.products#stairlifts h1, .content.products#stairlifts h2 {
				color: #C6D651; }
			
			.content.products#stairlifts .prodBox div {
				background-color: #eef3ca; }
			
			.content.products#stairlifts .prodBox div h3 {
				background-color: #C6D651; }
	
			.content.products#stairlifts .prodBox div a {
				color: #C6D651; }
	
	
	
			.content.products#toileting h1, .content.products#toileting h2 {
				color: #00AABC; }
			
			.content.products#toileting .prodBox div {
				background-color: #d9f2f5; }
			
			.content.products#toileting .prodBox div h3 {
				background-color: #00AABC; }
	
			.content.products#toileting .prodBox div a {
				color: #00AABC; }



	.content.products .prodPagination {
		float: right;
		clear: both;
		overflow: hidden;
		vertical-align: baseline;
		text-align: right;
		margin-bottom: 20px; }
		
		.content.products .prodPagination a {
			float: left;
			font-size: 0.9em;
			color: #404041;
			margin-left: 5px; }

		.content.products .prodPagination a:hover {
			color: #2FB81B; }

		.content.products .prodPagination a.vAll {
			text-decoration: underline;
			margin-right: 10px; }
			

		.content.products .prodPagination ul {
			float: left;
			display: inline;
			margin-left: 5px; }
		
		.content.products .prodPagination ul li {
			float: left;
			display: inline;
			line-height: 1em;
			margin: 1px; }

		.content.products .prodPagination ul li a {
			display: block;
			width: 1.6em;
			height: 1.6em;
			line-height: 1.6em;
			text-align: center;
				-moz-border-radius: 0.8em;
				-webkit-border-radius: 0.8em;
			background-color: #2FB81B;
			color: #fff;
			margin: 0;
			padding: 0; }

		.content.products .prodPagination ul li.selected a {
			background-color: #1B4F1B; }

		.content.products .prodPagination ul li a:hover {
			color: #fff; }

	.content.brochure {}

		.content.brochure h1 {
			clear: both;
			margin-bottom: 5px; }

			.content.brochure h1.literature {
				border-top: 1px solid #cfcfcf;
				padding-top: 2px;
				margin-bottom: 40px; }
	
		.content.brochure p {
			margin-bottom: 60px; }
		
		.content.brochure ul.brochureList {}
			
			.content.brochure ul.brochureList li {
				float: left;
				display: inline;
				width: 120px;
				padding-right: 30px;
				margin-bottom: 40px; }
				
			.content.brochure ul.brochureList li img, .brochureCover {
				border: 1px solid #cfcfcf;
				padding: 2px;
				margin-bottom: 5px; }
				
			.content.brochure ul.brochureList li h2 {
				line-height: 1em;
				font-size: 1.4em;
				font-style: normal;
				font-weight: bold;
				margin: 0; }
			
			.content.brochure ul.brochureList li p {
				font-size: 0.95em;
				margin: 0; }
			
			.content.brochure ul.brochureList li p a {}
	



	.content.news { }
	
		.content.news h1 {
			line-height: 1.2em;
			font-size: 1.6em;
			font-weight: lighter;
			text-transform: uppercase;
			margin-bottom: 0; }
		
		.content.news h2 {
			font-size: 1em;
			margin-bottom: 25px; }
			
		.content.news h2 span {
			font-size: 0.8em;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #1B4F1B; }

	.content.visit {}


	.content.legals h2 {
		margin-bottom: 0; }
	
	.content.sitemap {}

		.content.sitemap h2 {
			font-size: 1.4em;
			font-style: normal;
			margin-bottom: 5px; }

		.content.sitemap ul {
			float: left;
			display: inline;
			width: 170px;
			margin: 0 20px 30px 0; }
		
		.content.sitemap ul li a:hover {
			color: #2FB81B;
			text-decoration: underline; }


	.content.cart h2, .content.cart table, .content.cart div {
		background-color: #e3f9de;
		border: 1px solid #b6e9ad; }
	
		.content.cart {
			width: 500px;
			padding-right: 30px; }
	
		.content.cart h2 {
			padding: 10px;
			margin-bottom: 3px; }
	
		.content.cart table {
			width: 100%;
			background-color: #e3f9de;
			border: 1px solid #b6e9ad;
			margin-bottom: 3px; }
	
		.content.cart tr {
			border-bottom: 1px solid #b6e9ad; }
	
		.content.cart td {
			border-right: 1px solid #b6e9ad;
			padding: 10px; }
			
			
		.content.cart td.productCell img {
			float: left;
			display: inline;
			margin: -10px 20px -5px 0; }
	
		.content.cart td img {
			display: block;
			padding-top: 2px;
			margin: 0 auto; }
	
		.content.cart td input {}
	
		.content.cart #cart input.button {
			float: right;
			margin-bottom: 20px; }
		
		.content.cart div {
			padding: 10px;
			margin-bottom: 20px; }
		
		.content.cart div p {
			margin-bottom: 10px; }

	.content.holding {
		width: 520px;
		padding: 0 30px 0 70px; }
		
		.content.holding h1 {
			padding-top: 13px;
			margin-left: -70px; }
		
		.content.holding h1 img {
			margin: -13px 20px 20px 0;}

.rightCol {
	float: left;
	display: inline;
	width: 270px; }
	
	.rightCol h3 {
		font-size: 1.4em;
		font-style: normal;
		color: #fff;
		margin-bottom: 20px; }	
	
	.rightCol .textBox {
		background: url(../images/bg-rc-box-top.png) no-repeat top #1B4F1B;
		color: #fff;
		margin-bottom: 30px; }
		
		.rightCol .textBox div {
			background: url(../images/bg-rc-box-bottom.png) no-repeat bottom;
			padding: 30px 20px 15px 20px; }

		.rightCol .textBox p {
			color: #fff;
			padding-left: 10px; }
		
		.rightCol .textBox a {
			text-decoration: underline;
			color: #fff; }

		.rightCol .textBox.mission p span {
			float: left;
			display: inline;
			margin: 0 0 0 -15px; }


	.rightCol .addressBox {
		position: relative;
		width: 235px;
		border-bottom: 1px solid #cfcfcf;
		padding: 0 0 10px 35px;
		margin-bottom: 15px; }
		
		.rightCol .addressBox h4 {
			font-size: 1.2em; }
	
		.rightCol .addressBox p {
			color: #1B4F1B;
			margin-bottom: 0; }
		
		.rightCol .addressBox p a {
			color: #2FB81B; }

		.rightCol .addressBox img {
			position: absolute;
			top: 10px;
			left: 0px; }
	
	
	.rightCol.newsList {}
	
		.rightCol.newsList .textBox div {
			padding-bottom: 5px; }
		
			.rightCol.newsList ul li {
				background: url(../images/bg-subNav-border.png) repeat-x top;
				padding: 14px 5px; }
			
			.rightCol.newsList ul li a {
				text-decoration: none;
				color: #fff; }
	
			.rightCol.newsList ul li a:hover {
				text-decoration: underline; }
	
			.rightCol.newsList ul li span {
				font-family: Georgia, "Times New Roman", Times, serif;
				color: #ccc; }

	.rightCol.contactDetails {
		width: 270px; }
	
		.rightCol.contactDetails .textBox div {
			width: 220px;
			padding-left: 25px;
			padding-right: 25px; }

		.rightCol.contactDetails div.map {
			position: relative;
			height: 170px;
			background: none;
			padding: 0;
			margin: -21px -16px 15px -16px; }
			
			.rightCol.contactDetails div.map .harrogate {
				position: absolute;
				top: 16px;
				left: 74px; }
			
			.rightCol.contactDetails div.map .leeds {
				position: absolute;
				bottom: 13px;
				left: 62px; }
		
		.rightCol.contactDetails h2 {
			font-style: normal;
			color: #fff;
			margin-bottom: 5px; }
		
		.rightCol.contactDetails p {
			padding-left: 0; }
		
		.rightCol.contactDetails p {
			padding-left: 80px; }

		.rightCol.contactDetails p strong {
			float: left;
			display: inline;
			margin-left: -80px; }
		
		.rightCol.contactDetails ul {
			background: url(../images/bg-subNav-border.png) repeat-x bottom;
			padding: 0 5px 15px 5px;
			margin: 0 -5px 15px -5px; }
		
		.rightCol.contactDetails ul li.tel {
			padding-top: 10px; }
			
		.rightCol.contactDetails ul li a {
			margin-left: 10px; }
		
		.rightCol.contactDetails ul li strong {
			float: left;
			display: inline;
			width: 3em;
			margin-right: 10px; }

	.rightCol.holding {
		width: 180px; }
		
		.rightCol.holding h2 {
			width: 140px;
			background: url(../images/bg-border.png) repeat-x bottom left;
			padding-bottom: 20px;
			margin-bottom: 20px; }

		.rightCol.holding li {
			float: left;
			display: inline;
			margin: 0 25px 30px 5px; }

		.rightCol.holding li img {
			display: block; }



/* ------> ~FORMS <----------- */

.form {
	overflow: hidden;
	margin: 0; }
	
	.form h2, .form fieldset { 
		background-color: #e3f9de;
		border: 1px solid #b6e9ad;
		padding: 10px; }
	
	.form h2 {
		margin-bottom: 15px; }
		
		.form h2 span {
			font-size: 0.65em; }

	.form h3 {
		position: relative;
		z-index: 10;
		float: left;
		display: inline;
		clear: both;
		width: auto;
		background-color: #fff;
		border: 1px solid #b6e9ad;
		font-size: 0.8em;
		color: #404041;
		padding: 0 5px;
		margin-top: -20px; }

	.form fieldset {
		position: relative;
		overflow: visible;
		margin-bottom: 15px; }
	
	.form em {
		font-style: normal;
		color: #FF3333; }

	.form label, .form input, .form textarea, .form select {
		float: left;
		display: inline;
		margin-bottom: 15px; }
	
	.form label {
		clear: left;
		width: 150px;
		padding: 3px 10px 0 0; }

	.form input, .form textarea {}

	.form input {
		width: 250px; }

	.form textarea {
		width: 250px;
		height: 100px;
		padding: 2px; }

	.form input.button {
		clear: both;
		width: auto;
		margin-left: 160px; }