/* Windrush CSS
*********************************************/
html {height:100%; margin-bottom:1px; overflow-y:scroll;}

/* Layout styling */
body {
  font-family: 'Lato', sans-serif; 
  position: relative;
  background-color: #fff!important;
  width: 1024px;
  margin: 10px auto;
  font-size: 0.9em;
}

/* LAYOUT
*********************************************/
#overall {height:100%; margin:0 auto; text-align:left; width:100%;}

  #header {}
  #main {}
  #footer {}

/* Layout Classes */
  .inheader {}
  .inmain {}
  .infooter {}
  .inpopup {}

/* Floats */
#top-left, #bottom-left, .float-left {float:left;}
#top-right, #bottom-right, .float-right {float:right;}
.group:before, .group:after {content:""; display:table;}
.group:after {clear:both;}
.ie6 .group {zoom:1;}
.ie7 .group {zoom:1;}
#menu, .item-separator { clear: both; }

/* Elements */
h1, h2 {
  font-family: 'Lato', sans-serif; 
  font-weight: 800;
}

p, li, span.title {
  font-family: 'Lato', sans-serif; 
}

a {
  color: #4f321f; /* Not working for some reason */
  text-decoration: none;
}

.readmore a:link {
  color: red;
}
.readmore a:hover {
  color: blue;
}

.item h2 a:hover {
text-shadow: 2px 2px 2px #444;
}

#site-header {

  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 500px;
  padding: 0px;
}

#top-left {
  border-radius: 20px;
  box-shadow: 10px 10px 10px #444;
  width: 380px;
  height: 190px;
  padding: 10px;
}

#top-left p {
  font-family: 'Lato', sans-serif; 
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  line-height: 20px;
  margin: 0;
  -moz-transform:rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}

#top-left img {
	width: 100%;
}

#top-right {
  border-radius: 20px;
  border: 2px solid #4f321f;
  box-shadow: 10px 10px 10px #444;
  width: 560px;
  height: 188px;
  padding: 10px;
}

#top-right h3 {
  font-family: 'Lato', sans-serif; 
  font-size: 1.5em;
  text-align: center;
  margin-top: -10px;
  margin-bottom: -13px;
}

#top-right img{
  border: 2px solid #4f321f;
  height: 120px;
  border-radius: 20px;
}

#top-right p, #top-right a {
  font-family: 'Lato', sans-serif;  
  margin: 0;
}

#top-right a {
  text-decoration: none;
  text-align: center;
  font-size: 1.5em;
  color: #4f321f;
}

.moduletable_menu {
	position: relative;
	top: 20px;
}

#menu {
  padding-top: 10px;
  margin: 0!important;
}

#menu ul li {
  list-style: none;
  display: inline;
  margin: 0 16px 0 0;
}

ul.menu {
padding: 0;
}

#menu ul li a {
  font-family: 'Lato', sans-serif; 
  font-weight: 800;
  color: #fffedb;
  font-size: 18pt;
  text-decoration: none;
}

#menu ul li a:hover {
  color: red;
  text-shadow: 4px 4px 4px #444;
}

#main {
  padding: 20px 20px 50px 20px;
  width: 980px;
}

#plain-main {
  width: 1000px;
  background: #fffedb;
}

#linkpanel {
  margin-top: 20px;
  background: #fff;
  border-radius: 15px 70px 70px;
  box-shadow: 5px 5px 5px #c0c0c0;
  border: 2px solid #4a69a9;
  padding: 10px 10px 10px 10px;
  width: 1010px;
  min-height: 200px;
}

.innerlinkpanel {
  width: 1000px;
}

#testimonial {
  display: inline;
}

#shop {
  padding: 20px 20px 110px 20px;
  width: 975px;
  margin-left: 2px;
  margin-top: 30px;
}

.feature-img {
  border-radius: 20px;
  border: 2px solid #4a69a9;
  box-shadow: 10px 10px 10px #c0c0c0;
  width: 1020px;
  height: 300px;
}

.feature-box {
  border-radius: 15px 100px;
  border: 2px solid #4a69a9;
  box-shadow: 10px 10px 10px #444;
  padding: 10px;
  margin-top:30px;
}

.blog div div p img {
  border-radius: 20px;
  border: 2px solid #4a69a9;
}
/* Shop Bit */
  
.orderby-displaynumber {
  display: none;
}

.product div div h2 a {
  color: #4f321f;
  text-decoration: none;
}

/* Slider module */

