@charset "UTF-8";

/* CSS Document */

/* Modified Monday, May 16, 2016 */

a {
	font-size: 0.5em;
	/*color: #D56A2B;*/
	color: #BE4319;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF0004;
}

a:hover {
	text-decoration: underline;
	color: #D56A2B;
}

a:active {
	text-decoration: none;
	color: #FF0004;
}

#container {
	width: 1280px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;  /*Maintains aspect ratio regardless of browser resizing*/
	background-color: #000000;
}

#fauxBody {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5500px;
	background-image: url(../images/tahara-bin-extended2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover; /* Maintains aspect ratio regardless of browser resizing */
	scroll: auto;  /*For Noah and his crusty old crew at Microsoft IE */
}

.test {
	border-color: rgba(255,255,255,0.30);
	border-width: 2px;
}

#screen1 {
	position: absolute;
	top: 10px;
	height: 850px;
	width: 1280px;
	background-color: #9E9494;
	background-image: url(../images/SP.home4.jpg);
	background-repeat: no-repeat;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
}

#fruit {
	position: relative;
	top: 305px;
	left: 250px;
	background-image: url(../images/fruit1.jpg);
	background-repeat: no-repeat;
	height: 525px;
	width: 821px;
}

#vegetables {
	position: relative;
	top: 245px;
	left: 160px;
	background-image: url(../images/vegetables1.jpg);
	background-repeat: no-repeat;
	height: 577px;
	width: 866px;
}

#screen2 {
	position: absolute;
	top: -4000px;
	width: 1280px;
	scroll: auto;
	height: 1000px;
	background-image: url(../images/aboutApples4.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
}

#screen3 {
	position: absolute;
	top: -4000px;
	width: 1280px;
	height: 850px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: #FFFFFF;
	visibility: visible;
	-webkit-box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
}

#screen4 {
	position: absolute;
	top: -4000px;
	width: 1280px;
	height: 850px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: #FFFFFF;
	visibility: visible;
	-webkit-box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
}

#screen5 {
	position: absolute;
	top: -4000px;
	width: 1280px;
	height: 800px;
	background-color: #FFFFFF;
	visibility: visible;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
}

#screen6 {
	position: absolute;
	top: -4000px;
	width: 1280px;
	height: 830px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(250,245,245,1.0);
	background-image: url(../images/bg3a.png);
	-webkit-box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
}

#screen7 {
	position: absolute;
	top: -4000px;
	width: 1280px;
	height: 800px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(250,245,245,1.0);
	-webkit-box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
}

#screen8 {
	position: absolute;
	top: -4000px;
	width: 1280px;
	height: 800px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(250,245,245,1.0);
	-webkit-box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
}

.imgClass {
	opacity: 0;
}

.nextArrow {
	position: absolute;
	top: 225px;
	left: 1180px;
	height: 50px;
	width: 50px;
	background-image: url(../images/nextArrow[K].png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 150;
}

.previousArrow {
	top: 225px;
	left: -50px;
	position: absolute;
	height: 50px;
	width: 50px;
	background-image: url(../images/previousArrow[K].png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 150;
}

#content2 {
	position: absolute;
	top: 80px;
	left: 50px;
	height: 750px;
	width: 1200px;
}

#content3 {
	position: absolute;
	top: 80px;
	left: 50px;
	height: 750px;
	width: 1200px;
}

#content4 {
	position: absolute;
	top: 80px;
	left: 50px;
	height: 750px;
	width: 1200px;
}

#content5 {
	position: absolute;
	top: 80px;
	left: 50px;
	height: 750px;
	width: 1200px;
}

#content6 {
	position: absolute;
	top: 80px;
	left: 50px;
	height: 750px;
	width: 1200px;
}

#content7 {
	position: absolute;
	top: 80px;
	left: 50px;
	height: 750px;
	width: 1200px;
}

#content8 {
	position: absolute;
	top: 80px;
	left: 50px;
	height: 750px;
	width: 1200px;
}

#orchardBlurb {
	position: absolute;
	top: 75px;
	left: 640px;
	height: 724px;
	width: 615px;
	background-image: url(../images/??.jpg);
	background-repeat: no-repeat;
}

#fruits {
	position: relative;
	top: 30px;
	height: 280px;
	width: 1180px;
}

#savoury {
	position: relative;
	top: 30px;
	height: 280px;
	width: 1180px;
}

