@charset "UTF-8";
/* Amish Yard CSS v1.0 */

/* Default Elements */

body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-attachment:scroll;
	background-position:top left;
	background-repeat:no-repeat;
}
h1 {
	font-size:2.5em;
	color:#000;
}
h2 {
	font-size:1.875em;
	color:#333;
}
h3 {
	font-size:1.4em;
	color:#003;
	text-align: left;
}
h4 {
	font-size:1.1em;
	color:#C60;
	margin: 10px 0 8px 0;
	text-align: left;
}
p {
	font-size:medium;
	text-align: center;
}
ul {
	font-size:0.875em;
	list-style:round;
}
a {
	color: #600;
}
a:hover {
	color: #900;
}
a:active {
	color: #F00;
}
a:visited {
	color: #600;
	text-align: inherit;
	font-size: large;
}

.hr {
	background-color:#600;
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
	text-align: center;
}
/* 2nd-Level Page details */

/*
body.home {
	background-image:url(/images/.png);
}
*/

#container {
	width: 80%;  /* this will create a container 80% of the browser width */
	min-width: 950px;
    width:expression(document.body.clientWidth < 1188? "950px": "80%" );
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background-color: #fff;
}
	#header {
		height: 150px;
		background-color: #114;
		background-image:url(/ay_headers/IMG_5170.jpg);
		background-attachment:scroll;
		background-position:left;
		background-repeat:no-repeat;
	}
		#header #address {
			text-align: right;
			color: #CCC;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 0.875em;
			font-weight:bold;
			margin: 40px 0 0 0;
			padding: 0 3px 0 40px;
			background-image:url(/include/blue-fade-lt.png);
			background-attachment:scroll;
			background-position:left;
			background-repeat:no-repeat;
		}
		#header #phonenumber {
			text-align: right;
			color: #FFF;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 1.4em;
			margin: 15px 0 0 0;
			padding: 0 3px 0 40px;
			background-image:url(/include/blue-fade-lt.png);
			background-attachment:scroll;
			background-position:left;
			background-repeat:no-repeat;
		}
		#header #header-img {
			margin: 0 0 0 5px;
			padding: 5px 0 0 0;
			height: 78px;
			width: 456px;
			background-image:url(/include/ay_logo.png);
			background-attachment:scroll;
			background-position:left;
			background-repeat:no-repeat;
		}
			#header #header-img p {
				margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
				padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
				text-align: center;
				display:none; /*hides the text for graphics folks */
			}
		#header #header-tag {
			margin: 15px 0 0 0;
			padding: 0 0 0 3px;
			color: #CCC;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 1.4em;
			font-style:italic;
			background-image:url(/include/blue-fade-rt.png);
			background-attachment:scroll;
			background-position:left;
			background-repeat:no-repeat;
		}
		#header #header-bk-switch a {
			text-decoration: none;
			color: #006;
		}
/* Menu & Nav Area Links */
	.nav {
		background-color: #114;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	#nav-menu {
		border-bottom: #600 solid 2px;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#nav-top {
		border-top: #600 solid 2px;
		width: 100%;
	}
		.nav dl {
			text-align: right;
			margin: 0;
			padding: 2px;
			color: #FFF;
		}
		.nav dt {
			display: inline;
			font-family: "Times New Roman", Times, serif;
			font-size: 1em;
			margin: 0;
			padding: 0;
		}
			.nav dt a {
				text-decoration: none;
			}
			.nav dt a:link {
				color: #FFF;
			}
			.nav dt a:visited {
				color: #EEE;
			}
			.nav dt a:hover {
				color: #600;
			}
			.nav dt a:active {
				color: #600;
			}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/


	/* Tips for mainContent:
	1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
	2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
	3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
	*/
