/* CSS Document */

body {
	background:#501e7d;

}
	
body a {
		font-family:Verdana, Arial, Helvetica, sans-serif;	
		color:#a3a267;
		font-weight:bold;
}

p {
	padding-left:10px;
	}

hr {
	margin-left:10px;
	margin-right:4px;
	height:1px;
	background:#c7b0bd;
	border:0;
	margin-bottom:40px;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

h1 {
	margin-top:0px;
	padding-top:0px;
	color:#96942c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding-left:10px;
	}
	
h2 {
  font-size:1em;  
}
	
#container {
  position: relative;
	width:918px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	background:#501e7d;

	}

.title {
	position: relative;
}

.title h1 {
	color:#501e7d;
	margin-left:0px;
	margin-bottom:20px;
	margin-top:10px;
}

#content {
	padding-left:10px;
	padding-top:30px;
	height:408px;
	
}

#contentarea {
	border-left: 1px dashed #C7B0DB; 
	border-right: 1px solid #C7B0DB;
	border-top: 5px solid #F3D076; 
	float:left;
	width:706px;
	margin-left:-1px;
	margin-top:1px;
	padding:10px;
	padding-top:30px;
	padding-left:4px;
	color:#501e7d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	min-height:515px;
}

#contentarea-inner {
  position: relative;
}

#contentarea-top-mask {
  display: none;
	border-left: 1px solid #FFF; 
	border-right: 1px solid #FFF;
	width:719px;
	height:5px;
	line-height: 5px;
	font-size: 1px;
	position: absolute;
	left: -5px;
	top: -45px;
	
	
}

#frontborder {
	border: solid 10px #fff;
	width:898px;
	height:610px;
	margin-left:auto;
	margin-right:auto;
}

#sidebar {
	margin-top:1px;
	border-top: solid 5px #501e7d;
	margin-left:10px;
	width:176px;
	float:left;
	
	}

#sidebar ul {
	margin:0;
	margin-left:0;
	padding:0;
  z-index:20;
}
	
#sidebar ul li {
	padding:0;
	background:#f0ecf2;
	border: solid 1px #fff;
	border-top:none;
	margin-left:0;
	list-style:none;
	height:20px;
	clear:both;
}

#sidebar ul li:hover {
	background:#e8daf1;

}

#sidebar ul li {
	color:#9272ad;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
}

#sidebar ul li a {
	color:#9272ad;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	padding-left:5px;
}

#sidebar ul li a:hover {
	color:#b292cd;
}

#sidebar ul li:hover, #sidebar ul li:active {

}

.sidebartwo {
	background:#f00;
}


#maincontent {
	background:url(../../images/i-maincontentbg.gif) repeat-y left #fff;
	margin-bottom:0;
	min-height:550px;
  position: relative;
}


#footertop {
	background:url(/images/i-footer-splashtop.jpg) right top no-repeat #501e7d;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:48px;
	line-height:18px;
	clear:both;
	}
	
#footerleft {
	background:#501e7d;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	text-align:right;
	padding-right:10px;
	margin-top:20px;
	padding-top:0px;
	width:280px;
	float:left;
	border-right: solid 1px #fff;
	height:70px;
	padding-right:25px;
	}


	
#footerleft a {
	color:#ccc;
	text-decoration:none;
	font-weight:normal;
	}
	
#footerleft a:hover {
	color:#fd9905;
	}
#footerright {
	color:#fff;
	background:#501e7d;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	width:567px;
	padding-left:10px;
	padding-top:42px;
	line-height:14px;
	height:70px;
	}

#mainheader {
	background:#fff url(/images/i-header.jpg) no-repeat;
	width:898px;
	border: solid 10px #fff;
	border-bottom:0;
	height:108px;

}
		
#mainbg {
	background:url(/images/p-bg-mainbg.jpg) right no-repeat;
	width:898px;
	height:438px;
	margin-left:auto;
	}
	
#mainmenu {
	color:#501e7d;
	line-height:20px;
	font-size:11px;
	margin-left:5px;
	padding-left:15px;
	background:url(/images/i-menu-bg.jpg) no-repeat left;
	float:left;
	margin-top:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#mainmenu a {
	font-weight:normal;
	color:#30005d;
}

#mainmenu li:hover {
	color:#fc9b0e;
}

#mainmenu_dr {
    color:#501e7d;
    line-height:20px;
    font-size:11px;
    margin-left:5px;
    padding-left:15px;
    background:url(/images/i-menu-bg.jpg) no-repeat left;
    float:left;
    margin-top:40px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#mainmenu_dr a {
    font-weight:normal;
    color:#30005d;
}

#mainmenu_dr li:hover {
    color:#fc9b0e;
}
	
.top-breadcrumbs {
	float:left;
	}
	