.moduletablepaws {
  float: left;
}
.sotss-theme1 {
  margin: 20px 10px;
}

.sotss-container {
  border-radius: 15px 100px;!important;
  border: 2px solid #FFF!important;
  box-shadow: 10px 10px 10px #444;
}

.SotSimpleSlider_item {
  margin-bottom: 10px;
}

/* Promise Module */
.moduletablepromise {
background: #4a69a9!important;
  color: white;
  border-radius: 15px 100px;
  padding: 10px;
  float: left;
  border: 2px solid white;
  margin: 20px 10px;
  width: 200px;
  height: 200px;
  box-shadow: 10px 10px 10px #444;
  font-family: 'Lato', sans-serif!important;
}

/* Blog panel */

.moduletableblog {
  background: #4a69a9!important;
  color: white;
  border-radius: 15px 100px;
  padding: 10px;
  float: left;
  border: 2px solid white;
  margin: 20px 10px;
  width: 250px;
  height: 200px;
  box-shadow: 10px 10px 10px #444;
  font-family: 'Lato', sans-serif!important;
}

.custompromise p, .moduletableblog p, .custompaypal p, .customsocial p  {
  font-family: 'Lato', sans-serif; 
}

/* Bottom panel */
.bottom_panel  {
  margin: 50px 0 20px 0;
  float: left;
  width: 1025px;
  height: 50px;
 }

/*Social Website logos */
.modulesocial  {
  margin: -10px 40px 0 0;
  padding: 10px;
  float: left;
  width: 210px;
  height: 50px;
  font-family: 'Lato', sans-serif; 
}

/* PayPal panel */
.modulepaypal  {
  background: #ffffff!important;
  color: white;
  margin-top: -10px;
  border-radius: 20px;
  padding: 10px;
  float: right;
  border: 2px solid #4a69a9;
  width: 200px;
  height: 50px;
  box-shadow: 10px 10px 10px #444;
  font-family: 'Lato', sans-serif; 
}

/* End of shopping cart page was getting covered up by the bottom-right logo */
.checkout-button-top {
  text-align: left;
}

/* Virtuemart system message ugly and pointless */
#system-message-container {
	color: red;
}

/* Hide filter thing on weblinks pages */
form#adminForm fieldset.filters {
  display: none;
}

/* position social icons */
.nsb_container {
    float:left;
}

/* position cart symbol */
.cart_container {
    position: absolute; 
    top: 85px; 
    right: 0px;
}

.basket-button a {
    	position:relative; 
    	top:-100px;
   	display: block;
    	height:60px; 
    	width:60px;
    	border:10px;
 	background-size: 100%;
    	background-image: url('../graphics/button-1.gif');
}

.basket-button a:hover {
  	height:56px; 
    	width:56px;
	margin: 2px 2px 2px 2px;
  	background-size: 100%;
    	background-image: url('../graphics/button-2.gif');
}

/* Height hack for testers page */
div.item.column-1, div.item.column-2 {
  float: left;
  width: 50%;
}

#main {
  overflow: hidden;
}

.vm-pagination ul li{
	margin: 5px!important;
}

.pagination ul li { 
	display: inline;
	margin-right: 5px;
}

#carousel .cloud9-item, #buttons button {
	  cursor: pointer;
}

.slide img {
	height: 220px;
}
.slide p {
	text-align: center;
}


#nomimg, #leftimg  {
	transform: rotate(-5deg);
}

#rightimg  {
	transform: rotate(5deg);
}


.frameclass { 
	border-width:0px;
	border-style:solid;
	border-color:#349a68;
}

.menutext  {
	font-size: 1em;
}

.imagepointer {cursor: pointer; hover; }

.class1 {	}

.class2 {	}

.class3 {font-size: 14px; }

.enqform  {
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	line-height: 16px;
	padding-left: 5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
} 

.desc-box {
	margin-top:10px;
	margin-right:0px;
	width:800px;
	height:45px;
	padding: 5px 0px 5px 0px;
	background-color: #dddddd;
	border-left-color:#888888;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#888888;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#888888;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#888888;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.image-box{
	margin-top:10px;
	margin-right:48px;
	width:200px;
	height:200px;
	float:left;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
	}

.text-box {
	margin-top:5px;
	margin-right:48px;
	width:200px;
	height:25px;
	line-height:20px;
	float:left;
	}

table.listtab  { 
	font-family: 'Lato', sans-serif; 
	font-weight: normal;
	font-size: 1em;	
	color: #000045;
	}