#mainContent-2col {
	margin: 0;
	padding: 10px;
	text-align: center;
}

		/* Product - specific stuff */
		
		.TabbedPanels h3 {
			font-size: 1.5em;
			font-family:Arial, Helvetica, sans-serif;
			color:#069;
		}
		
		.playset-selector .selector-default img {
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}
		.playset-selector .selector-default p {
			font-size: 1.4em;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #F00;
			text-align: center;
		}
		
		.swatches {
			color: #000;
			background-color:#CCC;
			padding: 10px;
			margin-left: auto;
			margin-right: auto;
			text-align:center;
			border: 2px black solid;
			width: 75%;
		}
		
		.featurebox {
			color: #000;
			background-color:#CCC;
			padding: 10px;
			margin-left: auto;
			margin-right: auto;
			text-align:left;
			border: 2px black solid;
			width: 75%;
		}
		
		table.swatches {
			color: #000;
			background-color:#CCC;
			padding: 2px;
			margin-left: auto;
			margin-right: auto;
			text-align:center;
			border-spacing: 0px;
			border: 2px black solid;
		}
		
		table.swatches td {
			color: #000;
			background-color:#CCC;
			padding: 2px;
			text-align:center;
		}
		
		div.small-link {
	margin: 0 80% 5px 0;
	font-size: small;
	font-weight: bold;
	color: #900;
	width: 250px;
		}
		
		table.barn-options {
	color: #FFF;









    background-color: ;
	border-color: #600;
	padding: 0px;
	width: 900px;
		}
		
		table.barn-options h5 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color:#C60;
	text-align: center;
		}
		
		table.barn-options p {
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size: 0.8em;
			color:#000000;
			text-align:center;
		}
		
		.barn-options img {
			border: 0;
			margin-left: auto;
			margin-right: auto;
		}
		
		/* general product page elements */
		table.product-price-table  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 0.7em;
	text-align: left;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;
	padding: 0px;
	border-left: 1px;
	border-right: 1px;
		}
		.product-price-table th {
			font-size: 0.7em;
			font-weight: bold;
			padding: 4px;
			background: #C1EDFF url('/include/gradhead.png') repeat-x;
			border-top: 2px solid #d3ddff;
			border-bottom: 1px solid #fff;
			border-left: 1px solid #d3ddff;
	        border-right: 1px solid #d3ddff;
			color: #039;
			text-align: center;
		}
		.product-price-table td {
	padding: 4px;
	border-left: 1px solid #00f;
	border-right: 1px solid #00f;
	border-bottom: 1px solid #00F;
	color: #039;
	border-top: 1px solid #00F;
	background: #e8edff url('/include/gradback.png') repeat-x;
	border-width: 1px;
		}
		.product-price-table tfoot tr td {
			background: #CCC url('/include/gradfoot.png') repeat-x;
			font-size: 1em;
			color: #00F;
		}
		.product-price-table tbody tr:hover td {
			background: #d0dafd url('/include/gradhover.png') repeat-x;
			color: #339;
		}

   		.selector-default {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
		}
		.selector-hidden {
			display: none;
		}
		.paypalform {
	width: auto;
	float: left;
		}
		
		
#mainContent-bottom {

}

	.centered-boxes-container {
		float: left;
		width: 100%;
		overflow: hidden;
		position: relative;
		text-align: center;
	}

	.centered-boxes {
		clear:left;
	   float:left;
	   list-style:none;
	   margin:0;
	   padding:0;
	   position:relative;
	   left:50%;
	   text-align:center;
	}
	
	.centered-box-item {
		display:block;
	   float:left;
	   list-style:none;
	   margin:0;
	   padding: 5px;
	   position:relative;
	   right:50%;
	}
	
	
	#hours {
		color: #FFF;
		background-color: #000;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 0.875em;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		text-align: center;
		width: 11em;
		margin: 10px;
		padding: 0;
	}
	#hours h1 {
		font-family:"Times New Roman", Times, serif;
		font-size: 1.4em;
		margin: 0;
		color: #FFF;
	}
	#hours p {
	margin: 0;
	text-align: center;
	}
	#madeinusa {
		color: #000;
		background-color: #FFF;
		border: black 2px solid;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 0.875em;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		text-align: center;
		width: 11em;
		margin: 10px;
		padding: 0;
	}
	#madeinusa h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		margin: 0 0 0 0;
	}
	#madeinusa p {
		margin: 0 0 0 0;
		font-size: 0.475em;
	}
	
	#testimonial-group {
		text-align: center;
		width: 12em;
		margin: 0;
		padding: 0;
	}
		#testimonial-head {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.0em;
			text-align: center;
			margin: 0px auto;
			width: 11em;
		}
		.testimonial {
			color: #000;
			background-color: #FFF;
			border-bottom: black 1px dashed;
			border-top: black 1px dashed;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 0.875em;
			text-align: center;
			width: 11em;
			margin: 15px auto;
			padding: 5px;
		}
		
		.testimonial p {
			margin: 0 0 0 0;
			font-size: 0.6em;
		}		
		
		
#footer {
	padding: 0;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	border-bottom: #600 solid 2px;
}
			
	#tagline p {
	color: #ccc;
	background-color:#006;
	font-size: small;
	text-align: center;
	}
	#tagline a:link {
		color: #ccc;
	}
	#tagline a:visited {
		color: #ccc;
	}
	#tagline a:active {
		color: #00F;
	}
	#tagline a:hover {
		color: #00F;
	}
	
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fltctr {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.lcol {
	float: left;
	width: 47%;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: left;
}
.rcol {
	float: right;
	width: 47%;
	margin: 0 0 0 5px;
	text-align: left;
	padding: 0;
}

.lcol-ctr {
	float: left;
	width: 47%;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
}
.rcol-ctr {
	float: none;
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	width: auto;
}

.lcol-offset {
	float: left;
	width: 30%;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: left;
}
.rcol-offset {
	float: right;
	width: 65%;
	margin: 0 0 0 5px;
	text-align: center;
	padding: 0;
}

.rcol-offset-left {
	float: right;
	width: 65%;
	margin: 0 0 0 5px;
	text-align: left;
	padding: 0;
}

.caption {
	text-align: center;
	text-indent: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.8em;
	color: #000066;
}
.thumbnail {
	text-align: center;
	text-indent: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.8em;
	color: #003;
	width: 155px;
	margin: 5px auto;
}
.PriceRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	top: 0px;
	bottom: 0px;
	text-align: center;
}