#blurb2 {
	position: relative;
	top: 400px;
	left: 34px;
	height: 100px;
	width: 1200px;
}

#blurb3 {
	position: relative;
	height: auto;
	width: 815px;
}

#blurb4 {
	position: relative;
	top: 80px;
	left: 0px;
	height: 300px;
	width: 815px;
}

#blurb5 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 815px;
}

.placeOrder {
	font-family: "ff-enzo-web";
	font-weight: 900;
	font-style: italic;
	color: #BF461A;
	opacity: 1;
}

#placeOrder1 {
	position: relative;
	top: 200px;
	left: 0px;
	width: 100px;
	height: 25px;
	font-family: "ff-enzo-web";
	font-weight: 900;
	font-style: italic;
	color: #BF461A;
}

.threeColumns {
	color: #615D5D;
	font-family: "MyriadWebProRegular";
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}

.fourColumns {
	position: absolute;
	height: 180px;
	width: 956px;
	top: 745px;
	color: #696767;
	font-family: "ff-enzo-web";
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	text-align: left;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
}

.twoColumns {
	position: absolute;
	height: 180px;
	width: 430px;
	top: 765px;
	color: #696767;
	font-family: "ff-enzo-web";
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	text-align: left;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

.fourColumns2 {
	position: relative;
	width: 1180px;
	top: 425px;
	color: #000000;
	opacity: 0.7;
	font-family: "ff-enzo-web";
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
}

.fourColumns3 {
	position: absolute;
	height: 180px;
	width: 1180px;
	top: 745px;
	color: #000000;
	font-family: "MyriadWebProRegular";
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
}

.fruitDisplay {
	display: inline;
	float: left;
	height: 180px;
	width: 180px;
	margin-left: 20px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	cursor: pointer;
	user-select: none;
	z-index: 20;
}

.savouryDisplay {
	display: inline;
	float: left;
	height: 180px;
	width: 180px;
	margin-left: 20px;
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
	color: #CCCCCC;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	cursor: pointer;
	user-select: none;
	z-index: 20;
}

#fruitCategory1 {
	margin-left: 0px;
	background-image: url(../images/twoGreenApples.jpg);
}

#fruitCategory2 {
	background-image: url(../images/cherries2.jpg);
}

#fruitCategory3 {
	background-image: url(../images/blueberries.jpg);
}

#fruitCategory4 {
	background-image: url(../images/peaches2.jpg);
}

#fruitCategory5 {
	background-image: url(../images/blackberries.jpg);
}

#fruitCategory6 {
	background-image: url(../images/bananas.jpg);
}

#savouryCategory1 {
	margin-left: 0px;
	background-image: url(../images/indian.jpg);
}

#savouryCategory2 {
	background-image: url(../images/lentils.jpg);
}

#savouryCategory3 {
	background-image: url(../images/mexican.jpg);
}

#savouryCategory4 {
	background-image: url(../images/lebanese.jpg);
}

#savouryCategory5 {
	background-image: url(../images/mediterranean.jpg);
}

#savouryCategory6 {
	background-image: url(../images/peasant.jpg);
}

.fruitStacks {
	position: absolute;
	top: 244px;
	left: 0px;
	width: 1180px;
	height: 500px;
	text-align: center;
	margin-left: -3000px;
	background-color: #000000;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
}

.savouryStacks {
	position: absolute;
	top: 244px;
	left: 0px;
	width: 1180px;
	height: 500px;
	text-align: center;
	margin-left: -3000px;
	background-color: #000000;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
}

#navigation {
	position: fixed;
	display: inline;
	top: 24px;
	margin: 0 auto;
	text-align: center;
	width: 1280px;
	z-index: 999;
}

.menuLeft {
	display: inline;
	height: 35px;
	padding: 8px 2% 10px 2%;
	font-family: 'MyriadWebProRegular';
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	user-select: none;
	cursor: pointer;
	-webkit-border-radius: 20px 0px 0px 20px;
	border-radius: 20px 0px 0px 20px;
	background-image: url(../images/btnFront4.png);
	background-repeat: repeat;
	border-right: 1px solid #a8a2ad;
	border-bottom: 1px solid #a8a2ad;
}

.menuRight {
	display: inline;
	height: 35px;
	padding: 8px 2% 10px 2%;
	font-family: 'MyriadWebProRegular';
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	user-select: none;
	cursor: pointer;
	-webkit-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	background-image: url(../images/btnFront4.png);
	background-repeat: repeat;
	border-right: 1px solid #a8a2ad;
	border-bottom: 1px solid #a8a2ad;
}

