/*Remove browser chrome padding*/
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: White !important;
}

/*Set default font*/
body {
	font: 12pt Arial, Helvetica, sans-serif;
	color: Black;
}

/*Remove browser link decoration*/

a.navbar {
	text-decoration: none;
	color: White;
	height: 20px;
	padding: 2px;
	padding-left: 25px;
	margin: 0px;
	font-size: 10pt;
	width: auto;
}
img {
	border-style: none;
}
#Welcome {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;

}
/*Banner Contact info font setting*/
#reachUs {
	font-size: 10pt;
}
#navigation {
	top: 150px;
	left: 0px;
	padding: 0px;
	background-image: url(images/navbar.png);
	background-color: #486F48;
	height: 20px;
	width: 100%;
	cursor: default;
	z-index: 3;
}
#content {
	position: absolute;
	top: 190px;
	left: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 100%;
	z-index: 1;
}

div#GirlsPlayingWithBarn {
	margin-top: 25px;
	margin-right: 15px;
}
#Image.Monitor,#Image.Gambrel {
	position: absolute;
	left: 24em;
	top: 0px;
}
#GambrelThumbImage,#MonitorThumbImage {
	cursor: pointer;
}
.thumbnail {
	padding: 10px;
}

#Script.Monitor,#Script.Gambrel {
	position: absolute;
	display: block;
	top: 0px;
	left: 10px;
	width: 375px;
}
#Script.Home {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 23em;
	text-align: center;
}
#Script.Barns {
	width: 325px;
	position: absolute;
	top: 0px;
	left: 326px;
	z-index: 3;
}
#Monitor.Barns {
	position: absolute;
	top: 0px;
	left: 640px;
	z-index: 2;
}
#Gambrel.Barns {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 1;
}
p.order {
	text-align: left;
	vertical-align: top;
}
img.order {
	vertical-align: middle;
}

/*
#Streamside {
	position: absolute;
	top: 5px;
	left: 375px;
}*/
p.default {
	width: auto;
	text-align: left;
	padding: 15px;
}
p.centered {
	width: 300px;
	text-align: center;
	padding: 15px;
}
a.navbar {
	font-weight: bold;
}
a:hover.navbar {
	color: #D7E8AA;
}
#banner,#burn,#navigation {
position: fixed;
}
#banner {
	background-image: url(images/sky.jpg);
	width: 100%;
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	z-index: 4;
}
#linkWrapper {
	cursor: pointer;
	padding-right: 5px;
}
#Image.Home {
	position: absolute;
	top: 0px;
	left: 24em;
}
#burn {
	top: 170px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-image: url(images/burn9.png);
	background-repeat: repeat-x;
	z-index:2;
}
.Thumbnail {
	cursor: pointer;
}
#payment {
	font-family: Arial sans-serif;
	font-size: 10pt;
	color: Gray;
}
.sale {
	color: Red;
	font-weight: bold;
}

.original {
	text-decoration: line-through;
}
.CheckoutExplain {
	font-size: 8pt;
	color: Blue;
	text-decoration: none;
}
.Inline {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
.Inline:hover {
	text-decoration: underline;
}
.legal {
  font-size: 9pt; 
  color: gray;
}
.link, .link img, .link .Description {
	vertical-align: middle;}
.link {
	width: 100%;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 25px;}
.link .Description {
	padding-left: 10px;}
h1 {font-size: 14pt;}
div#content {
	width: 35em;
	text-align: center;
	margin: 0 auto;
}
