/* Resets
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;	
}

/* Remove the outline from firefox links */
:focus { -moz-outline-style: none; }

p {
	margin: 0 0 10px 0;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal inside;
}

fieldset {
	border: 0px;
}

label {
	float: left;
	width: 100px;
}

/* Typography
----------------------------------------------- */
html {
	font-size: 100%;
}

body {
	font-size:62.5%;
	font-family:Arial, Tahoma, Verdana, Times, sans-serif;
}

h1  {
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:10px;
}

h2 { 
	font-size : 1.4em; 
}

h5 { 
	font-size : 1em; 
}

p {
	font-size: 1.2em;
}

label {
	font-size: 1em;
}

input,
select,
textarea,
submit { 
	font-size: 1em;
}

#menu { 
	font-size: 1.4em;
}

#menu li a.menuRollover {
	font-weight: bold; 
}

#submenu { 
	font-size: 1.3em;
}

.head { font-size : 1.4em; font-weight: bold;  }
.subhead { font-size : 1.2em;  }

.text { font-size : 1em; }
.textbold { font-size : 1em; font-weight: bold }

.bodylink { font-size : 1.2em; }
a.bodylink { font-size : 1.2em; }


.producttitle,
a.producttitleRollover {
	font-size : 1.2em; 
	font-weight : Bold; 
}

.fieldhead { 
	font-size : 1.2em; 
}

.field {
	font-size: 1.1em;
}
.no_category_product_image a {
	display:block;
	float:left;
	height:100%;
	width:100%;
}
.productprice {
	font-size: 1.2em;
}

.categoryProductAddBasket {
	font-size: 1.6em;
}




/* Layout
----------------------------------------------- */

#page { 	 
	position: relative;
}

#header {
	height:92px;
	margin:auto 0;
}

#header span {
	display:none; 
}

#menu {
	padding:10px 10px 10px 120px;
}

#submenu  { 
	position:absolute;
	top:180px;
	left:10px;
}

#content { 
	padding:20px 10px 20px 170px;
	width:560px;
}
#content img {
	padding-right:10px;
}

#footer  { 
	clear: both;
	height: 24px;
	line-height: 24px;
	position: relative;
	padding: 0 10px; 
}
#footermenu {
	padding: 0 0 0 120px;
}
br {
	padding-bottom:10px;
}

/* Background - Borders - Color
#9966cc Purple
----------------------------------------------- */

html,
body { 
	background-color: #fff;
}

#page {
	background: #fff;
}
#header {
	background:#8A76BF url(logo-purple6.gif) no-repeat 10px 10px;
}
#menu { 
	background-color:#8A76BF;
}
#content {	
	background: #fff url(grace-decal2.gif) no-repeat bottom right;
	min-height:400px;
}
#footer {
	background-color:#8A76BF
}


a,
h1,
h2,
a:hover,
a.bodylinkRollover,
a.producttitleRollover,
.head,
.subhead,
.submenuhead,
#submenu li a:hover,
#submenu li a.subMenuRollover,
#content a {
	color: #9966cc;
}
.text,
.textbold,
#submenu,
#submenu li a,
#content,
#content a:hover {
	color : #000;
}

#menu a,
#footer,
#footer a{
	color:#fff;
}

.imgborder,
.catproductimage,
.productimage,
.galleryimage,
.pageBorder {
	border : Solid 1px #96c
}

input,
select,
textarea,
submit {  
	border: solid 1px #000000; 
}

input.button { 
	background-color: #888;
	border: 1px solid #ccc;
	color: #fff;
	padding: 4px;
}
#contentsubcategories {
	float:left;
	clear:both;
}
	
/* Earlier
----------------------------------------------- 
----------------------------------------------- */


/* Menu
----------------------------------------------- */


#menu ul { 
}
#menu li { 
	list-style-type: none; 
	display: inline;
	position:relative;
}
#menu li a { 
	padding: 0 10px; 
}
#menu li a.menuRollover { 
}
#menu li#menu-contact a {
	padding: 0 0 0 10px;
}
#menu li ul {
	display:none;
	background:#8A76BF;
	border:solid #ffffff;
	border-top:solid 1px #8A76BF;
	left:0;
	position:absolute;
	top:15px;
	width:172px;
}
#menu li li ul {
	border:none;
	display:none;
	position:relative;
	top:0
}
#menu li li:hover ul {
	display:block;
}
#menu li.menu-aboutbg ul {
	width:111px;
}
#menu li.menu-partners ul {
	width:77px;
}
#menu li:hover ul {
	display:block;
}
#menu li li {
	float:left;
	width:100%;
	line-height:1.6em;
	text-align:left;
	width:100%;
}
#menu li li:hover {
	background:#4B4E92;
}
#menu li li li {
	background:#8A76BF;
	padding-left:5px;
	width:167px;
}
#menu li a {
	color:#ffffff;
}
#menu li:hover a {
	color:#4B4E92;
}
#menu li:hover li a {
	color:#ffffff;
}
/* Sub Menu
----------------------------------------------- */
.submenuhead {
	font-weight: bold;
	margin-bottom: 10px;
	width: 120px;
}

#submenu ul { 
}

#submenu li {
}