.menu {
	display: inline;
	height: 35px;
	padding: 8px 2% 10px 2%;
	font-family: 'MyriadWebProRegular';
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	user-select: none;
	cursor: pointer;
	background-image: url(../images/btnFront4.png);
	background-repeat: repeat;
	border-right: 1px solid #a8a2ad;
	border-bottom: 1px solid #a8a2ad;
}

.lightGreyItals {
	color: #A49F9F;
	font-family: "MyriadWebProItalic";
	font-size: 12px;
}

#orchard {
	position: relative;
	height: 574px;
	width: 1180px;
	top: -120px;
	background-image: url(../images/orchard.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

#logoWhite {
	position: absolute;
	margin-top: 70px;
	margin-left: 1010px;
	width: 183px;
	height: 159px;
	background-image: url(../images/logoWhite.png);
	background-repeat: no-repeat;
}

#blurbLogo2 {
	position: absolute;
	margin-top: 600px;
	margin-left: 972px;
	width: 203px;
	height: 149px;
	background-image: url(../images/SP.logoSmall.png);
	background-repeat: no-repeat;
}

#pic2 {
	position: relative;
	height: 300px;
	width: auto;
	top: 20px;
	background-image: url(../images/Semi.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
}

#heading1 {
	position: relative;
	top: 600px;
	left: 80px;
	width: 800px;
	height: 80px;
}

#applePies {
	position: relative;
	top: 15px;
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
	color: #000000;
	opacity: 0.2;
}

#cherryPies {
	position: relative;
	top: 15px;
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
	color: #000000;
	opacity: 0.2;
}

#blueberryPies {
	position: relative;
	top: 15px;
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
	color: #000000;
	opacity: 0.2;
}

#peachPies {
	position: relative;
	top: 15px;
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
	color: #000000;
	opacity: 0.2;
}

#vegePies {
	position: relative;
	top: 15px;
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
	color: #000000;
	opacity: 0.2;
}

#lentilPies {
	position: relative;
	top: 15px;
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
	color: #000000;
	opacity: 0.2;
}

.first3Words {
	font-family: "ff-enzo-web";
	font-weight: 900;
	font-size: 18px;
	color: #000000;
}

.first3Words2 {
	font-family: "ff-enzo-web";
	font-weight: 900;
	font-size: 14px;
	color: #000000;
}

.headings {
	font-family: "ff-enzo-web";
	font-weight: bold;
	font-style: italic;
	font-size: 120px;
	letter-spacing: -4px;
	line-height: 100px;
	text-align: center;
	color: #608904;
	opacity: 0.5;
}

.headings2 {
	margin-left: -4px;
	font-family: "MyriadWebProBold";
	font-size: 64px;
	letter-spacing: -2px;
	line-height: 52px;
	text-align: left;
	color: #FFFFFF;
	text-shadow: #3E3D3D;
	text-shadow: 2px 2px 5px #7D7D7D;
}

#fruit1-1 {
	background-image: url(../images/pieLogo.jpg);
}

#fruit1-2 {
	background-image: url(../images/appleCustardPie3.jpg);
}

#fruit1-3 {
	background-image: url(../images/appleCrumble2.jpg);
}

#fruit1-4 {
	background-image: url(../images/grannySmithsMain.jpg);
}

#fruit2-1 {
	background-image: url(../images/cherryPieSlice.jpg);
}

#fruit2-2 {
	background-image: url(../images/darkCherries.jpg);
}

#fruit2-3 {
	background-image: url(../images/cherryPieCut.jpg);
}

#fruit2-4 {
	background-image: url(../images/fruits/2.4.jpg);
}

#fruit3-1 {
	background-image: url(../images/blueberryPieSlice.jpg);
}

#fruit3-2 {
	background-image: url(../images/blueberriesBasket.jpg);
}

#fruit3-3 {
	background-image: url(../images/blueberriesTree.jpg);
}

#fruit3-4 {
	background-image: url(../images/fruits/3.4.jpg);
}

#fruit4-1 {
	background-image: url(../images/peachPie.jpg);
}

#fruit4-2 {
	background-image: url(../images/peachOrchard.jpg);
}

#fruit4-3 {
	background-image: url(../images/peachPie2.jpg);
}

