@charset "UTF-8";

html {
}

body {
	font-family: Lucida Grande,Verdana,sans-serif;
	background-color: #f3f3f4;
	margin: 0;
	padding: 0;
	color: #000;
	background-image:url(trbg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1 {
font-family: 'Lato', Lucida Grande, Verdana, sans-serif;
font-size:35px;
 background:#ffffff;
 padding:0px;
 margin:0px;
 margin-top:15px;
 margin-bottom:15px;
 height:80px;
 padding-left:0px;
 line-height: 80px;
 vertical-align: middle;
 border:solid;
  border-color:#62A383;
 border-width:1px;
 border-left:none;
 padding-left:15px;
 background:#007337;
 color:#ffffff;
 background-image:url('headbg.png');
margin-right:15px;
padding-right:15px;
}




h2 {
font-family: 'Lato', sans-serif;
font-size:30px;	
color:#333;
margin-left:15px;
	margin-right:15px;
	color:#007337;
}

#intro_copy p:first-of-type {
margin-bottom:10px;
font-family: 'Lato', sans-serif;
font-size:18px;	
	color:#007337;
	font-weight:bold;
}

#intro_copy p {
margin-bottom:5px;
font-size:14px;
}

#intro_copy p:last-child{
margin:0px;
padding0px;
}

li {
	margin-left:30px;
	font-size:12px;	
	font-family: Lucida Grande,Verdana,sans-serif;	
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}

p {
	font-family: Lucida Grande,Verdana,sans-serif;
font-size:12px;	
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */


a:link {color:#007337;}      /* unvisited link */
a:visited {color:#007337;}  /* visited link */
a:hover {color:#ffba00;}  /* mouse over link */
a:active {color:#ffba00;}  /* selected link */

h1 a:link {color:#ffffff;}      /* unvisited link */
h1 a:visited {color:#ffffff;}  /* visited link */
h1 a:hover {color:#ffba00;}  /* mouse over link */
h1 a:active {color:#ffba00;}  /* selected link */

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 1000px;
	background:#FFF;
		border-style:solid;
		border-width:1px;
		border-color:#62A383;
		z-index:2;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top:7px;
		height:auto;
overflow:hidden;

}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	z-index:2;
		height:auto;
				overflow:hidden;
				
}

/* ~~ miscellaneous float/clear classes ~~ */
.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 can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#menu {
	-webkit-text-size-adjust: 100%;
		margin-left:auto;
		margin-right:auto;
		width:1000px;
		z-index:3;
		padding-top:20px;
}

#head_img {
	z-index:2;
		margin-left:auto;
		margin-right:auto;
		background:url(newheadnowords.jpg);
		width:1015px;
		height:141px;
		position:relative;
			top:10px;
}

#head_cont {
	background-image:url(flowerbg.jpg);
	width:50%;
	margin-left:-505px;
	z-index:1;
	top:10px;
	height:141px;
	background-repeat:no-repeat;
	background-position:right;
	position:absolute;
}

#contact {
	-webkit-text-size-adjust: 100%;
	float:right;
	height:90px;
	font-family: 'Libre Baskerville', serif;
	color:#FFF;
	width:224px;
	text-align:center;
	font-size:12px;
	padding-top:40px;
	line-height:180%;
}

#headline {
	-webkit-text-size-adjust: 100%;
	left:200px;
	float:right;
	font-family: 'Libre Baskerville', serif;
	color:#00431C;
	width:565px;
	text-align:center;
	font-size:16px;
	padding-top:45px;
}

p.heading_subtitle {
	font-size:12px;
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	font-weight:bold;
	margin-left:15px;
	margin-right:20px;
	border-bottom:solid;
	border-width:1px;
	padding-left:0px;
	padding-bottom:10px;
	margin-bottom:15px;
	}

#footer {
		width:100%;
		position:static;
		bottom:0px;
		z-index:1;
		padding-top:20px;
		height:70px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		font-family: 'Lato', sans-serif;
}

#all_header{
	height:200px;
	width:100%;	
}

