/* klixo/try css (c) Klixo Limited. daniel@klixo.net.nz 
  Unauthorised copying or use is prohibited. Customers of Klixo.net.nz may freely
  use this script.
*/
/* ALL SETTINGS IN THIS SECTION CAN BE SAFELY CHANGED */
html, body  
{
	font-family: Verdana, Verdana, Geneva, sans-serif; 
	color: #000; /* primary font color */
	background-color: #fff; /* body background colour */
}	
/* Heading colours and styles */
h1, h3, h5
{
	color: #000066;
}
h2, h4, h6
{
	color: #FF0000;
}
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	color: #0000FF; /* Tab link hover colour */
}
#divBody
{
  background-color: #FFFFFF; /* Main background colour */
  border-left: 1px solid #000080; /* left body border */
  border-right: 1px solid #000080; /* right body border */
}
/* side panel */
#divPanel
{
	background-color: #DDDDFF;
	width: 180px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
}
#divSlideshow
{
	background-color: #FFF;
	width: 320px;
	height: 214px;
	margin: 20px 10px 10px 5px;
	float: right; /* panel postion = left or right */
	border: solid 1px #000080;
}
/* Heading style for the side panel */
#divPanel h3
{
	border-top: solid 1px #B80000;
}
/* Masthead of the page */
div#title
{

}
/* Footer of webpages */
div#footer
{
	border: 1px solid #000080;
	border-top: none;
	background-color: #000080;
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
	text-align: left;
	display:inline;
	color: #FFF;
}
div#footer img
{
	border: solid 2px #FF0000;
	margin-left: 20px;
}
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active
{
	color: #FFF;
}
table.feature
{
	width: 100%;
}
table.feature td
{
	background-color: #eee;
	border: solid 1px #000;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
table#tabs td
{
	background-color: #eee; /* Non-active Tab Colour */
	font-size: 88%;
	text-align: center;
}
table#tabs td span
{
	font-size: 60%; /* Secondary tab item font size */
}					
table#tabs td a					
{
	color: #000; /* Non-active Tab link color */
}
table#tabs td.current
{
	background-color: #FFFFFF; /* Active Tab Colour */
}
table#tabs td.current p
{
	font-size: 70%; /* Active tab item font size */
}
table#tabs td.current a
{
	color: #000080; /* Active Tab link color */
}
/* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */ 
html, body  
{
   padding: 0px;
   margin: 0px;
   background-image:url(http://www.whakatanefencing.co.nz/pics/body_background.jpg);
   background-position: center;
}	
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	text-decoration: underline;
}
#divBody
{
  visibility: visible;
  width: 758px;
  height: auto;
  padding: 0px;
}
#divMain  
{
   margin: 0px auto;
   visibility: visible;
   width: 760px;
   position: relative;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
}
div#title
{
	width: 760px;
}
div.story
{
	padding: 10px 30px 10px 30px;
	/*margin-top: 18px;*/
	font-size: 80%;
}
div.story p
{
  margin-top: 0;
}
div.story h1
{
	margin-top: 0px;
}
div#footer
{
	border-top: none;
	width: 728px;
	padding: 5px 15px 5px 15px;
	text-align: right;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: 760px;
	margin-top:0px;
}
table#tabs td
{
	border-bottom: 1px solid #000080;
	border-left: none;
	border-top: 1px solid #000080;
	padding-left: 15px;
	padding-right: 15px;
}
table#tabs td.current
{
	border-color: #000080;
	border-bottom: 1px none #C0C0C0;
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
}
/*LIST ITEM*/
div.list_item
{
	width: 700px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_right
{
	float: right;
	width: 530px;
}
.clear
{
	clear: both;
}
.nomargin
{
	margin: 0px;
}
input.textbox
{
	width: 300px;
	border: solid 1px #000;
}
textarea
{
	width: 300px;
	height:200px;
	font-family: arial, Verdana, Geneva, sans-serif; 
	border: solid 1px #000;
}
div#location
{
	position: relative;
	border: solid 2px #000;
	width: 516px;
	color: #000;
}
