/* CSS Designed by Steven F.W. Hatton-Pocklington */
/* for use ONLY on www.chrdesigns.co.uk */

/* body/fonts */

*{
  margin: 0 auto;
  padding: 0;
}

body {
  font-family : Arial, Helvetica, sans-serif; 
  background: #fbf49b url('images/bg3.jpg');
  color : #000000;
  font-size: 62.5%; /* Makes 1em = 10px */
  font-size: 1em;
  text-align : left;
}

h1 {
font-family : Broadway, Arial, Helvetica, sans-serif; 
  font-size: 1.6em;
  padding-bottom: 10px;
}

h2 {
  font-size: 1.3em;
  padding-bottom: 15px;
  padding-top: 10px;
}
h3 {
  padding-bottom: 10px;
}

p {
  font-size: 1em;
  padding-bottom: 5px;
}

/* Main Structure */

#maintext {
  background: #ffffff;
  padding: 0 10px 0 10px;
  border-left: 5px solid #000000;
  border-right: 5px solid #000000;
  width: 555px;
  margin-left: auto;
  margin-right: auto;
}

#maintext ul.none{
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 5px;
}

#maintext ol {
  padding-left: 30px;
}

#maintext ol li ol {
  padding-left: 20px;
  list-style-type: lower-roman;
}

#maintext ol li ol li ul {
  padding-left: 20px;
  list-style-type: circle;
}

#maintext ol li ul {
  padding-left: 20px;
  list-style-type: circle;
}

#maintext img.cara {
  float: right;
  border: 1px solid #000;
  margin: 0 0 10px 10px;
}

#maintext img.paypal {
  float: right;
  margin: 0 0 10px 10px;
}

#maintext p.buynow {
  text-align: center;
}

#maintext p.buynow a {
  color: #fff;
}

#maintext form.center{
  text-align:center;
}

#header {
  width: 555px;
  padding: 0 10px 0 10px;
  text-align: center;
  background: url('images/logo2.png') no-repeat;
  height: 160px;
  margin-top: 5px;
}

#header h1 {
  padding-top:40px;
  font-size: 2.2em;
  padding-bottom: 10px;
}

#header p{
  font: 1.05em Georgia;
  word-spacing:2px;
}

/* maintext round corners */

#top {
  width: 585px;
  background: url('images/header.png') no-repeat;
  height: 40px;
}

#bottom {
  width: 585px;
  background: url('images/footer.png') no-repeat;
  height: 40px;
}

/* menu UL */

#menu {
  background: #000;
  margin-bottom: 20px;
  margin-top: 20px;
}

#menu ul {
  /*float: left;*/
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  text-align: center;
}

#menu ul li {
  line-height: 30px;
  display: inline;
}

#menu ul li a {
  text-decoration: none;
  padding: .1em 1em;
  color: #fff;
}

#menu ul li a:hover {
  color: #fff;
  background: #E7533A;
  padding: .1em 1em;
}

#menu ul li.current {
  color: #fff;
  background: #E7533A;
  padding: .1em 1em;
}

/*footermenu*/

#footermenu {
  background: #000;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#footermenu ul {
  /*float: left;*/
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  text-align: center;
}

#footermenu ul li {
  line-height: 30px;
  display: inline;
  font-size: 0.75em;
}

#footermenu ul li a {
  text-decoration: none;
  padding: .1em 1em;
  color: #fff;
}

#footermenu ul li a:hover {
  color: #fff;
  background: #E7533A;
  padding: .1em 1em;
}

#footermenu ul li.current {
  color: #fff;
  background: #E7533A;
  padding: .1em 1em;
}

#footermenu p {
  font-size : 0.8em;
  font-style: italic; 
  color: #ffffff;
  text-align: center;
  padding-bottom: 0;
}

#footermenu a {
  color: #E7533A;
  text-decoration: underline;
}

/* Containers */

#error{
  border: 1px solid #000000;
  background: #E7533A;
  width: 350px;
  margin: 0 0 0 85px;
}

#error ul{
  text-align : center;
  list-style : none;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #E7533A;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
/* view enquiries */

  #hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin-left: 35px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}
a {
  text-decoration: none;
}
a.fff{
  color: #fff;
}

/* other */

#skiplink{
  display: none;
}
