@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'ITCMonaLisaStdSolid';
	src: url('../fonts/monalisastd-solid-webfont.eot');
	src: local('☺'), url('../fonts/monalisastd-solid-webfont.woff') format('woff'), url('../fonts/monalisastd-solid-webfont.ttf') format('truetype'), url('../fonts/monalisastd-solid-webfont.svg#ITCMonaLisaStdSolid') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	background-color: #000;
	color: #FFF;
}
#products {
	background-color: #FFF;
	color: #000;
	background-image: url(../images/products-bg.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 1020px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
	position: relative;
}
#main {
	background-color: #FFF;
	color: #000;
	background-image: url(../images/mth-bottles.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 1020px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
	position: relative;
}
#about {
	background-color: #FFF;
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 1020px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
	position: relative;
}
#recipes-bg {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 11%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 11%, rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 11%, rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 11%, rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 11%, rgba(242,242,242,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
	width: 1020px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
	position: relative;
}
header {
	height: 100px;
	margin-right: 40px;
	margin-left: 40px;
}
h1 {
	font-family: ITCMonaLisaStdSolid;
}
header ul {
	margin-right: 0px;
	margin-top: 40px;
	padding-top: 35px;
}
header li {
	list-style-type: none;
	float: left;
}
.contact a {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 21px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	background-color: #E82824;
	width: 92px;
	margin-left: 780px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
.contact a:hover, .contact a:focus {
	background-color: #F6EE24;
	color: #000;
}
.fb {
	height: 25px;
	width: 26px;
	float: right;
}
#mainlogo {
	float: left;
	margin-right: 500px;
	margin-top: -40px;
}
nav {
	height: 30px;
	width: 900px;
	background-color: #E82824;
	top: 90px;
	left: 120px;
	position: absolute;
	margin-top: 10px;
}
nav h2 {
	font-family: ITCMonaLisaStdSolid;
	font-size: 16px;
	color: #fff;
	float: left;
	margin-top: -2px;
	margin-left: 30px;
	font-weight: 100;
}
.stamp {
	z-index: 50;
	position: absolute;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 375px;
	padding-top: 0px;
	padding-bottom: 0;
}
nav li {
	display: inline;
	margin: auto;
	padding-right: 5px;
	padding-left: 5px;
	clear: none;
	float: none;
}
nav li a {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
}
nav a, nav a:link {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
nav a:hover, nav a:focus, nav .current a {
	background-color: #F6EE24;
	color: #000;
}
nav a:active {
	background-color: #F6EE24;
	color: #fff;
}
nav mark {
	/* <marks> has a yellow bg by default */
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	background-color: #F6EE24;
}
#content {
	height: 572px;
	width: 950px;
	margin-bottom: 60px;
}
#maincopy {
	height: 295px;
	width: 220px;
	margin-left: 40px;
	padding-top: 190px;
}
#maincopy h1 {
	font-size: 18px;
	color: #E82824;
	line-height: 32px;
	font-weight: 100;
}
#maincopy p {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}
#wantbutton a {
	height: 36px;
	width: 130px;
	background-color: #F6EE24;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	font-family: ITCMonaLisaStdSolid;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	display: block;
	text-decoration: none;
}
#wantbutton a:hover, #wantbutton a:focus {
	background-color: #E82824;
	color: #fff;
}
#thumbs {
	padding: 0px;
	margin-top: 70px;
	position: absolute;
	width: 560px;
	margin-left: 40px;
}
#thumbs ul {
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#thumbs li {
	display: inline;
	margin: 10px;
}
#thumbs li a {
	width: 122px;
	height: 126px;
	display: inline-block;
	background: transparent url("../images/cats2.jpg") no-repeat;
	/*
		Transition is so new it's only being beta tested
		We must trigger the beta testing mode using vendor prefixes
		-moz- firefox
		-ms- Internet Explorer
		-o- Opera
		-webkit- Safari, Chrome
	*/
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	border: 5px solid #000;
	-moz-transition: -moz-transform 500ms ease-in-out;
	-ms-transition: -ms-transform 500ms ease-in-out;
	-o-transition: -o-transform 500ms ease-in-out;
	-webkit-transition: -webkit-transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out;
}
#thumbs a:hover {
	-moz-box-shadow: 6px 6px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 6px 6px 7px rgba(0,0,0,0.5);
	box-shadow: 6px 6px 7px rgba(0,0,0,0.5);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
