
/* ----------------------------------------------- */

#d_bk_promo1 {

		position: absolute;
		top: 470px;
		width: 100%;
		min-width: 1200px;
		height: 600px;
		/* background-color: #696; */
		background-color:white;
}

#d_c_promo1 {

		position: absolute;
		top: 470px;
		left: 0px;
		right: 0px;
		height: 530px;
		/* background-color: #a9a; */
		background-color: white;
		border: 0px solid;
		border-color: black;

}

#d_img_promo1 {
		position: absolute;
		top: 70px;
		left: 70px;
}
#d_img_promo1:hover {cursor: pointer;}



#d_bk_promo2 {

		position: absolute;
		top: 1000px;
		width: 100%;
		min-width: 1200px;
		height: 1050px;
		background-color: #eee;
}

#d_c_promo2 {

		/* 0 + 60 + 330 */
		position: absolute;
		top: 1000px;
		left: 0px;
		right: 0px;
		height: 1050px;
		background-color: #eee;

}

#d_bk_slide {

		position: absolute;
		z-index: 9;
		top: 70px;
		width: 100%;
		min-width: 1200px;

		height: 400px;
		background-image:url('data/_stuff/slide/img0.jpg');
	
		background-repeat:no-repeat;
		background-position:center; 
		opacity: 0;

}
#d_bk_slide:hover { cursor: pointer;}


#d_bk_foot {

		
		position: absolute;
		top: 2050px;
		width: 100%;
		min-width: 1200px;
		height: 450px;
		background-color: #1b1b1b;

}


/* ----------------------------------------------- */


#d_cnt {

		position: relative;
		top: 0px;
		width: 1200px; 

		height: 2500px;
		margin-left: auto;
		margin-right: auto;
  
  		/* background-color: #eee; */
		border-style: solid;
		border-width: 0px;

}


/* ----------------------------------------------- */

#d_language {

		position: absolute;
		top: 0px;
		right: 20px;
			visibility: hidden;

}

/* ----------------------------------------------- */

#d_slideshow { 

		position: relative;
		width: 1200px;

}

#d_c_slide_ctrl {

		position: absolute;
		top: 500px;
		left: 500px;
		/* width: 100px; 
		padding: 1px;
		 border: 0px solid; 
		border-color: black;*/
}

.c_ctrl_sld {

		float: left;
		/*border: 0px solid; 
		border-color: white; */
		width: 15px;
		height: 15px;
		margin-left: 30px;
		background-image:url('data/_stuff/c_grey.png');


}

.c_ctrl_sld:hover { cursor: pointer;  border: 0px solid;  }



#d_slide_a_cnt {

		position: absolute;
		z-index: 10;
		top: 220px;
		left: 0px;
		width: 100%;
		min-width: 1200px;
		height: 50px;
		 border: 0px solid; 
		border-color: red;
}
#d_slide_a_cnt:hover { cursor: pointer; }

#d_slide_a_left {

		position: absolute;
		top: 0px;
		left: 20px;
		width: 50px; 
		height: 50px;
		 border: 0px solid; 
		border-color: red;
		background-image: url('data/_stuff/sld_a_l.png');
}
#d_slide_a_left:hover { cursor: pointer;}

#d_slide_a_right {

		position: absolute;
		top: 0px;
		right: 20px;
		width: 50px; 
		height: 50px;
		 border: 0px solid; 
		border-color: red;
		background-image: url('data/_stuff/sld_a_r.png');

}
#d_slide_a_right:hover { cursor: pointer;}


/* ----------------------------------------------- */


#d_learn_more {


		position: absolute;
		top: 880px;
		left: 80px;
		width: 160px;
		height: 30px;
		color: white;
		padding: 10px;

		border: 0px solid;
		border-color: white;

		background-color: #c60a18; 
		/* background-color: grey;  */
		font-size: 25px;	
}
#d_learn_more:hover { cursor: pointer; text-decoration: underline;}




/* menu thumbs */

.c_promo1 {

		position: absolute;
		border: 0px solid;
		border-color: black	;
/*		width: 520px; 	height: 430px; */

		width: 520px; 	height: 430px;

		font-size: 25px;	


}
.c_promo1:hover { cursor: pointer; }
/*
.c_promo1:hover .c_promo_t1 { text-decoration: underline; }
*/

.c_promo_img {

	position: absolute;
	left: 0px; 	top: 0px;
	width: 490px; 	height: 350px;
	box-shadow: 12px 12px 12px #777;

}

.c_promo_t1 {

	position: absolute;
	left: 10px;
	bottom: 0px;
	font-size: 35px;

}


