body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	background-color:#383838;

}
p {
	padding:0px;
	margin:0px;
}
.lace {
	background:url(../images/lace.jpg);
	height:84px
}
.background {
	background:url(../images/background.jpg) repeat-x;
	min-height:666px;
}
img {
	border:0px;
}
.mainBody {
	background-image:url(../images/homecontentback.jpg);
	background-color: ##00000;
	padding:65px 0px 28px 85px;
	height:550px;
	background-repeat: no-repeat;
}
.innerbodyTd {
	padding-right: 3px;
}
.InnermainBody {
	background-image:url(../images/contentheader.jpg);
	background-repeat: no-repeat;
	height:72px;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
font-weight:bold;
}
a:hover {
	color:#dc30dc;
	text-decoration:none;
}
#loadarea {
	position:relative;
	width:279px;
	height:450px;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/gallery/Absolute-Black.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.imgBr {
	border: 1px solid #9900CC;
}
.topNavi {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.topNavi a {
	text-decoration:none;
	color:#FFFFFF;
}
.topNavi a:hover {
	text-decoration:underline;
	color:#dc30dc;
}
.topNavi span {
	padding-left:20px;
	padding-right:20px;
}


.mnuDiv1 {
	position:absolute;
	visibility:hidden;
	top:-300px;
	border:solid 1px #ffffff;
}
.mnuDiv1_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fde3ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd2ff;

}
.mnuDiv1_td a {
	display:block; padding:5px; text-decoration:none; color:#000000;
}
.mnuDiv1_td a:hover{ 
	display:block; 
	background-color:#d386d8;
	color:#333333;
}

.mnuDiv2 {
	position:absolute;
	visibility:hidden;
	top:-300px;
	border:dotted 1px #999999;
}
.mnuDiv2_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#184456;   /* background coulor*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.mnuDiv2_td a {
	display:block; padding:5px; text-decoration:none; color:#FFFFFF;
}
.mnuDiv2_td a:hover{ 
	display:block; 
	background-color:#dbd8c1;
	color:#333333;

}   /*on Rollover background coulor*/

.mnuDiv3_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #c1beaa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.mnuDiv3_td a {
	display:block; padding:5px; text-decoration:none; color:#FFFFFF;
}
.mnuDiv3_td a:hover{ 
	display:block; 
	background-color:#dbd8c1; 
}
#enter {
	position:relative;
	display:block;
	width:350px;
	height:71px;
	left:50px;
	top:-25px;
}
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #000;
	color:#FFF;
	padding: 20px;
	border: 5px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -40px -40px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