#thumbs .thumbactive a:hover {
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
#thumbs li:nth-child(1) a {
	background-position: -373px -129px;
}
#thumbs li:nth-child(1) a:hover, #thumbs li:nth-child(1).thumbactive a {
	background-position: -373px 0px;
}
#thumbs li:nth-child(2) a {
	background-position: -742px -130px;
}
#thumbs li:nth-child(2) a:hover, #thumbs li:nth-child(2).thumbactive a {
	background-position: -742px -1px;
}
#thumbs li:nth-child(3) a {
	background-position: -556px -129px;
}
#thumbs li:nth-child(3) a:hover, #thumbs li:nth-child(3).thumbactive a {
	background-position: -556px 0px;
}
#thumbs li:nth-child(4) a {
	background-position: -186px -129px;
}
#thumbs li:nth-child(4) a:hover, #thumbs li:nth-child(4).thumbactive a {
	background-position: -186px 0px;
}
#thumbs li:nth-child(5) a {
	background-position: -930px -130px;
}
#thumbs li:nth-child(5) a:hover, #thumbs li:nth-child(5).thumbactive a {
	background-position: -930px -1px;
}
#thumbs li:nth-child(6) a {
	background-position: 0px -130px;
}
#thumbs li:nth-child(6) a:hover, #thumbs li:nth-child(6).thumbactive a {
	background-position: 0px -1px;
}
#thumbs h2 {
	font-family: ITCMonaLisaStdSolid;
	font-size: 16px;
	color: #E82824;
	font-weight: 100;
	margin-left: 10px;
	padding-left: 70px;
	width: 375px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E82824;
	border-right-color: #E82824;
	border-bottom-color: #E82824;
	border-left-color: #E82824;
}
#names {
	position: absolute;
	font-family: ITCMonaLisaStdSolid;
	font-size: 12px;
	color: #E82824;
	font-weight: 100;
	margin-left: 45px;
	padding-left: 0px;
	margin-top: 300px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E82824;
	border-right-color: #E82824;
	border-bottom-color: #E82824;
	border-left-color: #E82824;
}
#names a {
	text-decoration: none;
	color: #000;
	text-align: center;
	display: block;
	float: left;
	width: 132px;
	margin-right: 30px;
}
#names .thumb3 {
	margin-right: 0px;
}
#names a:hover, #names a:focus, #names .current a {
	color: #E82824;
}
#names mark {
	color: #E82824;
	background-color: transparent;
}
#names2 {
	position: absolute;
	font-family: ITCMonaLisaStdSolid;
	font-size: 12px;
	color: #E82824;
	font-weight: 100;
	margin-left: 45px;
	padding-left: 6px;
	margin-top: 520px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E82824;
	border-right-color: #E82824;
	border-bottom-color: #E82824;
	border-left-color: #E82824;
}
#names2 a {
	text-decoration: none;
	color: #000;
	margin-right: 25px;
	width: 132px;
	text-align: center;
	display: block;
	float: left;
}
#names2 .thumb3 {
	margin-right: 0px;
}
#names2 a:hover, #names2 a:focus, #names2 .current a {
	color: #E82824;
}
#names2 mark {
	color: #E82824;
	background-color: transparent;
}
#thumbs p {
	position: absolute;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 43px;
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
#thumbs hr {
	border-top-color: #E82824;
	border-right-color: #E82824;
	border-bottom-color: #E82824;
	border-left-color: #E82824;
	width: 450px;
	margin-top: -10px;
	margin-left: 10px;
	position: absolute;
}
#big {
	position: absolute;
	margin-left: 540px;
	margin-top: 60px;
	background-color: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding-top: 5px;
	padding-right: 55px;
	padding-left: 60px;
	color: #999;
	height: 550px;
}
#big h2 {
	font-family: ITCMonaLisaStdSolid;
	font-size: 24px;
	color: #E82824;
	font-weight: 100;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
#big hr {
	background-color: #E82824;
	color: #E82824;
	border-top-color: #E82824;
	border-right-color: #E82824;
	border-bottom-color: #E82824;
	border-left-color: #E82824;
}
#big p {
	width: 345px;
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	padding: 0px;
	margin-top: 7px;
}

/* Where to Buy START */

#wtb {
	background-color: #FFF;
	color: #000;
	background-image: url(../images/wtb-bg.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 1020px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
	position: relative;
}
#wtb-copy {
	height: 650px;
	width: 391px;
	margin-left: 350px;
	padding-top: 80px;
}
#wtb-copy p {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}
#wtb-copy h1 {
	font-size: 18px;
	color: #E82824;
	line-height: 32px;
	font-weight: 100;
	padding-left: 20px;
	/* Modified 2016-04-11 by jbookhout | margin-bottom: -15px; */
	margin-bottom: 10px;
	margin-top: 0px;/* Modified 2016-04-11 by jbookhout | margin-top: 20px; */
}
#wtb-copy h2 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	margin-bottom: 2px;
}

#wtb-copy a:link, #wtb-copy a:visited {
    text-decoration: none;
	color: #000;
}

#wtb-copy a:hover, #wtb-copy a:active {
    text-decoration: underline;
	color: #000;
}

#wtbTableContainer {
	background-color: rgba(0,0,0,0.05);
	height: 450px;
	width: 640px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	Margin-left: 15px;
}
.wtbTable {
	display: table;
	width: 100%;
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}
.wtbBody {
	display: table-row-group;
}
.wtbRow {
	display: table-row;
}
.wtbCell {
	display: table-cell;
	padding: 5px 6px 0px 6px;
}

/* Where to Buy END */

