/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */

html { 
	min-width:967px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	width:967px;
	font-size:.75em;
}

	/* Header */
	header {
		position:relative;
	}
	
	/* Sidebar */
	aside {
		width:227px;
		float:left;
		margin-right:32px;
		padding-bottom:33px;
	}
	
	/* Content */
	section#content {
		float:left;
		width:675px;
		padding-top:6px;
		display: table;
		
	}
	
	/* Footer */
	footer {
		padding-left:3px;
		background:url(deimages/border-left.png) repeat-y left top;	
		color:#535353;
	}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
	width:225px;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
	padding-top:10px;
}



/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.banners {
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
	height : 205px\9; /* IE8 and below */  
	*height: 185px; /* notice the * before the property - shows in IE7 and below */
}
	.banners li {
		float:left;
		padding-left:4px;
	}


.list li {
    background: url("deimages/marker.png") no-repeat scroll left 11px transparent;
    font-size: 1.17em;
    padding: 9px 0 8px 22px;
	position: relative;
}
.list li.last {
	padding-bottom:0;
}
ul.list1 {
	position:relative;
}

.list1 li {
    overflow: hidden;
    padding-bottom: 5px;
    width: 100%;
	min-height:200px;
	position:relative;
}

.list1 li img {
		float:left;
}


.list2 li {
    background: url("deimages/marker.png") no-repeat scroll left 3px transparent;
    font-size: 13px;
    padding: 0 0 3px 20px;
}


.column-list {
	width:100%;
	overflow:hidden;
}
	.column-list li {
		float:left;
		width:203px;
		margin-right:27px;
	}
	.column-list li.last {
		margin:0;
	}
		.column-list li img {
			margin-bottom:18px;
		}

.events-list {
	width:100%;
	overflow:hidden;
	margin-top:15px;
}
	.events-list li {
		float:left;
		line-height:1.5em;
		width:320px;
		margin-right:25px;
		padding-bottom:20px;
	}
	.events-list li.alt {
		margin-right:0;
	}
		.events-list li img {
			float:left;
			margin-right:11px;
		}

.testimonials li {
	line-height:1.5em;
	padding-bottom:18px;
}		
	.testimonials li cite {
		font-style:normal;
	}
	.testimonials li h5 {
		text-align:right;
		margin:0;
		padding-top:6px;
	}

/*----- other -----*/
.img-indent { 
	margin:0 0 20px 0; 
}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:9px;
	line-height:1.5em;
}

dl {
	line-height:1.5em;
}
	dl dt {
		font-weight:bold;
		color:#4b4b4b;
		margin-bottom:6px;
	}
	dl dd {
		padding-bottom:20px;
	}
	dl dd.last {
		padding:0;
	}
	
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:96px;
		}
		.address dd a {
			font-size:1.17em;
		}
		
address {
	font-style:normal;
	line-height:1.5em;
}
	address a {
		font-size:1.17em;
	}
	address span {
		float:left;
		width:103px;
	}
		


/*----- txt, links, lines, titles -----*/
a {
	color:#12b7f4; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	font-size:20px;
	line-height:1em;
	font-weight:normal;
	padding:55px 0 0 3px;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}
	h1 strong {
		font-size:55px;
		line-height:1.2em;
		letter-spacing:-2px;
		top:-37px;
		position:relative;
	}
h2 {
	font-size:1.917em;
	line-height:1.2em;
	letter-spacing:-1px;
	font-weight:normal;
}
h5 {
	font-size:1em;
	line-height:1.5em;
	color:#4b4b4b;
	margin-bottom:0px;
}
	h5 a {
		color:#12B7F4;
	}


.txt1 {
	font-size:1.17em;
}

.rss {
	right:18px;
	top:18px;
	background:url(deimages/rss.gif) no-repeat right top;
	padding:5px 45px 8px 0;
	color:#7d7d7d;
	text-decoration:none;
	font-size:1.17em;
	text-transform:uppercase;
}
.rss:hover {
	text-decoration:underline;
}

