/*-------------------------------------------*/
	/*     syfdh css
	/*     thurs 24 mar 2005
/*-------------------------------------------*/


/*--------------------------------------*/
	/*     global elements
/*--------------------------------------*/

body {
	font: normal 12px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #FFF;
	}

img {
	display: block;
	border: 0px;
	}
	
a:link, a:visited { 
	color: #02A048;
	text-decoration: underline;
	}
	
a:hover, a:active { 
	color: #02A048;
	text-decoration: none;
	}
	
#logo {
	position: absolute;
	width: 96px;
	height: 115px;
	top: 0px;
	left: 0px;
	}
	
h5 {
	font: bold 12px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	margin: 0;
	}
	
.imgright {
	float: right;
	margin: 5px 15px 0 60px;
	padding: 15px;
	}
	
		
/*--------------------------------------*/
	/*     homepage header only
/*--------------------------------------*/

#hmpghead {
	position: absolute;
	top: 0;
	background: url(../img/homepage/bg_head.gif) repeat-x;
	height: 115px;
	width: 100%;
	z-index: 1;
	}

#hmgpheadstart {
	position: absolute;
	top: 0;
	left: 100px;
	background: url(../img/homepage/bg_head_start.gif) 0 no-repeat;
	width: 664px;
	height: 115px;
	z-index: 2;
	}

#hmpgheadbutt {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/homepage/bg_head_end.gif) 0 no-repeat;
	width: 10px;
	height: 115px;
	z-index: 2;
	}
	

/*--------------------------------------*/
	/*     common page header
/*--------------------------------------*/

#pghead {
	position: absolute;
	top: 0;
	background: url(../img/global/bg_head.gif) repeat-x;
	height: 79px;
	width: 100%;
	z-index: 1;
	}

#pgheadstart {
	position: absolute;
	top: 0;
	left: 100px;
	background: url(../img/global/bg_head_start.gif) 0 no-repeat;
	width: 664px;
	height: 79px;
	z-index: 2;
	}

#pgheadbutt {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/global/bg_head_end.gif) 0 no-repeat;
	width: 10px;
	height: 79px;
	z-index: 2;
	}
	
	
/*--------------------------------------*/
	/*     homepage navigation
/*--------------------------------------*/

#hmpgnav {
	position: absolute;
	top: 119px;
	left: 0;
	background: url(../img/homepage/bg_nav.jpg) 0 no-repeat;
	width: 194px;
	height: 351px;
	}
	
#hmpgnav ul {
	position: absolute;
	top: 19px;
	left: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#hmpgnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	line-height: 27px;
	}
	
#hmpgnav a {
	font-size: 11px;
	color: #0063A5;
	text-decoration: none;
	}
	
#hmpgnav a:hover {
	font-size: 11px;
	color: #0063A5;
	text-decoration: underline;
	}
	
	
/*--------------------------------------*/
	/*     subpage navigation
/*--------------------------------------*/

#pgnavblocks {
	position: absolute;
	top: 119px;
	left: 0;
	background: url(../img/global/bg_blocks.jpg) 0 no-repeat;
	width: 143px;
	height: 88px;	
	}
	
#pgnav {
	position: absolute;
	top: 211px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 143px;
	}
	
#pgnav a {
	display: block;
	width: 128px;
	margin: 0;
	padding: 2px 15px 7px 0;
	list-style: none;
	text-align: right;
	background: url(../img/global/bg_nav_link.gif) 0 0 no-repeat;
	font-size: 11px;
	color: #02A048;
	text-decoration: none;
	}
	
#pgnav a:hover {
	background-position: -143px 0;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
	}
	
#selected a {
	display: block;
	width: 128px;
	margin: 0;
	padding: 2px 15px 7px 0;
	list-style: none;
	text-align: right;
	background: url(../img/global/bg_nav_link_sel.gif) 0 0 no-repeat;
	font-size: 11px;
	color: #CDE3A3;
	text-decoration: none;
	}
	
#selected a:hover {
	font-size: 11px;
	color: #CDE3A3;
	text-decoration: underline;
	background: url(../img/global/bg_nav_link_sel.gif) 0 0 no-repeat;
	}
	
#subnav {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
	}
	
#subnav a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;	
	background: #02A048;
	margin: 0;
	padding: 2px 15px 2px 0;
	}

#subnav a:hover {
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
	background: #02A048;
	padding: 2px 15px 2px 0;
	}
	
#subnavtop {
	width: 143px;
	height: 5px;
	_margin-bottom: -10px;
	background: url(../img/global/bg_subnav_top.gif) 0 0 no-repeat;
	}
	