.clearancetext {
	color:#F00;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	}

.contanerboxwrapper {
    float: left;
}	
.containerbox {
	background:#f1ece0;
	width:285px;
	color:#937d4d;
	margin-left:0px;
	
	padding-bottom:10px;
	margin-bottom:10px;
	max-height:198px;
	clear:both;
	margin-top:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.containerbox p{
	margin-left:0;
	padding-left:0;
	}

.containertext {
	margin-left:10px;
}


.containerboxtitle {
	font-size:12px;
	font-weight:bold;
	background:#c6b692;
	color:#fff;
	border-bottom:solid 2px #fff;
	padding-left:10px;
}

#footercontainer {
	border:10px solid #fff;
	background:#501e7d;
	border-top:none;
	padding:0px;
	padding-top:0;
	height:120px;
	width:897px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	}
	
.newsitems {	
  max-height: 100px;
  overflow: hidden;
}

.newsitem {
	padding-right:15px;
	padding-top:10px;
	padding-left:10px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
}
	
.newsitemtitle {
	font-weight:bolder;
	font-size:11px;
	
}

.newsitemtitle a {
	text-decoration:none;
	color:#937d4e;
}

.newsitemtitle a:hover {
	color:#ff9900;
}

.user-login {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #501E7D;
}

#sidebar .user-login {
  margin: 0 10px;
}

#sidebar h2.user-login {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bolder;
  color: #501E7D;
  margin: 10px 0 0 10px;
}

.user-login th {
	text-align: right;
  font-weight:bolder;
  font-size:11px;
  padding: 2px 5px;
}

.user-login form {
  margin: 0;
	padding: 5px 0; 
}

.user-login input {
  font-size: 11px;
  width: 120px;
  margin-bottom: 4px;
}

.user-login input.submit {
	width: auto;
	color: #501E7D;
	border: 1px solid #501E7D;
	background: #D8CEDE;
	cursor: pointer;
}

.user-login input.submit:hover {
	background: #96942D;
	color: #D8CEDE;
}
	
.logged-in-user {
  padding-top:10px;
  padding-left:20px;
  color: #501E7D;
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  overflow:hidden;
}

#sidebar .logged-in-user {
  padding-left: 10px;
}	

.floatlefttwentyright {
	float:left;
	margin-right:20px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
	}
	
.searchbar {
	float:right;
	margin-right:5px;
	}
.newsphotos {
	float:left;

}

.alignleft {
	text-align:left;
}

.greybg {
	background:#eee;
	border: 1px solid #ddd;
}

.imagetext {
	float:right;
	font-size:10px;
	color:#999;
	text-align:right;
}

.clearboth {
	clear:both;
}

.clearright {
	 clear:right;
}

.paddingleftten {
	padding-left:10px;
}

