body {
	background: #663366; 
/*	background: #996699; */
	color: #330033;
	text-align: center;
}

img {
	border: 0;
}
	
h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight:bold;
	width: 90%;
}

h2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight:bold;
	width: 90%;
}

h3 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight:bold;
	width: 90%;
}

p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	width: 90%;
	text-align: left;
}

a {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #336600;
}

a:link {  
	color: #336600; 
}

a:hover {  
	color: #330033; 
}

a:active {  
	color: #330033; 
}

/* link styles */
.nav a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-decoration: none;
	display: block;
	color: #336600;
/*	padding: 5px 7px 4px 17px;
	width: 9em;
	font-weight: bold;
	background-color: #4C5353;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
  margin: 0; */
}

.nav li li a {
  /* style for links on pop-up menus */
}

.nav li li li a {
	/* style for second level menu links */
}

.nav a:hover{
/*	background-color: #333;*/
	color: #330033;
}

/* main nav bar */
.nav {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* all list items */
.nav  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: none; 
/*	float: left; /* place buttons side by side */
  position: relative;
}


/* pop-up subnav */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
  left: 5em; /* change when you change width of links */
  top: 0; /* change when you change height of links */
  /*top: 1.72em; /* change when you change height of links */
	display: none;
}


/* list items in pop-up subnav */
.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
	background-color: #FFFFFF;
	text-align: left;
  position: relative;
}

/*3rd level menu position*/
.nav ul ul {
	position: absolute;
  left: 10.8em; /* change when you change width of links */
  top: -1px;
  z-index: 99;
  border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.nav ul ul li {
	z-index: 100;
}



/* look for buttons that have menus */
/*.nav .sub {
	background-image: url(../superfish/images/arrow_down.png);
  background-repeat:no-repeat;
  background-position: 2px 3px;
}

.nav .subsub {
	background-image: url(../superfish/images/arrow_left.png);
  background-repeat: no-repeat;
  background-position: 4px 7px;
}
*/

ul {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	text-align: right;
	font-weight: bold;
	width: 90%;
}

li {
	border:0;
	padding: 2px;
	margin: 2, 20px, 2, 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #336600;
}

table {
	align: left;
	text-align: left;
	cell-spacing: 1px;
	padding: 1px;
	border:none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
}

th {
	font-weight: bold; 
	text-align: left;
	border: 1px solid #336600;
	cell-spacing: 1px;
	padding: 1px;
}

td {
	text-align: left;
	border: 1px solid #336600;
	cell-spacing: 1px;
	padding: 1px;
}

form {
	border: none;
	color: #336600;
}

fieldset {
	border: 1px solid #330033;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #330033;
	padding: 5px;
	margin: 0px auto auto 50px;
}

legend {
	color: #330033;
}

input, textarea {
	border: 1px solid #336600;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #336600;
	width: 100%;
}

label {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: left;
	color: #336600;
	font-size: 12px; 
}


/* Header definition */
#header {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100px;
/*	background: url(/images/header_repeater.jpg) repeat-x;  */
}

/* Contains left and right bars, content and footer*/
#container {
	width: 900px;
/*	height: 510px; */
	margin: 10px auto 10px auto;
	background: #FFFFFF;
}

/* Container images */
#container_left {
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 50px;
	padding: 0;
	border: 10px;
	width: 140px;
	text-align: right;
}

/* Left bar link */
#container_left a {
	margin: 0;
	padding: 0;
	border: 0;
}

#container_left p {
	text-align: right;
}

/* Container right bar - not used at mo but keep anyway*/
#container_right {
	float: right;
	margin: 0;
	padding: 5;
	border: 0;
	width: 150px;
}

/* Footer definition */
#footer {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #336600;
}

/* Footer links */
#footer a {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	width: 30%;
}

/* main body of page */
#content {
	margin-left: 20px; 
/*	margin-right: 160px; */
	margin-top: 20px;
	margin-bottom: 20px;
	border: 10px;
	float:left;
	text-align:left;
	width:80%;
}

#form_block {
	float:left;
	width:45%;
}
#form_contact {
	float:left;
	width:80%;
}

.prices {
	width:90%;
}

.td_noborder {
	border: none;
	color: #336600;
	text-align: center;
  width: 30%;
}

.img_box {
	border: 0;
	text-align: center;
	width: 90%;
}

.image_right {
	float:right;
	width:200px;
}

/* not used at mo but keep just in case*/ 
.submit_button {
	text-align: center;
	border: #6D1200 2px ridge;
	padding-left: 5;
	padding-right: 5;
	padding-bottom: 5;
	padding-top: 5;
	background-color: #FADBC5;
	cursor: pointer;
}

/* display images in up to 3 columns - not used at mo but keep just in case*/ 
.column_image {
	float: left;
	width: 25%;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
}

.price_img {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_block {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-align: left;
	width: 90%;
	float: left;
}



#freeindex {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #336600;
	width: 90%;
	vertical-align: baseline;
}

