body,
html {
	font-family: helvetica, arial;
	height: 100%;
}
#header,
#navigation,
#content {
	max-width: 670px;
	width: 96%;
	margin: 0px auto;
}
	#titleImage {
		max-width: 454px;
		width: 96%;
		margin: 30px auto 0px;
		display: block;
	}
	#title {
		display: none;
	}
	#header h2 {
		color: #666;
		width: 250px;
		text-align: center;
		margin: 5px auto 30px;
	}
#navigation {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
	#navigation li {
		display: inline-block;
	}
		#navigation li a,
		#navigation li a:active,
		#navigation li a:visited {
			display: block;
			text-decoration: none;
			background-repeat: no-repeat;
			width: 90px;
			height: 34px;
			color: #666666;
			font-size: 14px;
			background-position: center;
			position: relative;
			margin: 8px 0px 31px;
		}
		@media screen and (max-width:688px) {
			#navigation li a,
			#navigation li a:active,
			#navigation li a:visited {	
				font-size: 13px;	
			}
		}	
			#navigation li a.current,
			#navigation li a:hover {
				color: #ed1c24;
			}
				#navigation li a span {
					display: block;
					width: 100%;
					position: absolute;
					top: 40px;
					text-align: center;
				}
			#home {
				background-image: url("../images/homeIcon.png");
			}
				#home:hover {
					background-image: url("../images/homeIconCurrent.png");
				}
				#home.current {
					background-image: url("../images/homeIconCurrent.png");
				}
			#products {
				background-image: url("../images/productsIcon.png");
			}
				#products:hover {
					background-image: url("../images/productsIconCurrent.png");
				}
				#products.current {
					background-image: url("../images/productsIconCurrent.png");
				}
			#solutions {
				background-image: url("../images/solutionsIcon.png");
			}
				#solutions:hover {
					background-image: url("../images/solutionsIconCurrent.png");
				}
				#solutions.current {
					background-image: url("../images/solutionsIconCurrent.png");
				}
			#industryNews {
				background-image: url("../images/industryNewsIcon.png");
			}
				#industryNews:hover {
					background-image: url("../images/industryNewsIconCurrent.png");
				}
				#industryNews.current {
					background-image: url("../images/industryNewsIconCurrent.png");
				}
			#contact {
				background-image: url("../images/contactIcon.png");
			}
				#contact:hover {
					background-image: url("../images/contactIconCurrent.png");
				}
				#contact.current {
					background-image: url("../images/contactIconCurrent.png");
				}
			#about {
				background-image: url("../images/aboutIcon.png");
			}
				#about:hover {
					background-image: url("../images/aboutIconCurrent.png");
				}
				#about.current {
					background-image: url("../images/aboutIconCurrent.png");
				}
