/*GENERAL CSS* ________________________________________________________*/
@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	/*text-align:justify;*/
	
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*GENERAL CSS ________________________________________________________*/


/*HEADER CSS* ________________________________________________________*/
.button_top_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/button_normal_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}

.button_top_menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/button_rollover_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}


.button_top_menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.button_top_menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #185035;
	text-decoration: none;
}
/*HEADER CSS* ________________________________________________________*/

/*BODY CSS* ________________________________________________________*/

.body_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*BODY CSS* ________________________________________________________*/

/*FOOTER CSS* ________________________________________________________*/
.footer_bg {
	background-image: url(../images/footer_bg_hori.jpg);
	background-repeat: repeat-y;
	height: 46px;
}
.webdesign_by {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #53ba3e;
}
.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005339;
}

.footer_bg a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #340c70;
	text-decoration: none;
}
.footer_bg a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #340c70;
	text-decoration: underline;
}
/*FOOTER CSS* ________________________________________________________*/

/*INNER PAGE CSS*/

/*GALLERY CSS* ________________________________________________________*/

.gallery_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0E5239;
}

.gallery_subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #01A743;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.gallery_img_border {
	border: 3px solid #54BA3D;
	margin: 7px;
}
.gallery_img_border:hover {
	border: 3px solid #009843;
	margin: 7px;
}
.gallery_img_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #185035;
	text-decoration: none;
	font-weight: bold;
	margin: 10px;

}
.gallery_img_heading:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #54BA3D;
	text-decoration: underline;
	font-weight: bold;
	margin: 10px;

}
.img_sep_line {
	border-top-width: 1px;
	border-top-style: none;
	margin-right: 20%;
	margin-left: 20%;
	color: #006600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clcikhere_othergallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01A743;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	text-align: right;
	vertical-align: top;
}
.clcikhere_othergallery:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01A743;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	text-align: right;
	vertical-align: top;
}
/*GALLERY POP UP WINDOW */

/*OC Styles for redesign of TemplateMonster.com like pop up window*/
/* {
  margin: 0px;
  padding: 0px;
}
.border_preview {
  z-index: 100;
  position: absolute;
  border: 1px solid #444;
  color: #4b4b4b;
  font-size: 11px;
  text-align: left;
  background-color: white;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #500303;
	font-size: 0.7em;
	font-weight: bold;
	font-style: normal;
}
#loader_container {
  text-align: center;
  position: absolute;
  top: 40%;
  width: 100%;
}

#loader {
  font-family: Tahoma, Helvetica, sans;
  font-size: 10px;
  color: #000000;
  background-color: #FFFFFF;
  padding: 10px 0 16px 0;
  margin: 0 auto;
  display: block;
  width: 135px;
  border: 1px solid #6A6A6A;
  text-align: left;
  z-index: 255;
  
}

#progress {
  height: 5px;
  font-size: 1px;
  width: 1px;
  position: relative;
  top: 1px;
  left: 10px;
  background-color: #9D9D94;
}

#loader_bg {
  background-color: #EBEBE4;
  position: relative;
  top: 8px;
  left: 8px;
  height: 7px;
  width: 113px;
  font-size: 1px;
}
.title_h2 {
  width: 300px;
  padding: 12px 10px 10px 18px;
}
.title_h6 {
  width: 300px;
  padding: 12px 0 0 18px;
}


.border_preview {
  z-index: 100;
  position: absolute;
  border: 1px solid #444;
  color: #4b4b4b;
  font-size: 7px;
  text-align: left;
  background-color: white;
}

.preview_temp_load {
  vertical-align: middle;
  text-align: center;
}

.preview_temp_load img {
  vertical-align: middle;
  text-align: center;
  border: 0px solid #D0E5F3;
  margin: 8px 3px 15px 3px;
}

</style> */
/*OC Styles for redesign of TemplateMonster.com like pop up window*/

/*LIGHT BOX CSS*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

	}
/*LIGHT BOX CSS*/