.listHd  { 
	text-align:center;
	font-family: 'Lato', sans-serif; 
	font-weight:bold;
	font-size:1em;
	line-height:1em;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	}

.listHdc  { 
	text-align:center;
	font-family: 'Lato', sans-serif; 
	font-weight:bold;
	font-size:1em;
	line-height:1em;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	}

.listHdl  { 
	text-align:left;
	font-family: 'Lato', sans-serif; 
	font-weight:bold;
	font-size:1em;
	line-height:1em;
	padding-left:0px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	}

.listHdr  { 
	text-align:right;
	font-family: 'Lato', sans-serif; 
	font-weight:bold;
	font-size:1em;
	line-height:1em;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.listBodl  { 
	text-align:left;
	font-family: 'Lato', sans-serif; 
	font-weight:normal;
	font-size:1em;
	line-height:1em;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
} 

.listBodr  { 
	text-align:right;
	font-family: 'Lato', sans-serif; 
	font-weight:normal;
	font-size:1em;
	line-height:1em;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
} 

.listBodc  { 
	text-align:center;
  	font-family: 'Lato', sans-serif; 
	font-weight:normal;
	font-size:1em;
	line-height:1em;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
} 

p.box  {
	width:820px; height:580px;
	border-style:solid;
	border-color:#000045;
	border-width:1px;
	background-color:#EEEEEE;
}

#menu-container{
    width: 1050px;
    font-family: 'Lato', sans-serif; 
    font-size: 12px;
    line-height:15px;
    margin-bottom: 10px;
    overflow: hidden;
}
#menu-container ul{
    list-style: none;
    margin-top:0px;
    list-style-position: outside;
    width: 100%;
}
#menu-container ul.menu-item li{
    display: block;
    float: left;
    position: relative;
    left: -40px;
    font-family: 'Lato', sans-serif; 
    color: #000;
    font-size: 11pt;
    text-decoration: none;
    font-weight: 800;
    padding: 5px 62px 5px 0px;
    border: none
    border-bottom: none;
    cursor: pointer;
}
#menu-container ul.menu-item li:hover{
    color: grey;
    border-bottom: 0;
}
#menu-container ul.menu-item li.active{
    color: #4a69a9;
    text-shadow: 1px 1px 1px #444;
    border-bottom: 0;
}
.back-to-category {float:right;}

.back-to-category-left {float:left;}

.events-schedule { 
	font-size:1.1em;
	font-weight:500; 
	line-height=1.4em;
}
.events-schedule TD  {
	color:#4f321f;
	line-height: 1.5em;
}

.contactus  {
	font-size:14px;
	font-family: 'Lato', sans-serif; 
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center; 
	line-height:2.0em;
}
.contactus a:link {
  color: red;
}
.contactus a:hover {
  color: blue;
}

#popup  {
  	background: #fff;
  	border-radius: 20px;
 	box-shadow: 10px 10px 10px #444;
  	border: 2px solid #4f321f;
 	padding: 20px 20px 20px 20px;
  	width: 575px;
	font-family: 'Lato', sans-serif; 
}
#popup h2  {
	font-family: 'Lato', sans-serif; 
	font-weight: 800;
}

.shop_container  {
	display: inline-block;
	width:900px;
	float: left;
}
.shop-element  {
	display: inline-block;
	width:300px;
	float: left;
}

span.addtocart-button  {
	width:152px;
	float:left;
	margin:0 0 0 10px;
}

span.addtocart-button input.addtocart-button,span.addtocart-button input.notify-button {
	width:152px;
	background:#e8e8e8 url(../graphics/backgrounds.png)top repeat-x;
	background-position:0 -160px;color:#fff;
	border:solid #00a000 1px;border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
	cursor:pointer;
	height:34px;
	text-align:center
	letter-spacing:1px;
	padding:4px 5px;
}

span.addtocart-button input.addtocart-button-disabled {
	width:auto;
	background:#f2f2f2 top repeat-x;
	border:solid #333 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
	cursor:pointer;
	height:34px;
	text-align:center;
	letter-spacing:1px;
	padding:4px 5px;
	color:#333;
	margin:10px 0px 0px 0px;
}

span.addtocart-button input.addtocart-button:hover,span.addtocart-button input.notify-button:hover,input.highlight-button:hover,a.highlight:hover {
	background-position:0 -200px;
	color:#f2f2f2;
}

.subscribe-button  {
	width:182px;
	float:left;
	margin:0 0 0 10px;
}