.menuspacer {
width:1px;
height:31px;
float:left;
text-align:center;
background:#62A383;
margin-left:-1px;
margin-right:0px;
z-index:3;
}

.topmenubtn {

	border-bottom:solid;
	border-top:solid;
	border-left:none;
	border-right:none;
border-width:1px;
border-color:#f3f3f4;
background:#f3f3f4;
padding-left:10px;
padding-right:10px;
float:left;
text-align:left;
padding-top:7px;
padding-bottom:7px;
font-family: 'Lato', sans-serif;
	color:#00431C;
	text-align:center;
	font-size:11px;
cursor:pointer;
z-index:2;
margin:0px;
width:80px;
overflow: hidden;
white-space: nowrap;
}

#search {
font-family: Lucida Grande,Verdana,sans-serif;
	color:#00431C;
	text-align:center;
	font-size:11px;
}

.simpleCart_shelfItem {
	width:311px;
	position:relative;
	float:left;
	padding:5px;
	padding-bottom:20px;
	height:150px;
	margin-left:10px;
	margin-right:10px;
}

#searchresults {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#searchcatagories {
	text-align:center;
	width:998px;
	margin-left:auto;
	margin-right:auto;
	padding-left:auto;
	padding-right:auto;
	float:left;
}

.simpleCart_items {

}

.item-name {
	padding-right:15px;
	text-align:left;
}

.item-offers {
padding-right:15px;
	text-align:left;
}

.item-code {
	padding-right:15px;
		text-align:left;
}

.item-decrement {
		text-align:right;
	text-decoration:none;
	font-weight:bold;
	width:20px;
}

.item-quantity {
	text-align:center;
}

.item-price {
	padding-right:15px;
		text-align:left;
}

.unit-price {
	padding-right:15px;
		text-align:left;
}

.item-total {
	padding-right:15px;
		text-align:left;
}

.item-size {
	padding-right:15px;
		text-align:left;
}

.item-colour {
	padding-right:15px;
		text-align:left;
}

.item-packquantity {
	padding-right:15px;
		text-align:left;
}

.item-increment {
	padding-right:15px;
		text-align:left;
	text-decoration:none;
		font-weight:bold;
		width:20px;
}

a.simpleCart_remove {
	color:#ce0000;
}

a.simpleCart_increment {
	text-decoration:none;
	font-weight:bold;
}

a.simpleCart_decrement {
text-decoration:none;
	font-weight:bold;
	text-align:right;
}


.name_row {
	height:20px;
	width:296px;
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	font-size:12px;
	width:190px;
	text-align:right;
}

.code_cell {
	height:20px;
	border-bottom:solid;
	border-bottom-color:#006F3C;
	border-bottom-width:1px;
	padding-bottom:5px;
	text-align:right;
}

.icon_cell {
	height:20px;
	border-bottom:solid;
	border-bottom-color:#006F3C;
	border-bottom-width:1px;
		padding-bottom:5px;
		text-align:right;
		font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	font-size:12px;
}


.icons {
	float:left;
	width:167px;
	padding-top:2px;
}




.item_details {
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	font-size:10px;
	height:98px;
	width:185px;
	text-align:left;
	padding-top:12px;
	padding-right:12px;
}

.item_price{
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	font-size:11px;
	text-align:right;
}

.unit_price{
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	font-size:11px;
	text-align:right;
}

.cost_label{
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	font-size:11px;
	text-align:right;
}

.order-box {
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	text-align:left;
	font-size:12px;
	height:23px;
		width:168px;
		padding-bottom:0px;
		padding-right:12px;
}

.image_row {
	/* width:100px; */
	height:121px;
}





.item_name {
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	text-align:left;
	font-size:12px;
	font-weight: bold;
	float:left;
}

.item_packquantity {
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	text-align:right;
	font-size:12px;
	float:right;
}