#fruit4-4 {
	background-image: url(../images/fruits/4.4.jpg);
}

#fruit5-1 {
	background-image: url(../images/blackberryPies.jpg);
}

#fruit5-2 {
	background-image: url(../images/blackberriesMacro.jpg);
}

#fruit5-3 {
	background-image: url(../images/blackberriesBowl.jpg);
}

#fruit5-4 {
	background-image: url(../images/fruits/5.4.jpg);
}

#fruit6-1 {
	background-image: url(../images/bananaCustardPie2.jpg);
}

#fruit6-2 {
	background-image: url(../images/bananas2.jpg);
}

#fruit6-3 {
	background-image: url(../images/fruits/6.3.jpg);
}

#fruit6-4 {
	background-image: url(../images/fruits/6.4.jpg);
}

#aboutLogo {
	position: fixed;
	top: 30px;
	margin: 10px auto auto 40px;
	width: 203px;
	height: 149px;
	background-image: url(../images/SP.logoSmall.png);
	background-repeat: no-repeat;
	opacity: 0;
}

#insetAbout1 {
	position: absolute;
	top: -20px;
	left: 908px;
	height: 163px;
	width: 286px;
	background-image: url(../images/insetStampedPie.jpg);
	background-repeat: no-repeat;
}

#insetAbout2 {
	position: absolute;
	top: 340px;
	left: 908px;
	height: 163px;
	width: 286px;
	background-image: url(../images/piesShouldered.jpg);
	background-repeat: no-repeat;
}

#insetAbout3 {
	position: absolute;
	top: 520px;
	left: 908px;
	height: 163px;
	width: 286px;
	background-image: url(../images/insetAbout4.jpg);
	background-repeat: no-repeat;
}

#insetAbout4 {
	position: absolute;
	top: 520px;
	left: 908px;
	height: 163px;
	width: 286px;
	background-image: url(../images/insetAboutMixer.jpg);
	background-repeat: no-repeat;
}

#insetBakehouse2 {
	background-image: url(../images/Bakehouse1.jpg);
}

#insetVegetablePie1 {
	background-image: url(../images/insetVegetablePie1.jpg);
}

#insetVegetablePie2 {
	background-image: url(../images/insetVegetablePie2.jpg);
}

#insetBananas1 {
	background-image: url(../images/insetBanana1.jpg);
}

#insetBananas2 {
	background-image: url(../images/insetBanana2.jpg);
}

#insetPeaches1 {
	background-image: url(../images/insetPeaches1.jpg);
}

#insetPeaches2 {
	background-image: url(../images/insetPeaches2.jpg);
}

#insetPeaches3 {
	background-image: url(../images/insetPeaches3.jpg);
}

#insetPeaches4 {
	background-image: url(../images/insetPeaches4.jpg);
}

#insetPeaches5 {
	background-image: url(../images/insetPeaches5.jpg);
}

#insetBlackberries1 {
	background-image: url(../images/insetBlackberryTart.jpg);
}

#insetBlackberries2 {
	background-image: url(../images/insetBlackberriesPicking.jpg);
}

#insetBlackberryPie1 {
	background-image: url(../images/insetBlackberryPie1.jpg);
}

#insetApplesGrannySmiths {
	background-image: url(../images/insetApplesMixed.jpg);
}

#insetCherries1 {
	background-image: url(../images/insetCherries1.jpg);
}

#insetCherryPie2 {
	background-image: url(../images/insetCherryPie2.jpg);
}

#insetCherryOrchard {
	background-image: url(../images/insetCherriesTree.jpg);
}

#insetChildCherry {
	background-image: url(../images/insetBlaise.jpg);
}

#insetApplePie1 {
	background-image: url(../images/insetApplePie1.jpg);
}

#insetAppleCrumble1 {
	background-image: url(../images/insetAppleCrumble.jpg);
}

#insetAppleCrumble2 {
	background-image: url(../images/insetAppleCrumble4.jpg);
}

#insetBlueberry1 {
	background-image: url(../images/insetBlueberriesBasket.jpg);
}

#insetBlueberriesHands {
	background-image: url(../images/insertBlueberriesHands.jpg);
}

#insetBlueberryMouth {
	background-image: url(../images/insertBlueberryMouth.jpg);
}

#insetBlueberry2 {
	background-image: url(../images/insetBlueberryPieIceCream.jpg);
}

