@charset "utf-8";

body {
	cursor: url("http://www.bonsaisolutions.com.au/images/pointer.cur"),auto;
	scrollbar-face-color:white;
	scrollbar-base-color:white;
	scrollbar-arrow-color:#999999;
	scrollbar-track-color:#f1f1f1;
	scrollbar-shadow-color:#ebebeb;
	scrollbar-highlight-color:#F5F5F5;
	scrollbar-3dlight-color:#C3C3C3;
	scrollbar-darkshadow-Color:#9D9D9D;
	background-image: url("http://www.bonsaisolutions.com.au/images/bg.gif");
	background-repeat: repeat;
	margin: 0px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Tahoma;
	color:#336600;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
}
h2 {
	font-family: "Trebuchet MS", Arial, Tahoma;
	color:#339933;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	font-weight: bolder;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	margin: 3px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
	}
	
h3 {
	font-family: "Trebuchet MS", Arial, Tahoma;
	color:#006600;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	text-transform: uppercase;
	}



#main {
	width:925px;
	height:560px;
	left:50%;
	top:50%;
	margin-left:-463px;
	margin-top:-280px;
	position: absolute;
}
#left {
	width:555px;
	height:560px;
	float: left;
	background-image: url(images/bonsai_solutions_psd-1.jpg);
	background-repeat: no-repeat;
}

#content {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006633;
	text-align: justify;
	width:500px;
	height:500px;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 30px;
	overflow: hidden;
}
#content a:link {
	text-decoration: underline;
	color: #006633
}     /* 未访问的链接 */
#content a:visited {
	text-decoration: underline;
	color: #006633
}  /* 已访问的链接 */
#content a:hover {
	text-decoration: underline;
	color:#009900
}    /* 当有鼠标悬停在链接上 */
#content a:active {
	text-decoration: underline;
	color:#009900
}   /* 被选择的链接 */
#contentscroll {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006633;
	text-align: justify;
	width:500px;
	height:500px;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 30px;
	overflow: auto;
	border: none;
}

#contentscroll a:link {
	text-decoration: underline;
	color: #006633
}     /* 未访问的链接 */
#contentscroll a:visited {
	text-decoration: underline;
	color: #006633
}  /* 已访问的链接 */
#contentscroll a:hover {
	text-decoration: underline;
	color:#009900
}    /* 当有鼠标悬停在链接上 */
#contentscroll a:active {
	text-decoration: underline;
	color:#009900
}   /* 被选择的链接 */

#indexscroll {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006633;
	text-align: justify;
	width:500px;
	height:500px;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 30px;
	overflow: auto;
	border: none;
}
#indexscroll a:link {
	color: #006633
}     /* 未访问的链接 */
#indexscroll a:visited {
	color: #006633
}  /* 已访问的链接 */
#indexscroll a:hover {
	color:#009900
}    /* 当有鼠标悬停在链接上 */
#indexscroll a:active {
	color:#009900
}   /* 被选择的链接 */

#contactus {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #006633;
	width:500px;
	height:500px;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 30px;
	overflow: hidden;
	border: none;
}
#contactus a:link {
	text-decoration: underline;
	color: #006633
}     /* 未访问的链接 */
#contactus a:visited {
	text-decoration: underline;
	color: #006633
}  /* 已访问的链接 */
#contactus a:hover {
	text-decoration: underline;
	color:#009900
}    /* 当有鼠标悬停在链接上 */
#contactus a:active {
	text-decoration: underline;
	color:#009900
}   /* 被选择的链接 */
#indexlist{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #006633;
	text-align: justify;
	display: block;
	font-style: italic;
	margin-bottom: 8px;
}
#indexlist a {
	text-decoration:none;
	display: block;
	padding: 10px 15px 10px 15px;
}
#indexlist a:hover {
	color:#669900;
	background-color:#ECFFED;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #d9efde;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #d9efde;
}    /* 当有鼠标悬停在链接上 */


.careleft {
	width: 170px;
	float: left;
}
.carefield {
	width: 275px;
	border: 1px solid #97A842;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #333333;
}
.carelarge {
	width: 275px;
	margin-left: 10px;
	border: 1px solid #97A842;
	height: 70px;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #333333;
}
.carexlarge {
	width: 275px;
	margin-left: 10px;
	border: 1px solid #97A842;
	height: 110px;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #333333;
}

.formleft {
	width: 55px;
	height: 23px;
	float: left;
	vertical-align: bottom;
	margin-left: 20px;
}

.field {
	width: 380px;
	border: 1px solid #97A842;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #333333;
}

.fieldlarge {
	width: 380px;
	margin-left: 20px;
	border: 1px solid #97A842;
	height: 200px;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #333333;

}
.button {
	text-transform: none;
	font-size: 11px;
	color: #006600;
	font-family: "Trebuchet MS", Arial, Tahoma;
	background-color: #EFF289;
	float: right;
	margin-right: 24px;
	border: 1px solid #97A842;
	font-weight: bolder;
	font-style: italic;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#text {
	width:500px;
	height:365px;
	overflow: hidden;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006633;
	line-height: 16px;
}
#text a:link {
	text-decoration: underline;
	color: #006633
}     /* 未访问的链接 */
#text a:visited {
	text-decoration: underline;
	color: #006633
}  /* 已访问的链接 */
#text a:hover {
	text-decoration: underline;
	color:#009900
}    /* 当有鼠标悬停在链接上 */
#text a:active {
	text-decoration: underline;
	color:#009900
}   /* 被选择的链接 */

