/* 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.
*/
/* ********************* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */

/* ********************* General Stylesheet for common web elements ********************* */
html, body  
{
	font-family: Verdana, Verdana, Geneva, sans-serif; 
	color: #000; /* primary font color */
	background-color: #fb3; /* body background colour */
	padding: 0px;
	  margin: 0px;
	font-size: 1.0em;
}
/* Heading colours and styles */
h1, h3, h5
{
	color: #000;
}
h2, h4, h6
{
	color: #601;
}
table#tabs a:hover, table#tabs td.current a:hover
{
	color: #fb3; /* Tab link hover colour */
	text-decoration: none;
}
/* Slideshow */
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
.clear
{
	clear: both;
}
/* ********************* // End of General Stylesheet for common web elements // ********************* */

/* ********************* General Stylesheet for ALL pages ********************* */
#divMain  
{
  margin: 0px auto 0px auto;
  visibility: visible;
  width: 999px;
  position: relative;
  background-color: #600;
	background-image:  url(../pics/bg_body.png);
	background-repeat: y;
	padding: 0px 9px;
	
}
/* Masthead of the page */
div#title
{
	border: none; 
	background-color: #600;
	width: 999px;
	padding: 15px 0px;
}
div.thebeanTitle
{
  background-image: url(../pics/title_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 949px;
  height: 188px;
  padding-left: 50px;
}
div#titleLeft
{
  float: left;
  width: 150px;
}
div#titleRight
{
  float: right;
  width: 740px;
  margin: 40px 40px 0px 0px;
}
div.titleText
{
  color: #fff;
  font-size: 1.2em;
  font-weight: bolder;
  font-style: italic;
}
/* Client Menu */
div#menubar
{
  border: 0;
  margin: 100px 40px 0px 0px;
  width: 720px;
  font-size: 0.8em;
}
table#tabs
{
	width: 640px;
	margin-top:10px;
}
table#tabs td
{
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}
table#tabs td span
{
	font-size: 60%; /* Secondary tab item font size */
}					
table#tabs td a:link, table#tabs td a:visited
{
	color: #fff; /* Non-active Tab link color */
	text-decoration: none;
}
table#tabs td a:hover
{
  color: #fb3;
  text-decoration: none;
}
table#tabs td.current
{
	color: #fb3;
}
table#tabs td.current p
{
	font-size: 100%; /* Active tab item font size */
}
table#tabs td.current a
{
	color: #fb3; /* Active Tab link color */
}
/* Main Body */
#divBody
{
  background-color: #600; /* Main background colour */
  border-left: none; /* left body border */
  border-right: none; /* right body border */
  visibility: visible;
  width: 999px;
  height: auto;
  padding: 0px;
	padding-bottom: 10px;
}
/* side panel */
#divPanel
{
	width: 214px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
	margin: 0px 10px 5px 10px;
}
/* Heading style for the side panel */
div.panel_top, div.panel_mid, div.panel_bot
{
	background-color: #FFF;
	width: 200px;
}
div.panel_top
{
	height: 10px;
	margin-bottom: 0px;
	background-image: url(../pics/bg_panel_top.gif);
	background-color: #000;
}
div.panel_mid
{
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	margin: 0px;
	padding: 5px 10px;
	width: 172px;
}
div.panel_mid form, div.panel_mid h4
{
	margin: 0px;
}
div.panel_bot
{
	height: 10px;
	margin-top: 0px;
	background-image: url(../pics/bg_panel_bot.gif);
	background-color: #000;
}
/* Main Story Body */
div#story_top
{
	background-color: #FFF;
	width: 734px;
	background-image: url(../pics/bg_story_top.png);
	height: 10px;
	margin-left: 25px;
}
div#story_bot
{
	background-color: #FFF;
	width: 734px;
	background-image: url(../pics/bg_story_bot.png);
	height: 10px;
	margin-left: 25px;
}
div.story
{
	margin: 0px 0px 0px 25px;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	width: 686px;
	min-height: 480px;
	font-size: 80%;
}
div.story table.styled
{
border-collapse: collapse;
}
div.story table.styled td
{
    padding:10px;
    border: 1px solid #660000;
}
</STYLE>

/* Footer of webpages */
div#footer
{
	width: 969px;
	padding: 5px 15px 5px 15px;
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
/* ********************* // End of General Stylesheet for ALL pages // ********************* */

/* ********************* Stylesheet for Specific Pages (Gallery/List/List Archive/Contact, etc.) ********************* */
/*LIST ITEM*/
div.list_item
{
	width: 700px;
	margin-bottom: 10px;
}
div.item_left
{
	float: left;
	width: 160px;
}
div.item_right
{
	float: right;
	width: 520px;
	padding-right:20px;
}
div.item_right h3
{
	margin: 0px;
	margin-bottom: 3px;
}
div.item_right h3 a:link, div.item_right h3 a:visited
{
	color: #601;
	text-decoration: none;
}
div.item_right h3 a:hover, div.item_right h3 a:active
{
	color: #601;
	text-decoration: underline;
}
div.item_right p
{
	margin: 0px;
}
.nomargin
{
	margin: 0px;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
/* Form specific styling */
input, textarea
{
	font-family: Verdana, Verdana, Geneva, sans-serif; 
}
/* Table specific styling */
table.form
{
	width: 500px;
	border-top: solid 1px #E68224;
	border-left: solid 1px #E68224;
	border-right: solid 1px #E68224;
	margin-bottom:5px;
}
table.form caption
{
	background-color: #E68224;
	font-size: 1.0em;
	text-align: left;
	padding: 3px;
	font-weight: bold;
}
table.form td, table.form th
{
	text-align: left;
	font-size: 0.9em;
	border-bottom: solid 1px #E68224;
	padding: 3px;
	vertical-align: top;
}
table.form textarea
{
	width: 365px;
}
table.form th
{
	background-color: #FFE7CC;
	font-weight: normal;
	width: 120px;
}
table.form td
{
	padding-left: 5px;
}
/* Gallery Table Style */
td.gallery_img
{
  vertical-align: bottom;
}
/* Newsletter */
.inline
{
	display: inline;
}
tr.top_ths th
{
	font-weight: bold;
}
/* ********************* // End of Stylesheet for specified pages (Gallery/List/List Archive/Contact, etc.) // ********************* */