#market {
	width: 350px;
	padding-left: 20px;
	display: block;
	float: left;
	margin-right: 20px;
	padding-top: 20px;
}
#market h2 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 26px;
	color: #E82824;
	font-weight: 300;
	margin-top: -30px;
	margin-left: -20px;
}
#market h3 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
#market p {
	margin-left: 0em;
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	margin-top: -13px;
}
#direct {
	width: 200px;
	padding-left: 0px;
	display: block;
	float: right;
	margin-right: -2px;
	padding-top: 20px;
}
#direct h2 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 26px;
	color: #E82824;
	font-weight: 300;
	margin-top: -30px;
	margin-left: -20px;
}
#direct h3 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
#direct p {
	margin-left: 0em;
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	margin-top: -13px;
}
#direct a {
	text-decoration: none;
	color: #E82824;
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
}
#about-copy {
	height: 650px;
	width: 500px;
	margin-left: 60px;
	padding-top: 120px;
	padding-left: 15px;
}
#about-copy h1 {
	font-size: 28px;
	color: #E82824;
	line-height: 32px;
	font-weight: 100;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #E82824;
	border-right-color: #E82824;
	border-bottom-color: #E82824;
	border-left-color: #E82824;
	padding-top: 10px;
	padding-bottom: 15px;
}
#about-copy p {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E82824;
	padding-bottom: 15px;
}
footer {
	height: 30px;
	width: 1020px;
	background-color: #E82824;
	margin-left: 0px;
}
footer p {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin-left: 40px;
	margin-top: 8px;
}
.recipe-cat {
	float: left;
	padding-top: 300px;
}
#recipes-title {
	padding-left: 370px;
	padding-top: 40px;
}
#recipes-title h1 {
	font-size: 28px;
	color: #E82824;
	line-height: 32px;
	font-weight: 100;
	margin-left: 10px;
}
#recipes-copy {
	background-color: rgba(0,0,0,0.05);
	height: 230px;
	width: 620px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin-left: 360px;
	margin-top: 0px;
}
#recipes-copy2 {
	background-color: rgba(0,0,0,0.05);
	height: 290px;
	width: 620px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin-left: 360px;
	margin-top: -249px;
}
#recipes-copy3 {
	background-color: rgba(0,0,0,0.05);
	height: 230px;
	width: 620px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin-left: 360px;
	margin-top: 40px;
}
#ingredients {
}
#ingredients h2 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 26px;
	color: #E82824;
	font-weight: 300;
	padding-left: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	width: 500px;
}
#ingredients h3 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 500;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#ingredients ul {
	margin-left: 10px;
	padding-top: 0px;
	width: 300px;
	padding-left: 15px;
}
#ingredients li {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #E82824;
	font-weight: 300;
	line-height: 20px;
	list-style-type: none;
}
#prep {
}
#prep h3 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 500;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-left: 295px;
	margin-top: 0px;
	clear: right;
	position: absolute;
}
#prep ul {
	padding-left: 300px;
	margin-top: -195px;
	padding-top: 20px;
	width: 300px;
	margin-right: 15px;
}
#prep li {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #E82824;
	font-weight: 300;
	list-style-type: decimal;
	line-height: 20px;
}
#ingredients2 {
}
#ingredients2 h2 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 26px;
	color: #E82824;
	font-weight: 300;
	padding-left: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	width: 500px;
}
#ingredients2 h3 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 500;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#ingredients2 ul {
	margin-left: 10px;
	padding-top: 0px;
	width: 300px;
	padding-left: 15px;
}
#ingredients2 li {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #E82824;
	font-weight: 300;
	line-height: 20px;
	list-style-type: none;
}
#prep2 {
}
#prep2 h3 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 500;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-left: 295px;
	margin-top: 0px;
	clear: right;
	position: absolute;
}
#prep2 ul {
	padding-left: 300px;
	margin-top: -195px;
	padding-top: 20px;
	width: 300px;
	margin-right: 15px;
}
#prep2 li {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #E82824;
	font-weight: 300;
	list-style-type: decimal;
	line-height: 20px;
}
#ingredients3 {
}
#ingredients3 h2 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 26px;
	color: #E82824;
	font-weight: 300;
	padding-left: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	width: 500px;
}
#ingredients3 h3 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 500;
	margin-left: 23px;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#ingredients3 ul {
	margin-left: 10px;
	padding-top: 0px;
	width: 300px;
	padding-left: 15px;
}
#ingredients3 li {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #E82824;
	font-weight: 300;
	line-height: 20px;
	list-style-type: none;
}
#prep3 {
}
#prep3 h3 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 500;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-left: 295px;
	margin-top: 0px;
	clear: right;
	position: absolute;
}
#prep3 ul {
	padding-left: 300px;
	margin-top: -195px;
	padding-top: 20px;
	width: 300px;
	margin-right: 15px;
}
#prep3 li {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #E82824;
	font-weight: 300;
	list-style-type: decimal;
	line-height: 20px;
}
#thumbs li:nth-child(n+4) {
	position: relative;
	top: 70px;
}