.footersplash {
	margin-left:0px;
	margin-bottom:-15px;
	border-right: solid 1px #9fa4bf;
	width:906px;
	background:#fff;}
	
.enquirybox {
	text-align:right;
	width:500px;
	border:1px solid #999;
	background:#eee;
	margin:10px;
	padding:10px;
}

.newsphotos {

}
.fourhundredwide {
	width:400px;
	padding-left:10px;
}

.fourhundredwide p {
	padding-left:0;
}

.footermargin {
	margin-left:0px;
	margin-bottom:-15px;

}

.bottomlinks {
	color:#fff;
	font-size:10px;
	padding-top:7px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.bottomlinks a {
	color:#ccc;
	text-decoration:none;

}

.bottomlinks a:hover {
	color:#999;
}

.copyright {
	margin-left:420px;
}

.sitemaplist {
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#501e7d;
}

.sitemaplist a {
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#501e7d;
	text-decoration:none;
	
}

.sitemaplist a:hover {
	color:#ff9900;
}


.sitemaplist li {
	padding-bottom:10px;
	font-weight:bold;
}


.sitemaplist ul li {
	padding:0;
	font-weight:normal;
}



.sitemaplist ul {
	padding-bottom:10px;
	
}
.sitemaplist ul li a {
	font-size:14px;
	font-weight:normal;
	color:#7a7935;
}

.sitemaplist ul li a:hover {
	color:#ff9900;
}

.olivetext {
	color:#96942c;
}

.termsconditions {
}

.termsconditions h2 {
	padding-left:10px;
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:0px;
	margin-bottom:0px;
}

.termsconditions p {
	line-height:16px;
}


.privacypolicy p {
	line-height:16px;
}

.parenttitle {
	border-right:solid 1px #501e7d;
	color:#501e7d;
}

.newstitle {
	margin-left:10px;
}

.newstitle h1 {
	margin:0;
	padding:0;
	float:left;
}

.newstext {
	float:right
}

.newsphotos {
	float:left;
	padding-right:10px;
	
}

.newscontent {
	margin-left:10px;
	
}

.newscontent p {
	margin-top:0px;
	padding-top:0px;
}

.enquiryinput {
	width:200px;
}

.openinghours {
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:400px;
}

.openinghours td {
	padding:3px;
}

.openinghours thead {
	background:#96942c;
	color:#fff;
	font-weight:bold;
}

.openinghours tbody td {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	background:#e2e09c;
}

.openinghours thead td {
	background:#96942c;
	color:#fff;
	border-right:solid 1px #fff;
}

.contacttable {
	line-height:20px;
	margin-top:10px;
	margin-left:10px;
	width:400px;
}

.contacttable td {
	padding:3px;
}
.contacttable thead td {
	background:#ff9900;
	color:#fff;
	font-weight:bold;
	border-right:solid 1px #fff;
}

.contacttable tbody td {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	background:#f3d076;
}

.contacttext {
	width:420px;
	float:left;
	line-height:17px;
}

.contactright {
	float:right;
	width:200px;
	margin-right:40px;
}

.contactright img {
	margin-bottom:10px;
}

.redtext {
	color:#ff0000;
}

.shopcontactemail {
  font-weight: normal;
	color:#501e7d;
}

.shopcontactemail:hover {
	color:#ff9900;
}

.searchbox {
	margin-top:1px;
  margin-left:10px;
	width:106px;
	float:left;
}

.searchbox_right {
  position: absolute;
  top:    0px;
  right: 10px; 
}

.searchbox_left {
	position:absolute;
	top:  155px;
	left: 16px;
}

.searchbox_right_b1 {
  position: absolute;
  top:   60px;
  right: 10px;
}

.searchbox_right_b2 {
  position: absolute;
  top:  80px;
  right: 10px;
}

#search_go_button {
  position: relative;
  top: 5px;
}

/* Category Listings */

.thumblist {
  position: relative;
  width:100%;
  clear:both;
}

.thumblist .productbox {
  position: relative;
	width:130px;
	border:solid 1px #c7b0bd;
	margin:4px;
	padding:0px;
	float:left;
	line-height:1.25em;
	height:180px;
	text-align:center;
}

.thumblist .productbox a.product-thumb
{
  display: block;
  margin: 10px 0 0 0;
}
	
.thumblist .productbox a {
  text-decoration:none;    
}

.thumblist .productbox a:hover {
	color:#ff9900;
}

.thumblist .productbox h2 {
  margin: 0.75em 0 0 0;
  padding: 0;
  position: absolute;
  left: 2px;
  width: 126px;
  top: 125px;
  text-align: center;
}

.product-view .productbox {
	width:650px;
	margin:10px;
	padding:10px 10px 10px 10px;
	float:left;
	}
	
.product-view .productbox h1 {
	margin-top:0;
	padding:0;
	margin-bottom:2px;
}

.product-view .productbox h3 {
	margin-top:0;
	padding-top:0;
}

.product-view .producttable {
	width:380px;
	float:right;
}


.product-view .producttable th {
	text-align:left;
	width:100px;
}

.news-thumblist .productbox {
	width:650px;
	border:solid 1px #c7b0bd;
	margin:10px;
	padding:10px 10px 10px 10px;
	float:left;
	}
	
.news-thumblist .productbox h1 {
	margin-top:0;
	padding:0;
	margin-bottom:2px;
}

.news-thumblist .productbox h3 {
	margin-top:0;
	padding-top:0;
	}
    
    
.catHeading {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #937d4e; 
    font-size: 12px; 
    margin: 0;
}

.category {
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    color: #501e7d;
    font-size: 11px;
    list-style: none;
    margin-left: -40px;
    margin-top: 5px;
    width: 130px;    
}

.category li {
    background-color: #edecc0;
    margin-top: 1px;
}

.category  li:hover {
    background-color: #f7f5df;
}

.category a {
    color: #501e7d;
    text-decoration: none;
    font-weight: 100;
}

.category a:hover {
    
}


#mainmenu_dr {
    color:#501e7d;
    line-height:20px;
    font-size:11px;
    margin-left:5px;
    padding-left:15px;
    float:left;
    margin-top:40px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #937d4e; 
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    background-color: #FFFFFF;
    margin-top: 10px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#mainmenu_dr ul {
    list-style: none;
    font-size: 11px;
    margin-left: 0px;
    display: inline;
    
}

#mainmenu_dr ul li {
    background-color: #edecc0;
    margin-top: 1px;
}

#mainmenu_dr ul li:hover {
    background-color: #f7f5df;
}

#mainmenu_dr a {
    font-weight:normal;
    color:#30005d;
    text-decoration: none;
}

#mainmenu_dr a:hover {
    font-weight:normal;
    color:#fc9b0e;
}

.mainmenudr_item {
    list-style: none;
    font-size: 11px;
    margin-left: 0px;
    
    background-color: #edecc0;
    margin-top: 1px;
    
}
