/* Page layout */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

body
{
	background-color:white;
	font-size: 12pt;
	color:#000;
	font-family:'times new roman';
	direction: ltr;
	text-align: left;
	line-height: 1.4em;
background:#a5b396;
padding:25px 0;
margin:0;
font-weight:300;
}


/* HOME BOXES */
#homeBoxes { width:950px; margin:0 0 20px 0;}
#homeSlides { width:950px; height:400px; position:relative; margin:0 0 10px 0; background:#899d7a; padding:5px;}
#homeSlides a .text { position:absolute; top:30px; left:0; display:block; color:#fff; background-color:#416527; opacity:0.9; padding:20px 30px 20px 50px; font-size:22pt; box-shadow: 2px 2px 4px #333; font-weight:400;}
#homeJumps { width:970px; height:180px; margin:0 0 10px 0;}
#homeJumps a { display:block; width:222px; height:170px; margin:0 5px 10px 0; color:#e0e0e0; text-decoration:none; text-align:right; font-size:11pt; float:left; position:relative; padding:5px; font-weight:400;}
#homeJumps span { position:absolute; bottom:20px; left:15px; width:180px; padding:10px 10px; display:block; color:#fff; background-color: rgba(65, 101, 39, 0.9); text-align:center; box-shadow: 2px 2px 4px #333;}
#homeJumps a#one { background:#899d7a url(/Websites/610/Images/upload/image/jumpBg1.jpg) 5px 5px no-repeat;}
#homeJumps a#two { background:#899d7a url(/Websites/610/Images/upload/image/jumpBg2.jpg) 5px 5px no-repeat; margin:0 14px 10px 0;}
#homeJumps a#three { background:#899d7a url(/Websites/610/Images/upload/image/jumpBg3.jpg) 5px 5px no-repeat; margin:0 14px 10px 0;}
#homeJumps a#four { background:#899d7a url(/Websites/610/Images/upload/image/jumpBg4.jpg) 5px 5px no-repeat; margin:0 0 0 0;}
#homeJumps a:hover { opacity:0.8;}