.code_label {
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	font-size:12px;
			text-align:right;
			font-weight:normal;
			float:right;
}

.item_code {
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	font-size:12px;
	float:left;
	text-align:left;
}


.quant_label {
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	font-size:12px;
}

.item_Quantity {
	width:35px;
	font-size:8pt;
}



.item_thumb {
/* 
	width:100px;
	height:100px;
 */
	border:solid;
	border-color:#006F3C;
	right:0px;
	border-width:1px;
	cursor:pointer;
	bottom:0px;
	position: absolute;
	margin-right:5px;
	margin-bottom:20px;
}

#page_search {
	text-align:center;
}

.catagory_box {
	width:246px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

#cart_summary {
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
}

span.add_btn {
	float:right;
	padding-right:12px;
}

a.item_add {
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#333;
	font-size:12px;
}

#empty_the_cart {
color:#ce0000;
}

span.stock_out {
	font-family: Lucida Grande,Verdana,sans-serif;
color:#ce0000;
	font-size:12px;
	font-weight:bold;
	height:23px;
}

#login_box {
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#000000;
	font-size:12px;
	position:fixed;
	top:50%;
	left:50%;
	height:350px;
	width:300px;
	background:#FFF;
	margin-left:-150px;
	margin-top:-250px;
	padding:20px;
	border-style:solid;
	border-width:3px;
	border-color:#62A383;
	z-index:10;
	visibility:hidden;
}

#logged_in_box {
	font-family: Lucida Grande,Verdana,sans-serif;
	color:#00431C;
	font-size:12px;
	top:0px;
	width:250px;
	height:54px;
	background:#FFF;
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-color:#62A383;
	z-index:10;
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	padding-right:10px;
	margin-bottom:10px;
	background:#EEF4F0;
}

#login_close {
	cursor:pointer;
	text-decoration:underline;
}

#login_open {
	cursor:pointer;
	text-decoration:underline;
}




div.prod_menu_btn{
	width:100px;
	float:left;
	z-index:6;
	overflow: hidden;
white-space: nowrap;
	padding-left:10px;
padding-right:10px;
text-align:left;
padding-top:5px;
padding-bottom:5px;
border-top:solid;
border-width:1px;
		border-color:#62A383;
		background-image:url(left_arrow.jpg);
background-repeat:no-repeat;
background-position: 105px 6px;
}

div.pots_cat_menu_btn,
div.feedetc_cat_menu_btn,
div.ornaments_cat_menu_btn{
	width:100px;
	float:right;
text-align:left;
padding-top:5px;
padding-bottom:5px;
border-top:solid;
border-width:1px;
		border-color:#62A383;
		padding-left:10px;
padding-right:10px;
}


div.catagory{
	width:200px;
	float:left;
	z-index:7;
}

div.sub_cat {
	width:120px;
	float:right;
	z-index:5;
	position:absolute;
	margin-left:119px;
	display:none;
	background:#f3f3f4;
		border-right:solid;
		border-left:solid;
		border-bottom:solid;
		border-width:1px;
		border-color:#62A383;
}

#product_menu {
	margin-top:9px;
	display:none;
	margin-left:-11px;
	background:#f3f3f4;
		font-size:9px;
		border:solid;
		border-width:1px;
		border-color:#62A383;
		z-index:20;
		position:absolute;
		width:119px;
		text-decoration:underline;
}

#productbtn {

border-bottom:solid;
	border-top:solid;
	border-left:none;
	border-right:none;
border-width:1px;
border-color:#f3f3f4;
padding-left:10px;
padding-right:10px;
width:100px;
float:left;
text-align:left;
padding-top:7px;
padding-bottom:7px;
font-family: Lucida Grande,Verdana,sans-serif;
	color: #007337;
	text-align:center;
	font-size:11px;
cursor:pointer;
z-index:2;
margin:0px;
text-decoration:underline;
}

div.product_divider{
	float:left;
	padding:0px;
	margin:0px;
	border:0px;
	width:998px;
}