.link1 { 
	display:block;
	position:relative;
	float:left;
	background-repeat:no-repeat;
	background-position:right top;
	background-image:url(deimages/link1-right.png); 
	color:#fff;
	line-height:1.2em;
	text-transform:uppercase; 
	text-decoration:none;
	cursor:pointer;
}
	.link1 span {
		display:block;
		float:left;
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(deimages/link1-left.png);
		padding:0 10px;
	}
	.link1 b {
		background-repeat:repeat-x;
		background-position:left top; 
		background-image:url(deimages/link1-bgd.png); 
		padding:8px 7px 9px 7px;
		display:block;
		float:left; 
	}
	.link1:hover b {
		text-decoration:underline;
	}
	
.link2 {
	width:70px;
	height:30px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:block;
	float:right;
	font-weight:bold;
	overflow:hidden;
	line-height:2.6em;
	background-repeat:no-repeat;
	background-position:left top;
	background:url(deimages/link2-bg1.png);
}
.link2:hover {
	text-decoration:underline;
}


/*==================boxes====================*/
.nav-box {
	width:100%;
	position:relative;
	padding-bottom:0px;
	margin-top:-23px;
}
	.nav-box .left {
		padding-left:20px;
		background:url(deimages/nav-box-left.png) no-repeat left top;
	}
	.nav-box .right {
		padding-right:20px;
		background:url(deimages/nav-box-right.png) no-repeat right top;
	}
	.nav-box nav {
		height:72px;
		background:url(deimages/nav-box-tail.png) repeat-x left top;
	}
	.nav-box nav ul {
		padding-top:13px;
		width:100%;
		overflow:hidden;
	}
		.nav-box nav ul li {
			float:left;
			font-size:1.583em;
			line-height:1.2em;
			letter-spacing:-1px;
			padding-left:10px;
			
		}
			.nav-box nav ul li a {
				color:#535353;
				display:block;
				float:left;
				cursor:pointer;
				background:url(deimages/spacer.gif);
				text-decoration:none;
				text-shadow:#fff 1px 1px;
			}
			.nav-box nav ul li a:hover,
			.nav-box nav ul li a.active {
				color:#fff;
				background:url(deimages/nav-act-tail.gif) repeat-x left top;
				text-shadow:#fff 0 0;
			}
				.nav-box nav ul li a span {
					display:block;
					float:left;
					background:url(deimages/spacer.gif);
				}
				.nav-box nav ul li a:hover span,
				.nav-box nav ul li a.active span {
					background:url(deimages/nav-act-left.gif) no-repeat left top;
				}
				.nav-box nav ul li a b {
					display:block;
					float:left;
					background:url(deimages/spacer.gif);
					padding:10px 14px 14px 14px;
				}
				.nav-box nav ul li a:hover b,
				.nav-box nav ul li a.active b {
					background:url(deimages/nav-act-right.gif) no-repeat right top;
				}

