@charset "utf-8";
/* CSS Document */

body {
	background:#FFFFFF url(bg-body.gif) no-repeat top center scroll;
	font-family:Verdana, Arial, sans-serif;
	font-size:.75em;
	color:#666666;
}

html {
	margin-bottom:1px;
	min-height:100%;
}

p {
	line-height:1.5em;
}

a, a:visited {
	color:#006633;
	text-decoration:underline;
}

a:hover, a:active {
	color:#003366;
}

.access {
	display:none;
}

ul.list {
	margin-left:0;
	padding-left:20px;
}

ul.list li {
	list-style:none;
	padding-left:13px;
	background:url(list-item.gif) no-repeat left center;
	font-size:95%;
	color:#333333;
	line-height:1.7em;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000033;
	font-weight:normal;
	letter-spacing:1px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#000033;
	font-weight:normal;
	letter-spacing:1px;
}

h3.green {
	color:#005704;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:135%;
	font-weight:normal;
}

h3.green span {
	font-weight:bold;
	padding-right:15px;
}

h4 {
	font-size:110%;
	color:#666666;
	font-weight:bold;
	margin-bottom:-7px;
	padding-bottom:0;
}

#logo {
	width:695px;
	height:80px;
	background:#FFFFFF url(minton-logo.gif) no-repeat left center;
	margin:0 auto;
}

#wrapper {
	background:#FFFFFF url(bg-wrapper.gif) repeat-y center;
	margin:0 auto;
	width:695px;
	margin-top:29px;
	*margin-top:0;
	border-top:1px solid #CCCCCC;
	min-height:490px;
}

#wrapper-bottom {
	width:695px;
	margin:0 auto;
	height:15px;
	background:#FFFFFF url(bg-wrapper-bottom.gif) no-repeat bottom center;
}

#navs {
	width:695px;
	background:#FFFFFF;
	margin:0 auto;
}

	#navs ul {
		list-style:none;
		padding:6px 0;
		margin:0;
}

	#navs ul li {
		display:inline;
}

	#navs ul li a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#333333;
		text-decoration:none;
		color:#444444;
		background:url(bg-navs.jpg) no-repeat top left;
		float:left;
		cursor:pointer;
		margin-top:9px;
}

		#navs ul li a span {
			background:url(bg-navs-end.jpg) no-repeat top right;
			position:relative;
			float:left;
			padding:7px 17.9px 5px 17.8px;
			_padding:7px 17px 5px 17px;
}

		#navs ul li a span:hover {
			background:url(bg-navs-end.jpg) no-repeat right bottom;
}

	#navs ul li a:hover {
		background:url(bg-navs.jpg) no-repeat left bottom;
}

		#navs ul li a.current {
			background:url(bg-navs-current.jpg) no-repeat top left;
			color:#005704;
			margin-top:1px;
			margin-bottom:-1px;
}
		#navs ul li a.current span {
			background:url(bg-navs-current-end.jpg) no-repeat top right;
			position:relative;
			display:block;
			float:left;
			padding:12px 20px 9px 20px;
			*border-bottom:1px solid #FFFFFF;
}

		#navs ul li a.current:hover {
			background:url(bg-navs-current.jpg) no-repeat top left;
			color:#005704;
			cursor:default;
}
		#navs ul li a.current span:hover {
			position:relative;
			display:block;
			float:left;
}

#home-feature {
	width:280px;
	float:right;
	margin:0 1px 0 20px;
	height:525px;
	background:#FFFFFF url(bg-home-main.jpg) no-repeat right top;
}

#about-feature {
	width:280px;
	float:right;
	margin:0 1px 0 20px;
	height:550px;
	background:#FFFFFF url(../images/pouring-water-to-a-glass.jpg) no-repeat top right;
}

#source-feature {
	width:280px;
	float:right;
	margin:0 1px 0 20px;
	height:550px;
	background:#FFFFFF url(../images/spring-water-source-map-of-dartmoor.jpg) no-repeat top right;
}

#contact-feature {
	width:280px;
	float:right;
	margin:0 1px 0 20px;
	height:550px;
	background:#FFFFFF url(../images/minton-still-spring-water-bottled-with-sports-cap.jpg) no-repeat top right;
}

#environment-feature {
	width:280px;
	float:right;
	margin:0 1px 0 20px;
	height:660px;
	background:#FFFFFF url(../images/carbonated-water-shots-large.jpg) no-repeat top right;
}

#content {
	padding:20px;
}

#footer-wrapper {
	width:695px;
	margin:0 auto;
	margin-top:10px;
}

#footer-left {
	float:left;
	color:#006633;
	width:49%;
	font-size:85%;
	margin-left:5px;
}

	#footer-left a {
		color:#006633;
		text-decoration:none;
}
	#footer-left a:hover {
		color:#006633;
		text-decoration:underline;
}

#footer-right {
	width:48%;
	text-align:right;
	color:#999999;
	font-size:85%;
	float:right;
	margin-right:5px;
}

	#footer-right a {
		color:#999999;
		text-decoration:none;
}

	#footer-right a:hover {
		color:#999999;
		text-decoration:underline;
}

#product-box {
	width:300px;
	float:right;
	overflow:hidden;
}

#product-box.left {
	float:left;
}

#product-box p {
	font-size:95%;
	color:#333333;
	line-height:1.2em;
}

#product-box img {
	float:left;
	padding:0 20px 10px 0;
	border:0;
}

img.header-text {
	margin-bottom:-10px;
	*margin-bottom:-20px;
}