body {
	margin: 0 auto;
	background: url('images/bg.png');
	font-family: 'Calibri', sans-serif; 
	font-size: 15px;
}

@font-face {
    font-family: 'DeliciousBold';
    src: url('fonts/delicious-bold-webfont.eot');
    src: url('fonts/delicious-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious-bold-webfont.woff') format('woff'),
         url('fonts/delicious-bold-webfont.ttf') format('truetype'),
         url('fonts/delicious-bold-webfont.svg#DeliciousBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DeliciousItalic';
    src: url('fonts/delicious-italic-webfont.eot');
    src: url('fonts/delicious-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious-italic-webfont.woff') format('woff'),
         url('fonts/delicious-italic-webfont.ttf') format('truetype'),
         url('fonts/delicious-italic-webfont.svg#DeliciousItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Delicious';
    src: url('fonts/delicious-roman-webfont.eot');
    src: url('onts/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious-roman-webfont.woff') format('woff'),
         url('fonts/delicious-roman-webfont.ttf') format('truetype'),
         url('fonts/delicious-roman-webfont.svg#DeliciousRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1 {
	font-family: 'Delicious', sans-serif; 
	font-weight: normal;
	color: #777;
	font-size: 32px;
	margin-top: 0;
}

h2 {
	font-family: 'Delicious', sans-serif;
	font-weight: normal;
	color: #664339;
}

h3 {
	font-family: 'Calibri', sans-serif; 
	font-weight: normal;
	font-size: 14px;
	color: #7a5c53;
	margin: 0;
	padding: 0;
}

h4 {
	font-family: 'Delicious', sans-serif; 
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
}

p {
	font-family: 'Calibri', sans-serif; 
	font-size: 15px;
	color: #666;
}

a img, img a {
	border: 0;
}


a {
	color: #c10000;
	text-decoration: underline;
}

	a:hover {
		color: #c10000;
		text-decoration: none;
	}

a.readMore {
	background: #777;
	color: #fff;
	padding: 6px 12px 6px 12px;
	text-transform: uppercase;
	text-decoration: none;
}

	a.readMore:hover {
		background: #999;
		color: #fff;
	}

header {
	height: 140px;
	margin-top: 60px;
	background: url('images/top-line.png') bottom no-repeat;
}

	#logo {
		float: left;
		height: 132px;
		width: 242px;
	}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

	#mainContent {
		padding: 40px;
	}

	#contentWrapper {
		width: 960px;
		min-height: 620px;
		background: #fff;
		margin-top: 17px;
		border-radius: 12px 0 12px 0;
		-moz-box-shadow: 0 0 7px 3px #e4e4e4;
		-webkit-box-shadow: 0 0 7px 3px #e4e4e4;
		box-shadow: 0 0 7px 3px #e4e4e4;
	}
	
		#pageWrapper {
			width: 960px;
			min-height: 560px;
			background: #fff;
			margin-top: 17px;
			border-radius: 12px 0 12px 0;
			-moz-box-shadow: 0 0 7px 3px #e4e4e4;
			-webkit-box-shadow: 0 0 7px 3px #e4e4e4;
			box-shadow: 0 0 7px 3px #e4e4e4;
		}

		#welcomeImage, #map {
			float: left;
			width: 400px;
			height: 400px;
			margin: 60px 20px 20px 60px;
		}
		
		#sidebar {
			float: left;
			width: 200px;
			height: 400px;
			margin: 60px 20px 20px 60px;
		}
		
			#pageContent {
				float: right;
				width: 600px;
				min-height: 400px;
				margin: 60px 60px 20px 20px;
			
			}
		
		#startContent {
			float: right;
			width: 400px;
			height: 400px;
			margin: 60px 60px 20px 20px;
		}
		
			.productCategory {
						width: 240px;
						height: 200px;
						float: left;
						margin: 26px;
						background: url('images/cat.jpg') no-repeat;
						padding-top: 8px;
					}
					
						.categoryImage {
							width: 240px;
							height: 160px;
						}
						
							.categoryImage img {
								width: 220px!important;
								height: 140px!important;
							}
							
							.categoryImage img:hover {
								opacity: 0.8;
							}
						
						.categoryTitle {
							font-family: 'Delicious', sans-serif;
							font-size: 22px;
							text-align: center;
							margin-top: 4px;
							color: #333;
						}
						
							.categoryTitle a {
								color: #333;
								text-decoration: underline;
							}
							
								.categoryTitle a:hover {
									color: #c10000;
									text-decoration: underline;
								}
						
						.categoryTitle span {
							color: #c10000;
						}
		
nav  {
	float: right;
	margin-top: 85px;
}

	nav ul, nav ul li {
		float: left;
		display: inline;
		list-style-type: none;
		font-family: 'Delicious', sans-serif;
		text-transform: uppercase;
		margin-left: 12px;
		font-size: 20px;
	}
	
		nav ul li a {
			color: #333;
			text-decoration: none;
		}
		
			nav ul li a.active, nav ul li a:hover {
				color: #c10000;
			}
			
			nav ul li.current_page_item a {
				color: #c10000;
			}
			
	#testimonialLeft {
		border: 1px solid #eee;
		margin: 0px 20px 60px 60px;
		width: 400px;
		height: 100px;
		float: left;
		background: url('images/quote.png') left no-repeat;
		color: #777;
	}
	
	#testimonialRight {
		border: 1px solid #eee;
		margin: 0px 20px 20px 20px;
		width: 400px;
		height: 100px;
		float: left;
		background: url('images/quote.png') left no-repeat;
		color: #777;
	}
	
			.quote {
				width: 280px;
				float: right;
				margin-right: 20px;
				padding-top: 20px;
			}

	
footer {
	font-family: 'Delicious', sans-serif;
	color: #555;
	font-size: 14px;
	width: 960px;
	height: 123px;
	background: url('images/bottom-line.png') no-repeat;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 8px;
}

	
.clearfix:after {
    content: ".";
    display: block;
    height: 1px;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

input {
	border: 1px solid #999;
}