.box {
	width:237px;
	color:#fff;
}
	.box .top {
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(deimages/box-top.png);
		height:14px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.box .bot {
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(deimages/box-bot.png);
		height:15px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.box .xcontent {
		background-repeat:repeat-y;
		background-position:left top;
		background-image:url(deimages/box-tail.gif);
	}
		.box .xcontent .bg {
			min-height:137px;
			height:auto!important;
			height:137px;
			background-repeat:no-repeat;
			background-position:left top;
			background-image:url(deimages/box-bg.jpg);
		}
	.box .inner { 
		padding:2px 35px 0 26px;
	}
	.box h2 {
		font-size:2.417em;
		font-weight:bold;
		margin-bottom:4px;
		text-shadow:#0b97e4 1px 1px;
	}
	.box p {
		line-height:1.583em;
		margin-bottom:9px;
	}
/* box style1 */
.box.style1 .top {background-image:url(deimages/box-top1.png);}
.box.style1 .bot {background-image:url(deimages/box-bot1.png);}
.box.style1 .xcontent {background-image:url(deimages/box-tail1.gif);}
.box.style1 .xcontent .bg {background-image:url(deimages/box-bg1.jpg);}
.box.style1 .link1 {background-image:url(deimages/link1-right1.png);}
.box.style1 .link1 span {background-image:url(deimages/link1-left1.png);}
.box.style1 .link1 b {background-image:url(deimages/link1-bgd1.png);} 
.box.style1 h2 { text-shadow:#78b10b 1px 1px;}

/* box style2 */
.box.style2 .top {background-image:url(deimages/box-top2.png);}
.box.style2 .bot {background-image:url(deimages/box-bot2.png);}
.box.style2 .xcontent {background-image:url(deimages/box-tail2.gif);}
.box.style2 .xcontent .bg {background-image:url(deimages/box-bg2.jpg);}
.box.style2 .link1 {background-image:url(deimages/link1-right2.png);}
.box.style2 .link1 span {background-image:url(deimages/link1-left2.png);}
.box.style2 .link1 b {background-image:url(deimages/link1-bgd2.png);}
.box.style2 h2 { text-shadow:#ff6900 1px 1px;}

/* box style3 */
.box.style3 .top {background-image:url(deimages/box-top3.png);}
.box.style3 .bot {background-image:url(deimages/box-bot3.png);}
.box.style3 .xcontent {background-image:url(deimages/box-tail3.gif);}
.box.style3 .xcontent .bg {background-image:url(deimages/box-bg3.jpg);}
.box.style3 .link1 {background-image:url(deimages/link1-right3.png);}
.box.style3 .link1 span {background-image:url(deimages/link1-left3.png);}
.box.style3 .link1 b {background-image:url(deimages/link1-bgd3.png);}
.box.style3 h2 { text-shadow:#ffad07 1px 1px;}


.box1 {
	width:227px;
}
	.box1 .top {
		height:49px;
		overflow:hidden;
		background:url(deimages/box1-top.png) no-repeat left top;
	}
	.box1 .bot {
		height:17px;
		font-size:0;
		line-height:0;
		overflow:hidden;
		background:url(deimages/box1-bot.gif) no-repeat left top;
	}
	.main-box .box1 .border-left {
		padding-left:1px;
		background:url(deimages/box1-border.gif) repeat-y left top;
	}
	.main-box .box1 .border-right {
		padding-right:1px;
		background:url(deimages/box1-border.gif) repeat-y right top;
	}
	.main-box .box1 .xcontent {
		width:100%;
		min-height:145px;
		height:auto!important;
		height:261px;
		padding:0;
		background:url(deimages/box1-tail.gif) repeat-x left top #f8f8f8;
	}
	.main-box .box1 .inner {
		padding:12px 14px 00px 18px;
	}
	.box1 h2, .box1 h2 a, .box1 h2 a:visited {
		font-weight:bold;
		color:#fff;
		padding:10px 0 0 7px;
		text-decoration:none;
	}
	
.box2 {
	width:227px;
}
	.box2 .top {
		height:15px;
		overflow:hidden;
		background:url(deimages/box2-top.png) no-repeat left top;
	}
	.box2 .bot {
		height:16px;
		font-size:0;
		line-height:0;
		overflow:hidden;
		background:url(deimages/box2-bot.gif) no-repeat left top;
	}
	.main-box .box2 .border-left {
		padding-left:1px;
		background:url(deimages/box2-border.gif) repeat-y left top;
	}
	.main-box .box2 .border-right {
		padding-right:1px;
		background:url(deimages/box2-border.gif) repeat-y right top;
	}
	.main-box .box2 .xcontent {
		width:100%;
		min-height:113px;
		height:auto!important;
		height:113px;
		padding:0;
		background:url(deimages/box2-tail.gif) repeat-x left top #f6f6f6;
	}
	.main-box .box2 .inner {
		padding:0 14px 2px 18px;
	}
	.box2 h2 {
		font-weight:bold;
		color:#3c3c3c;
		margin-bottom:16px;
	}


.main-box { 
	width:100%;
}
	.main-box .left-top-corner { 
		background:url(deimages/left-top-corner.png) no-repeat left top; 
		height:18px; 
		padding-left:18px;
	}
	.main-box .right-top-corner { 
		background:url(deimages/right-top-corner.png) no-repeat right top; 
		height:18px; 
		padding-right:18px;
	}
	.main-box .border-top { 
		background:url(deimages/border-top.png) left top repeat-x; 
		height:18px; 
		font-size:0; 
		line-height:0; 
		width:100%;
	}
	.main-box .border-left { 
		background:url(deimages/border-left.png) left top repeat-y; 
		padding-left:3px;
	}
	.main-box .border-right { 
		background:url(deimages/border-right.png) right top repeat-y; 
		padding-right:3px;
	}
	.main-box .xcontent {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 2px 10px;
}
	.main-box .tail {
		background:url(deimages/main-box-tail.gif) repeat-x left top;
		width:100%;
	}
	.main-box .inner {
		padding:3px 15px 0 8px;
	}
	.main-box .inner1 {
		padding:3px 8px 0 25px;
	}
		.main-box .inner1 aside {
			margin:0;
		}
		.main-box .inner1 #content {
			margin-right:32px;
			width:665px;
		}
	.main-box .inner2 {
		padding:3px 25px 35px 25px;
	}
		.main-box .inner2 #content {
			width:auto;
			float:none;
		}


/*===== content =====*/
#content #sitemap ul {
    border: 0 none;
    list-style-position: outside;
    margin: 0;
    padding-left: 15px;
	list-style-type:disc;
}
#content #sitemap ul {
    padding-bottom: 5px;
}
#content #sitemap ul li ul {
   list-style-type:circle;
    
}

