
.feature {
	width:1024px;
	margin:0 auto;
}

.feature img {
	width:100%;
	height:auto;
}

#productPage {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:122px;
}

#container {
	width:100%;
	height:auto;
	overflow:hidden;
	background:url(../images/paper.png) repeat;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	padding:0 0 55px 0;
}

#products {
	width:100%;
	max-width:1024px !important;
	margin:0 auto;
	padding:35px 0;
}

.about {
	width:100%;
	padding:2% 0 0 0;
}

.about h1 {
	font-family:'Sorts Mill Goudy', serif;
	font-style:italic;
	color:#006940;
	cursor:default;
	float:left;
	width:100%;
	font-size:28px;
	margin:15px 0 5px 0;
}

.about p {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#3b2b1b;
	line-height:24px;
	cursor:default;
}

.about a {
	color:#006940;
	text-decoration:none;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

.about a:hover {
	color:#333333;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

.productImage {
	float:right;
	margin:5px 0 15px 25px;
}

.pumpImage {
	float:left;
	position:relative;
	margin:15px 35px 0 0;
}

#thumbStrip {
	width:100%;
}

#thumbStrip h2 {
	font-family:'Sorts Mill Goudy', serif;
	font-style:italic;
	color:#006940;
	cursor:default;
	float:left;
	width:100%;
	font-size:24px;
	margin:15px 0 5px 0;
}

.range {
	width:100%;
	height:auto;
	color:#333;
	text-align:left;
	font-size:12px;
	float:left;
	padding:10px 0 5px 0;
	margin:10px 0;
	text-decoration:none;
	line-height:18px;
}

.range img {
	float:left;
	background-color:#3b2b1b;
	padding:5px;
	margin:0 20px 20px 0;
}

.range h3 {
	font-family:'Sorts Mill Goudy', serif;
	margin:0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	color:#006940;
}

.range p {
	margin:0;
	padding:0;
}

.range a {
	text-decoration:none;
	color:#333333;
}

.data {
	font-size:14px;
	text-align:right;
	color:#004271;
	padding:5px 0 0 0;
	margin:0;
}

.data a {
	color:#006940;
	text-decoration:none;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

.data a:hover {
	color:#333333;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

.section {
	height:0;
}

#backTop {
	width:100%;
	float:right;
	text-transform:uppercase;
	text-align:left;
	font-size:15px;
	margin:25px 0 15px 0;
}

#backTop a {
	color:#006940;
	text-decoration:none;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

#backTop a:hover {
	color:#333333;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

/*Set the menu behaviour for all screens smaller than 1200px */
@media all and (max-width:1200px) {
	
	.about {
		padding:2% 35px 0 35px;
	}
	
	#thumbStrip {
		padding: 0 35px;
	}
}

/*Set the menu behaviour for all screens smaller than 1024px */
@media all and (max-width:1024px) {
	
	.feature {
		width:100%;
	}
}

/*Set the menu behaviour for all screens smaller than 950px */
@media all and (max-width:950px) {
	
	#productPage {
		margin:0 auto;
	}
}

/*Styles for screen 768px and lower*/
@media screen and (max-width:768px) {
	
	.productImage {
		width:50%;
	}
	
	.productImage img {
		width:100%;
	}
	
	.pumpImage {
		display:none;
	}
	
	.range h3 {
		font-size:16px;
	}
}

/*Styles for screen 592px and lower*/
@media screen and (max-width:592px) {
	
	.about {
		padding:2% 25px 0 25px;
	}
	
	#thumbStrip {
		padding:0 25px;
	}
	
	.productImage {
		width:100%;
		float:left;
		padding:0;
		margin:0;
	}
	
	.productImage img {
		width:100%;
		padding:0 0 25px 0;
		margin:0;
	}
}

/*Styles for screen 480px and lower*/
@media screen and (max-width:480px) {
		
	.about h1 {
		font-size:22px;
		margin: 0.4em 0 !important;
	}
		
	.about p {
		font-size:13px;
	}
	
	.range h3 {
		font-size:14px;
	}
}

/*Styles for screen 280px and lower*/
@media screen and (max-width:280px) {
	
	.range img {
		margin:0 20% 20px 20%;
	}
}