<!--

	/*----------------------------------------------------------------------

		Snowsfields Wellness
		http://www.snowsfields.co.uk/

		Developed by Designition Ltd - www.designition.co.uk

		Copyright 2009

	----------------------------------------------------------------------*/



	/*
		HTML and Body
	----------------------------------------------------------------------*/

	html {
		margin: 0;
	}

		body {
			margin:     0;
			text-align: center;
		}

			.wrapper {
				background: url('/img/design/wrapper.png') center top repeat-y;
				margin:     0 auto 10px;
				text-align: left;
				width:      980px;
			}

			.access_links {
				position: absolute;
				left:     -10000px;
			}



	/*
		Header
	----------------------------------------------------------------------*/

	#header {
		background: url('/img/design/header.png') center top no-repeat;
		height:     auto !important;
		height:     220px;
		min-height: 220px;
	}

		.header_inner {
			border-bottom: 1px solid #7d7d7f;
			height:        auto !important;
			height:        180px;
			margin:        0 auto;
			min-height:    180px;
			padding-top:   40px;
			width:         920px;
		}

		#header h1 {
			float:  left;
			margin: 20px 0 15px 20px;
		}

			#header h1 a {
				background:  url('/img/design/hpc_logo.png') center center no-repeat;
				display:     block;
				height:      145px;
				text-indent: -10000px;
				width:       214px;
			}

		#header p {}

			p.breadcrumb {
				background:  #a9a9ab url('/img/design/breadcrumb.png') left top repeat-x;
				clear:       both;
				color:       #fff;
				font-size:   1.2em;
				line-height: 30px;
				margin:      0;
				clear:       both;
				padding:     0 20px;
			}

				.breadcrumb a {
					color: #666;
				}

				.breadcrumb strong {
					text-transform: uppercase;
				}

			p.phone {
				color:          #fff;
				float:          right;
				font-size:      2.4em;
				height:         140px;
				line-height:    140px;
				margin:         0 20px 0 0;
				text-transform: uppercase;
			}

				p.phone strong {
					font-size:   .6em;
					font-weight: normal;
				}

		#header ul.navigation {
			clear:    right;
			float:    right;
			margin:   0;
			position: relative;
			width:    620px;
		}

			.navigation li {
				height:     40px;
				list-style: none;
				margin:     0;
				padding:    0;
				position:   absolute;
				top:        0;
				width:      170px;
			}

				.navigation li.home     { left: 0; z-index: 10; }
				.navigation li.services { left: 124px; z-index: 20;}
				.navigation li.about-us { left: 248px; z-index: 30;}
				.navigation li.news     { left: 372px; z-index: 40;}
				.navigation li.contact  { left: 496px; width: 124px; z-index: 50; }

				.navigation li a {
					background-color: transparent;
					background-image: url('/img/design/navigation.png');
					display:          block;
					height:           40px;
					text-indent:      -10000px;
					width:            170px;
				}

				.navigation li.home     a { background-position: left   top; left: 0; }
				.navigation li.services a { background-position: -170px top; left: 124px; }
				.navigation li.about-us a { background-position: -340px top; left: 248px; }
				.navigation li.news     a { background-position: -510px top; left: 372px; }
				.navigation li.contact  a { background-position: -680px top; left: 496px; width: 124px; }

					.navigation li.home     a:hover { background-position: left   -40px;  }
					.navigation li.services a:hover { background-position: -170px -40px; }
					.navigation li.about-us a:hover { background-position: -340px -40px; }
					.navigation li.news     a:hover { background-position: -510px -40px; }
					.navigation li.contact  a:hover { background-position: -680px -40px; }

				body.home     .navigation li.home     a { background-position: left   -80px; }
				body.services .navigation li.services a { background-position: -170px -80px; }
				body.about-us .navigation li.about-us a { background-position: -340px -80px; }
				body.news     .navigation li.news     a { background-position: -510px -80px; }
				body.contact  .navigation li.contact  a { background-position: -680px -80px; }



	/*
		Page Contents
	----------------------------------------------------------------------*/

	#page {
		background: url('/img/design/page.png') center bottom no-repeat;
		padding:    0 30px 20px;
	}

		#page .inner {
			background:     url('/img/design/page_inner.png') center top repeat-y;
			padding-bottom: 20px;
		}

		body.home    #page .inner,
		body.contact #page .inner {
			background-image: none;
		}



	/*
		Welcome Banner - home page only
	----------------------------------------------------------------------*/

	ul.welcome_banner {
		margin:  20px auto;
		padding: 0;
		width:   880px;
	}

		.welcome_banner blockquote {
			background:  none;
			border:      0;
			color:       #504f54;
			font-size:   1.8em;
			margin:      25px auto 10px;
			padding:     0;
			text-indent: -.35em;
			width:       400px;
		}

		.welcome_banner cite {
			color:      #666;
			font-size:  1.3em;
			margin:     0 1.5em;
			text-align: right;
		}

		.welcome_banner div {
			float: left;
			width: 440px;
		}

			.welcome_banner li.alt div {
				float: right;
			}

		.welcome_banner img {
			float: right;
			width: 440px;
		}

			.welcome_banner li.alt img {
				float: left;
			}

		.welcome_banner li {
			font-size:  1em;
			list-style: none;
			margin:     0;
			padding:    0;
			width:      880px !important;
		}

		.welcome_banner p {
			margin: 0;
		}



	/*
		Content
	----------------------------------------------------------------------*/

	#content {
		float:        left;
		padding-left: 20px;
		width:        650px;
	}

		body.home #content {
			float:   none;
			padding: 0 20px;
			width:   880px;
		}

		body.contact #content {
			float: none;
			padding: 0 20px 20px;
			width:   880px;
		}

		div.intro {}

			.intro p {
				color:     #504f54;
				display:   inline;
				float:     left;
				font-size: 2.2em;
				width:     700px;
			}

			.intro img {
				display: inline;
				float:   right;
			}

		div#google-map {
			border:        3px solid #0063d8;
			margin-bottom: 1.5em;
		}

		div.alert {
			background:  #f2f4f5;
			border:      3px solid #0063d8;
			margin:      0 1em 2.5em;
			padding-top: 1em;
		}

			div.alert p {
				margin: 0 1em .75em;
			}

			div.alert ul {
				margin-bottom: 1em;
			}

		div.contact_left {
			float: left;
			width: 430px;
		}

		div.contact_right {
			float: right;
			width: 430px;
		}

		div.home_news {
			float: left;
			width: 580px;
		}

			.home_news h3 {
				float:          left;
				line-height:    30px;
				margin:         0;
				text-transform: uppercase;
			}

				.home_news h3 a {}

					.home_news h3 a:hover {
						text-decoration: none;
					}

			.home_news p {}

				p.feeds_and_that {
					float:       right;
					font-size:   1.2em;
					line-height: 30px;
					margin:      0;
					text-align:  right;
				}

					p.feeds_and_that a {}

						p.feeds_and_that a.rss {
							background:   url('/img/icons/rss.png') left center no-repeat;
							padding-left: 18px;
						}

			.home_news ul {
				border-top: 1px solid #c0c0c2;
				clear:      both;
				margin:     0;
				padding:    10px 0 0 0;
			}

				.home_news ul h4 {
					margin: 0;
				}

					.home_news ul h4 a {
						color:       #19181c;
						font-weight: bold;
					}

				.home_news ul img {
					border: 1px solid #30b5ec;
					float:  left;
					margin: 4px 10px 10px 0;
				}

				.home_news ul li {
					color:      #504f54;
					display:    inline;
					float:      left;
					list-style: none;
					margin:     0 0 22px;
					padding:    0 10px 0 0;
					width:      280px;
				}

		div.home_testimonials {
			float: right;
			width: 280px;
		}

			.home_testimonials blockquote {
				background: #fff;
				border:     0;
				margin:     0 0 10px;
				padding:    0;
			}

			.home_testimonials cite {
				display:   inline;
				font-size: .9em;
				margin:    0;
			}

			.home_testimonials h3 {
				line-height:    30px;
				margin:         0;
				text-transform: uppercase;
			}

				.home_testimonials h3 a {}

					.home_testimonials h3 a:hover {
						text-decoration: none;
					}

			.home_testimonials p {
				margin: 0;
			}

			.home_testimonials ul {
				border-top: 1px solid #c0c0c2;
			}

				.home_testimonials li {
					list-style: none;
					margin:     0;
					padding:    10px 0 0 0;
				}

		dl.contact_details {
			width: 300px;
		}

			.contact_details dt {
				display:        -moz-inline-box;
				display:        inline-block;
				*display:       inline;
				overflow:       hidden;
				margin:         0;
				padding:        0;
				width:          60px;
				vertical-align: top;
			}

			.contact_details dd {
				display:        -moz-inline-box;
				display:        inline-block;
				*display:       inline;
				margin:         0;
				overflow:       hidden;
				padding:        0;
				width:          240px;
				vertical-align: top;
			}

				.contact_details p {
					margin: 0;
				}

		form.contact_form {
			padding-top: 1em;
		}

			.contact_form button {
				float:          right;
				vertical-align: middle;
			}

			.contact_form label {
				display:        -moz-inline-stack;
				display:        inline-block;
				*display:       inline;
				min-height:     1px;
				padding-top:    4px;
				width:          80px;
				vertical-align: middle;
				zoom:           1;
			}

			.contact_form input {
				border:         1px solid #dcdcdd;
				color:          #444;
				font-family:    Helvetica, 'Helvetica Neue', Arial, sans-serif;
				padding:        4px 3px;
				vertical-align: top;
				width:          240px;
			}

				.contact_form input:focus {
					border-color: #a3c3d2;
				}

			.contact_form textarea {
				border:         1px solid #dcdcdd;
				font-family:    Helvetica, 'Helvetica Neue', Arial, sans-serif;
				font-size:      1em;
				color:          #444;
				height:         185px;
				line-height:    1.5;
				padding:        2px 3px;
				vertical-align: top;
				width:          336px;
			}

				.contact_form textarea:focus {
					border-color: #a3c3d2;
				}

		h2.title {
			line-height: 40px;
		}

		h3.title {
			clear:       both;
			line-height: 40px;
			margin:      0;
		}

		img.cms_image {
			border: 3px solid #0063d8;
			float:  right;
			margin: 0 0 5px 15px;
		}

		p.img_inline {
			text-align: center;
		}

			.img_inline img {
				border: 3px solid #0063d8;
			}

		p.paging {
			color:       #a7a7a9;
			font-size:   1.4em;
			font-weight: bold;
		}

			p.paging a {}
			
				p.paging a.current {
					color: #19181c;
				}

		p.reg_details {
			clear:      both;
			font-size:  1.1em;
			margin:     0;
			text-align: center;
		}

		ul.news_list {
			margin:  0;
			padding: 0;
		}

			.news_list h3 {
				color:       #19181c;
				font-size:   1.8em;
				line-height: 1.2;
				margin:      0;
			}

				.news_list h3 a {
					color: #19181c;
				}

			.news_list img {
				border: 3px solid #0063d8;
				float:  left;
				margin: 0 15px 5px 0;
			}

				.news_list li.odd img {
					border: 3px solid #0063d8;
					float:  right;
					margin: 0 0 5px 15px;
				}

			.news_list li {
				border-bottom: 1px solid #bcbcbd;
				clear:         both;
				font-size:     1em;
				list-style:    none;
				margin:        0 0 2.25em;
				padding:       0 0 2em;
			}
			
			.news_list p {
				font-size: 1.3em;
			}

				.news_list p.date {
					color:       #ababad;
					font-size:   1.1em;
					font-weight: bold;
					margin:      0;
				}

				.news_list p.posted {
					color:       #58575b;
					font-size:   1.1em;
					font-weight: bold;
					margin:      0 0 .5em;
				}

		ul.staff_list {
			margin:  0;
			padding: 0;
		}

			.staff_list h4 {
				clear:       both;
				font-weight: bold;
			}

			.staff_list img {
				border: 3px solid #0063d8;
				float:  left;
				margin: 0 10px 5px 0;
			}

			.staff_list li {
				display:        -moz-inline-stack;
				display:        inline-block;
				*display:       inline;
				float:          left;
				list-style:     none;
				margin:         0;
				padding:        0 20px 10px 0;
				vertical-align: top;
				width:          305px;
			}

				.staff_list li.odd {
					clear: left;
				}

		ul.testimonials {
			margin:  0;
			padding: 0;
		}

			.testimonials li {
				list-style: none;
				margin:     0;
				padding:    0;
			}



	/*
		Sidebar
	----------------------------------------------------------------------*/

	#sidebar {
		float: right;
		width: 230px;
	}

		body.home #sidebar {
			display: none;
			float:   none;
			width:   0;
		}

		#sidebar ul {
			margin:  0;
			padding: 0;
		}

			#sidebar ul li {
				list-style: none;
				margin:     0;
				padding:    0 0 0 20px;
			}

				#sidebar ul li a {
					background-image:    url('/img/design/sub_navigation.png');
					background-position: right top;
					background-repeat:   no-repeat;
					color:               #fff;
					display:             block;
					line-height:         50px;
					padding-left:        20px;
				}

					#sidebar ul li a:hover {
						background-position: right center;
					}

				#sidebar ul li.active {
					padding: 0;
				}

					#sidebar ul li.active a {
						background-position: right bottom;
						padding-left:        40px;
					}

						#sidebar ul li.active a:hover {
							background-position: right bottom;
						}



	/*
		Footer
	----------------------------------------------------------------------*/

	#footer {
		background: url('/img/design/footer.png') center bottom no-repeat;
		height:     auto !important;
		height:     70px;
		min-height: 70px;
		padding:    0 46px;
	}

		#footer a {
			color: #666;
		}

		#footer p {
			font-size:   1.2em;
			line-height: 40px;
			margin:      0;
			padding:     0 26px 0 4px;
		}

			p#foot_nav {
				color: #fff;
				float: left;
			}

			#footer p.designition {
				background: url('/img/icons/designition.png') right center no-repeat;
				float:      right;
			}




#temp_debug { background: #eee; position: absolute; left: 5px; top: 5px; width: 300px; padding: 5px; text-align: left; font-size: 11px; }
#temp_debug h4 { border-bottom: 1px solid #004B8F; }
#temp_debug pre { font-family: Arial; }
.other_debug { text-align: left; }

-->
