body {
	text-align:left; 
	font-family:tahoma, verdana, arial, sans-serif; 
	background:#fff; 
	padding:0px; 
	border:0px; 
	margin:0px; 
	border-bottom:1em solid white; 
	border-top:1em solid white;
	}

#banner{
	height:63px;
	width:700px;
	background-image:url(./images/paringabanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	margin-left:auto; 
	margin-right:auto;
	border-bottom:5px solid #5FA2AB;
	}

#wrapper {
	text-align:left; 
	width:700px; 
	margin:0px; 
	margin-left:auto; 
	margin-right:auto; 
	position:relative; 
	z-index:10; 
	padding:0px; 
	background:transparent;

		} 

#content{
	width:700px;
	background-color:transparent;
	margin:0px;
	padding:0px;
	}
	
.avjlinks{
 	text-align:center;
 	color:#019855;
 	background-color:transparent;
 	font-size:15px;
 	padding-top:5px;
 	padding-bottom:10px;
 	clear:both;
 	border:none;
	}

h1 {
	 line-height:1.2em;
	 font-size: 14px;
	 color:#eee;
	 clear:both;
	 background-color:#ADB673;
	 margin-top:0px;
	 margin-bottom:15px;
	 text-indent:40px;
	 padding:0px;
 	}
 	
/*h2 Blue writing white background for main headings*/
h2 {
	 padding:0px;
	 font-size: 12px;
	 color:#07b;
	 text-indent:10px;
	 margin:0px;
	 margin-top:0px;
	 padding-bottom:5px;
	 padding-top:10px;
	 line-height:15px;
 	}
/*ussed in stage plan to differentaite headings*/
h3 {
  	font-size: 15px;
  	color:#A4AF57;
  	font-weight:bold;
  	}
/*h4 is used for the bottom footer, the white writing with the olive background again*/
h4 {
	padding:0px; 
	line-height:1.5em;
	margin-top:5px;
	 margin-bottom:0px;
	font-size:9px;
	color:#fff;
	background-color:#ADB673;
	text-align:center;
	clear:both;
	}
	
/*h5 used for the front page, green background, white writing*/	
h5 {
	padding-left:5px; 
	line-height:18px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
	color:#fff;
	background-color:#019855;
	text-align:left;
	}

/*this is used for the headings at the top of each page which have an olive background, and if text in it then white*/		
h6 {
	 line-height:1.2em;
	 font-size: 14px;
	 color:#ADB673;
	 clear:both;
	 background-color:#ADB673;
	 margin-top:0px;
	 margin-bottom:5px;
	 text-indent:40px;
	 padding:0px;
 	}	
 	
p {
	font-size:11px; 
	text-align:justify; 
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	}	
	
.sale	{
	line-height:20px;
	 font-size: 12px;
	 color:#fff;
	 clear:both;
	 background-color:#FF8100;
	 margin-top:0px;
	 margin-bottom:0px;
	 text-align:center;
	 padding:0px;}

.c{
	text-align:center;
	}
	
li{
	font-size:11px; 
	list-style-type:square;
	text-indent:15px;
	padding:0px;
	margin:0px;	
	}
	
ol{
	padding:0px;
	margin-left:30px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}
	
a, a:link, a:visited {
	color:#07b; 
	font-size:11px;
	padding:0px;
	margin:0px;
	text-decoration:none;
	}
	
a:active{
   	font-weight:bold;
	}

a:hover {
	color:#007100;
	}
	
a.right, a:link.right, a:visited.right {
	color:#07b; 
	font-size:11px;
	text-indent:60px;
	}
a:active.right{
   	font-weight:bold;
	}

a:hover.right {
	color:#007100;
	}
	
	
	
img	{
	padding:0px;
	margin:0px;
	border:none;
	}
	
#content img{
	padding:0px;
	margin:5px;
	}
	
#content img.right{
	float:right;
	padding:0px;
	margin:5px;
	}
	
#content img.left{
	float:left;
	padding-right:10px;
	margin:5px;
	}
	
.leftimg {
	float:left;
	}
.left {margin:0 0 1em 0; padding:0; list-style-type:none; float:left; width:13.5em;}

.clear {clear:both;}

/*Menu css.....................*/
div#links {  
	width:700px; 
	margin:0; 
	margin-left:auto; 
	margin-right:auto; 
	font: 12px Verdana, sans-serif; 
	z-index: 100; 
	margin-top:0px;
	}

div#links a {
	display: inline;  
	font: 13px sans-serif;
   	padding: 4px 20px; 
   	margin: 0 0 .5px; 
   	text-align: center; 
   	border-width: 0; 
   	text-decoration: none; 
   	color: #007100; 
   	background: #transparent; 
   	font-weight:bold;
  	}
  	
div#links a:link {
	display: inline;  
	font: 13px sans-serif;
   	padding: 4px 20px; 
   	margin: 0 0 .5px; 
   	text-align: center; 
   	border-width: 0; 
   	text-decoration: none; 
   	color: #007100; 
   	background: #transparent; 
   	font-weight:bold;
  	}  	

div#links a:visited {
	display: inline;  
	font: 13px sans-serif;
   	padding: 4px 20px; 
   	margin: 0 0 .5px; 
   	text-align: center; 
   	border-width: 0; 
   	text-decoration: none; 
   	color: #007100; 
   	background: #transparent; 
   	font-weight:bold;
  	}

div#links a:hover {
	color: #ffffff; 
	background: #5FA2AB; 
	margin:none;
   	border-bottom: 5px double white; 
   	font-weight:bold;
   	}  	
   	
div#links a:active {
	color: #ffffff; 
	background: #5FA2AB; 
	margin:none;
   	border-bottom: 5px double white; 
   	font-weight:bold;
   	}  
 	
 div#active a:hover {
	color: #ffffff; 
	background: #5FA2AB; 
	margin:none;
 	border-bottom: 5px double white; 
 	font-weight:bold;
 	}
 	


div#links a span {
	display: none;
	}

div#links a:hover span {
	display: block;
   	position: absolute; 
   	top: 180px; 
   	left: 0; 
   	width: 125px;
   	padding: 5px; 
   	margin: 10px; 
   	z-index: 100;
   	color: #AAA; 
   	background: black;
   	font: 10px Verdana, sans-serif; 
   	text-align: center;}
   
  /*end of menu css..............................*/
 
 .sale	{
	line-height:20px;
	 font-size: 12px;
	 color:#fff;
	 clear:both;
	 background-color:#ff8100;
	 margin-top:2px;
	 margin-bottom:2px;
	 text-align:center;
	 padding:0px;}
	
  
	a.sale, a:link.sale, a:visited.sale {/*the colour of the menus is affected here*/
	color:#fff; 
	padding:0px;
	margin:0px;
	border:none;
	text-decoration:none;
	}
	
a:active.sale{
	border:none;
	text-decoration:none;
	}

a:hover.sale {
	color:#ADB673;
	border:none;
	text-decoration:none;
	}
/*privacy links*/
 .privacy	{
	line-height:20px;
	 font-size: 9px;
	 color:#fff;
	 clear:both;
	 background-color:transparent;
	 margin-top:2px;
	 margin-bottom:2px;
	 text-align:center;
	 padding:0px;}
	
  
	a.privacy, a:link.privacy, a:visited.privacy {/*the colour of the menus is affected here*/
	color:#fff; 
	padding:0px;
	margin:0px;
	border:none;
	text-decoration:none;
		 font-size: 9px;
	}	