/* CSS Document */
body { margin: 0 0 0 0; background-color: #b6902f; }
img { border:none;}
.lux{background:url(img/lux.png); background-repeat:no-repeat; width:202px; height:275px; float:left; margin-left:26px; margin-top: 40px; text-align:center;}
.lux a{ font-family:"Times New Roman", Times, serif; font-size:18px;  text-decoration:none; color:#000000;}
.top{}
.top a{ font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;  font-size:14px; font-weight:bold; text-decoration:none; color:#000000;}
.bottom{ margin-top:6px; margin-left:60px; }
.bottom a{ font-family:Arial, Helvetica, sans-serif;  text-transform:uppercase; font-size:11px; font-weight:bold; text-decoration:none; color:#000000;}
.th{ font-family:Arial, Helvetica, sans-serif;  font-size:16px;  text-decoration:none; color:#555555;}
.maintext{ font-family:"Times New Roman", Times, serif; font-size:12px; color: #555555; margin-left:100px; margin-right:100px; text-align: justify; font-weight:bold; }
h1{ font-family: "Times New Roman", Times, serif; font-size:28px; color:#000000; font-weight:bold;}
.alltext{font-family:"Times New Roman", Times, serif; font-size:12px; color: #555555; margin-left:20px;  margin-right:30px; text-align: justify; font-weight:bold; }
.titleclass{ width:791px; height:33px; background-image:url(img/title_back.gif);  background-repeat:no-repeat;float:left; position:relative; top: 250px;}
.titleclass span{font-family: Geneva, Arial, Helvetica, sans-serif; font-size:28px; color:#000000; margin-left:20px;}
p{margin:0px;}

.tab_calc .ent_calc {border:1px solid #E8BA54;}
.tab_calc tr{border:1px solid #ffffff;}
.h_calc{ font-size:12px; font-weight:bold; text-transform:uppercase; text-align:center; color:#ffffff;
}
.b_calc{ font-size:12px; font-weight:bold; text-transform:uppercase; color:#ffffff;
}
.gr_calc{ font-size:13px; font-weight:bold; text-transform:uppercase; color:#000000;
}
.gr_calc a{ text-decoration:none; color:#000000;
}
.ent_calc{ font-size:12px; font-weight:bold; color:#ffffff;
}
#slider {
    width: 200px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 200px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top:0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
#slider2 {
    width: 200px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider2Content {
    width: 200px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top:0;
}
.slider2Image {
    float: left;
    position: relative;
	display: none;
}
#slider3 {
    width: 200px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider3Content {
    width: 200px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top:0;
}
.slider3Image {
    float: left;
    position: relative;
	display: none;
}
.photogal{ margin: 0px 0px;
	padding: 0 2px;
	float: left;
	position: relative;	
	
	}
.photogal span { 
display: block;
	position: absolute;
	left: 2px;
	top: 0px;
	cursor:pointer;
	
}
.photogal img { cursor:pointer; }	