#content {
	padding-top: 30px;
	font-size: 15px;
	color: #666666;
}			
@media screen and (max-width:688px) {
	#content {
		font-size: 13px;
	}	
}	
	#content #subTitle {
		color: #000000;
		font-size: 100px;
		overflow: hidden;
	  	white-space: normal;
	  	text-overflow: ellipsis;
	}
	#content.home h3 {
		font-size: 18px;
		max-width: 380px;
	}
	#content #flavours {
		width: 98%;
		display: block;
		margin: 20px auto;
	}
	#productList {
		overflow: hidden;
	}
		#content.products section {
			float: left;
			width: 325px;
			padding: 5px;
		}
		@media screen and (max-width:688px) {
			#content.products section {
				width: 100%;
			}
		}
			#content.products h3 {
				border-top: 1px solid #cccccc;
				border-bottom: 1px solid #cccccc;
				padding: 10px;
				color: #ed1c24;
				font-weight: bold;
				font-size: 22px;
				margin: 20px 0px;
			}
	#content ul li {
		list-style-type: disc;
		margin-left: 40px;
		padding: 5px 0px;
	}
	#content .custom {
		color: #ed1c24;
		list-style-type: none;
		margin-left: 24px;
	}
	#content .newsItem header {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 10px;
		position: relative;
		margin-bottom: 30px;
	}
		#content .newsItem header h1 {
			color: #000000;
			font-size: 30px;
			font-weight: bold;
		}
		#content .newsItem header h2 {
			font-size: 18px;
		}
			#content .newsItem header h2 a,
			#content .newsItem header h2 a:visited,
			#content .newsItem header h2 a:hover {
				color: #ed1c24;
				text-decoration: none;
			}
		#content .newsItem header h5 {
			position: relative;
			top: 31px;
		}
	#content .newsItem p {
		padding: 0px 10px;
	}
	.readMore {
		display: block;
		color: #ffffff;
		background-color: #ed1c24;
		padding: 10px;
		margin: 10px 10px 30px 10px;
		border-radius: 5px;
		width: 30%;
		max-width: 150px;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
	}
	#content .testimonial {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 10px 30px;
	}
		#content .testimonial:nth-child(odd) {
			background-color: #fff0f1;
		}
	.testimonial blockquote {
		padding: 0px 20px;
		position: relative;
	}
		.testimonial blockquote:after,
		.testimonial blockquote:before {
			content: "";
			display: block;
			background-repeat: no-repeat;
			position: absolute;
			width: 32px;
			height: 24px;
		}
		.testimonial blockquote:after {
			bottom: 0px;
			right: -20px;
			background-image: url("../images/openQuote.png");
		}
		.testimonial blockquote:before {
			top: 0px;
			left: -20px;
			background-image: url("../images/closeQuote.png");
		}
	.testimonial h4 {
		color: #ED1C24;
		font-weight: bold;
		font-size: 22px;
		margin: 10px 0px 0px 19px;
	}
	.testimonial h5 {
		margin: 0px 0px 0px 19px;
	}
		.testimonial h5 a,
		.testimonial h5 a:active,
		.testimonial h5 a:visited {
			color: #666666;
		}
		.testimonial h5 a:hover {
			color: #ED1C24;
		}
	#content.about p {
		margin: 10px 0px;
	}
		.about a {
			color: #ed1c24;
			text-decoration: none;
		}
			.about a:hover {
				text-decoration: underline;
			}
		.about img {
			display: block;
			margin: 10px auto;
			width: 70%;
			max-width: 374px;
		}
	#content.contact {
		overflow: hidden;
	}
		#content.contact section {
			float: left;
			width: 200px;
			padding: 5px;
			margin-bottom: 30px;
		}
		@media screen and (max-width:688px) {
			#content.contact section {
				width: 100%;
			}
		}
			#content.contact h3 {
				border-top: 1px solid #cccccc;
				border-bottom: 1px solid #cccccc;
				padding: 10px 0px 10px 10px;
				color: #ed1c24;
				font-weight: bold;
				font-size: 22px;
				margin: 20px 0px;
			}
			#content.contact h3:first-child {
				margin-top: 0px;
			}
			#content.contact p,
			#content.contact address {
				padding-left: 10px;
			}
			#content.contact .heading {
				display: inline-block;
				width: 45px;
			}
			#content.contact a {
				color: #ED1C24;
				text-decoration: none;
			}
			#content.contact a:hover {
				text-decoration: underline;
			}
		#map {
			width: 450px;
			height: 360px;
			float: right;
		}
			#map iframe {
				width: 100%;
				height: 100%;
			}
		@media screen and (max-width:688px) {
			#map {
				width: 100%;
			}
		}
#footer {
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	background-position: right;
	height: 163px;
	margin-top: 20px;
	width: 70%;
	max-width: 700px;
}
	#footer h3 {
		color: #FFFFFF;
		font-size: 12px;
		padding-top: 115px;
		text-align: right;
	}
		#footer h3 span {
			display: inline-block;
			width: 130px;
			margin-right: 65px;
		}