#content #sitemap ul li ul li ul {
   list-style-type:square;
   padding-bottom: 0px;
}

#content h2 {
	color:#3e3e3e;
	letter-spacing:0;
	margin-bottom:10px;
}
#content .indent {
	padding-bottom:60px;
}
#content .link2 {
	background-image:url(deimages/link2-bg2.png);
	float:left;
}

#content .link3 {
	background-image:url(deimages/link2-bg2.png);
	float:left;
	margin-left:
}

/*===== Sidebar =====*/
aside .indent {
	margin-bottom:20px;
}

/*===== footer =====*/
footer .right {
	padding-right:3px;
	background:url(deimages/border-right.png) repeat-y right top;
}
footer .tail {
	padding:17px 0 11px 27px;
	background-color:#2d2d2d;
	width: 935px;
}
footer .line-ver {
	background:url(deimages/divider.gif) repeat-y 210px 0;
	width:100%;
	overflow:hidden;
}
footer .fleft a {
	color:#535353;
	text-decoration:none;
}
footer .fleft a:hover {
	text-decoration:underline;
}
footer .fleft {
	padding-bottom:8px;
}
	footer .fleft ul {
		padding:8px 0 3px 0;
	}
		footer .fleft ul li {
			display:inline;
		}
footer .fright {
	padding:0 29px 0 0;
	text-align:right;
}
	footer .fright a {
		color:#12b7f4;
	}
	footer .fright ul {
		padding:8px 0 5px 0;
	}
		footer .fright ul li {
			display:inline;
			padding-right:15px;
			margin-right:12px;
			background:url(deimages/divider1.gif) no-repeat right 3px;
		}
			footer .fright ul li a {
				text-decoration:none;
				color:#535353;
			}
			footer .fright ul li a:hover,
			footer .fright ul li a.active {
				color:#c4c4c4;
				text-decoration:underline;
			}
		footer .fright ul li.last {
			background:none;
			padding:0;
			margin:0;
		}


/*----- forms -----*/

#subscribe-form .rowElem {
	width:100%;
	overflow:hidden;
}
#subscribe-form span {
	display:block;
	width:193px;
	height:26px;
	margin-bottom:6px;
	background:url(deimages/input-bg.png) no-repeat left top;
}
#subscribe-form input {
	background:none;
	border:0;
	line-height:1.2em;
	vertical-align:top;
	margin:5px 0 0 10px;
	color:#8c8d8d;
	width:173px;
}
#subscribe-form a.fleft {
	color:#4b4b4b;
	font-weight:bold;
	position:relative;
	left:10px;
	top:7px;
}

