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

/*Copyright 2009, Kenneth J. Blasius, http://www.mungoworks.com */
body {
	padding:0;
	margin:0;
	text-align: left;
	font-family:Times, "Times New Roman", Georgia, serif;
	color: #284E47;
	font-size: 1em;
	line-height: 1.15em;
	background-color: #284E47;
	background-image: url(../_master_images/sky-day.png);
	background-repeat: repeat-x;
}
div, p, h1, h2, h3, h4, h5, img, td, tr, ol, ul, li, dl, dd, dt, img, iframe, a {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	color: #284E47;
}
a img {
	text-decoration:none;
	border:0px;
	border-color:#FFFFFF;
}

/*Container for all page items */
#pagewrapper {
	margin-top: 0px;
	text-align:left;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	padding:0;
	width: 850px;
	height:auto;
}
/*Container for all items on the barn */
#cbarnwrapper {
	width: 850px;
	height: 1023px;
	background-image: url(../_master_images/barn-day.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*Header area for Ad images */
#header {
	width: 850px;
	height: 208px;
	padding-top: 138px;
}
#header p {
	text-align: center;
}
/*Title area for Christmas Barn Sign */
#title {
	width: 850px;
	height: 44px;
	padding-top: 16px;
	background-image:url(../_master_images/christmas-barn-sign.png);
	background-repeat: no-repeat;
	background-position: 207px bottom;
}
#title h1 {
	text-indent: -9999px;
}
/*SubTitle area for Essex Sign */
#subtitle {
	width: 850px;
	height: 54px;
	background-image:url(../_master_images/essex-sign.png);
	background-repeat: no-repeat;
	background-position: 330px top;
}
#subtitle h2 {
	text-indent: -9999px;
}
/*Intro area */
#intro {
	width: 596px;
	height: 148px;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	overflow:hidden;
}
#intro p {
	padding-bottom: .25em;
}
/* Flipbook Menu */
#flipmenu {
	width: 600px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}
/* Flipbook iframe */
#flipbook {
	margin-left: 130px;
}
#howto {
	width: 600px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	font-size: .8em;
}
/* Footer block */
#footer {
	width: 766px;
	height: 320px;
	margin-right: auto;
	margin-left: auto;
	padding-top:3px;
	background-image: url(../_master_images/footer-bkgnd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contact {
	width: 230px;
	height: 250px;
	border: 2px solid #D61A19;
	float: left;
	margin:9px;
	margin-left:14px;
	background-color: #E9E4D0;
	background-image: url(../_master_images/contact-bkgnd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#contact form {
	padding-top:45px;
	padding-left:20px;
	/*padding-right:10px;*/
}
#contact label {
	font-size:.8em;
}
#contact .required {
	color:#F00;
	font-size:.6em;
	font-weight:bold;
}
input, textarea {
	font-family:Times, "Times New Roman", Georgia, serif;
	color: #284E47;
	font-size: .8em;
}

#googlemap {
	width: 230px;
	height: 250px;
	border: 2px solid #D61A19;
	float: left;
	margin:9px;
	background-color: #E9E4D0;
}
#storehours {
	width: 230px;
	height: 250px;
	border: 2px solid #D61A19;
	float: left;
	margin:9px;
	background-color: #E9E4D0;
	background-image: url(../_master_images/store-hours.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#copyright {
	width: 732px;
	height: 24px;
	border: 2px solid #D61A19;
	background-color: #E9E4D0;
	clear:both;
	margin-left:14px;
	padding-top:5px;
	font-size: .8em;
	text-align:center;
}
/* End Footer block */

#instore {
	width: 746px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding:10px;
	border: 1px solid #D61A19;
	color: #E9E4D0;
}
#instore p, h4 {
	color: #E9E4D0;
	padding-bottom:.5em;
}
#instore dl {
	padding-left: 2em;
}
#instore dt {
	font-weight: bold;
}
#instore dd {
	text-indent: 2em;
	font-style: italic;
	padding-bottom: .25em;
}
.radiobox {
	display:block;
	float:right;
	height: 90px;
	width: 47px;
	margin-left:10px;
	margin-bottom:5px;
	font-size: .8em;
	line-height: 1em;
	color:#C00;
	overflow:hidden;
}
.radio {
	display:block;
	float:right;
	height: 54px;
	width: 47px;
	/*margin-left:10px;*/
	margin-bottom:5px;
	background-image: url(../_master_images/radio.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.radio:hover {
	background-image: url(../_master_images/radio.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#xmas {
	font-weight: bold;
	color:#C00;
}
