/* 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: Arial, Helvetica, sans-serif;
	color: #000; /* primary font color */
	background-color: #7E0A03; /* body background colour */
	padding: 0px;
  margin: 0px;
	background-image: url(../pics/bg-body.jpg);
	background-repeat: repeat-x;
}
/* Heading colours and styles */
h1, h3, h5
{
	color: #00F;
}
h2, h4, h6
{
	color: #000;
}
h1
{
	margin-top: 0px;
}
/* Slideshow */
div#slideshow
{
	width: 884px;
	height: 195px;
	margin-top: 1px;
	margin-bottom: 10px;
}
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
.clear
{
	clear: both;
}
.clear-left
{
	clear: left;
}
/* ********************* // End of General Stylesheet for common web elements // ********************* */

/* ********************* General Stylesheet for ALL pages ********************* */
#divMain  
{
  margin: 0px auto;
  visibility: visible;
  padding: 0px 39px;
  width: 884px;
  position: relative;
  background-image: url(../pics/bg-main-shadow.png);
  background-repeat: repeat-y;
}
/* Masthead of the page */
div#title
{
	background-color: #fff;
	width: 884px;
	padding-top: 5px;
	position: relative;
}
div#title-details
{
	position: absolute;
	left: 580px;
	top: 15px;
	font-size: 1.3em;
}
div#title img
{
  border: none;
}
/* Client Menu (Table-based Tab) */
div#menubar
{
	margin-top: 5px;
  background-image: url(../pics/bg-menu.jpg);
  background-repeat: no-repeat;
  background-color: #f00;
  width: 884px;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
}
table#tabs td
{
	padding-left: 15px;
	padding-right: 15px;
	height: 30px;
	border-right: solid 1px #c0c0c0;
}
table#tabs td.current
{
	color: #000;
}
table#tabs td a:link, table#tabs td a:visited
{
	color: #fff; /* Non-active Tab link color */
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
table#tabs td a:hover, table#tabs td a:active
{
	color: #00f; /* Non-active Tab link hover colour */
	text-decoration: none;
}
/* Main Body */
#divBody
{
  background-color: #FFF4F4; /* Main background colour */
  visibility: visible;
  width: 884px;
  height: auto;
  padding: 0px;
}
/* side panel */
#divPanel
{
	width: 300px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
	margin-top: 10px;
}
div.panel-top
{
	background-image: url(../pics/bg-panel-header.jpg);
	background-repeat: no-repeat;
	width: 285px;
	background-color: #FD0100;
	min-height: 27px;
	padding: 7px 5px 5px 10px;
}
div.panel-content
{
	width: 278px;
	border: solid 1px #EC0601;
	border-top: none;
	padding: 5px 10px;
	background-color: #fff;
	margin-bottom: 10px;
}
/* Heading style for the side panel */
#divPanel h4
{
	font-size: 1.8em;
	margin: 0px;
}
#divPanel h4 a:link, #divPanel h4 a:visited, #divPanel h4 a:hover, #divPanel h4 a:active
{
	color: #fff;
	text-decoration: none;
} 
/* Main Story Body */
div.story
{
	padding: 10px 20px 10px 5px;
	width: 559px;
	min-height: 480px;
}
/* Footer of webpages */
div#footer
{
	width: 874px;
	border-top: solid 4px #D40D03;
	padding: 10px 5px;
}
/* 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: 559px;
	border: solid 1px #000;
	margin-bottom: 10px;
}
div.item_left
{
	float: left;
	width: 167px;
	padding: 3px 0px 3px 3px;
}
div.item_right
{
	float: right;
	width: 382px;
	padding: 3px 7px 3px 0px;
	font-size: 90%;
}
div.list_item h3
{
	margin: 0px;
	margin-bottom: 3px;
}
div.list_item h3 a:link, div.list_item h3 a:visited
{
	color: #000;
}
div.list_item h3 a:hover, div.list_item h3 a:active
{
	color: #00F;
}
div.list_item p
{
	margin: 0px;
}
.nomargin
{
	margin: 0px;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
/* Form specific styling */
textarea
{
	font-family: Verdana, Verdana, Geneva, sans-serif; 
	width: 320px;
}
/* Table specific styling */
table.form
{
	width: 559px;
	border-top: solid 1px #EC0601;
	border-left: solid 1px #EC0601;
	margin-bottom:5px;
}
table.form caption
{
	background-color: #EC0601;
	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-right: solid 1px #EC0601;
	border-bottom: solid 1px #EC0601;
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	background-color: #FFBDBB;
	font-weight: normal;
}
table.form td
{
	padding-left: 5px;
}
/* Gallery Table Style */
td.gallery_img
{
  vertical-align: bottom;
}
/* Newsletter */
.inline
{
	display: inline;
}
/* ********************* // End of Stylesheet for specified pages (Gallery/List/List Archive/Contact, etc.) // ********************* */
