@charset "utf-8";
body {
	background-color: #CFDBB5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/grass_bg2.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}

.container {
	width: 960px;
	margin: auto;

}
.cont_top {
	height: 167px;
	width: 960px;
	background-image: url(images/slices/adventuredays_top.png);
	margin: auto;
	padding: 0px;
}
.cont_main {
	width: 960px;
	background-image: url(images/slices/adventuredays_mid.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-position: top;
}
.cont_bottom {
	background-image: url(images/slices/adventuredays_bottom.png);
	height: 68px;
	width: 960px;
	margin: auto;
}
.topmenu {
	position: relative;
	height: 40px;
	width: 552px;
	left: 180px;
	top: 40px;
	text-align: center;
}
.maincontent {
	width: 675px;
	position: relative;
	left: 30px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.sidecontent {
	position: relative;
	width: 215px;
	top: 0px;
	right: 25px;
	text-align: center;
	float: right;
}
.imageholder img {
	border: 1px solid #A0A877;
	padding: 3px;
	margin: 5px;
}
.imageholder img:hover {
	background-color: #FFF;
	border-top-color: #3F4A30;
	border-right-color: #3F4A30;
	border-bottom-color: #3F4A30;
	border-left-color: #3F4A30;
}
.imageholder {
	text-align: center;
}



.treatbox {
	margin: auto;
	padding: 2px;
	width: 600px;
	z-index: 50;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	background-color: #F5F4E7;
	position: relative;
}
#grainegg.treatbox {
	background-image: url(images/grain_egg_free.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cart {
	text-align: right;
	float: right;
}
#size_sm {
	font-size: .8em;
}

.pickup {
	font-size: .7em;
	text-align: center;
	width: 500px;
	margin: auto;
	float: left;
	position: relative;
	left: 35px;
}



.treatbox #thumb   {
	vertical-align: middle;
	float: left;
	z-index: 100;
	margin: 2px;
}

.treatbox #title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	z-index: 100;
}
.treatbox #thumb2 {
	float: right;
	margin: 2px;
	z-index: 100;
}

.treatbox #ingrd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 208px;
	padding: 2px;
	z-index: 101;
	float: left;
}
.treatbox #toydesc {
	float: left;
	width: 385px;
}

.contact {
	font-size: 1.2em;
	text-align: center;
}
.testbox {
	width: 500px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F5F4E7;
	margin: auto;
	padding: 2px;
	border: 2px dashed #679146;
}
.testbox #test_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #679146;
}

.testbox #testi {
	padding: 3px;
	margin: 3px;
	width: 335px;
	float: right;
}
#price {
	font-family: "Century Gothic", "Arial Narrow";
	color: #425130;
	text-align: center;
	font-size: .9em;
}
.credits      {
	position: relative;
	height: 30px;
	width: 600px;
	top: 25px;
	left: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
.credits a, .credits a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.credits  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#notice {
	font-size: 0.8em;
	padding-right: 8%;
	padding-left: 8%;
}
.contact #titles {
	color: #55673E;
}
.wheretofind {
	width: 80%;
	background-color: #DBD6A3;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 3px;
}
.wheretofind #title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
#ingrd.ingrd-v2 {
	width: 240px;
}
#thumb2.thumb-v2 img{
	margin-right: 6px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