#subnavbottom {
	width: 143px;
	height: 5px;
	_margin-bottom: -10px;
	background: url(../img/global/bg_subnav_bottom.gif) 0 0 no-repeat;
	}

/*--------------------------------------*/
	/*     homepage content
/*--------------------------------------*/

#hmpgcontent {
	position: absolute;
	top: 137px;
	left: 223px;
	padding-right: 40px;
	}
	
#hmpgcontent h1 {
	font: 600 14px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	}
	
#hmpgcontent h2 {
	font: bold 12px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	}
	
	/*  Addition for FCKeditor : Begining   */
#hmpgcontent h3 {
	font: bold 12px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	margin-bottom: -10px;
	}
#hmpgcontent h4 {
	font: italic 12px/18px Arial, Helvetica, Sans-serif;
	color;
	}
	/*  Addition for FCKeditor : End   */
	
/*--------------------------------------*/
	/*     subpage content
/*--------------------------------------*/

#pgcontent {
	position: absolute;
	top: 91px;
	left: 180px;
	padding-right: 40px;
	}
	
#pgtitle {
	position: absolute;
	top: 40px;
	left: 180px;
	font: 400 18px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	z-index: 3;
	}
	
#pgcontent h2 {
	font: bold 14px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	}
	
#pgcontent h3 {
	font: bold 12px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	margin-bottom: -10px;
	}
	
#pgcontent h4 {
	font: italic 12px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	}
/*  Addition for FCKeditor : Begining   */
#contentFCK {
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
#pgcontent h1 {
	font: 600 14px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	}
#contentFCK h1 {
	font: 600 14px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	}
#contentFCK h2 {
	font: bold 14px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	}
#contentFCK h3 {
	font: bold 12px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	margin-bottom: -10px;
	}
#contentFCK h4 {
	font: italic 12px/18px Arial, Helvetica, Sans-serif;
	color: #5C4015;
	}
	/*  Addition for FCKeditor : End   */
#zero {
	margin: 0;
	padding: 0;
	}
	
#zero li {
	list-style: none;
	}
	
#zero li strong {
	padding-top: 15px;
	display: block;
	}
	
/*--------------------------------------*/
	/*     toy lending library only
/*--------------------------------------*/
	
.item {
	margin: 20px 0 ;
	_margin-top: 30px 0;
	padding-right: 20px;
	width: 120px;
	float: left;
	}
	
.item a img {
	border: 1px solid #02A048;
	display: block;
	margin: 0;
	padding: 0;
	}
	
.item a:hover img {
	border: 1px solid #CDE3A3;
	}
	
.item a:link span, .item a:visited span, .item a:link li, .item a:visited li {
	margin-top: 10px;
	text-decoration: underline;
	display: block;
	text-align: center;
	}
	
.item a:hover span, .item a:active span, .item a:hover li, .item a:active li {
	margin-top: 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	}
	
.item ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	}
	
.itemtitle {
	font-weight: bold;
	}
	
.itemdetail {
	padding-top: 10px;
	margin: 0 0 0 164px;
	z-index: 1;
	}

	
/*--------------------------------------*/
	/*    common page elements
/*--------------------------------------*/
	
.contactVisible {
	float: right;
	margin: 5px 15px 0 60px;
	padding: 15px;
	background: #FFF2C3;
	border: 1px solid #FFD551;
	width: 240px;
	}
	
/*    added for FCKeditor : begining   */
.contactHidden {
	float: right;
	margin: 5px 15px 0 60px;
	padding: 15px;
	background: #FFF2C3;
	border: 1px solid #FFD551;
	width: 240px;
	visibility: hidden;
	}
/*    added for FCKeditor : end   */
	
.contactVisible ul {
	margin: 0;
	padding: 0;
	}
	
.contactVisible li {
	list-style: none;
	}
	
#contactform {
	margin: 10px 0 0 0;
	width: 164px;
	float: left;
	}

#contactform input, textarea {
	margin: 5px 0;
	}
	
/*-----------------breadcrumbs-----------------*/

#breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 10px;
	}
	
#breadcrumb li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#breadcrumb a {
	font-size: 10px;
	text-decoration: underline;
	}

#breadcrumb a:hover {
	font-size: 10px;
	text-decoration: none;
	}
	
/*-----------------footer-----------------*/
	
#footer {
	clear: both;
	margin: 80px 0 0 0;
	padding: 0;
	}

#footer li {
	list-style: none;
	display: inline;
	margin: 0 7px 0 0;
	padding: 0;
	}
	
#footer a {
	font-size: 10px;
	text-decoration: underline;
	}

#footer a:hover {
	font-size: 10px;
	text-decoration: none;
	}
	