/*----------------------*/
/* The Nivo Slider styles */
#slider_box{ width:946px; height:370px; margin-top:-3px; margin-bottom:15px;background:url(deimages/bg_img.png) 0 0 no-repeat; padding:21px 0 0 21px}
#slider{ position:relative; width:925px; height:348px; z-index:88;overflow:hidden;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;	margin:0;z-index:60;display:none;}
/* The slices in the Slider */
.nivo-slice {display:block;	position:absolute;z-index:50;height:100%;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {	position:absolute; bottom:-34px;	z-index:99;	cursor:pointer;text-indent:-5000px; width:30px; height:30px;  display:block;}
.nivo-prevNav { right:135px; background:url(deimages/marker_left.gif) no-repeat}
.nivo-prevNav:hover{ background:url(deimages/marker_left_active.gif) no-repeat}
.nivo-nextNav {right:10px; background:url(deimages/marker_right.gif) no-repeat}
.nivo-nextNav:hover{ background:url(deimages/marker_right_active.gif) no-repeat}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{ position: absolute;z-index:99; right:14px; bottom:21px;}
.nivo-controlNav a {position:relative;z-index:99;cursor:pointer; text-indent:-5000px; width:16px; height:16px; float:left; margin-right:6px; background:url(deimages/buttons.png) right 0 no-repeat}
.nivo-controlNav a.active { background-position:left}

/* Caption styles */
.nivo-caption { padding-top:77px; height:270px; width:372px;position:absolute; top:0px; right:20px; color:#fff; z-index:99;}
/*.nivo-caption .box{ display:inline-block;background:url(deimages/box.png) no-repeat; font:24px Arial, Helvetica, sans-serif; color:#fff; line-height:30px; text-align:center; font-weight:bold; width:83px; margin-right:10px;}*/
.nivo-caption .text1{ font:36px Arial, Helvetica, sans-serif; color:#fff; font-weight:bold; display:inline-block; line-height:1.2em; margin-top:-7px;}
.nivo-caption .text2{ font:48px Arial, Helvetica, sans-serif; color:#ff6c00; font-weight:bold; display:block; line-height:1.2em; margin-top:-10px; letter-spacing:-2px;}
.nivo-caption p{ font-size:12px; color:#fff; line-height:14px; font-weight:bold; padding-top:8px;}
.nivo-caption a{ display:inline-block; position:absolute; left:0; bottom:60px; background:url(deimages/button-bg.png) 0 0 no-repeat; font:40px Arial, Helvetica, sans-serif; line-height:60px; padding-bottom:3px; text-align:center; width:194px; color:#fff; text-decoration:none;  letter-spacing:-2px;}
.nivo-caption a:hover{ background-position:bottom}

.color1 p{ color:#454545}
.nivo-caption .color1 .text1{ font-size:30px; display:block; color:#454545; margin-top:0}
.nivo-caption .color1 .text2{ color:#3b3b3b; display:inline-block; letter-spacing:-3px}
.nivo-caption .color1 .box{ margin-right:0px; margin-top:7px; margin-left:7px}


#contacts-form .rowElem { 
	height:40px;
}
	#contacts-form .rowElem span {
		display:block;
		width:193px;
		height:26px;
		margin-bottom:6px;
		background:url(deimages/input-bg.png) no-repeat left top;
	}
#contacts-form input {
	background:none;
	border:0;
	line-height:1.2em;
	vertical-align:top;
	margin:5px 0 0 10px;
	color:#8c8d8d;
	width:173px;
}
#contacts-form .rowElem1 span {
	display:block;
	width:193px;
	height:175px;
	margin-bottom:21px;
	background:url(deimages/textarea-bg.gif) no-repeat left top;
}
#contacts-form textarea { 
	width:183px; 
	height:168px; 
	overflow:auto;
	background:none;
	border:0;
	color:#8c8d8d;
	padding:5px 0 2px 10px; 
}
#contacts-form .link2 {
	margin-left:15px;
}

/*==========================================*/
    




/*======= index-1.html =======*/
#page2 #content .col-1 {width:199px; margin-right:32px;}
#page2 #content .col-2 { width:193px; margin-right:38px;}
#page2 #content .col-3 { width:197px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:199px; margin-right:32px;}
#page4 #content .col-2 { width:193px; margin-right:38px;}
#page4 #content .col-3 { width:197px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:199px; margin-right:32px;}
#page5 #content .col-2 { width:193px; margin-right:38px;}
#page5 #content .col-3 { width:197px;}

/*======= index-5.html =======*/
#page6 #content .row-1 .col-1 {width:199px; margin-right:32px;}
#page6 #content .row-1 .col-2 { width:193px; margin-right:38px;}
#page6 #content .row-1 .col-3 { width:197px;}
#page6 #content .row-2 .col-1 {width:203px; margin-right:28px;}
#page6 #content .row-2 .col-2 { width:203px; margin-right:25px;}
#page6 #content .row-2 .col-3 { width:199px;}


/*=========================*/


.col-left-wrap {
    float:left;
	width: 205px
	height:125px;
	margin:5px;
}


.col-right-wrap {
	float:left;
	width:auto;
}

.col-right {
    margin-left: 233px;
    width: 438px;
}

.col-right-staff {
    margin-left: 180px;
    width: 482px;
}

.border {
	border: 6px #fff solid;
	width: 190px;
	height: 142px;
}

.border2 {
	border: 6px #fff solid;
}

.double-border {
    border: 1px solid #E8E8E8;
    display: table;
}

.absolute {
   left: 0px;
   top: 0px;
	position: absolute;
}


.floatleft {
	margin-right:20px;
	float: left;
	margin-bottom:13px;
}

.floatright {
	margin-left:20px;
	float: right;
}

.double-border img {
	float:left;
}


.list li.left_navthird {
	font-size:1.10em;
	line-height:10px;
	padding:0 0 10px 13px;
	background:none;
}

#galleria { 
	width: 635px; 
	height: 400px; 
	background: #000;
}
.newline {
	display: table;
	width: 100%;
	clear: both;
	padding-top: 15px;
}


#logo_img {
    float: left;
    padding-left: 10px;
    padding-top: 15px;
}

#logo_container {
    display: table;
    height: 148px;
    margin: auto;
    width: 100%;
}
#search_form {
    float: right;
    height: 31px;
    padding-right: 12px;
    padding-top: 50px;
    text-align: right;
    width: auto;
}

