/* CSS Document for kiri-ganai.com.au */

/*-------------placement-----------------------*/

html, body{
	margin: 0;
	padding: 0;
}

body {
	background: #E78601;
	text-align: center;
	}

#main {
	background: url(images/kg_background.gif) repeat-y top center;
	width: 750px;
	position: relative; 
	margin: 30px auto;
	text-align: center;
	}

#contain {
	width: 706px;
	position: relative;
	margin: 0 auto;
	}

	
#headercontainer {
	border-top: 9px #4A4A4A solid;
	padding-top: 1px;
	width: 705px;
	position: relative;
	}
	
/*---------------header---------------------*/

#shadowtop {
	background: url(images/kg_shadow_top.gif) no-repeat top center;
	margin-bottom: -12px;
	height: 16px;
	width: 750px;
	}

#logoright {
	background: url(images/kg_headerimage_logo.jpg) no-repeat left top;
	width: 312px;
	height: 115px;
	left: 393px;
	position: absolute;
	}

#flashleft {
	background: url(images/kg_headerimage_bonsai.jpg) no-repeat left top;
	width: 392px;
	height: 140px;
	position: absolute;
	left: 0px;
	}

	
/*----------------menu---------------------*/

#menu {
	background: #E78601;
	top: 117px;
	left: 237px;
	width: 468px;
	height: 24px;
	position: absolute;
	}

#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	}

#menu li {
	float: left;
	display: inline;
	list-style: none;
	font-size: 11px;
	}

#menu a {
	float: left;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 0 22px;
	text-decoration: none;
	color: #fff;
	}
	
#menu a.active, #menu a:hover {
	border-bottom: 4px solid #A75912;
	color: #64350B;
	}

#menu a:hover {
	color: #64350B;
	}
	
#menu li#active a {
	color: #64350B;
	border-bottom: 4px solid #A75912;
	}

/*--------------body-------------------*/

#bodycontainer {
	text-align: left;
	width: 705px;
	margin-top: 160px;
	padding: 0 8px 60px 8px;
	position: relative;
	}

#bodytextleft	{
	margin-left: 200px;
	width: 480px;
	border-left: 1px #CACACA solid;
	padding-left: 10px;
	}
	
#leftbar {
	float: left;
	width: 191px;
	}
	
#imageleft {
	position: absolute;
	height: 173px;
	padding: 0 0 0 15px;
	}

#imageleftlong {
	position: absolute;
	height: 230px;
	padding: 0 0 0 15px;
	}

.floatimageright {
	float: right;
	margin: 8px;
	}

.floatimageleft {
	float: left;
	margin-right: 8px;
	}
	
/*----------------------Sidebarmenu--------------------*/

#leftbar ul {
	width: 191px;
	margin: 0 0 20px 0;
	padding: 190px 0 0 0;
	list-style-type: none;
	font-size: 10px;
	line-height: 16px;
	}

#leftbar li {
	font-size: 10px;
	padding-top: 2px;
	font-weight: bolder;
	}
	
.submenu {
	margin-left: 30px;
	width: 250px;
	list-style-image : url(images/kg_submenu_arrow.gif);
}
	
#leftbar ul li a {display: block; width: 191px; height: 18px; background: url(images/kg_sidemenu.gif) 0 0 no-repeat; color: #ffffff; text-decoration: none;}
#leftbar ul li a:hover {background-position: 0 -18px;}
#leftbar ul li#activesub a {display: block; width: 191px; height: 18px; background: url(images/kg_sidemenu.gif) 0 -18px no-repeat; color: #ffffff}

#leftbar ul span {
	padding: 0 0 0 20px;
	}

#leftbar ul li.submenu a, #bodytextleft ul#submenu li {list-style-image: url(images/kg_submenu_arrow.gif); font-weight: bolder; color: #4A4A4A; font-size: 11px; text-indent: 5px; margin: 0; padding: 0;}
#leftbar ul li.submenu a:hover, #bodytextleft ul#submenu li a:hover {color: #E78601; background: url(images/kg_submenu_arrow.gif) no-repeat 22px -18px;}
#leftbar ul li.subactive a {background: url(images/kg_submenu_active.gif) no-repeat 22px -18px; font-weight: bolder; color: #E78601; font-size: 11px; text-indent: 41px}
#leftbar ul li.subactive a:hover {background: url(images/kg_submenu_active.gif) no-repeat 22px -18px;}

/*-------------------Footer--------------------*/
	
#footer {

	background: #4A4A4A url(images/kg_footerimage.gif) no-repeat bottom right;
	width: 705px;
	height: 17px;
	padding: 0;
	margin:0;
}

#footer p {
	float: left;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0;
}

#footer p a {font-weight: normal; color: #fff; text-decoration: none;}
#footer p a:hover {color: #E78601;}

#shadowbottom {
	margin-top: -6px;
	background: url(images/kg_shadow_bottom.gif) no-repeat top center;
	height: 21px;
	width: 750px;
	}
	
/*-------------------ERRORS--------------------*/

.errorhead {
	font-weight: bolder;
}

/*----------------Form-------------------------*/

#mail_form {
	margin: -20px 0 0 20px;
	font-size: 12px;
	font-weight: stronger;
	}

.inputtext {
	background: #f7f7f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	margin-top: 2px;
	}
	
#contactsent {
	background: #f7f7f7 url(images/kg_contactsent.gif) no-repeat 5px 50%;
	border: 1px #eee solid;
	font-size: 12px;
	padding: 6px 6px 6px 45px;
	margin: 40px 10px;	
	}