.scrollarea {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006633;
	text-align: justify;
	overflow-x: hidden;
	overflow:auto;
    scrollbar-face-color:white;
	scrollbar-base-color:white;
	scrollbar-arrow-color:#999999;
	scrollbar-track-color:#f1f1f1;
	scrollbar-shadow-color:#EBEBEB;
	scrollbar-highlight-color:#F5F5F5;
	scrollbar-3dlight-color:#C3C3C3;
	scrollbar-darkshadow-Color:#9D9D9D;
	padding-right: 20px;
}

#scroll{
	vertical-align: top;
	float: left;
}

#scroll a:link {
	text-decoration: underline;
	color:#006633;
}     /* 未访问的链接 */
#scroll a:visited {
	text-decoration: underline;
	color: #006633;
}  /* 已访问的链接 */
#scroll a:hover {
	text-decoration: underline;
	color:#009900;
}    /* 当有鼠标悬停在链接上 */
#scroll a:active {
	text-decoration: underline;
	color:#009900;
}   /* 被选择的链接 */


#linksbig{
	height: 61px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #d9efde;
	border: 1px dotted #006600;
}
#linksleft{
	width: 88px;
	height: 46px;
	padding-top: 15px;
	padding-right: 29px;
	padding-left: 29px;
	background-color: #d9efde;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #006600;
}
#linksright{
	height: 41px;
	padding-top: 20px;
	text-align: center;
	background-color: #d9efde;
	padding-right: 34px;
	padding-left: 34px;
	margin-left: 146px;
}

#photo {
	width:500px;
	height:92px;
	overflow: hidden;
	margin-top: 17px;
	padding-top: 28px;
}

#photo_left {
	width:245px;
	height:120px;
	overflow: hidden;
	text-align: justify;
	vertical-align: top;
	float: left;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006633;
	line-height: 16px;
}
#photo_left a:link {
	text-decoration: underline;
	color: #006633
}     /* 未访问的链接 */
#photo_left a:visited {
	text-decoration: underline;
	color: #006633
}  /* 已访问的链接 */
#photo_left a:hover {
	text-decoration: underline;
	color:#009900
}    /* 当有鼠标悬停在链接上 */
#photo_left a:active {
	text-decoration: underline;
	color:#009900
}   /* 被选择的链接 */




#right {
	width:370px;
	height:560px;
	float: right;	
}
#upper {
	width:370px;
	height:161px;
	overflow: hidden;
	float: left;
	background-image: url(images/bonsai_solutions_psd-2.jpg);
	background-repeat: no-repeat;
}
#lower {
	width:370px;
	height:399px;
	overflow: hidden;
	float: left;	
}
#lower_left {
	width:74px;
	height:399px;
	overflow: hidden;
	float: left;
}
#lower_mid {
	width:261px;
	height:399px;
	overflow: hidden;
	float: left;	
}
#lower_right {
	width:35px;
	height:399px;
	overflow: hidden;
	float: left;
}
#lower_m1 {
	width:261px;
	height:33px;
	overflow: hidden;
	float: left;	
}
#lower_m2 {
	width:261px;
	height:33px;
	overflow: hidden;
	float: left;	
}
#lower_m3 {
	width:261px;
	height:51px;
	overflow: hidden;
	float: left;	
}
#lower_m4 {
	width:261px;
	height:33px;
	overflow: hidden;
	float: left;	
}
#lower_m5 {
	width:261px;
	height:33px;
	overflow: hidden;
	float: left;	
}
#lower_m6 {
	width:261px;
	height:33px;
	overflow: hidden;
	float: left;	
}
#lower_m7 {
	width:261px;
	height:66px;
	overflow: hidden;
	float: left;
}
#lower_m8 {
	width:261px;
	height:33px;
	background-image: url("http://www.bonsaisolutions.com.au/images/australia_plant.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#lower_forum {
	width:261px;
	height:33px;
	overflow: hidden;
	float: left;
}
#lower_m9 {
	width:261px;
	height:33px;
	overflow: hidden;
	float: left;	
}
#lower_m10 {
	width:261px;
	height:27px;
	overflow: hidden;
	float: left;	
}
#lower_m11 {
	width:261px;
	height:19px;
	overflow: hidden;
	float: left;
	background-image: url("http://www.bonsaisolutions.com.au/images/bonsai_solutions_psd-15.jpg");
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
}

#lower_m11 a:link {
	color:#CCCCCC;
	text-decoration: none;
}     /* 未访问的链接 */
#lower_m11 a:visited {
	color:#CCCCCC;
	text-decoration: none;
}  /* 已访问的链接 */
#lower_m11 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}    /* 当有鼠标悬停在链接上 */
#lower_m11 a:active {
	color: #FFFFFF;
	text-decoration: underline;
}   /* 被选择的链接 */

#lower_m12 {
	width:261px;
	height:23px;
	overflow: hidden;
	float: left;
	background-image: url("http://www.bonsaisolutions.com.au/images/bonsai_solutions_psd-16.jpg");
	background-repeat: no-repeat;	
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
}
#lower_m13 {
	width:261px;
	height:15px;
	overflow: hidden;
	float: left;	
}
.picleft {
	clear: left;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*js css codes hereafter*/

.highslide-wrapper div {
	font-family: "Trebuchet MS", Arial, Tahoma;
    font-size: 10pt;
}
.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #d9efde;
}
.highslide:hover img {
	border: 1px solid #689A01;
}

.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
	font-family: "Trebuchet MS", Arial, Tahoma;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 12px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
