.spacer { font-family : arial,sans-serif ; font-size : 1px }

body { font-family:arial,sans-serif; }

.leftNav { font-family : arial,sans-serif ; font-size : 11px ; text-indent : 5 ; font-weight : bold ; color : #000000 }

.head { font-family : arial,sans-serif ; font-size : 14px ; line-height : 1.25 ; color : #000000 ; font-weight : bold ;}
.sub { font-family : arial,sans-serif ; font-size : 12px ; line-height : 1.25 ; color : #000000 ; font-weight : bold}
.price { font-family : arial,sans-serif ; font-size : 12px ; line-height : 1.25 ; color : #660000 ; font-weight : bold ;}
.body { font-family : arial,sans-serif ; font-size : 12px ; line-height : 1.5 ;color : #000000 ;}
.photocredit { font-family : arial,sans-serif ; font-size : 70% ; color : #666666 ; text-align : right ; padding-right : 5 ;}

.dbody { font-family : arial,sans-serif ; font-size : 11px ; line-height : 1.5 ;color : #000000 ;}
.rbody { font-family : arial,sans-serif ; font-size : 11px ; line-height : 1.5 ;color : #000000 ;}

.rsHead { font-family : arial,sans-serif ; font-size : 13px ; line-height : 1.25 ; color : #ffcc00 ; font-weight : bold}
.rsSub { font-family : arial,sans-serif ; font-size : 12px ; line-height : 1.5 ; font-weight : bold ; color : #ffffff }
.rsBody { font-family : arial,sans-serif ; font-size : 11px ; line-height : 1.25 ; color : #ffffff }

.footer { font-family : arial,sans-serif ; font-size : 10px ; line-height : 1.25 ; color : #666666 ;}

.fdwhite { font-family : arial,sans-serif ; font-size : 14px ; line-height : 1.25 ; color : #ffffff ; font-weight : bold ;}
.fdhead { font-family : arial,sans-serif ; font-size : 14px ; line-height : 1.25 ; color : #000000 ; font-weight : bold ;}

.indentbody { font-family : arial,sans-serif ; font-size : 12px ; line-height : 1.5 ;color : #000000 ; padding-left : 10; padding-right : 10; font-wieght : heavy;}

.bokortitle { font-family : arial,sans-serif ; font-size : 120% ; line-height : 1.5 ;color : #000000 ; padding-left : 5 ; padding-right : 5 ; font-wieght : heavy;}
.bokorsub { font-family : arial,sans-serif ; font-size : 90% ; line-height : 1.5 ; color : #000000 ; padding-left : 5 ; padding-right : 5 ;}
.bokorbody { font-family : arial,sans-serif ; font-size : 80% ; line-height : 1.25 ; color : #000000 ; padding-left : 5 ; padding-right : 5 ; padding-top : 10 ;}

/* suckerfish navigation styles */

#nav {
	font-size:.8em;
	text-indent:.3em;
}

#nav, #nav ul {
	background-color:#ececec;
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1.5;
}

#nav a {
	display: block;

	color:#000000;
	text-decoration:none;
	padding: 2px 0 2px 0;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	padding: 0 ;
	border:solid 1px #999999;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	border-style:solid;
	border-color:#000;
	border-width: 3px 0 0 0 ;
}



#nav a.tlink:active {
	color : #000000 ;
	background-color:#ececec;
	text-decoration:none;
}
#nav a.tlink:link {
	color : #000000 ;
	background-color:#ececec;
	text-decoration: none;
}
#nav a.tlink:visited {
	color : #000000 ;
	background-color:#ececec;
	text-decoration: none;
}
#nav a.tlink:hover {
	color : #ffffff ;
	background-color:#000000;
	text-decoration: none;
}