#insetLentils1 {
	background-image: url(../images/insetLentils1.jpg);
}

#insetLentils3 {
	background-image: url(../images/insetLentils3.jpg);
}

#inset2 {
	background-image: url(../images/threeTraysPies.jpg);
}

#insetAppleCustard {
	background-image: url(../images/insetAppleCustard.jpg);
}

#insetAppleCustard2 {
	background-image: url(../images/insetAppleCustard2.jpg);
}

#inset3 {
	background-image: url(../images/insetStampedPie.jpg);
}

#inset4 {
	background-image: url(../images/piesStacked.jpg);
}

#insetLentils1 {
	background-image: url(../images/insetLentils.jpg);
}

#insetLentils2 {
	background-image: url(../images/insetLentilPie.jpg);
}

#insetMexico1 {
	background-image: url(../images/insetMexico1.jpg);
}

#insetMexican2 {
	background-image: url(../images/insetMexican2.jpg);
}

#insetMexican3 {
	background-image: url(../images/insetMexican3.jpg);
}

.firstInsert {
	position: absolute;
	top: 770px;
	left: 440px;
	height: 163px;
	width: 286px;
	background-repeat: no-repeat;
	z-index: 999;
}

.secondInsert {
	position: absolute;
	top: 770px;
	left: 734px;
	height: 163px;
	width: 286px;
	background-repeat: no-repeat;
	z-index: 999;
}

.logoPosition {
	position: absolute;
	top: 775px;
	left: 1025px;
	width: 203px;
	height: 149px;
	background-image: url(../images/SP.logoSmall.png);
	background-repeat: no-repeat;
	z-index: 999;
}

#insetIndian1 {
	background-image: url(../images/insetIndianCurry3.jpg);
}

#insetIndian2 {
	background-image: url(../images/insetTajMahal.jpg);
}

#insetIndian3 {
	background-image: url(../images/insetIndian1.jpg);
}

#insetSpices {
	background-image: url(../images/insetSpices.jpg);
}

#insetIndian4 {
	background-image: url(../images/insetIndian2.jpg);
}

#insetIndian5 {
	background-image: url(../images/intoOven.jpg);
}

.savouryClass {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1180px;
	height: 500px;
	background-repeat: no-repeat;
	background-color: #D4B489;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
}

.fruitClass {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1180px;
	height: 500px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
}

#savoury1-1 {
	background-image: url(../images/indianCurry1.jpg);
}

#savoury1-2 {
	background-image: url(../images/indianCurry3.jpg);
}

#savoury1-3 {
	background-image: url(../images/indianMarket.jpg);
}

#savoury1-4 {
	background-image: url(../images/savoury/1.4.jpg);
}

#savoury2-1 {
	background-image: url(../images/lentilsPot.jpg);
}

#savoury2-2 {
	background-image: url(../images/lentils2.jpg);
}

#savoury2-3 {
	background-image: url(../images/savoury/2.3.jpg);
}

#savoury2-4 {
	background-image: url(../images/savoury/2.4.jpg);
}

#savoury3-1 {
	background-image: url(../images/mexicanPot.jpg);
}

#savoury3-2 {
	background-image: url(../images/mexican2.jpg);
}

#savoury3-3 {
	background-image: url(../images/savoury/3.3.jpg);
}

#savoury3-4 {
	background-image: url(../images/temporary.3.4.jpg);
}

#savoury4-1 {
	background-image: url(../images/temporaryOttoman.jpg);
}

/*#savoury4-2 {
	background-image: url(../images/savoury/4.2.jpg);
}

#savoury4-3 {
	background-image: url(../images/savoury/4.3.jpg);
}
#savoury4-4 {
	background-image: url(../images/savoury/4.4.jpg);
}*/


#savoury5-1 {
	background-image: url(../images/temporaryGreece.jpg);
}

/*#savoury5-2 {
	background-image: url(../images/savoury/5.2.jpg);
}

#savoury5-3 {
	background-image: url(../images/savoury/5.3.jpg);
}
#savoury5-4 {
	background-image: url(../images/savoury/5.4.jpg);
}
*/

#savoury6-1 {
	background-image: url(../images/hungryPeasant1.jpg);
}

#savoury6-2 {
	background-image: url(../images/hungryPeasant2.jpg);
}

#savoury6-3 {
	background-image: url(../images/savoury/6.3.jpg);
}

