@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(images/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #F0F3DE;
}

.homepage_bg_top {
	background-image: url(images/homepage_bg_top.jpg);
	background-repeat: no-repeat;
}

.homepage_bg_bottom {
	background-image: url(images/homepage_bg_bottom.jpg);
	background-repeat: no-repeat;
}

.training_bg {
	background-image: url(images/training_bg.jpg);
	background-repeat: no-repeat;
}

.training_large_bg {
	background-image: url(images/training_large_bg.jpg);
	background-repeat: no-repeat;
}

.training_bg_small {
	background-image: url(images/training_bg_small.jpg);
	background-repeat: no-repeat;
}

.training_bg_large {
	background-image: url(images/training_bg_large.jpg);
	background-repeat: no-repeat;
}
.top-background {
	background-image: url(images/top-bg.jpg);
	background-repeat: no-repeat;
}
.centre-background {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
.bottom-background {
	background-image: url(images/bottom-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 10px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030;
}
a {
	font-size: 12px;
	color: #060;
}
a:visited {
	color: #060;
}
a:hover {
	color: #0F0;
}
a:active {
	color: #030;
}

.phpForms_pgtitle
{
    font-family : Arial;
    font-size   : 18px;
    color       : #1200d9;
    font-weight : bold;
}
.phpForms_btn
{
    border-top-width    : 1px;
    border-left-width   : 1px;
    border-bottom-width : 1px;
    border-right-width  : 1px;
    border-top-color    : #e4e4e4;
    border-left-color   : #e4e4e4;
    border-right-color  : #c1c1c1;
    border-bottom-color : #c1c1c1;
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    color               : #000000;
}
.red-star {
	color: #F00;
}
.font14 {
	font-size: 13px;
}
.bg-price-include {
	background-image: url(images/prices-include.jpg);
	background-repeat: no-repeat;
}
.contactbg {
	background-image: url(images/contact-bg.jpg);
	background-repeat: no-repeat;
}


<!-- Paste this code into the CSS section of your HTML document  -->

ul#menu {
  width: 100px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}