

/************* GENERAL STYLES *************/	
body, td {
	color: #333333;
	font: normal 12px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}

hr
{
	border-style:dotted;
	color:#000000;
	height:0px;
}

/*
input, textarea
{
	font: normal 10px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}
*/

html, body {
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	/*
	background: #FFFFFF url() fixed;
	text-align: Left;
	switch on
	*/
}

p,ul,ol,li,dl,dt,dd,menu,dir,blockquote,pre,tt,acronym,abbr {
}

div
{
	display: block;
}

form
{
	margin: 0px;
}

img
{
	border: 0px;

}

/*input[type="text"]
{
	width: 130px;
	height: 18px;
	border: 1px solid #959595;
	background-color: #FFFFFF;
}*/


table
{
	border: 0px solid #ffff00;
}

a,
a:visited {
	text-decoration: underline;
	color: #761515;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/************** HEADINGS **************/

h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: #761515;
	letter-spacing: 0px;
	text-transform: none;
	text-decoration: none;
	font: normal normal bold 20px/normal Arial, Verdana, Helvetica, sans-serif;
	/*background:url(/webfiles/CASEnterprisesNZ/layouts/images/h1.gif) no-repeat left;*/
}

h1 a,
h1 a:visited,
h1 a:hover
{
}

/*
h1:first-letter
{
	font-weight:bold;
}
*/

h2 {
	font: normal normal bold 16px/normal Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px 0px;	
	padding: 0px 0px 0px 0px;
	display: block;
	color: #147658;
	border-bottom: 1px solid #eeeeee;
}

h2 a,
h2 a:visited,
h2 a:hover
{ 

}

h3 {
	font: normal normal bold 14px/normal Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px 0px;	
	padding: 0px 0px 0px 0px;
	display: block;
	color: #761515;
}

h3 a,
h3 a:visited,
h3 a:hover
{
}

h4 {
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	display: block;
	color: #147658;
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
}


h4 a,
h4 a:visited,
h4 a:hover
{

}

h5
{
	color: #195A9D;
	display: block;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

h6
{
	display: block;
	margin: 0px;
	padding: 0px;
}

address
{
	font:italic;
}

cite, q
{
	font:italic;
}

pre {
	border-bottom: 1px dotted #cccccc;
	text-align: justify;
	font: 10px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

ul {
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

acronym,
abbr
{
	cursor: help;
	border-bottom: 1px dotted #ff0000;
}

blockquote
{
	margin: 0px 20px 0px 20px;
}

/***** Structure Layout Styles *****/

div#overall-body {
	width: 800px;
	border:0px solid #ff0000;
} 

div#header-container
{
	border:0px solid #00ff00;
	width: 100%;
	background: #FFFFFF url(/webfiles/CASEnterprisesNZ/layouts/images/bg-header.gif);
}

div#body-container
{
}

table#body-table
{	
	width: 100%;
	table-layout: fixed;
	height: 400px;
}

td#main-container
{
	background: #FFFFFF url(/webfiles/CASEnterprisesNZ/layouts/images/bg-main.gif);
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

div#mainbody
{
	width:100%;
	height: 100%;
}

/*************** TOP NAV ***************/	
div#tn-container {
	width: 100%;
	background: #CCFFFF url(/webfiles/CASEnterprisesNZ/layouts/images/bg-tn.jpg) no-repeat;
	margin-bottom: 5px;
}
table#topnav {
	border-collapse: collapse;
	border: 0px solid #ffff00;
	height:129px;
}

td#tn-left {
	width: 0px;
	padding: 0px;
}
td#tn-right {
	width: 0px;
	padding: 0px;
}
div#tn-bottom {
	width: 100%;
	height: 0px;
	background: #ff0000;
	text-align: left;
}
/***** Top Nav Standard Links *****/
td.tn-link-std,
td.tn-selected-std {
	border: 0px solid #FFFFFF;		
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #CCCCCC;
	text-align: center; 
	white-space: nowrap;
	vertical-align: bottom;
	padding: 8px 10px;
	/*height: 59px;
	background: url(/webfiles/CASEnterprisesNZ/layouts/images/tn-bg.gif) repeat-x;*/
}
td.tn-link-std,
td.tn-link-std a,
td.tn-link-std a:visited,
td.tn-link-std a:active,
td.tn-selected-std a,
td.tn-selected-std a:active,
td.tn-selected-std a:visited {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	font: normal normal bold 14px/normal Arial, Helvetica, sans-serif;
}
td.tn-selected-std a,
td.tn-selected-std a:visited 
{
	/*font-weight: bold ! important;*/
	color: #CCFFFF  ! important;
}	
td.tn-link-std a:hover,
td.tn-selected-std a:hover {
	color: #CCFFFF;
	/*background: #FFFFFF;*/
	text-decoration: none;
}

