

/***************************************************
   HTML Elements
 ***************************************************/

body {
  color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #666 url(images/bg.gif);
  margin: 50px;
}

h1 {
  color: #fff;
  font-size: 18px;
  border-bottom: 0px dotted #600;
  margin: 10px 0 10px 0;
  padding: 0 0 10px 10px;
 
}
#intro{
	margin-top:30px;
	font-size:2em;
	font-weight:bold;
	color:#FDC;
	text-align:center;
}
#firstpara{
	line-height:200%;
	font-size:1.5em;
}

h1 b {
  color: #600;
}
h1.gifts{
	
}

h2 {
  color: #FDC;
  font-size: 1.4em;
  text-transform: lowercase;
  background: #888;
  padding: 5px;
}
#pay{
	float:right;
	width:150px;
	margin-left:10px;
	background-color:#888;
	padding:10px 10px 10px 10px;
}
/*h3 {
  color: #FFE;
  font-size: 10px;
  text-transform: lowercase;
  text-align: left;
  border-bottom: 1px dotted #FFE;
  padding: 0 0 2px 0;
}*/

p {
  margin-top: 0px;
  line-height:150%;
  font-size:1.3em;
}
p.small{
	font-size:1em;
	margin-right:220px;
}
p.links{
	text-align:right;
	margin-right:40px;
}

a {
  color: #FDC;
  text-decoration: none;
}

/***************************************************
   Containers
 ***************************************************/

#sitebox {
	
  width: 800px;
  color: #FFF;
  background: #999;
  border: 25px solid #888;
  margin-left: auto;
  margin-right: auto;
}

#banner {
  width: 800px;
  height: 250px;
  background: url(images/newbannerx1%20copy.jpg) no-repeat left top;
  margin: 0px;
  padding: 0px;
}


#content {
	
  padding: 20px;
}

#menu {
  background: #333;
  padding: 10px;
}

#menu a {
  color: #FDC;
  padding: 10px;
  text-decoration: none;
  text-transform: lowercase;
}

#menu a:hover {
  color: #333;
  background: #FFF;
}

#block {
	margin:25px 90px 25px 90px;
  color: #FFE;
  background: #888;
  padding: 5px 10px 5px 10px;
  line-height: 16px;
}


#footer {
  border-top: 10px solid #888;
  padding: 10px 0 0 0;
  text-align: center;
}

#footer a {
  color: #FDC;
  border: 0px;
  font-weight: normal;

}
/*********************************
NEW ELEMENTS ADDED BY HOEY
**********************************/
img#logo
{
	position:absolute;top:20%;left:22%;border:0;
}
h1#opener
{
	color: #fff;
  font-size: 18px;
  border-bottom: 0px dotted #600;
  margin: 10px 0 10px 0;
  padding: 0 0 10px 10px;
 text-align:center;
}
h1#first
{
	font-family:lucinda; font-size:24pt;font-weight:bold;font-style:italic;
}
caption
{
	font-size:12px;color:#FDC;
}
h1#use
{
	 color: #FDC;
  font-size: 18px;
  border-bottom: 0px dotted #600;
  margin: 10px 0 10px 0;
  padding: 0 0 10px 10px;
 
}
table
{
	
}
img.pics{
	float:right;
	width:auto;
	margin-left:20px;
	border:1px outset #FDC;padding:5px;
}
img.lefty{
	float:left;
	width:auto;
	margin-right:15px;
	margin-bottom:10px;
	border:1px outset #FDC;padding:5px;
/*style for the catalogue page*/
	}
div.items{
	width:85%;
	margin-bottom:45px;
	padding:5px;
}
img.gallery{
	border:1px outset #FDC;padding:5px;
	margin-left:30px;
}
div.items h2{
	font-size:1.5em;
	background:none;
	text-transform:none;
	
}
p.desc{
	text-align:left;
	float:right;
	width:300px;
}
h3.buy{
	background:url(images/basket.png) no-repeat left center;
	padding-left:30px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:solid 1px #C17070;
	border-top:solid 1px #C17070;
	float:right;
	text-align:left;
	font-size:1.0em;
	font-weight:100;
	width:320px;
	text-transform:capitalize;
}
hr{
	color:#FDC;
}
#footer .xhtml {
	background: url(images/xhtml_valid.png) no-repeat left center;
	padding-left:20px;
}
#footer .css {
	background:url(images/css_valid.png) no-repeat left center;
	padding-left:20px;
}
