@charset "utf-8";
/* CSS Document */

/* home */
div.box294 {
	width: 294px;
	height:320px;
	background-image:url(../graphics/gradient_home.jpg);
	float:left;
}
div.box294 a {
	color:#848484;
	text-decoration:underline;
}

.box294inside {
	height:100%;
}

div.title {
	background-color:#848484;
	background-image:url(../graphics/boxTop_w294.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:294px;
	height:23px;
	padding-top:9px;
	color: #e7e5db;
	text-align:center;
	font-weight:bold;
	margin-bottom:28px;
}

div.home_spacer {
	width:15px;
	float:left;
}

.box294_left {
float:left;
	width:125px;
	margin-left:9px;
	_margin-left:4px;	
}

.box294_right {
	font-size:10px;
	color:#848484;
	text-align:justify;
	margin-right:10px;
	width:140px;
	float:right;
}

.photoBorder1 {
	background-image:url(../graphics/imgBorder_w115_h79.jpg);
	padding:3px;
	margin-bottom:15px;
}

.readmore{
	display:block;
	text-align:right;
}

/* THE FLAT */

div.flat_title {
	padding:0px;
	height:32px;
	background-color:#d2cfbd;
	
}

span.flat_title_txt {
	display:block;
	float:left;
	width:250px;
	padding-left:50px;
	padding-top:9px;
	height:23px;
	background-color:#848484;
	background-image:url(../graphics/boxTop_leftCorner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color:#e7e5db;
	font-size:12px;
	font-weight:bold;
}

div.flat_content {
	background-image:url(../graphics/gradient_flat_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f3f2ec;
	/*height:370px;*/
}

div.flat_txt {
	margin-left:18px;
	margin-top:25px;
	font-size:11px;
	color:#848484;
	text-align:justify;
	width:275px;
	padding-bottom:75px;
}

.flat_photoBig {
	float:right;
	margin-right:15px;
	margin-top:25px;
	background-image:url(../graphics/imgBorder_imgw418.jpg);
	padding:3px;
}


div.flat_photosSmallBox {
	float:right;
	margin-right:30px;
	width:117px;
	margin-top:-20px;
	height:370px;
}

.flat_bigText {
	margin-top:-62px;
}

.carousel-component { 	
	padding:8px 16px 0px 16px;
	margin-top:20px;	
	background:none;
}

.carousel-component .carousel-list li { 
	
	
	width:104px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:70px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*margin-left: auto;*/ /* for testing IE auto issue */
		
}

.carousel-component .carousel-list li a { 
	display:block;
	/*border:1px solid #000000;*/
	background-image:url(../graphics/imgBorder_w115_h79.jpg);
	background-repeat:no-repeat;
	outline:none;
	width:115px;
	height:79px;
	padding:3px;
}

.carousel-component .carousel-list li.image { 
margin-left:10px;
margin-right:10px;
margin-bottom:3px;
}


.carousel-component .carousel-list li a:hover { 
	/*border: 1px solid #000000; */
	background-image:url(../graphics/imgBorder_w115_h79.jpg);
}

.carousel-component .carousel-list li img { 
	
	display:block; 
	width:98px;
	height:65px;

}
								
.carousel-component .carousel-prev { 
	z-index:3;
	cursor:pointer; 	
	rigth:5px; 
	text-align:center;
	margin-bottom:3px;
}

.carousel-component .carousel-next {	
	cursor:pointer;
	text-align:center;
}

/* LINKS */
div.links_content{
	padding-left:30px;
	padding-right:30px;
	margin-top:30px;
}

div.links_box {
	float:left;
	height:308px;
	!height:294px;
	width:275px;
	_width:275px;
	color:#848484;
	font-weight:bold;
}

div.links_box a {
	font-size:11px;
	color:#848484;
	font-weight:normal;
}
div.links_box_inside {
	height:100%;
}
div.links_spacer {
	width:3px;
	background-color:#FFFFFF;
	height:230px;
	margin-top:50px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.links_txt {
	padding-left:15px;
	padding-right:15px;
	margin-top:25px;
}

/*   CONTACT  */

.contact_txt{
	margin-right:40px;
	margin-top:25px;
	font-size:14px;
	color:#848484;
	text-align:justify;
	width:275px;
	float:right;
}
.contact_txt a {
	color:#848484;
}

div.contact_form {
	margin-left:40px;
	margin-top:30px;
	font-size:10px;
	color:#848484;
	text-align:justify;
	padding-bottom:75px;
}

input, textarea {
	width:250px;
}

textarea {
	width:250px;
	height:100px;	
}
.buttonform {
	width:75px;
	background-color:#666666;
	color:#FFFFFF;
	border:1px solid black;
}
.red {
	color:#FF0000;
	font-weight:bold;
}
.green {
	color:#009900;
}

.popup{
	background-color:#666;
	color:#FFF;
	z-index:1005;

}