/***** Top Nav Sub Links *****/
td.tn-link-sub,
td.tn-selected-sub {
	border: 0px solid #FFFFFF;		
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #CCCCCC;
	text-align: center; 
	white-space: nowrap;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	/*height: 59px;
	background: url(/webfiles/CASEnterprisesNZ/layouts/images/tn-bg.gif) repeat-x;*/
}
td.tn-link-sub a,
td.tn-link-sub a:visited,
td.tn-selected-sub a,
td.tn-selected-sub a:visited {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	font: normal normal bold 14px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.tn-selected-sub a {
	/*background-color: #FFFFFF;*/
	font-weight: bold !important;
	/*color: #CCFFFF;*/
}
td.tn-link-sub a:hover,
td.tn-selected-sub a:active,
td.tn-link-sub a:active,
td.tn-selected-sub a:hover {
	color: #CCFFFF;
	/*background: #FFFFFF;*/
	text-decoration: none;
}
	
/***** Top Nav Header Links *****/
td.tn-link-header,
td.tn-selected-header {
	border: 0px solid #FFFFFF;		
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #CCCCCC;
	text-align: center; 
	white-space: nowrap;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	/*height: 59px;
	background: url(/webfiles/CASEnterprisesNZ/layouts/images/tn-bg.gif) repeat-x;*/
}
td.tn-link-header a,
td.tn-link-header a:visited,
td.tn-selected-header a,
td.tn-selected-header a:visited {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	font: normal normal bold 14px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.tn-selected-header a {
	/*background-color: #FFFFFF;*/
	font-weight: bold !important;
	/*color: #CCFFFF;*/
}
td.tn-link-header a:hover,
td.tn-selected-header a:active,
td.tn-link-header a:active,
td.tn-selected-header a:hover {
	color: #CCFFFF;
	/*background: #FFFFFF;*/
	text-decoration: none;
}

/*************** LEFT NAV ****************/
td#ln-container
{
	width: 189px;
	background: #DDDDDD url(/webfiles/CASEnterprisesNZ/layouts/images/bg-ln.gif);
	border-right: 5px solid #FFFFFF;
	padding:0px 0px 0px 0px;
	vertical-align: top;
}

table#leftnav
{
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	border: 0px solid #ff0000;
}	
td#ln-top 
{
	text-align: left;
	vertical-align: top;
	border: 0px solid #00ff00;
	padding: 0px 0px 0px 0px;
	height:0px;
	/*background: url(/webfiles/CASEnterprisesNZ/layouts/images/ln-top.jpg);*/
}
	
td#ln-middle 
{
	height: 0px;
	padding: 0px 0px 0px 0px;
	background: url(/webfiles/CASEnterprisesNZ/layouts/images/ln-bg.gif) repeat-y;
	border: 0px solid #000000;
}

td#ln-bottom 
{
	text-align: center;
	height: 100%;
	vertical-align: bottom;
	border: 0px solid #0000ff;
	padding: 0px 0px 0px 0px;
	background: url(/webfiles/CASEnterprisesNZ/layouts/images/ln-bg.gif) repeat-y;
	/*background: #D0D0E2 url(/webfiles/CASEnterprisesNZ/layouts/images/ln-bottom.gif) repeat-x top;*/
}

li.ln-link-std,
li.ln-selected-std
{
	border-bottom: 0px solid #DEDEDE;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	list-style: none none outside;
	display: block;
	text-align: left;
	vertical-align: middle;
	line-height: 33px;
	background: url(/webfiles/CASEnterprisesNZ/layouts/images/ln-std.gif) no-repeat;
}

li.ln-link-std a,
li.ln-selected-std a,
li.ln-link-std a:active, 
li.ln-selected-std a:active, 
li.ln-link-std a:visited,
li.ln-selected-std a:visited
{
	/*background: url(/webfiles/CASEnterprisesNZ/layouts/images/ln-bg.gif) repeat-x;*/
	color: #000000;
	font: normal normal bold 11px Verdana, Arial, sans-serif;
	text-decoration: none;	
	/*background: url(/webfiles/KitchenHouse/layouts/images/bullet.gif) no-repeat 2px left;*/
	/*height:21px;*/
}

li.ln-selected-std a
{
	/*background: url(/webfiles/CASEnterprisesNZ/layouts/images/arrow.gif) no-repeat left;
	font-weight: bold !important;*/
	color: #333333 !important;
}

li.ln-link-std a:hover,
li.ln-selected-std a:hover 
{
	color: #333333;
	/*font-weight:normal;
	background-color: #E1E7F7;*/
	text-decoration: none;
}
li.ln-selected-std img 
{
	visibility:visible !important;
}

/***** Left Nav Sub Links *****/
li.ln-link-sub,
li.ln-selected-sub
{
	border-bottom: 0px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 25px;
	display: block;
	text-align: left;
	list-style: none outside;
}

li.ln-link-sub a,
li.ln-selected-sub a,
li.ln-link-sub a:active,
li.ln-selected-sub a:active,
li.ln-link-sub a:visited,
li.ln-selected-sub a:visited 
{
	/*background: url(/webfiles/CASEnterprisesNZ/layouts/images/ln-bg.gif) repeat-x;*/
	color: #000000;
	font: normal normal normal 12px Verdana, Arial, sans-serif;
	text-decoration: none;
	/*height:21px;*/
}

li.ln-selected-sub a
{
	/*background-color: #FFFFFF;
	font-weight: bold ! important;*/
}

li.ln-link-sub a:hover,
li.ln-selected-sub a:hover 
{
	color: #333333;
	/*background-color: #E1E7F7;*/
	text-decoration: none;
}
	
/***** Left Nav Header Links *****/
li.ln-link-header,
li.ln-selected-header
{
	border-bottom: 0px solid #DEDEDE;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	list-style: none none outside;
	line-height: 34px;
	vertical-align: middle;
	display: block;
	text-align: left;
	background: url(/webfiles/CASEnterprisesNZ/layouts/images/ln-selected.gif) no-repeat;
}
li.ln-link-header a,
li.ln-selected-header a,
li.ln-link-header a:active,
li.ln-selected-header a:active,
li.ln-link-header a:visited,
li.ln-selected-header a:visited 
{
	/*background: url(/webfiles/CASEnterprisesNZ/layouts/images/ln-bg.gif) repeat-x;*/
	color: #000000;
	text-decoration: none;
	font: normal normal bold 13px Arial, sans-serif;
	/*height:21px;*/
}
li.ln-selected-header a
{
	/*background-color: #FFFFFF !important;
	font-weight: bold !important;*/
}
li.ln-link-header a:hover,
li.ln-selected-header a:hover {
	/*color: #333333;*/
	/*background-color: #E1E7F7;*/
	text-decoration: none;
}

/*************** BODY ****************/
.list-row {
	border-top:1px solid #cccccc
}

.back{
	text-decoration:none;
	font-weight:bold;
}

.main-image {
	border: 2px solid #E8E8EE;
}
.thumbnail-image
{
	}

.print-page-break {
	page-break-Before: always;
}
div.menu div.options {	
	margin: 0px 1px 0px 1px;
	border:1px solid #9F9F9F;
	background-color:#E5E7EC;
}
div.options,
div.options a,	
div.options a:visited,
div.options a:active
 {
	font-size:10px;
	font-weight: bold;
	padding: 6px 3px 6px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#656565;
	display:block;
	border-bottom: 1px solid #9F9F9F;
	text-decoration:none;
	background-color:transparent;
}
div.options a:hover {
	background-color:#aaaaaa;
	color:#ffffff;
}
.body-section-b
{
}

/*************** FOOTER ****************/
div#footer-container
{
	width: 100%; 
	/*background: #FFFFFF url(/webfiles/CASEnterprisesNZ/layouts/images/bg-footer.gif) repeat-x;*/
	background: #FFFFFF;
	border-top: 0px solid #666633;
	line-height: 30px;
}
div#footer-container,
div#footer-container a,
div#footer-container a:active,
div#footer-container a:visited
{
	color: #7A7A7A;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#footer-container a {
	text-decoration: underline;
}