.socialLinks { margin:0; position:absolute; top:105px; right:5px;}
.socialLinks.footer { margin:0px 0 0 0; position:static; top:0px; left:0;}
.socialLinks .fa {  color:#fff; margin:0 5px 0 0;}
.socialLinks .social { background:#517c36; color:#fff; display:inline-block; padding:8px 0 8px 6px; text-align:center; width:30px; font-size:20px; margin:0 2px 10px 0; border-radius:50%;}
.socialLinks .social .fa { margin:0 auto;}
.socialLinks .social:hover { background:#666664;}
.socialLinks .social:hover .fa { color:#fff;}

#homeNoteOuter { padding:10px; border:1px solid #CECECE; margin:0 0 20px 0;}
#homeNote { background:#aaada3; font-size:12pt; text-align:center; padding:10px 20px; color:#fff;}

.pageTop
{
	display:none;
}
.pageSides
{
width:980px;
margin:0 auto;
background:#fff;
padding:10px 0;
}
.header
{
position:relative;
	padding-top: 0px;
	background-image:none; /* required by admin html editor */
width:960px;
margin:0 auto;
}

.page
{
	margin: 0px auto; /* left marging width of page sides */
	width: 960px;
	background-image:none; /* required by admin html editor */
}
.pageBanner
{
	margin-left:0px;
	padding-top:0px;
	margin-bottom:0px;
position:relative;
}
.pageBanner .socialLinksLarge
{
	top:60px;
	right:16px;
width:auto;
left:inherit;
}
.shopColumn1of2
{
	margin:0px 0 20px 0;
	padding-top:10px;
	float:left;
	width:160px;
	padding-left:0px;
	padding-right:0px;
/*background: url(../Images/productmenuContact.png) 10px 5px no-repeat;*/
}

.shopColumn2of2
{
  	 margin-top:0px;
  	padding-top:20px;
	 margin-left:175px;
	 padding-right:10px;
}
.column1of1
{
	margin-top:20px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
margin-bottom:20px;
}
.clearBoth
{
	clear:both;
}
.clearRight
{
clear:right;
}
.pageBottom
{
display:none;
}



/* Shop Product Page */
.productSummary
{
	float:left;
	width:245px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color:Black;
	margin-right:5px;
	height:360px;
margin-bottom:10px;
padding:4px;
background-color:#d7d8d5;
}
.productSummaryFeatured, .productSummary:hover
{
	float: left;
	width: 245px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color: Black;
	margin-right: 5px;
	height: 360px;
	background-color:#899d7a;
margin-bottom:10px;
padding:4px;
}
.productSummary:hover
{
       -webkit-transition: background-color 1s, border 1s;  /* For Safari 3.1 to 6.0 */
       transition: background-color 1s, border 1s;
}


.productSummary:hover .productSummaryName, .productSummary:hover .productSummaryPrice, .productSummaryFeatured .productSummaryName, .productSummaryFeatured .productSummaryPrice { color:#fff;}
.productSummary:hover h1 { color:#fff;}

.productSummaryImage
{
	height: 245px; /* thumnail height */
	text-align:center;
}


.productSummaryName
{
	color:#296500;
	font-size:12pt;
	height:35px;
	line-height: 1.1em;
margin-top:8px;
text-align:center;
font-weight:normal;
}
.productSummaryPrice
{
	color:#4c413f;
text-align:center;
margin-top:5px;
font-weight:normal;
}
.productSummaryButtons
{
margin-top:5px;
text-align:center;
}


/* General Style */

a
{
	color:#404040;
}
p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:16pt;
	color:#416527;
	font-weight:normal;
}
h2#home
{
	margin-top:0px;
	padding-top:0px;
	font-size:14pt;
	color:#416527;
	font-weight:normal;
text-align:center;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:14pt;
	color:#416527;
	font-weight:normal;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.footerContainer { width:970px; margin:0 auto; padding:0; background:url(../Images/footerBack.png) 98% 10px no-repeat;}
.footerText
{
padding-top: 0px;
	padding-bottom: 0px;
	color: #416527;
	text-align: center;
padding-right:1px;
padding-left:0px;
font-size:12pt;
border-top:1px solid #c3c5bb;
}
.footerText p { font-size:10pt; color:black; font-weight:normal;}
.footerText a { color:#656660; font-size:11pt; text-decoration:none;}
.footerText a:hover { color:#416527;}

.footerText .colTitle { font-weight:normal; padding:0 0 5px 10px; border-bottom:1px dotted #555;}
.footerText .address { background:#b7c598; font-size:10pt; text-align:left; padding:10px 20px; color:#fff; max-width:910px;}
.footerText .copyright { float:left; font-size:9pt; padding:15px 0 0 20px; color:#000;}
.footerText .cards { float:right; padding:10px 40px 0 0;}

.footerText a.link
{
	text-decoration:none;
	color: #656660;
font-size:10pt;
line-height:22px;
 font-weight:normal;
 padding:4px 10px;
display:block;
border-bottom:1px dotted #555;
margin:0;
}
.footerText a img
{
	position:relative;
top:10px;
}
.footerText a.link:hover
{
	color: #296500;
	text-decoration:none;
}
.footerWrapper
{
width:960px;
margin-left:500px;
background-image: url(../Images/footerFlower.png);
background-repeat:no-repeat;
background-position:right bottom;
}
.footerCol1of4
{
text-align:center;
	margin-top:0px;
	padding-top:20px;
	float:left;
	width:220px;
	padding-left:0px;
	padding-right:20px;

}

.footerCol2of4
{
text-align:center;
  	margin-top:0px;
	padding-top:20px;
	float:left;
	width:220px;
	padding-left:0px;
	padding-right:20px;
margin-bottom:10px;
margin-left:0px;
}
.footerCol3of4
{
text-align:center;
  	margin-top:0px;
	padding-top:20px;
	float:left;
	width:220px;
	padding-left:0px;
	padding-right:20px;
margin-bottom:10px;
margin-left:0px;
}
.footerCol4of4
{
text-align:center;
  	margin-top:0px;
	padding-top:20px;
	float:left;
	width:220px;
	padding-left:0px;
	padding-right:0px;
margin-bottom:10px;
margin-left:0px;
}

.footerCol5of4
{
text-align:left;
  	 margin-top:0px;
  	padding-top:0px;
	 margin-left:180px;
	 padding-right:0px;
width:340px;
clear:both;
}

.storySummaryWrapper
{
float:none;
}
.storySummaryDate
{
display:none;
}
.storySummaryTitle h2  a
{
font-weight:normal;
}


/* general styles */

.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}

.errorMessage
{
	background-color:#FFFF40;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
.confirmationMessage
{
	background-color:#99E791;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}


/* Top Menu */
.adminpage .menu { background:#dde2d7;}
.menu
{
	margin-top:10px;
    margin-left:0px;
    margin-right:0px;
    font-size: 10pt;
    padding-top: 1px;
	z-index:1; /* ensures Safari displays background image */
	width:960px; /* required by admin html editor */
text-align:center;
text-transform:uppercase;
border-top:1px solid #c3c5bb;
border-bottom:1px solid #c3c5bb;
}
.menuDividers
{
    color:#656660;
}


.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-left: 0px;	
	height: 30px;
	z-index:10;
}

.menu ul li
{
    display:inline;
}
.menu ul li a 
{
    padding-right: 10px;
    padding-left: 10px;
    text-decoration:none;
    color:#656660;
font-weight:700;
}
.menu ul li a:hover
{
    text-decoration:none;
    color:#416527;
}
.menu ul li a:visited
{

    }
.menuSelected
{
	color: #416527;
text-decoration:none;
}


/* Basket Summary */

.checkoutBasket
{
	 margin-left:0px;
	 margin-right:0px;
}
.basketSummary
{

	width: 150px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;

}
.basketSummaryTitle
{
	width: 140px;
	height: 40px;
	font-weight: bold;
	padding-left: 0px;
}
.basketSummaryText
{
	margin-left:10px;
	padding-top:5px;
}
.basketSummaryCheckout
{
	display:inline;
	float:right;
	margin-right:10px;
	color:#404040;
}

.basketSummaryText a
{
	text-decoration:none
	color:back
}



/* Product Menu */

.productMenu
{
	width: 150px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
min-height:2000px;
}
.productMenuSearchTitle
{
color:#fff;
background:#416527;
	width: 140px;
	height: 20px;
font-size:8pt;
font-weight:400;
text-transform:uppercase;
padding:3px 0 2px 5px;
}
.productMenuSearchBox
{
	margin-left:0px;
	padding-left:3px;
	width:100px;
	height:15px;
	color:#404040;

}
.productMenuSearchButton
{
	position: relative;
	top: 5px;
}
.productMenuSearchDropDown
{
	margin-left:0px;
	width:132px;
	margin-top:2px;
	margin-bottom:5px;
	color:#404040;

}
.productMenu ul
{
	list-style-type: none;
	width:150px;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
}

.productMenuCategory
{
	margin-top: 10px;
	font-size:9pt;
color:#fff;
background:#416527;
	line-height: 20px;
font-weight:400;
text-transform:uppercase;
padding:3px 0 2px 5px;
}
.productMenuSubCategory
{
padding:3px 5px;
	line-height:20px;
border-bottom:1px dotted #555;
}
.productMenuSubCategory a
{
	color:#333;
	text-decoration:none;
font-size:10pt;
font-weight:normal;
}
.productMenuSubCategory a:hover
{
	font-weight:normal;
	color: #416527;
}

/* Page Sub Menu */
.contentSubMenu
{
margin-bottom:10px;
}
.contentSubMenuHeader
{
}
.contentSubMenu a
{
}
.contentSubMenu a:visted
{
}
.contentSubMenu a:hover
{
}
.subMenuSelected a
{
color: #addb0b; text-decoration:none;
}
.subMenuLevel0
{
background:#fff;
}
.subMenuLevel0 a {color:#a7812c;}
.subMenuLevelAlt0
{
background:#fff;
}
.subMenuLevelAlt0 a {color:#a7812c;}
.subMenuLevel1
{
background:none;
}
.subMenuLevel1 a:hover {color: #addb0b; text-decoration:none;}
.subMenuLevelAlt1
{
background:none;
}
.subMenuLevelAlt1 a:hover {color: #addb0b; text-decoration:none;}
.subMenuLevel2
{
background:none;
}
.subMenuLevelAlt2
{
background:none;
}
.subMenuLevel3
{
background:none;
}
.subMenuLevelAlt3
{
background:none;
}
.subMenuLevel4
{
background:none;
}
.subMenuLevelAlt4
{
background:none;
}


/* Product Details Page */

.productDetails
{
}
.productDetails h1
{
	font-size: 14pt;
}

.productDetailsImageWrapper
{
	float:right;
	width:350px;
	margin-right:10px;
	margin-left:20px;
}
.productDetailsImage
{
	width:350px;
}
.productDetailsFeatures
{
}
.productDetailsPrices
{
	color:#666666;
}
.productDetailsBuy
{
	margin-top:20px;
}
.productDetailsBack
{
	padding-bottom:15px;
}
.productDetailsNote
{
	margin-top:20px;
	clear:right;
}
.productDetailsNote a
{
	color:Gray;
}
.productDetailsLinkedProducts
{
	clear:right;
	display:table;
	width:770px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: #E5E5E5 1px solid;
}
.productDetailsLinkedProducts h1
{
		font-size: 10pt;
}


/* Sort Control */
.sortOuter
{
	height:30px;
}
.sortProducts
{
	float:right;
	margin-right:10px;
}
.sortDropDown
{
	font-size: 10pt;
	color:#404040;
	font-family: Arial;
}

/* checkout page */

.checkoutConsignmentName
{
	width:180px;
}
.checkoutProgress
{
	padding-bottom:15px;
}
.checkoutProgress a
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgress a:visited
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgress a:hover
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgressHighlight a
{
	color:Black;
}
.checkoutProgressHighlight a:visited
{
	color:Black;
}
.basketOrderItems
{
	margin-left:0px;
	margin-right:0px;
	color:Gray;
}
.basketOrderItems a
{
		color:Gray;
}
.basketOrderItemsProductName
{
	text-decoration:none;
	color:Gray;
}

.basketOrderItemsProductName a:hover
{
	text-decoration:underline;
}

.basketDelivery
{
	margin-left:0px;
	margin-right:0px;
}
.basketHeader
{
	background-color:#E6E4E4;
	color:Black;
}
.basketHeaderGrayText
{
	background-color:#E6E4E4;
	color:#808080;
}
.basketHeaderArrow
{
	background-color: #e6e4e4;
	color: Black;
	background-image: url(../Images/basketArrow.png);
	background-repeat: no-repeat;
	padding-left:19px;
	height:29px;
}

.basketShading
{
	background-color:#FBF9F9;
}
.basketShadingPadded
{
	padding-left:19px;
	background-color:#FBF9F9;
}
.calendarDisabled
{
	color:Gray;
}
.upsell
{
	clear:right;
	margin-left:20px;
	margin-right:20px;
}
.promoCode
{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	width:120px;
}


/* Checkout Billing */
.checkoutHeader
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#E6E4E4;
	color:Black;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.checkoutTextBox
{
	width:200px;
}
.checkoutPaymentDropDown
{
		width:171px;
}
.checkoutPaymentTextBox
{
	width:167px;
}
.checkoutPaymentShortTextBox
{
	width:77px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	margin-left:180px;
}


/* Contact Form */

.contactFormPrompt
{
	width:250px;
	display:inline;
	float:left;
	text-align:right;
}
.contactFormField
{
	width:200px;
background:#fff;
border:1px solid #c3c5bb;
padding:3px 5px;
margin-bottom:5px;
}
.contactFormMessageBox
{
	width:400px;
background:#fff;
border:1px solid #c3c5bb;
padding:3px 5px;
margin-bottom:5px;
}
.contactFormButton
{
	width:330px;
	display:inline;
	float:left;
	text-align:right;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

/* Site Map Page */
.siteMap
{
	color:#808080;
}
.siteMapPages
{
	color:#808080;
	margin-left:0px;
}

.siteMapProducts
{
	float:right;
	color:#808080;
	margin-right:100px;
	
}
.siteMapCategory
{
}
.siteMapPage
{
	color:Gray;
	 text-decoration:none;

}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	text-indent: 25px;
	color:Gray;
	text-decoration:none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	text-indent: 50px;
	color:Gray;
	text-decoration:none;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}

/* Captcha */
.captch
{
 vertical-align:top;
}



/* Home page Layout  */
.homePageHorizontal
{
width:2960px;
margin-left:-1000px;
background-image: url(../Images/HorizontalLine.png);
background-repeat:repeat-x;
height:27px;
}

.homePageCol
{
	float:left;
	width:300px;
	padding-right:30px;
position:relative;
}

.homePageColRight
{
	 margin-left:660px;
width:300px;
position:relative;
margin-bottom:30px;
}

.homePageImageTopText
{
position:absolute;
top:20px;
left:20px;
background-color:#3B3F30;
background:rgba(59,63,48,0.8);
padding:5px;
font-size:14pt;
}
.homePageImageBottomText
{
position:absolute;
top:165px;
left:5px;
width:280px;
background-color:#A5CBD3;
background:rgba(165,203,211,0.8);
color:white;
font-size:12pt;
padding:5px;
}
.homePageImageBottomText a
{
color:white;
text-decoration:none;
}
.homePageImageBottomText a:hover
{
color:white;
text-decoration:underline;
}

.productSubCatSummaryMore .productSummaryImage
{
background-color:inherit;
}

.productSubCatSummary
{
	width:810px;
height:405px;
}

.productSummary3 {display:none;}

/* button definitions  */

.productSummaryButtons img, .productDetailsBuy img, .productDetailsBack a img, .checkoutBillingRetrieve img, .checkoutBack img, .checkoutNext img, .checkoutConfirmPay img, .checkoutPay img, .checkoutButton img, .contactSend img, #lnkContinueShopping img
{
    display:none;
}

.productSummaryMore::before {content: "More >";}

.productSummaryBuy::before, .productDetailsBuy::before  { content: "Buy";}

.productSummaryBuyLink::before {content: "Buy >";}

.productDetailsBack a::before, .checkoutBack::before {content:"< Back";}

.checkoutBillingRetrieve::before {content: "Log in";}

.checkoutNext::before {content: "Next >";}

.checkoutConfirmPay::before {content: "Confirm & Pay >";}

.checkoutPay::before {content: "Pay >";}

.checkoutButton::before {content: "Checkout >";}

.contactSend::before{content: "Send";}

#lnkContinueShopping::before{content: "< Continue Shopping";}



.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy, .productDetailsBuy, .productDetailsBack a, .checkoutBillingRetrieve, .checkoutBack,  .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, #lnkContinueShopping
{
    color:inherit;
    border-width:1px;
    border-style:solid;
    border-color:inherit;
    text-decoration:none;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:0px;
    padding-right:0px;
    border-radius:3px;
    display:inline-block;
    text-align:center;
    transition: background-color .5s, color .5s,  border-color .5s;
    color:#000;
    
    font-size:110%;
    padding-top:3px;
    height:22px;
    width:150px;


}

.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy
{
    width:40%;
    height:auto;
    font-size:100%;
    padding-top:1px;
}


.checkoutBillingRetrieve, .checkoutBack, .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend
{
    width:130px;
    margin-top:5px;
    margin-bottom:10px;
}

#lnkContinueShopping
{
    width:auto;
    margin-top:5px;
    margin-bottom:10px;
    padding-left:10px;
    padding-right:10px;
}

.productSummaryMore:hover, .productSummaryBuyLink:hover, .productSummaryBuy:hover, .productDetailsBack a:hover, .checkoutBillingRetrieve:hover, .checkoutBack:hover, #lnkContinueShopping:hover
{
    cursor: pointer;
    color:white;
    background-color:#517633;   /* hover colours*/
    border-color:#517633;
    text-decoration:none;
}
.checkoutCheckout a
{
color:white;
}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy
{
    background-color:#517633;
    color:white;
    border-color:#517633;

    
}

.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover
{
    background-color:inherit;
    color:inherit;
    border-color:#000;
     text-decoration:none;
 }