body {
	background-color: #1d3447;
	color: #ffffcc;
}
table {
	border: 0px;
	border-collapse: collapse;  
	margin: auto;
	background-color: #236498;
	width: 800px;
	height: 100%;
	vertical-align: middle;
 }
td {
	margin: 0px;
	padding: 0px;	
}
hr {
	border-color: #236498;	
	margin: 5px 0px 5px 0px; /*this will align it left for Mozilla*/	
}
#welcome {
	height: 64px;
	font-size: 24px;
	color: #ffcc00;
	font-family: "Book Antiqua";
	font-weight: bold;
	text-align: center;
	background-image: url(images/welcome.jpg);
	background-repeat: repeat-x;
}
.table_menu{
	height: 32px;
	background-image: url(images/bg-menu.jpg);
	text-align: center;
	font-weight: bold;
	color: #236498;
}
#menu_image {
  text-align: center;
}
.text_01 {
	text-align: left;
}
.text_01 div {
	margin:10px;
}
.text_02{/*----- pentru textul centrat----*/	
	text-align: center;	
}
.text_02 div {
	margin:10px;
}

.text_03{/*----- in alphabetical_index, my_churches, order ----*/	
	font-size:24px;
	margin:10px;
}
.text_04{		
	font-style:italic;	
}
.image_01 {
	float:left;
	margin:0px 10px 10px 10px;
}
.gallery_00,.gallery_01, .gallery_02 { 
	text-align: center;	
}
.gallery_01 img , .gallery_02 img {
	margin-top:15px;
	margin-bottom:10px;		
}
.gallery_01 div {
	height: 36px;
	width:100%;	
	margin-left:0px;  
	font-weight: bold; 
}
.gallery_02 div {
	height: 36px;
	width:100%;	
	margin-left:10px;   
}
.gallery_03{ /*----- in my_churches----*/
	text-align: center;		
}
.gallery_03 img{ 	
	border: 5px solid #1d3447; 
}
}
.index_menu {
	font-size: 18px;
	font-weight: bold;
	}
#go_top {
padding-top:10px;
padding-bottom:10px;
}
.back_to {
	text-align: center;
	width: 210px;
	height: 24px;
	background-image: url(images/back_03.jpg);
	margin-bottom:10px;	
	margin-left:295px;	
	margin-right:295px;	
	line-height: 24px;	
}
.empty_01 {
	width:150px;		  
}
#copyright {
	text-align: center;
	color: #236498;
	margin-top: 10px;
}
a img { 
border:none; 
}
a:link, a:visited {
	color: #ffcc00;
	border-width: 0px;
	font-weight: bold;	
	text-decoration: none;
}
a:hover, a:active, #here{
	color: #ff2a00;
	font-weight: bold;	
	text-decoration: none;
}

/*----- lightbox stuff ----*/

#lightbox{	
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 500px; 
	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: #236498; 
	width: 250px; 
	height: 250px; 
	margin: -40px 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: 12px Verdana, Helvetica, sans-serif; 
	background-color: #236498; 
	margin: 30px auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; }
#imageData{	
	padding: 15px; 
	color: #ffffcc; }
#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; 
	}
	
/*----- orde form----*/

#order-form {
	margin: auto;
	width: 30em;
	overflow: visible;	
}
#order-form table {
	text-align: left;
	width: 25em;
}
#order-form th {
	text-align: right;
	padding: 0px 10px 0px 0px;
	width: 5em;
}
#order-form td input {
	width: 20em;
}
#order-form td textarea {
	width: 20em;
	height: 3em;
}
#order-form label input {
	width: auto;
}
#order-form fieldset {
	border: 1px solid #3586C8;
	margin: 10px;
}
