<!--

	/*----------------------------------------------------------------------

		Snowsfields Wellness
		http://www.snowsfields.co.uk/

		Developed by Designition Ltd - www.designition.co.uk

		Copyright 2009

	----------------------------------------------------------------------*/



	/*
		HTML and Body
	----------------------------------------------------------------------*/

	html {}

		body {
			background:  #e3e2d9 url('/img/design/body.png') center top repeat-x;
			font-family: Arial, sans-serif;
			font-size:   62.5%;
			line-height: 1.5em;
			text-align:  center;
		}

			.wrapper {
				background: #fff url('/img/design/wrapper.png') center top no-repeat;
				border:     1px solid #dadad9;
				text-align: left;
				margin:     20px auto 0;
				padding:    19px 9px;
				min-height: 100px;
				width:      960px;
			}



	/*
		Header
	----------------------------------------------------------------------*/

	#header {}

		#header h1 {
			margin-top: 20px;
		}

			#header h1 a {
				background:  url('/img/design/snowsfields.png') center center no-repeat;
				display:     block;
				height:      50px;
				text-indent: -10000px;
				width:       380px;
			}

		#header p.contact_details {
			font-size:   1.3em;
			line-height: 60px;
			margin:      0;
			text-align:  right;
		}

		#header strong {
			color:       #888;
			font-weight: normal;
		}

		#header ul {
			background: #fff;
			float:      right;
			margin:     0;
			padding:    0;
		}

			#header ul li {
				border-right: 1px solid #e7e7e6;
				float:        left;
				font-size:    1.2em;
				height:       30px;
				line-height:  30px;
				list-style:   none;
				margin:       0;
				padding:      0;
				text-align:   center;
			}

				body.home #header ul li#nav1,
				body.about #header ul li#nav2,
				body.products #header ul li#nav3,
				body.news #header ul li#nav4,
				body.contact #header ul li#nav5,
				body.clinic #header ul li#nav6
				{ border-color: #dadad9; }

				/*
				#header ul li.active,
				#header ul li.active.last {
					border-color: #dadad9;
				}
				*/
				#header ul li.last {
					border-color: #fff;
				}

				#header ul li a {
					color:           #494946;
					display:         block;
					height:          30px;
					font-weight:     bold;
					text-decoration: none;
					width:           81px;
				}

					#header ul li a:hover {
						text-decoration: underline;
					}
				/*
				#header ul li.active a {
					background: #dadad9;
				}
				*/

			body.home #header ul li#nav1 a,
			body.about #header ul li#nav2 a,
			body.products #header ul li#nav3 a,
			body.news #header ul li#nav4 a,
			body.contact #header ul li#nav5 a,
			body.clinic #header ul li#nav6 a
			{ background: #dadad9; }


		.breadcrumb {
			background: url('/img/design/breadcrumb.png') center top no-repeat;
			clear:      both;
			height:     auto !important;
			height:     30px;
			min-height: 30px;
		}

			.breadcrumb p {
				font-size: 1.2em;
				line-height: 2.5;
				margin: 0;
				text-align: left;
				text-indent: 10px;
			}


	/*
		Page Contents
	----------------------------------------------------------------------*/

	#page {
		background:   #f4f4f4 url('/img/design/page.png') center bottom no-repeat;
		border:       solid #dadad9;
		border-width: 0 1px;
		margin:       0 auto 20px;
		padding:      20px 19px 30px;
		width:        900px;
	}


	/*
		Welcome Banner - home page only
	----------------------------------------------------------------------*/

	.welcome_banner {
		background: url('/img/design/welcome_banner.jpg') center center no-repeat;
		border:     1px solid #dadada;
		color:      #000;
		height:     267px;
		margin:     0 auto 20px;
		padding:    22px 9px 9px;
		width:      880px;
	}

		.welcome_banner a {
			background:      #f7f7f7;
			border:          1px solid #ccc;
			font-weight:     normal;
			padding:         3px 5px;
			text-decoration: none;
		}

			.welcome_banner a:hover {
				background: #e7e7e7;
			}

		.welcome_banner h2 {
			color:   #000;
			padding: 0;
			margin:  0 0 .5em 20px;
			width:   530px;
		}

		.welcome_banner p {
			color:  #000;
			margin: 0 0 1em 20px;
			width:  530px;
		}

			.welcome_banner p.read_more {
				display:      inline;
				float:        right;
				margin-right: 325px;
				width:        auto;
			}

		.welcome_banner ul {
			margin: 0 0 1em 20px;
		}

			.welcome_banner li {
				color:               #000;
				list-style-position: inside;
				margin:              0 0 0 5px;
				width:               525px;
			}



	/*
		Content
	----------------------------------------------------------------------*/

	#content {
		float: left;
		width: 670px;
	}

		div.alert {
			background: #f7f7f7;
			border: 1px solid #d7d7d7;
			margin-bottom: 1.5em;
			padding: 1.5em;
			width: 450px;
		}

			.alert p {}
			.alert ul {
				margin-bottom: .5em;
			}
			.alert ul li {}
			.alert h2 {
				margin-top: 0;
			}



		div.jmap {
			background: #f7f7f7;
			border: 1px solid #d7d7d7;
			margin-bottom: 1.5em;
			padding: 1.5em;
			width: 450px;
		}



		dl.contact_details {
			width: 300px;
		}

			.contact_details dt {
				display:        -moz-inline-stack;
				display:        inline-block;
				*display:       inline;
				overflow:       hidden;
				padding:        0;
				width:          60px;
				vertical-align: top;
			}

			.contact_details dd {
				display:        -moz-inline-stack;
				display:        inline-block;
				*display:       inline;
				margin-bottom:  0;
				overflow:       hidden;
				padding:        0;
				width:          240px;
				vertical-align: top;
			}

				.contact_details p {
					margin: -3px 0 0;
				}

		form.contact_form {
			padding-top: 1em;
		}

			.contact_form button {
				margin-left:    80px;
				vertical-align: top;
			}

			.contact_form label {
				display:        -moz-inline-stack;
				display:        inline-block;
				*display:       inline;
				min-height:     1px;
				padding-top:    3px;
				width:          80px;
				vertical-align: top;
				zoom:           1;
			}

			.contact_form input {
				color:          #6e6e6e;
				padding:        3px;
				vertical-align: top;
				width:          242px;
			}

				.contact_form input.radio {
					vertical-align: middle;
					width:          auto;
				}

			.contact_form textarea {
				font-family:    Arial, sans-serif;
				color:          #6e6e6e;
				height:         150px;
				padding:        0 3px;
				vertical-align: top;
				width:          244px;
			}

		h2.title {
			border-bottom: 1px solid #dadad9;
			margin: 0 0 .6em 0;
			padding-bottom: .5em
		}
		h2.title a { text-decoration: none; } 
			h2.title a:hover { text-decoration: underline; } 

		body.home h2.title a { color: #494946; }

		h2.title span.brand {
			display: block;
			text-transform: uppercase;
			font-size: 0.7em;
			color: #755128;
		}

		img.news_image {
			float:  right;
			margin: 0 0 10px 10px;
		}

		p.paging {
			color:      #666;
			font-size:  1.4em;
			text-align: center;
		}

			.paging a {
				padding:         1px 5px;
				text-decoration: none;
			}

				.paging a:hover,
				.paging a.current {
					background:      #755128;
					color:           #fff;
					text-decoration: none;
				}

			.paging span {
				color:   #999;
				padding: 1px 4px;
			}

		ul.products_list {
			margin:  0 0 0 -20px;
			padding: 0;
		}

			.products_list li {
				background:     url('/img/design/product_box.png') center bottom no-repeat;
				cursor:         pointer;
				display:        -moz-inline-stack;
				display:        inline-block;
				*display:       inline;
				list-style:     none;
				margin:         0 0 10px 20px;
				overflow:       hidden;
				padding:        0 0 10px;
				vertical-align: top;
				width:          210px;
			}

			.products_list h3 {
				border-bottom:  1px solid #dadad9;
				margin:         0 10px .75em;
				padding-bottom: .5em;
			}

			.products_list h3 span {
				display:		block;
				text-transform: uppercase;
				font-size:		0.75em;
				}

				.products_list div.hover h3 {
					border-color: #babab9;
				}

				.products_list h3 a {
					text-decoration: none;
				}

					.products_list h3 a:hover {
						color: #755128;
					}

			.products_list img {
				background:     #fff;
				border-bottom:  1px solid #dadad9;
				display:        block;
				padding:        9px;
				margin-bottom:  10px;
				vertical-align: top;
			}

				.products_list div.hover img {
					border-color: #babab9;
				}

			.products_list div {
				background: #fff;
				border:     1px solid #dadad9;
				cursor:     pointer;
				width:      208px;
			}

				.products_list div.hover {
					background:   #dadad9;
					border-color: #babab9;
				}

			.products_list p {
				font-size: .9em;
				padding:   0 10px;
			}

				.products_list p.price {
					color:          #755128;
					font-size:      1em;
					font-weight:    bold;
					margin-bottom:  0;
					padding-bottom: .75em;
				}

		p.price {
			font-size: 1.8em;
		}

		.multi_images {
			float:       right;
			margin-left: 10px;
			width:       330px;
		}

			body.js ul.main_image {
				background: url('/img/design/multi_images.png') center top no-repeat;
				height:     370px;
				margin:     0;
				padding:    0;
				width:      330px;
			}

				.main_image li {
					height:     358px;
					list-style: none;
					margin:     1px 0 0 1px;
					padding:    0;
					width:      328px;
				}

					.main_image li img {
						display:        block;
						vertical-align: top;
					}

			ul.triggers {
				margin:  0 0 0 -10px;
				padding: 0;
			}

				.triggers a {
					border:  1px solid #dadad9;
					display: block;
					height:  48px;
					width:   48px;
				}

					.triggers a.activeSlide,
					.triggers a:hover {
						border-color: #babab9;
					}

				.triggers img {
					vertical-align: middle;
				}

				.triggers li {
					background: url('/img/design/multi_thumb.png') center bottom no-repeat;
					display:    inline;
					float:      left;
					list-style: none;
					margin:     0 0 5px 10px;
					padding:    0 0 5px;
				}



		.news_post {
			border-bottom:  1px solid #dadad9;
			padding-bottom: 10px;
		}

			.news_post h3.post_title {
				margin-bottom: 0;
			}

				.news_post h3.post_title a {
					text-decoration: none;				
				}

			.news_post p.datetime {
				color:     #babab9;
				font-size: 1.2em;
			}

		.pagination {
			background: #f7f7f7;
			border:     1px solid #e7e7e7;
			margin-top: 20px;
		}

			.pagination a {
				text-decoration: none;
				font-weight:     bold;
			}

				.pagination a:hover {
					text-decoration: underline;
				}

				.pagination a.current {
					background: #babab9;
					color:      #fff;
					padding:    0 4px;
				}

			.pagination p {
				line-height: 2em;
				margin:      0;
				padding:     0 .5em;
			}

				.pagination p.prevnext { float: left;  }
				.pagination p.pages    { float: right; }

			.pagination span {
				font-size:   1.2em;
				font-weight: bold;
			}



	/*
		Sidebar
	----------------------------------------------------------------------*/

	#sidebar {
		float: right;
		width: 210px;
	}

		ul.latest_news {
			border:     1px solid #dadad9;
			background: #fff;
			margin:     0;
			padding:    0;
		}

			.latest_news a {}

				.latest_news a:hover {}

			.latest_news h3 {
				border-bottom: 1px solid #dadad9;
				margin:        0 0 .25em;
			}

				.latest_news h3 a {
					background:      #babab9;
					color:           #fff;
					display:         block;
					font-weight:     bold;
					padding:         5px 10px;
					text-decoration: none;
				}

			.latest_news li {
				list-style: none;
				margin:     0;
				padding:    0;
			}

			.latest_news p {
				font-size: .9em;
				padding:   0 10px;
			}

				.latest_news p.datetime {
					font-size: .85em;
				}

				.latest_news p.more {}

					.latest_news p.more a {
						border:  0;
						display: inline;
						padding: 0;
					}

						.latest_news p.more a:hover {}

		ul.sub_navigation {
			background: #fff;
			margin:     0;
			padding:    0;
		}

			.sub_navigation li {
				border-top: 1px solid #d6d6d5;
				font-size:  1.2em;
				list-style: none;
				margin:     0;
				padding:    0;
			}

				.sub_navigation li a {
					display:         block;
					font-weight:     bold;
					padding:         8px 10px;
					text-decoration: none;
					width:           190px;
				}

					.sub_navigation li a:hover {
						text-decoration: underline;
					}

				.sub_navigation li.active,
				.sub_navigation li.first {
					border: 0;
				}

					.sub_navigation li.active a {
						background: #babab9;
						color:      #fff;
					}

						.sub_navigation li.active a:hover {}

					.sub_navigation li.active ul {
						background: #dadad9;
						margin:     0;
						padding:    0;
					}

						.sub_navigation li.active ul li {
							border-top: 1px solid #fff;
							font-size:  1em;
						}

							.sub_navigation li.active ul li a {
								background:   #dadad9 url('/img/icons/sub_bullet.png') 12px 15px no-repeat;
								color:        #494946;
								padding-left: 22px;
								width:        178px;
							}

								.sub_navigation li.active ul li a:hover {}

							.sub_navigation li.active ul li.active {}

								.sub_navigation li.active ul li.active a {
									background-color: #babab9;
									background-image: url('/img/icons/sub_bullet_active.png');
									color:            #fff;
								}
	
									.sub_navigation li.active ul li.active a:hover {}



	/*
		Footer
	----------------------------------------------------------------------*/

	#footer {
		background: url('/img/design/footer.png') center top repeat-y;
		padding:    10px 0 5px;
	}

		#footer a {
			color:           #494946;
			text-decoration: none;
		}

			#footer a:hover {
				text-decoration: underline;
			}

		#footer button {
			float: right;
		}

		#footer h2 {
			border-bottom: 1px solid #c6c6c5;
			font-size:     1.4em;
			font-weight:   bold;
			margin-top:    0;
			padding:       0 0 .5em 10px;
		}

		#footer input {
			border:  1px solid #dcdcdc;
			color:   #666;
			padding: 5px 3px;
			width:   202px;
		}

			#footer input.error {
				border-color: #f99;
			}

			#footer input.focus {
				border-color: #babab9;
				color:        #444;
			}

		#footer p {
			font-size:    1.2em;
			padding-left: 10px;
		}

			#footer p.error {
				color: #fe5353;
			}

				#footer p.error a {
					color:      #fe5353;
					font-style: italic;
				}

			#footer p.more {
				text-align: right;
			}

				.more a {
					background:  #f7f7f7;
					border:      1px solid #ccc;
					font-weight: bold;
					padding:     3px 5px;
				}

		#footer span.datetime {
			font-size: .9em;
		}

		#footer span.phone {
			font-size: 2.4em;
		}

		#footer span.title {
			font-weight: bold;
		}

		#footer strong {
			color:       #888;
			font-weight: normal;
		}

		#footer ul {}

			#footer ul li {
				font-size: 1.2em;
			}

	/*
		Credits
	----------------------------------------------------------------------*/

	#credits {
		background: url('/img/icons/designition.png') right center no-repeat;
		margin:     10px auto 40px;
		width:      940px;
		text-align: left;
	}

		#credits a {
			text-decoration: none;
		}

			#credits a:hover {
				text-decoration: underline;
			}

		#credits ul {
			float: left;
			margin: 0 0 0 -10px;
			padding: 0;
		}

			#credits ul li {
				border-right: 1px solid;
				color:        #b6b5b0;
				float:        left;
				font-size:    1.2em;
				list-style:   none;
				line-height:  1.8;
				margin:       0;
				padding:      0 10px;
			}

				#credits ul li.last {
					border: 0;
				}

		#credits p {
			float:         right;
			font-size:     1.2em;
			text-align:    right;
			line-height:   1.8;
			margin:        0;
			padding-right: 25px;
		}





	.page_image { float: right; margin: 0 0 1em 1em; }






/* added by jon - change as needed */

#temp_debug { background: #eee; position: absolute; left: 5px; top: 5px; width: 300px; padding: 5px; text-align: left; }
#temp_debug h4 { border-bottom: 1px solid #004B8F; }
#temp_debug pre { font-family: Arial; }
.other_debug { text-align: left; }

-->