/* 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: #2A757C; /* body background colour */
}	
/* Heading colours and styles */
h1, h3, h5
{
	color: #2A757C;
}
h2, h4, h6
{
	color: #C2B8A4;
}
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 */
	visibility: visible;
	width: 750px;
	height: auto;
	padding: 0px;
}
/* side panel */
#divPanel
{
	background-color: #C2B8A4;
	width: 180px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
}
/* Heading style for the side panel */
#divPanel h3
{
	border-top: solid 1px #B80000;
}
/* Masthead of the page */
div#title
{
	background-image: url(/pics/bg_header_seabreeze2.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 736px;
	height: 221px;
	padding: 33px 0px 0px 14px;
}
/* Footer of webpages */
div#footer
{
	background-color: #C2B8A4;
	font-size: 70%;
	background-image: url(/pics/bg_footer_drop.png);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: none;
	height: 40px;
	width: 726px;
	padding: 5px 25px 5px 15px;
}
div#foot_left
{
	float: left;
}
div#foot_right
{
	float: right;
	text-align: right;
}
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
div#tab_menu
{
	background-color: #E7E3DC; /* Non-active Tab Colour */
	width: 750px;
	background-image: url(/pics/bg_menu_tab.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
table#tabs td
{
	text-align: center;
	font-size: 87%;
	vertical-align: top;
}
table#tabs td p
{
	font-size: 80%; /* Non-active tab item font size */
}
table#tabs td span
{
	font-size: 60%; /* Secondary tab item font size */
}					
table#tabs td a					
{
	color: #2A757C; /* Non-active Tab link color */
}
table#tabs td.current
{
	background-color: #FFFFFF; /* Active Tab Colour */
}
table#tabs td.current p
{
	font-size: 100%; /* Active tab item font size */
}
table#tabs td.current a
{
	color: #2A757C; /* Active Tab link color */
}
/* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */ 
html, body  
{
   padding: 0px;
   margin: 0px;
}	
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	text-decoration: underline;
}
#divMain  
{
   margin: 0px auto 10px auto;
   visibility: visible;
   width: 766px;
   position: relative;
	background-image: url(/pics/bg_right_drop.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 0px;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
}
div.story
{
	padding: 10px 30px 10px 30px;
	font-size: 90%;
}
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active
{
	color: #2A757C;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: auto;
}
table#tabs td
{
	border-bottom: 1px solid #C2B8A4;
	border-left: none;
	padding: 3px 10px;
}
table#tabs td.current
{
	border-bottom: 1px none #C2B8A4;
}
/*LIST ITEM*/
div.list_item
{
	width: 700px;
}
div.item_left
{
	float: left;
	width: 170px;
	padding-bottom: 10px;
}
div.item_right
{
	float: right;
	width: 530px;
}
div.item_right h3
{
	margin: 0px;
}
div.item_right p
{
	margin-top: 0px;
}
.clear
{
	clear: both;
}
.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 #DDD;
	border-left: solid 1px #DDD;
	margin-bottom:5px;
}
table.form caption
{
	background-color: #DDD;
	font-size: 1.0em;
	text-align: left;
	padding: 3px;
}
table.form td, table.form th
{
	text-align: left;
	font-size: 0.9em;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	background-color: #EEE;
	font-weight: normal;
}
table.form td
{
	padding-left: 5px;
}
div#slides
{
	position: relative;
	top: -150px;
	left: 480px;
	width: 215px;
	height: 149px;
	margin-bottom: -202px;
}
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
	width: 215px;
	height: 149px;
}
/* FEATURE AREA */
table.features td{
	vertical-align: top;
	border: solid 1px #2A757C;
	background-color: #EEE7DB;
	font-size: 80%;
}
div.feature{
	padding: 5px;
}
div.feature p, div.feature h4{
	margin: 0px;
}
div.feature h4 a:link, div.feature h4 a:visited, div.feature h4 a:hover, div.feature h4 a:active{
	color: #2A757C;
	text-decoration: none;
}
div.feature h4{
	margin-bottom: 5px;
	font-size: 1.2em;
}