#siteSearchIContainer {
    float: right;
    text-align: right;
    z-index: 200;
}

#siteSearchSContainer {
    float: right;
    margin-right: -23px;
    padding-left: 2px;
    padding-top: 2px;
    text-align: left;
}

#search_button {
    background: url("deimages/search_button.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 18px;
    margin-left: -50px;     works in all 
	*margin-left: -30px;    targets IE6 and IE7
    _margin-left: -50px;
	position: absolute;
    text-align: center;
    width: 21px;
	cursor: pointer;
}

#siteSearchForm {
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    padding: 2px 2px 2px 5px;
    width: 180px;
}

.overview-container {
	height: 100%;
	width: 100%;
	display: table;
}

.thumbnail-container {
	width: 210px;
	padding-right:15px;
}

.iframe {
	display:table;
	width: 100%;
	height: 100%;
}

/* Zoom Image Hover */

.zoom {
    display: inline-block;
    position: relative;
}

.zoom span {
    background: url("deimages/EN/zoom.png") no-repeat;
    bottom: 0;
    visibility: hidden;
    height: 64px;
    position: absolute;
    right: 0;
    width: 64px;    
}



.zoom img {
    height: auto;
    max-width: 100%;
}

.zoom img:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
	-webkit-transition: opacity 1s ease-in-out;
	 -moz-transition: opacity 1s ease-in-out;
	 -o-transition: opacity 1s ease-in-out;
	 transition: opacity 1s ease-in-out;
}

.zoom:hover span {
    visibility: visible; 
    right: 45%;
    top: 45%;
	-webkit-transition: visibility 1s ease-in-out;
	-moz-transition: visibility 1s ease-in-out;
	-o-transition: visibility 1s ease-in-out;
	transition: visibility 1s ease-in-out;
}


/* Slideshow Zoom Image Hover */

.slideshow-zoom {
    display: inline-block;
    position: relative;
}

.slideshow-zoom span {
    background: url("deimages/EN/slideshow-zoom.png") no-repeat;
    bottom: 0;
    visibility: hidden;
    height: 64px;
    position: absolute;
    right: 0;
    width: 64px;    
}



.slideshow-zoom img {
    height: auto;
   /* max-width: 100%;*/
}

.slideshow-zoom img:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
	-webkit-transition: opacity 1s ease-in-out;
	 -moz-transition: opacity 1s ease-in-out;
	 -o-transition: opacity 1s ease-in-out;
	 transition: opacity 1s ease-in-out;
}

.slideshow-zoom:hover span {
    visibility: visible; 
    right: 45%;
    top: 45%;
	-webkit-transition: visibility 1s ease-in-out;
	-moz-transition: visibility 1s ease-in-out;
	-o-transition: visibility 1s ease-in-out;
	transition: visibility 1s ease-in-out;
}

/* End Slideshow Zoom Image Hover */


.st_sharethis {
	float:right;
}


.colA {
	width:300px;
	float:left;
	padding-right:20px;
}

.colB {
	width:300px;
	float:left;
}

.slideshow {
	float: left;
	padding-right:10px;
}
.villa_header_img {
	width: 400px;
}