#savoury6-4 {
	background-image: url(../images/savoury/6.4.jpg);
}

#sales {
	position: relative;
	top: 0px;
	left: 0px;
	height: 500px;
	width: 1180px;
	background-image: url(../images/sales.jpg);
	background-repeat: no-repeat;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
}

#salesLogo {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	width: 203px;
	height: 149px;
	background-image: url(../images/SP.logoSmall.png);
	background-repeat: no-repeat;
}

#salesDetails {
	position: relative;
	top: 120px;
	left: 0px;
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: 700;
	font-size: 48px;
	color: #FFFFFF;
	z-index: 50;
}

.myriadProRegular {
	font-family: "MyriadWebProRegular";
	font-size: 20px;
	line-spacing: 10px;
	color: #FFFFFF;
}

.myriadProItalic {
	font-family: "MyriadWebProItalic";
}

.myriadProRegular2 {
	font-family: "MyriadWebProRegular";
	font-size: 16px;
	line-spacing: 4px;
	color: #FFFFFF;
	opacity: 0.5;
}

.myriadProBlack {
	font-family: "MyriadProBlack";
	font-size: 30px;
	letter-spacing: 0.5px;
}

.email {
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: 600;
	font-size: 60px;
	text-decoration: none;
	color: #EDAE00;
}

.email1 {
	text-align: left;
	font-family: "ff-enzo-web";
	font-weight: 600;
	font-size: 48px;
	text-decoration: none;
	/*color: #A7160B;*/
	color: #000000;
}

#contactPic {
	position: absolute;
	top: 395px;
	left: 115px;
	height: 300px;
	width: 405px;
	background-color: #FFFFFF;
	background-image: url(../images/contact1.jpg);
	background-repeat: no-repeat;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	z-index: 2;
}

#contact {
	position: relative;
	width: 1180px;
	height: 738px;
	background-image: url(../images/scratchedSlate.x.jpg);
	background-repeat: no-repeat;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.3);
}

#contactDetails {
	position: relative;
	padding: 30px;
	top: -50px;
	left: 0px;
	width: 1120px;
	height: 340px;
	text-align: left;
	font-family: "ff-enzo-web";
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.25em;
	text-align: left;
	color: #000000;
	background-image: url(../images/tahara-bin.small.jpg);
	background-repeat: no-repeat;
	background-color: #68626C;
	-webkit-box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#embossedLogo {
	position: relative;
	top: -125px;
	left: 850px;
	height: 170px;
	width: 170px;
	background-image: url(../images/SP.logoSmall.png);
	background-repeat: no-repeat;
	z-index: 5;
}

#socialMediaIcons {
	position: relative;
	margin: 0 auto;
	top: 845px;
	width: 396px;
	height: 63px;
	background-image: url(../images/socialMediaIcons.png);
	opacity: 0.3;
	cursor: pointer;
	user-select: none;
}

.italics {
	font-family: "ff-enzo-web";
	font-style: italic;
}

.sweetiePie {
	font-family: "ff-enzo-web";
	font-style: italic;
	font-weight: 700;
}

#copyright {
	position: relative;
	top: 950px;
	margin: 0 auto;
	width: 1000px;
	height: 30px;
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: 600;
	font-size: 0.9em;
	line-height: 1.5em;
	color: rgba(0, 0, 0, 0.7);
}

.minus10px {
	letter-spacing: -10px;
}

.minus4px {
	letter-spacing: -4px;
}

.minus3px {
	letter-spacing: -3px;
}

.minus2px {
	letter-spacing: -2px;
}

.minus1px {
	letter-spacing: -1px;
}

#map_canvas { /*iframe*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 1180px;
	height: 400px;
	background-color: #827B7B;
	-webkit-box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
	box-shadow: 6px 16px 24px 12px rgba(03,0,0,0.7);
}

.enzoMedium {
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	opacity: 0.5;
}

#savouryStack6 {
	text-align: center;
	font-family: "ff-enzo-web";
	font-weight: 600;
	font-size: 18px;
}

.tahara {
	font-family: "ff-enzo-web";
	font-weight: 900;
	font-size: 2em;
	color: #FFFFFF;
}

#taharaEstate {
	position: relative;
	top: 100px;
	left: 447px;
	height: 263px;
	width: 386px;
	background-image: url(../images/taharaEstate.jpg);
	background-repeat: no-repeat;
	z-index: 50;
}
