@charset "UTF-8";
/* CSS Document */
 
body {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	background: #E5E5E5;
	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 */
	color: #888888;
	margin: 0;
	padding: 0;
}
#container {
	width: 886px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
#header h1 {
	margin: 0 0 0px; /* 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: 104px 0 0;
	overflow: hidden;
	background-image: url(images/norpar_logo.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:88px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #497183;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 336px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 7px;
}
.defaultCol {
	background-color: #799cae;
}
.barn1Col {
	background-color: #8ABFC7;
}
.barn2Col {
	background-color: #abbc8b;
}
.barn3Col {
	background-color: #f0ba46;
}
.barn4Col {
	background-color: #c02a2e;
}
#mainContent {
	margin: 0 206px 0 364px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
#container #mainContent img {
	border: 0;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #497183;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d9d9;
	margin: 20px 0px 0px;
	padding-bottom: 10px;
}
#container #sidebar2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #497183;
	font-weight: normal;
	margin: 20px 0px 12px;
}
#container #sidebar2 p {
	margin: 0px 0px 13px;
}
#container #sidebar2 img {
	border: 0;
}
#container #sidebar2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0px 20px 0px 0px;
	padding-left: 10px;
}
#mainContent p {
	margin: 10px 0px;
	line-height: 14px;
}
#container #sidebar1 img {
	padding-top: 20px;
	padding-left: 20px;
	border: 0;
}
#footer {
	padding: 2px;
}
#container #footer #whiteBorder a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}
#container #footer #whiteBorder a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav {
	padding: 2px;
}
#container #nav #whiteBorder ul {
	list-style-type: none;
	color: #FFFFFF;
	text-align: right;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	padding: 0px 18px 0px 0px;
}
#container #nav #whiteBorder ul li {
	display: inline;
}
#container #nav #whiteBorder ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
#container #nav #whiteBorder ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
body#barns a#barnsNav, body#about a#aboutNav, body#shop a#shopNav, body#events a#eventsNav, body#wholesale a#wholesaleNav, body#presss a#pressNav, body#faqs a#faqsNav, body#contact a#contactNav {
	color: #FFFFFF;
}
#whiteBorder {
	border: 1px solid #FFFFFF;
}
#footer #whiteBorder p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	display: inline;
	text-align: left;
	line-height: 44px;
	padding-left: 20px;
	padding-right: 20px;
}
.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 */
	float: left;
	margin-right: 10px;
}
.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 a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #497183;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #mainContent a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #497183;
}
#container #mainContent a:hover {
	text-decoration: underline;
}
.insetImage {
	float: left;
	padding-right: 10px;
}
#homeBarnPhoto {
	margin-left: 20px;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
	display: inline;
}
#container #homeBarnPhoto a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#container #homeBarnPhoto a:hover {
	text-decoration: underline;
}
#container #homeBarnPhoto p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#container #homeBarnPhoto h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 4px;
}
#container #homeBarnPhoto img {
	border: 0;
}
#shopSidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 158px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 7px 20px;
	display: inline;
}
#shopMainContent {
	margin: 0 206px 0 206px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
#container #shopMainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #497183;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 13px;
}
#container #shopMainContent p {
	margin-top: 0px;
}
#container #shopSidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #497183;
	font-weight: normal;
	margin: 20px 0px 12px;
}
#container #shopSidebar1 p {
	margin: 0px 0px 13px;
}
#container #shopSidebar1 img {
	border: 0;
}
#container #shopSidebar1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0px;
	padding-left: 10px;
}
.shopItemLandscape {
	height: 200px;
}
.shopItemPortrait {
	height: 340px;
}
.shopItemSquare {
	height: 260px;
}
.shopItemExtraTall1 {
	height: 530px;
}
.shopItemExtraTall2 {
	height: 440px;
}
#container #shopMainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #497183;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 16px;
}
#container #shopMainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #497183;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 13px;
}
#container #shopMainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #888888;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 12px;
}
#container #shopMainContent a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #799cae;
	padding: 5px;
	text-decoration: none;
}
#container #shopMainContent a:hover {
	background-color: #cc706a;
}
.basketTotal {
	color: #FFFFFF;
	background-color: #A5C4D1;
	padding: 5px 5px 5px 10px;
}
#container #shopSidebar1 .viewBasket a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.viewBasket {
	color: #FFFFFF;
	background-color: #799cae;
	padding: 5px 5px 5px 10px;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #497183;
}
#container #shopMainContent h3.tabular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #497183;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 13px;
}
#container #shopSidebar1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
}

#container #shopMainContent a.nonProductLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #497183;
	background-color: #FFFFFF;
	padding: 0px;
}
#container #mainContent a.nonProductLink:hover {
	text-decoration: underline;
}
.cellAlignTop {
	vertical-align: top;
}
#container #shopMainContent p.outOfStock {
	color: #CC0000;
	font-weight: normal;
}
