@charset "utf-8";
/* CSS Document */
.disapear{
	z-index: -1;
	position: absolute;
	visibility: hidden;	

}
.apear{
	z-index: 3;
	position: relative;
	visibility: visible;
}

.displaynon{
	display: none;
}



.searchForm{
	padding: 0px;
	margin: 0px;
	margin-top: 13px;
	margin-bottom: 5px;
}

.searchForm td{
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 14px;
}

.searchFormSubmit{
	float: right;
	width: 27px;
	height: 19px;
	background-image: url(../images/general/search_form_button.jpg);
	background-repeat: no-repeat;
	border: none;/*1px solid #908f8f;*/
	cursor: pointer;
	margin-right: 11px;
	margin-top: 8px;
}

.searchFormText{
	width: 108px;
	height: 14px;
	border: 1px solid #746b62;
}

.contactForm{
	text-align: right;
}

.contactThankYou{
	margin-right: 20px;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: bold;
}

.navigator{
	float: right;
	margin-bottom: 10px;
	color: #c5c6c6 !important;
	font-weight: normal;
}

.navigator a, .navigator a:visited, .navigator a:hover{
	color: #c5c6c6 !important;
	font-weight: bold;
}








.gallery{
	width: 522px;
	text-align: center;
}

.imageGalleryItem{
	float: left;
	width: 45px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-right: 15px;
	cursor: pointer;
}

.imageGalleryItemImage{

}

.gallery_item_content{
	width: 140px;
	float: right;
	color: #ffffff;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	margin-right: 14px;
}

.gallery_item_title{
	color: #FFFFFF;
	font-size: 14px;
}



.linksItem{
	float: left;
	margin-right: 48px;
	width: 133px;
	height: 240px;
	margin-bottom: 14px;
	text-align: right;
}




.image_gallery_item{
	width: 70px;
	height: 70px;
	margin-bottom: 5px;
	text-align: right;
}

.image_gallery_item_image{
	float: left;
	cursor: pointer;
	width: 70px;
	height: 70px;
	/*
	margin-top: 13px;
	padding: 11px;	
	*/
	padding-right: 15px;
	padding-top: 15px;
}




.thumb_image{
	cursor: pointer;
/*	border: 1px solid #FFFFFF;*/
	width: 54px;
	height: 54px;
}
