/* klixo/try css (c) Klixo Limited. daniel@klixo.net.nz */
html, body  
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
   padding: 0px;
   margin: 0px;
   color: #000000;
	background-color: #FFdd77;
	background-image: url(/pics/fibre1_background.jpg);
	background-repeat: repeat-x;
}	
h1
{
	color: #000000;
	margin: 0px;
	font-size: 250%;
}
h2, h3, h4, h6, h5
{
	color: #BB0011;
}
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	text-decoration: underline;
	color: #009900;
}
#divBody
{
   visibility: visible;
   width: 750px;
   height: auto;
   background-color: #FFFFCC;
	padding: 0px;
}
#divMain  
{
   margin: 0px auto 10px auto;
   visibility: visible;
   width: 750px;
   position: relative;
}
#divPanel
{
	background-color: #B39800;
	width: 180px;
	float: right;
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
	font-size: 80%;
}
#divPanel h4
{
	margin-bottom: 0px;
}

div#title
{
	background-image: url(/pics/header_bg.gif);
	background-repeat: repeat-x;
	width: 750px;
	height: 119px;
	padding: 70px 0px 0px 0px;
	text-align: center;
}
div.story
{
	padding: 10px 30px 10px 30px;
}
div.story img
{
	border-color: #000000;
}
div#footer
{
	background-color: #E1C780;
	width: 720px;
	padding: 5px 15px 5px 15px;
}
div#footer a
{
	color: #000000;
}
div#footer p
{
	font-size: 77%;
}
h1 a
{
	text-decoration: none;
	color: #FFFFFF;
}
.inline
{
	display: inline;
}
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
	width: 600px;
	height: 600px;
}
p.pageDesc
{
	color: #FFFFFF;
	margin: 0px;	
	font-weight: bold;
}
table#tabs
{
	width: 750px;
	margin-top:0px;
}
table#tabs td
{
	background-color: #E1C780;
	padding-left: 15px;
	padding-right: 15px;
}
table#tabs td p
{
	font-size: 88%;
}
table#tabs td span
{
	font-size: 55%;
}					
table#tabs td a					
{
	color: #616161;
}
table#tabs td.current
{
	background-color: #FFFFCC;
}
table#tabs td.current p
{
	font-size: 100%;
}
table#tabs td.current a
{
	color: #000000;
}
div#creations
{
	text-align: center;
	width: 690px;
}
div#creations img
{
	margin: 2px;
}
.nomargin
{
margin: 0px;
}
/* Form specific styling */
input, textarea
{
	font-family: Verdana, Verdana, Geneva, sans-serif; 
}

/* Table specific styling */
table.form
{
	width: 500px;
	border-top: solid 1px #FFDD77;
	border-left: solid 1px #FFDD77;
	margin-bottom:5px;
}
table.form caption
{
	background-color: #E1C780;
	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 #FFDD77;
	border-bottom: solid 1px #FFDD77;
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	background-color: #FFDD77;
	font-weight: normal;
}
table.form td
{
	padding-left: 5px;
}
.backtotop
{
	background-color: #FFFFCC;
	width: 730px;
	font-size: 0.9em;
	text-align: right;
	padding: 5px 10px;
}