body {
	background-image: url(imgs/body_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   background-attachment: fixed;
}
.head_bold_top {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.head_bold_top:hover {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.top_link {
	font-family: "MS Sans Serif", Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #3F5416;
}
.head_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #3F5416;
}
.head_bold_top_pg {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: #8FB544;
}
.inr_txt {
	font-family: "MS Sans Serif", Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	word-spacing: 0.2em;
}
.inr_txt_head {
	font-family: "MS Sans Serif", Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	line-height: 1.8em;
}
a {
	font-family: "MS Sans Serif", Arial;
	color: #637C2E;
	text-decoration: none;
}
a:hover {
	font-family: "MS Sans Serif", Arial;
	color: #000000;
	text-decoration: none;
}
.top_link:hover {
	font-family: "MS Sans Serif", Arial;
	color: #8FB544;
	text-decoration: none;
}
.copy_right {
	font-family: "MS Sans Serif", Arial;
	font-size: 12px;
	color: #87A93F;
	text-decoration: none;
}
div #kdiv {
	font-family: "MS Sans Serif", Arial;
	background-image: url(imgs/k.gif);
	background-repeat: no-repeat;
	height: 27px;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E7F2D2;	
}
div #ktxt {
	font-family: "MS Sans Serif", Arial;
	height: 16px;
	border-top-width: 5px;
	vertical-align: bottom;
	margin-top: 6px;
	padding-top: 6px;
	margin-left: 15px;
	padding-left: 15px;
}
.head_bold_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #3F5416;
}
.inr_txtrate {
	font-family: "MS Sans Serif", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #006600;
	word-spacing: 0.2em;
	line-height: 1.4em;
}
.inr_txtratebld {

	font-family: "MS Sans Serif", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	word-spacing: 0.2em;
	line-height: 1.4em;
}



/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background:  #D8E5BA;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #D8E5BA;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #8FB544;
	margin: 0;
	-moz-border-radius: 5px;
}

/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
	background: #D8E5BA;
	border: 1px solid #8FB544;
	padding: 7px;

	-moz-border-radius: 3px;
}
/* -- Navigator --------------------------- */

.block-core-Navigator {
	float: right;
	margin: 1em 3em;
	font-size: 0.9em;
	color: #333;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

.block-core-Navigator .current {
	margin: 0 3em;
}
.block-core-LoginBlock {
	margin: 0 3em;
}