#submenu li a { 
}

#submenu li a.menuRollover { 
}

#submenu ul ul li a  { 
	text-indent: 16px;
	padding: 0 0 0 10px;
}

/* Product Title
----------------------------------------------- */

a.producttitleRollover {
}

.producttitlealign {
}

.productback {
}

.fieldhead {
}

.field {
}

.productprice {
}

.productpricealign { 
}

legend {
	margin:0 0 5px 0;
}
/* Homepage
----------------------------------------------- */
#page-home h1 {
	display:none;
}
#page-home #pageoptions {
	display:none;
}
/* Sections
----------------------------------------------- */
#searchform { 
	color: #000000; 
	font-size: 11px;  
	position: absolute; 
	top: 152px; 
	left:556px; 
	width:220px; 
	z-index:1000; 
	display:block; 
}
#searchform input { 
	width:96px; 
}
#searchform submit {
	color: black;  
	background-color: #96c; 
	border: solid 1px #000000; 
}
#searchResults { 
	padding: 24px 0px; 
}
.searchProduct { 
	 
	width: 140px; 
	height: 80px; 
	float: left; 
	clear: none; 	
}
.searchProductImageBox { 
	float: left; 
	clear: both; 
	width: 140px; 

}
.searchProductImage { 
	border: Solid 1px #96c; 
}
.searchProductTitle { 
	float: left; 
	clear: both; 
	width: 140px; 
}



/* Site Map
----------------------------------------------- */
.t0i { 
	font-size: 11px; 
	color: #0000FF; 
}
#sitemap { 
	 
	margin-left: 200px; 
	width: 400px 
}

/* Contact Form
----------------------------------------------- 
#contactForm { text-align: center; float: left; clear: both; position: relative; left: 120px;  }
#contactFormDetails {  clear: both; position: relative;  }
#contactFormDetails label {  width: 120px; float: left; }
*/

/* Contact Details
----------------------------------------------- */
#siteContactBox { clear: both; position: relative; left: 80px; height:80px;  }
#siteContactDetails {  float: left; margin-right: 8px; position: relative; left: 0px; width: 160px;  }
#siteAddressDetails { text-align: right; float: left; margin-right: 8px; position: relative; left: 80px; width: 160px;  }


/* Links
----------------------------------------------- */
#links { 
	clear: both; 
}
#linksTitle { 
	text-align: right; 
	float: left; 
	clear: left; 
	margin-right: 8px; 
	position: relative; 
	left: 0px; 
	width: 160px; 
	 
}

#linksUrl { 
	display: inline; 
}

#linksOther { 
	display: none; 
}
	
/* Latest News
----------------------------------------------- */
#latestNewsBox { 
	clear: both; 
	margin-bottom: 20px; 
	position: absolute; 
	z-index: 10; 
	top: 0px; 
	left: 624px; 
	width: 120px; 
	overflow: hidden; 
	 
}

#latestNews { 
	clear: both; 
	margin-bottom: 20px; 
	position: relative; 
	left: 0px; 
	width: 320px; 
	 
}

#latestNewsTitle { 
	 
	float: left; 
	clear: both; 
	margin-right: 8px; 
	position: relative; 
	left: 0px; 
	 
}

#latestNewsDate { 
	display: inline; 
}

#latestNewsLink { 
	text-align: right; 
	float: left; 
	clear: both; 
	 
}

/* News
----------------------------------------------- */
.news { 
	clear: both; 
	margin-bottom: 20px; 
	width: 440px;  
}
.newsTitle {
	float: left; 
	clear: left; 
	margin-right: 8px; 
	position: relative; 
	left: 0px; 
	display: block; 
	color: #9966CC; 
	font-weight: bold; 	
	font-size: 1.4em; 
}

.newsDate { 
	color: #96C;
	display: inline;
	float: left;
	font-size: 1.4em;
}

.newsDescription,
.newsContent { 
	clear: both;
}

.newsLink {}


/* Gallery
----------------------------------------------- */
#galleryItemBox { 
	text-align: center; 
	float: left;
	clear:none; 
	width: 188px; 
	padding: 4px; 
	position:relative; 
}

#galleryImageBox { 
	text-align: center; 
	float: left; 
	width: 160px; 
	clear: both; 
}

.galleryImage {
	text-align: center; 
}

#galleryImageTitle,
#galleryImageInfo,
#galleryImagePrice { 
	float: left; 
	clear: both; 
	width: 160px; 
}

#galleryImageInfo {
	padding: 20px; 
}

#galleryImageAddTo { 
	display:none; 
}

#galleryImagePlace { 
	float: left;
	position:relative; 
	text-align: center; 
}

#galleryImageStatus { 
	text-align:right; 
	position: absolute; 
	left: 0; 
	bottom: 0px; 
	font: bold 16px/20px Arial; 
	color: #FFFFFF;
	background-color: #336699; 
	width: 122px; 
	border: solid 1px #000; 
}


.basketRow:after,
.catProductBox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
} 

/* SIFR
----------------------------------------------- */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/
.sIFR-active #content h1 {
  visibility: hidden;
  line-height: 2.4em;
  font-size:2em;
  padding:10px 0;

}