#cart_fail_login {
margin-left:auto; 
margin-right:auto; 
display:block; 
width:300px;
font-family: Lucida Grande,Verdana,sans-serif;
font-size:12px;
background:#f3f3f4;
padding:15px;
border:solid;
border-width:1px;
border-color:#007337;
}

#password_remind_login {
margin-left:auto; 
margin-right:auto; 
display:block;
width:400px;
font-family: Lucida Grande,Verdana,sans-serif;
font-size:12px;
background:#f3f3f4;
padding:15px;
border:solid;
border-width:1px;
border-color:#007337;
}

#contact_form_div {
text-align:left;
margin-left:auto; 
margin-right:auto; 
display:block;
font-family: Lucida Grande,Verdana,sans-serif;
font-size:12px;
background:#f3f3f4;
padding:15px;
border:solid;
border-width:1px;
border-color:#007337;
}

#thanks_order_summary {
	font-size:10px;
	font-family: Lucida Grande,Verdana,sans-serif;
	padding-left:15px;
	padding-right:15px;
}

#previous_order_table{
	font-size:10px;
	font-family: Lucida Grande,Verdana,sans-serif;
	padding-left:15px;
	padding-right:15px;
	width:734px;
	padding-bottom:30px;
}

#cart_details{
	font-size:12px;
	font-family: Lucida Grande,Verdana,sans-serif;
	padding-left:-15px;
	padding-right:15px;
}

#change_details{
	font-size:12px;
	font-family: Lucida Grande,Verdana,sans-serif;
	padding-left:15px;
	padding-right:15px;
}

table.view_order_table{
	font-size:10px;
	font-family: Lucida Grande,Verdana,sans-serif;
	border-bottom:solid;
	border-top:solid;
border-width:1px;
border-color:#007337;
margin-top:10px;
margin-bottom:10px;
padding-top:10px;
padding-bottom:10px;
margin-left:-2px;
width:700px;
}

tr.tablehead {
	font-weight:bold;
	border-bottom:solid;
	border-bottom-width:1px;
}

div.account_container {
	display:none;
}

span.account_button {
	font-family: Lucida Grande,Verdana,sans-serif;
font-size:14px;
cursor:pointer;
color:#ffffff;
text-decoration:none;
}

#account_buttons {
	font-family: Lucida Grande,Verdana,sans-serif;
font-size:14px;
cursor:pointer;
color:#ffffff;
text-decoration:none;
font-weight:normal;
padding-top:20px;
}





#gallery_overlay {
background:#000000;
position:fixed;
height:100%;
width:100%;
z-index:10;
margin:0px;
padding:0px;
top:0px;
left:0px;
filter: alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.80;
visibility:hidden;
}

#all_slide {
position:fixed;
height:540px;
width:900px;
z-index:11;
padding:0px;
visibility:hidden;
right:50%;
left:50%;
margin-left:-450px;
top:70px;
bottom:50%;
display: table-cell;   
vertical-align: middle; 
}

#slideshow {
background:#ffffff;
position:absolute;
height:530px;
width:702px;
z-index:13;
padding:0px;
visibility:hidden;
left:50%;
right:50%;
margin-left:-355px;
border:#000000;
border:solid;
border-style:solid;
border-width:4px;
text-align:center;
display: table-cell;   
vertical-align: middle;
background-image:url('loading.gif');
background-repeat:no-repeat;
background-position:center;
}

#slideshow_pic {
border:solid;
border-style:solid;
border-color:#006f3c;
max-height:411px;
max-width:550px;
display:block;
position:absolute;
top:50%;
left:50%;
}

#bottom_slidelinks {
visibility:hidden;
position:absolute;
z-index:12;
text-align:center;
width:300px;
color:#FFFFFF;
left:50%;
right:50%;
margin-left:-150px;
margin-bottom:25px;
bottom:0px;
font-family: 'Lato', sans-serif;
	font-size:16px;
}

#close_slides {
cursor:pointer;
}