.subscribe-button  {
	width:182px;
	background:#e8e8e8 url(../graphics/backgrounds.png)top repeat-x;
	background-position:0 -160px;color:#fff;
	border:solid #00a000 1px;border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
	cursor:pointer;
	height:34px;
	text-align:center
	letter-spacing:1px;
	padding:4px 5px;
}

span.subscribe-button  {
	width:auto;
	background:#f2f2f2 top repeat-x;
	border:solid #333 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
	cursor:pointer;
	height:34px;
	text-align:center;
	letter-spacing:1px;
	padding:4px 5px;
	color:#333;
	margin:10px 0px 0px 0px;
}

.subscribe-button:hover,span.subscribe-button  {
	background-position:0 -200px;
	color:#f2f2f2;
}
.buynowbutton  {
	margin:0 0 0 10px;
	background-image: url("buynow1.gif");
	background-position:0 -160px;color:#fff;
	cursor:pointer;
	height:26px;
	padding:4px 5px;	
}
.buynowbutton: hover {
	background-position:0 -200px;
	background-image: url("buynow2.gif");
}

.blue-button  {
	margin:0 0 0 10px;
	background:#e8e8e8 url(../graphics/backgrounds2.png)top repeat-x;
	background-position:0 -160px;color:#fff;
	border:solid #428aab 1px;border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
	cursor:pointer;
	height:26px;
	text-align:center
	letter-spacing:1px;
	padding:4px 5px;
}

span.blue-button  {
	width:auto;
	background:#f2f2f2 top repeat-x;
	border:solid #333 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
	cursor:pointer;
	height:26px;
	text-align:center;
	letter-spacing:1px;
	padding:4px 5px;
	color:#333;
	margin:10px 0px 0px 0px;
}

.blue-button:hover,span.subscribe-button  {
	background-position:0 -200px;
	color:#f2f2f2;
}

.texttrigger  {
	color:#4f321f; 
	font-weight: 600; 
	cursor:pointer;
}

.tabletext  {
}

.tabletext td {
	color:#4f321f; 
	font-weight: 600;
}

.pagehead  {
	margin: 0px 0 20px 0;
	font-size:20px;
	font-family: 'Lato', sans-serif; 
	font-weight: 800;
	color: #4a69a9; 

}

.friends-left  {
	clear:right;
	float:left;
	margin:10px 10px 0 0;
}

.friends-right  {
	clear:left;
	float:right;
	margin:10px 0 0 10px;
}

.friends-text  {
	display:block-inline;
	min-height: 120px;
}

.blog-view {padding:0 0 0 12px;}
.blog-view {color:black; font-size: 14px; line-height: 20px; letter-spacing: 0.1px;}
.blog-view h1{font-size:22px;margin:0 0 6px;padding:0;}
.blog-view {margin:0 0 15px;padding:0;}
.blog-view .product-description,.product-fields{margin:15px 0; line-height:150%;}


/*  body.php specific   */

.header1  {
	position: absolute; top: 15px; left: 10px; z-index: 1;
} 

.header1b  {
	position: absolute; top: 15px; left: 100px; z-index: 3;

} 

.msg  {
	position: absolute; top: 108px; left: 30px; z-index: 2;
	font-size: 12px;
	color: #660033;
}

.underlay  {
	position: absolute; 
	top: 55px; 
	left: 10px; 
	z-index: 10;
}
.bodytext   {
	position: absolute; 
	top: 75px; 
	left: 20px;
	width: 1040px; 
	z-index: 11;
}
.panel  {
	position: absolute;  
	padding: 0;
   	margin: 0;
}

.side  {
	position: absolute; top: 188px; left: 20px; z-index: 6;
}

#prodload {  }

#x-backtoShop  {
	color: #4a69a9;
	font-size: 14pt; 
	cursor: pointer	
}
#x-backtoShop:hover  {
	color: blue;
}

.menuline {  }

hr.menuline {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
.gradient  {   }

hr.gradient {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.twin  {   }

hr.twin {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

.footer-container  {
    width: 1050px;
    display: inline-block;
    font-family: 'Yantramanav', sans-serif;
    font-size: 12px;
    line-height:18px;
    overflow: hidden;
}
.footer-container a:link {
   color: #4a69a9;
   font-weight: 400;	
}
.footer-container a:visited {
   color: #4a69a9;
   font-weight: 400;	
}
.footer-container a:hover {
   color: #bbb;
   font-weight: 900;	
}

.footer-content  {
    display: inline-block;
    margin-right: 160px;
}
.footer-content-right  {
    display: inline-block;
    float: right;
}

