/* 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 }
/*
* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}*/

/* Global properties ======================================================== */
body {
	font-family: "Mainfont", Verdana,  sans-serif;
	font-size:11px;
	line-height:1.7em;
	color:#000000;
	background:#efefee url(../img/bg.jpg) repeat-x 0px 0px;
}
/*@font-face {
    font-family: 'Mainfont';
    src: url('../fonts/GalSILR.eot');
    src: url('../fonts/GalSILR.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GalSILR.woff') format('woff'),
    url('../fonts/GalSILR.svg#mainfont') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@media screen and (-webkit-min-device-pixel-ratio:0){
    @font-face {
        font-family: 'Mainfont';
        src: url('../fonts/GalSILR.svg#mainfont') format('svg');
        font-weight: normal;
        font-style: normal;}
}
@font-face {
    font-family: 'Museo';
    src: url('../fonts/Museo300-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
        font-family: 'HV-alt';
        src: url('../fonts/nimbus-sans-l.regular.otf');
        font-weight: normal;
        font-style: normal;}


html { min-width:940px;}
html, body {/*height:100%;*/}

.right{float:right!important}

p{-webkit-text-stroke: 1px rgba(0, 0, 0, 0);
-webkit-font-smoothing:antialiased;}

/* new css styles ============================================================= */
.wandsoft {position:absolute;
	font-size:10px;
	left:810px;
	bottom:17px
}
.wandsoft a{color: #ffffff!important;text-decoration:none}
.wandsoft a:hover{color: #ffffff!important}


#slideshow-container {
	background-image: url(../img/slideshow-frame.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 307px;
	width: 940px;
	padding-top: 15px;
}

#fade {
	margin-left: 10px;
}
#fade img { border:none!important}

/* Global Structure ============================================================= */

#mainwrapper {
	margin: 0 auto;
	position: relative;

}
	
#main {
	margin: 0 auto;
	position: relative;
	width: 974px;
	padding-bottom:147px;
	overflow:visible;
	background:#ffffff
}
/* Header */
header{
		height:196px;
		overflow:hidden;width: 974px;
		margin-left:-7px;
		background:#dff2f9 url(../img/banner.jpg) no-repeat 0px 0px;
}
/* Content */
section#content {font-family: 'HV-alt', Arial, Sans-Serif;
	position: relative;
	margin-left:-7px;
	width: 974px;
	min-height:400px;
	font-size:14px;
	line-height:22px;
	background:#ffffff
	}
	
	/* Sidebar */
	aside.bottom {
		border-top:2px solid #f3f3f4;
		background:#fbfbfb;
		margin:0 -20px;
		padding:0 20px;
		position:relative;
		zoom:1;
	}
		aside.bottom .inside {
			padding:10px 0 30px 0;
		}
			
	



/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
	min-height:100%
}

.inside{ padding: 20px; }

#content .inside { padding:0 10px 0 10px;}
#content .inside-left { padding:0 0 0 10px;}
#content .inside-right { padding:0 10px 0 0;}

/*----- form defaults -----*/
input, select, textarea { 
	font-family: "Arial, sans-serif";
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
figure { 
	margin:4px 26px 0 0;
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
	float:left;
}
	figure figcaption {
		font-style:italic;
		color:#333;
		text-align:center;
		padding:5px 0 5px 0;
	}

figure.fright {
	float:right;
	margin:4px 0 0 26px;
}


.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:34px;
}
	.img-box img.fleft {
		margin-right:13px;
		}

.extra-wrap { 
	overflow:hidden;
}

/* --- paragraph styling --- */
p {margin-bottom:20px;}
.p1 { margin-bottom:10px;}
.p2 { margin-bottom:20px;}
.p3 { margin-bottom:30px;
}


/*----- txt, links, lines, titles -----*/
a {color:#4c97a2; outline:none; text-decoration:underline;}
a:hover, a:focus { text-decoration:none;}
a:active, a:visited { }

blockquote {
	font-family:  "Myriad", Georgia,"Times New Roman", Times, serif; 
	margin:0 5px 10px 5px;
	padding:0 10px 10px 70px;
	font-size:1.5em; 
	color:#999; 
	font-style:italic; 
	line-height:1.3em;
	quotes:none;
	background:url(../img/quotes.png) no-repeat 0 0;
}
blockquote.left {border-right:1px dashed #ccc; width:35%; float:left; margin-right:20px; padding-right:20px;}
blockquote.right {border-left:1px dashed #ccc; width:35%; float:right; margin-left:20px; padding-left:90px; background-position:20px 0;}


ins {
    background-color:#49cbd8;
    color:#fff;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

strong{ font-weight:600;}
em, dfn  		   { font-style:italic;}
dfn 	 		     { font-weight:600;}
sup, sub 		   { }
abbr, acronym  { border-bottom:1px dashed #ccc;}
address 		   { margin:0 0 1.5em;font-style:italic;}
del 			     { color:#666;}
pre, code, tt  { font:1em 'andale mono', 'lucida console', monospace; line-height:1.5; display:block;}
code 			     { background-color:#f6f6f6; display:block; color:#333; padding:3px 2px 3px 5px; line-height:1.67em;  border:1px dotted #333;}
pre 			     { white-space:pre;}


/* ** ** custom select color ** ** */
::selection {
	background: #3895c1;
	color:#fff;					 /* Safari */
}
::-moz-selection {
	background: #3895c1; /* Firefox */
	color:#fff;
}


/* --- Header Styles --- */
h1, h2, h3, h4, h5 {margin:0 0 0.6em; line-height:1em; color:#4c97a2;font-family: "Museo", Verdana,  sans-serif;}
h1 {	font-size:22px; color: #4c97a2;} 
h2 {	font-size:18px; padding:11px 0 0 0;color: #4c97a2}
h2.news {	font-size:2em;} 
h3 {	font-size:16px;} 
h4 {	font-size:15px; padding:4px 0 0 0;} 
h5 {	font-size:1em;line-height:22px} 
h6 {	font-size:.91em; color:#333;}
h6.thin {font-size:1em; font-weight:normal; color:#3895c1;}
.side_menu h1 {	font-size:20px; padding:11px 0 0 0;color: #6AC1E8}
/* --- ul li styles --- */

.grid_15 ul { padding-bottom:15px;}
.grid_15 ul li { 
list-style-type:square;
	margin-left:30px;
	padding-bottom:7px;
}

.grid_16 ul { padding-bottom:15px;}
.grid_16 ul li { 
list-style-type:square;
	margin-left:30px;
	padding-bottom:7px;
}

/* --- ol li styles --- */
ol { padding-bottom:15px;}
ol li { 
	list-style-position:outside;
	list-style-type:decimal;
	margin-left:30px;
	padding-bottom:7px;
}

/* --- dl li styles --- */
dl dt { 
	font-weight:bold;
	font-size:1.1em;
	color:#333;
}
dl dd {
	margin-bottom:1.5em;
}

/* --- Definition list Styles --- */
dl.def-list { padding-bottom:14px;}

dl.def-list a, dl.def-list a:active, dl.def-list a:visited  {
	color: #333;
	text-decoration: underline;
}


dl.def-list a:hover{
	text-decoration: none;
}

dl.def-list dt {
	font-size:13px;
	color:#fff;
	width:100%;
	overflow:hidden;
	margin-bottom:1em;
	position:relative;
	z-index:0;
}
	dl.def-list dt span {
	float:left;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	padding:0;
	}
	dl.def-list dd {margin-bottom:2em;}
	
	
/* --- Table styling --- */
table { width:100%;}

table thead th {
	text-align:left;
	background:#f5f5f5;
	padding:10px;
}
table tbody td {
	padding:10px;
	background:url(../img/hr.gif) 0 100% repeat-x;
}
table tr:hover td {
	background-color:#f5f5f5;
}

.hr {
	display:block;
	position:relative;
	padding:55px 0 35px 0;
	border:none;
	background:url(../img/hr.gif) 0 50% repeat-x;
	height:2px;
	overflow:hidden;
	font-size:10px;
	margin:0 10px 0 10px;
}
	.hr a {
		position:absolute;
		right:0;
		top:25px;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		background:url(../img/arrow-top.gif) no-repeat 0 9px;
		padding-left:10px;
		color:#333;
	}
	.hr a:hover { color:#1fb7c4;}

.button, .button a, .button a:active, .button a:visited {

	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "Museo", Times,  serif;
	font-size:17px;
	font-weight:bold;
	padding:0px 24px;
	height:34px;
	line-height:34px;
	text-decoration:none;
	text-shadow:0px 1px 0px #c70067;
	background:#f15792 url('../img/button_bg.jpg') repeat-x
}
.button:hover {
background:#f15792 url('../img/button_bg_o.jpg') repeat-x
}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(../img/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}




/*==================boxes====================*/
.info-box {
	border:1px solid #68a2cf;
	padding:30px 30px 30px 90px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	color:#2e6093;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	background:url(../img/icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.download-box {
	border:1px solid #a3c159;
	padding:30px 30px 30px 90px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	color:#5e6f33;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	background:url(../img/icon-download.png) no-repeat 20px 50% #ccff99;
}
.notification-box {
	border:1px solid #e6c555;
	padding:30px 30px 30px 90px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	color:#9e660d;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	background:url(../img/icon-note.png) no-repeat 20px 50% #fdebae;
}
.error-box {
	border:1px solid #ff9999;
	padding:30px 30px 30px 90px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	color:#c31b00;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	background:url(../img/icon-error.png) no-repeat 20px 50% #ffcccc;
}


.address { 
	margin-top:-2em;
	padding-bottom:2em;
}
	.address dt {
		padding-top:2em;
	}
	.address dt.alt-title {
		font-weight:normal;
		color:#838383;
		font-size:1em;
		}
	.address dd { 
		clear:both;
		margin:0 0 0 0 !important;
	}
		.address dd span { 
			float:left;
			width:100px;
		}



/*===== header =====*/
header .logo {
	position:absolute;
	left:0px;
	top:0px;
}
header .logo img{
width:321px;
height:143px;
}
	header .logo a {
		font-size:42px;
		line-height:1.2em;
		color:#333;
		text-decoration:none;
		text-transform:none;
		float:left;
	}
		header .logo a span {
			color:#18b5c4;
		}
	header .logo b {
		vertical-align:bottom;
		line-height:1.2em;
		float:left;
		padding:23px 0 0 5px;
	}


header .clients-login {font-family: 'Mainfont', Arial;
	font-family: 'Mainfont', Arial;
    position: absolute;
    right: 7px;
    top: 115px;
    padding: 5px;
    width: 448px;
    height: 20px;
}
header .clients-login li {
		display:inline;
	}
header .clients-login li a {
			padding:0 10px 0 10px;
			color:#4c97a2;
			font-size:14px;
			text-decoration:none
	}
header .clients-login li a:hover {text-decoration:underline}


header nav {font-family: 'Museo', Times;
	position:absolute;
	left:8px;
	top:148px;
	/*width:474px;*/
	z-index:20;
	height: 43px;
}
header nav ul li a {
	color:#ffffff;
	text-decoration:none;

}
header nav ul li a:hover, header nav ul li a.current {
	color:#ffffff;
	text-decoration:none;
}
.border-menu {color:#ffffff;
font-size:22px;line-height:31px;
text-decoration:none;
}
.border-menu:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 50px;
  width: 1em;
  height: 3px;
  border-top: 7px double #ffffff;
  border-bottom: 2px solid #ffffff;
}
#welcome_msg{position:absolute;
font-size:16px;
line-height:35px;
height:35px;
color:#ffffff;
	left:105px;
	top:155px;
	font-family: "Museo", Times,  serif;}




/*--- intro text ---*/
.intro { 
	height:208px;
	overflow:hidden;
	border-bottom:2px solid #f3f3f4;
	margin:0 0 35px 0;
}
		.intro h2 {
			font-size:100px;
			line-height:1.2em;
			font-weight:700;
			margin:-20px 0 0 0;
			letter-spacing:-2px;
		}
		.intro h3 {
			font-size:40px;
			line-height:1.2em;
			float:left;
			margin:-20px 10px 0 0;
			color:#dedede;
		}
		.intro .button { margin-top:-5px;}
/*--- intro text ---*/


/*--- 404 page ---*/
.error_page {
	padding:0 0 85px 0;
	min-height:500px;
	text-align:center;
}
		.error_page h2 {
			font-size:90px;
			line-height:1.2em;
			font-weight:700;
			margin:-20px 0 0 0;
			letter-spacing:-2px;
		}
		.error_page h3 {
			font-size:40px;
			line-height:1.2em;
			margin:0 0 1em 0;
			color:#dedede;
		}
		.error_page .button {}
/*--- 404 page ---*/



/*--- intro page ---*/
#constuction-box {
	width:800px;
	height:500px;
	position:relative;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
	background:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-color:#ccc;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	text-align:center;
	behavior:url(js/PIE.htc);

}
	#constuction-box .inside {
		padding:40px 40px 40px 40px;
	}
		#constuction-box .button {
			position:relative;
		}
		#constuction-box h1 {
			font-weight:700;
			text-align:center;
			font-size:4em;
			margin-bottom:.2em;
			line-height:1.2em;
		}
			#constuction-box h1 span { 
				text-transform:uppercase;
				color:#1fb7c4;
				display:block;
				margin-bottom:-15px;
			}
/*--- intro page ---*/



/*--- intro page ---*/
#intro-box {
	width:600px;
	height:400px;
	position:relative;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-200px;
	background:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-color:#ccc;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	text-align:center;
	behavior:url(js/PIE.htc);
	float:left;
}
	#intro-box .inside {
		padding:40px 40px 40px 40px;
	}
		#intro-box h1 {
			font-weight:700;
			text-align:center;
			font-size:4em;
			margin-bottom:.2em;
			line-height:1.2em;
			position:absolute;
			left:0;
			top:-90px;
			text-align:center;
			width:600px;
			overflow:hidden;
			height:100px;
		}
			#intro-box h1 span { 
				text-transform:uppercase;
				color:#1fb7c4;
				display:block;
				margin-bottom:-15px;
			}
		
		#intro-box .button {
			position:absolute;
			right:30px;
			bottom:20px;
			float:right;
			white-space:nowrap;
		}
		
		.intro-buttons {
			width:500px;
			padding:0 50px;
			position:absolute;
			left:0;
			bottom:50px;
		}
		
		#flash-intro {
			margin-bottom:20px;
			position:absolute;
			left:23px;
			top:20px;
		}
/*--- intro page ---*/
	




/*--- lightbox image ---*/
	.lightbox-image {
		position:relative;
		overflow:hidden;
		display:block;
	}
		.lightbox-image img {
			padding:3px;
			position:relative;
			z-index:2;
		}
		.lightbox-image span {
			display:block;
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
			background:url(../img/magnify.png) no-repeat 50% 50%;
			z-index:1;
		}
/*--- lightbox image ---*/



/*--- pagination styles ---*/

.pagination {
	display:block;
	width:100%;
	overflow:hidden;
}
	.pagination a {
		float:left;
		font-size:11px;
		color:#000;
		text-decoration:none;
		text-transform:uppercase;
		line-height:31px;
		padding-left:14px;
	}
	.pagination a:hover {
		text-decoration:underline;
	}
		.pagination ul {
			float:left;
			padding:0 3px 0 18px;
		}
			.pagination ul li {
				float:left;
				padding-left:1px;
				margin-right:1px;
				padding:0 0 0 0 !important;
				background:none !important;
			}
			.pagination ul li span {
				width:31px;
				float:left;
				text-align:center;
				color:#000;
			}
				.pagination ul li a {
					font-size:15px;
					color:#000;
					text-decoration:none;
					width:31px;
					line-height:31px;
					height:31px;
					text-align:center;
					background:#e9e9e9;
					padding:0;
				}
				.pagination ul li a:hover {
					background:#3895c1;
					text-decoration:none;
					color:#fff;
				}




/*--- comments ---*/

#content .comments {
	padding-bottom:60px;
}

#content .comments ul {
	padding:5px 0 5px 0 !important;
}
	.comments li {
		position:relative;
		padding:0 7px 0 80px !important;
		background:none !important;
		zoom:1;
	}
		.comments li p.avatar {
			position:absolute;
			left:0;
			top:2px;
			float:left;
		}
			.comments li .comment {
				border:2px solid #f3f3f4;
				padding:15px;
				border-radius:10px;
				margin-bottom:20px;
				-moz-border-radius:10px;
				-webkit-border-radius:10px;
				behavior:url(js/PIE.htc);
				position:relative;
			}
			.comments li .comment:hover {
				box-shadow:0 0 10px #ccc;
				-webkit-box-shadow:0 0 10px #ccc;
				-moz-box-shadow:0 0 10px #ccc;
				background:#f4f4f4;
			}
			
			
			.comments li ul {
				margin:0 -7px 0 -40px;
			}
				
				
				.comments hgroup { padding-bottom:15px;}
				
				.comments hgroup h5 {
					margin-bottom:4px;
				}
				.comments hgroup h6 {
					font-weight:normal;
				}


/*--- sidebar styles ---*/





/*--- carousel begin ---*/
#carousel1 {
	
}
#carousel1 li {
	background:none !important;
	padding:0 0 0 0 !important;
}


/*-calendar-*/
.calendar { margin-bottom:20px;}
.calendar thead td, .calendar tbody td {
	text-align:center;
}
.calendar thead td {
	font-weight:bold;
	color:#333;
	padding:8px 0;
}
.calendar tbody td.selected {
	background:#333;
}
.calendar tbody td.selected:hover {
	background:#3895c1;
}
.calendar tbody td a {
	color:#fff;
	text-decoration:none;
}



/*-.elements-list-*/
.elements-list li {
	background:none !important;
	padding:0 0 12px 0 !important;
	position:relative;
}
	.elements-list li code {
		position:absolute;
		right:0;
		top:-3px;
		padding:2px 3px 1px 3px;
		border:1px dotted #333;
	}
	

/*===== footer =====*/

footer {
	font-family: Arial;
	width: 100%;
	padding: 0px;
	font-size: 12px;
	background: #a5a5a5;
	height: 150px;
	position:absolute;
	bottom:0;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
footer {
	color:#ffffff
}
footer a {
	color:#ffffff;
	text-decoration:none;
		}
		footer a:hover {
			text-decoration:underline;
			color:#ffffff
		}
		
		footer nav, footer nav ul {
			float:right;
		}
			footer nav li {
	display:inline;
	color:#3895c1;
	border-left:1px solid #b4b4b4;
	padding:0 4px 0 7px;
			}
			footer nav li:first-child {
				border:none;
			}
				footer nav li a {
	color:#333;
	text-decoration:none;

				}
				footer nav li a:hover, footer nav li a.current {
					color:#3895c1;
				}



.slideDown {
	padding:0 1px 0 0;
}
.slideDown dt {
	background-color:#ededed;
	background-image:url(../img/arrow1.gif);
	background-repeat:no-repeat;
	background-position:100% 16px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:1px 1px 1px #d1d1d1;
	-moz-box-shadow:1px 1px 0 #d1d1d1;
	-webkit-box-shadow:1px 1px 0 #d1d1d1;
	behavior:url(js/PIE.htc);
	color: #7f7f7f;	
	padding:9px 0 9px 21px;
	margin-bottom:4px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	font-size:12px;
	cursor:pointer;
	margin-bottom:10px;
}
.slideDown dt:hover, .slideDown dt.active {
	background-color:#ccc;
	color:#333;
	text-shadow:0 0 5px #fff;
}
.slideDown dt.active {
	background-image:url(../img/arrow2.gif);
}


.slideDown dd {
	display:none;
	padding:10px 20px 20px 20px;
}
.slideDown.absolute dd {
	position:absolute;
	background:#eee;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(js/PIE.htc);
}





/*--- folio ---*/
.folio { width:100%; overflow:hidden;}
.folio ul {
	margin-left:-35px;
	zoom:1;
}
.folio li {
	float:left;
	width:290px;
	padding:0 0 30px 0 !important;
	margin-left:35px;
	background:none !important;
}
	
	.folio li p {
		margin-bottom:12px;
	}
	.folio li img {
		border:1px solid #dbdbdb;
	}




#login-form fieldset {
	border:none;
}
	#login-form .field {
		overflow:hidden;
		min-height:45px;
		height:auto !important;
		height:45px;
		padding:4px 0 0 4px;
	}
		#login-form input[type=text] {
			width:360px;
			padding:5px 12px 5px 12px;
			background:#f0f0f0;
			border:1px solid #e4e4e4;
			border-radius:14px;
			-moz-border-radius:14px;
			-webkit-border-radius:14px;
		}
		
		#login-form input[type=password] {
			width:360px;
			padding:5px 12px 5px 12px;
			background:#f0f0f0;
			border:1px solid #e4e4e4;
			border-radius:14px;
			-moz-border-radius:14px;
			-webkit-border-radius:14px;
		}
			
			#login-form input[type=text]:focus, #login-form input[type=password]:focus {
				border-color:#ccc;
				box-shadow:0 0 4px #999;
				-moz-box-shadow:0 0 4px #999;
				-webkit-box-shadow:0 0 4px #999;
			}
			
			
		#login-form input[type=submit] {
			float:right;
			font-size:18px;
			line-height:31px;
			height:31px;
			background:#333;
			padding:0 22px;
			color:#fff;
			text-decoration:none;
			border-radius:20px;
			-moz-border-radius:20px;
			-webkit-border-radius:20px;
			
			margin-right:10px;
			border:none;
			cursor:pointer;
			width:80px;
		}
			#login-form input[type=submit]:hover {
				background-color:#1fb7c4;
			}
				
				#login-form small {
					color:red;
					font-weight:bold;
					padding:0 0 0 5px;
				}
		
		
		#login-form label[for=remember] {
			font-size:12px;
			color:#333;
			float:left;
			padding:10px 0 0 0;
		}
/*--- tooltips begin ---*/
.aToolTip {
	border:2px solid #444;
	background:#555;
	color:#fff;
	margin:0;
	padding:2px 8px;
	font-size:11px;
}

.aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
}

a.aToolTipCloseBtn {
	display:block;
	height:20px;
	width:20px;
	overflow:hidden;
	background:url(../img/close.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-15px;
	right:-20px;
}
/*--- tooltips end ---*/

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}
/*--- countdown end ---*/



/*--- gallery begin ---*/
#galleryfic_gallery {
	padding-bottom:50px;
	width:100%;
	overflow:hidden;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 909px; 
	position:relative;
	z-index:10;
	margin-bottom:20px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 463px; /* This should be set to be at least the height of the largest image in the slideshow */
	z-index:10
}
	.advanced_gallery div.slideshow-container {
		width:60%;
		overflow:hidden;
	}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow {
	height: 463px;
	width:909px;
	overflow:hidden;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 463px;
	width:909px;
}
div.slideshow a.advance-link {
	display: block;
	width: 466px;
	height: 243px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	overflow:hidden;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	position:absolute;
	left:0;
	top:0;
	padding:4px;
	border:1px solid #ddd;
}
div.slideshow.noborder img {
	padding:0;
	border:none;
}
div.caption-container {
	position: relative;
	clear: left;
	height:40px;
}
	.advanced_gallery div.caption-container {
		position:absolute;
		right:0;
		top:0;
		width:40%;
	}
span.image-caption {
	display: block;
	position: absolute;
	width: 466px;
	top: 0;
	left: 0;
}
div.caption {
	padding:10px 70px 0 30px;
	overflow:hidden;
}
div.caption h2 {
	background:#fff;
}
div.caption h4 {
	float:left;
	background:#fff;
}
div.image-desc {
	font-size:10px;
	text-transform:uppercase;
	float:right;
	padding:8px 0 0 0;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding:1px !important;
	background:none !important;
	list-style: none;
	margin:0 4px 0 0;
	border:1px solid #ddd;
	margin-bottom:4px;
}
ul.thumbs li.last {
	padding-right:0;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
/*--- gallery end ---*/


/*--- superfish dropdown menu begin ---*/


.sf-menu {
	margin:			0;
	padding:		0;
	list-style:		none;
}


.sf-menu {float:left;}
.sf-menu a {display:block;text-decoration:none;color:#ffffff;padding-right:25px;padding-left:25px;}
.sf-menu .current a {display:block;
	text-decoration:none;
	color:#000000;
}
.sf-menu a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color:#000000;
}

.sf-menu li {
font-size:18px;

}

.sf-menu-1 {position:absolute;
left:40px;
top:48px;
width: 140px;
display:none;
padding-top:0px;
padding-left:0px;
}
.sf-menu-1 li{height:27px!important;
line-height:27px;
}
.sf-menu-1 li a {padding-left:5px;
	text-decoration:none;
	color:#ffffff;
	display:block;
	
}
.sf-menu-1 li a:hover	  { 
	color:#ffffff;
}
.sf-menu-1 li {padding-bottom:3px;
	font-size:14px;line-height:33px;
}

#museummenu{display:none}
#homeicon{
	width:32px;
	z-index:30;
	position:relative;
	height:32px;
	line-height:52px;
	display:block;padding-right:15px;
}
#homeicon a{background: url(../img/icons/home_wt.png) 10px 10px no-repeat !important;
	color:transparent;
	height:32px;
	width:32px;
	line-height:52px;
	display:block;
	font-size:0px;
	padding-right:15px;
	padding-left:5px;
}
#homeicon a:hover{background: url(../img/icons/home_wt.png) 10px 10px no-repeat !important;
padding-right:15px;
	padding-left:5px;
}
.tickets{
font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: "Museo", Times,  serif;
	z-index:30;
	text-align:center;
	position:absolute;
	top:150px;
right:0px;
	width:172px;
	height:46px;
	line-height:46px;
	padding:0px;
	display:block;
}
.tickets a{color:#fff!important;display:block;
text-decoration:none;
background:url(../img/booktickets.jpg) no-repeat 0 0;
}
.tickets a:hover{background:url(../img/booktickets.jpg) no-repeat 0 0;}

#sign-in{
font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	z-index:30;
	position:absolute;
	top:117px;
	right:20px;
	height:24px;
	line-height:25px;
	width:87px;;
	display:block; 
	background: url(../img/bg.jpg) repeat-x 0px -160px;
}

#sign-in a{font-family: "Museo", Times,  serif;
color:#ffffff!important;
text-decoration:none
}

.sf-menu li a {	}
.sf-menu li li {text-align:left;
	font-weight:normal;
}
.sf-menu li li a {
		font-weight:normal;
		background:#4c97a2;
		color:#fff;
		padding:0 10px 0 10px;
		line-height:30px;
		height:30px;
		overflow:hidden;
	}
	.sf-menu li li a:hover, .sf-menu li li a.current {text-align:left!important;
		background:#3c7881;
		color:#fff;
	}
	.sf-menu li li:last-child a {
		border-bottom:none;
	}
.sf-menu li li li {
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			-12px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:url(../img/drop-down-arrow.gif) no-repeat 0 2px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { right:10px !important; top:15px;}
.sf-menu ul a > .sf-sub-indicator { background:url(../img/arrow-sub.gif) no-repeat 0 0;}
/*--- superfish dropdown menu end ---*/


/*--- Tabs begin ---*/
	.tabs {
		clear: left;
		float: left;
		margin: 15px 0 30px 0;
	}
		
		.tabs ol {
			list-style-type: decimal;
			margin: 0 0 0 20px;
		}
		
			.tabs ol li {
				display: list-item;
				float: none;
				padding-bottom:5px !important;
			}
		
		.tabs ul.nav { width:100%;}
			
		.tabs ul {
			float: left;
			list-style: none;
			margin: 0 0 5px 0 !important;
			padding:0 0 0 0 !important;
		}
	
		.tabs li {
			display: block;
			float: left;
			margin: 0 5px 0 0;
			background:none !important;
			padding:0 0 0 0 !important;
		}
	
		.tabs .selected {
			margin-bottom: -5px;
			position: relative;
		}
	
			.tabs .selected a {
				background: #eee;
				color: #000;
				padding-bottom: 10px;
			}
	
			.tabs a:hover {
				background: #eee;
				color: #000;
			}
	
			.tabs a {
				background:#000;
				color: #fff;
				display: block;
				padding:5px 10px;
				text-decoration: none;
			}
	
		.tabs .tab-content {
			background: #eee;
			clear: both;
			width:100%;
			max-width:940px;
			overflow:auto;
		}
			.tabs .tab-content .inner {
				padding:10px;
			}
		
		.tabs p { margin-bottom: 5px; }
		.tabs .tab-content strong { color:#000;}
		
		.tabs pre {
			margin:4px 0;
			
		}
		.tabs code {
			overflow:auto;
		}
		
		*+html .tabs code { overflow:visible;}
/*--- Tabs end ---*/


/*--- twitter begin ---*/
div#twitter {
	margin-bottom: 2em;
}

div#twitter h2 {
	margin: 0 0 5px 0;
	padding:.5em 1em;
	font-size: 1.5em;
	color: #fff;
	background-color: #888;
	letter-spacing:0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	text-indent:10px;
	background: transparent url(../img/loader.gif) 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 0 0.5em 0;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 1em !important;
	background:#ededed !important;
	margin-bottom:7px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #000;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #3895c1;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
/*--- twitter end ---*/





/* Newsletter-form */
#newsletter-alt-form fieldset {
	border:none;
	}
		#newsletter-alt-form input[type=text] {
			width:215px;
			padding:7px 0 7px 10px;
			background:#f9f9f9;
			border:none;
			color:#686666;
			border:1px solid #e2e2e2;
			border-right:1px solid #bababa;
			border-left:1px solid #bababa;
			border-top:1px solid #bababa;
			border-radius:6px;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			behavior:url(js/PIE.htc);
			margin-right:12px;
			font-size:12px;
			position:relative;
			}
		#newsletter-alt-form input[type=submit] {
			width:75px;
			height:32px;
			background:#3dc1cc;
			border:none;
			border-radius:4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			behavior:url(js/PIE.htc);
			position:relative;
			cursor:pointer;
			color:#fff;
			font-weight:bold;
			font-size:12px;
			}



.indent-left {
	padding-left:25px;
	}
.indent-right {
	padding-right:15px;
	}




/* Advanced menu */
#advanced {
	position:fixed;
	z-index:999;
	right:-172px;
	top:50px;
	background:#181818;
	padding:20px 16px 20px 18px;
	width:135px;
	font-size:11px;
	border-right:3px solid #3a3a3a;
	font-family:Tahoma, Geneva, sans-serif;
	color:#dfdfdf;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
	#advanced span.trigger {
		display:block;
		position:absolute;
		left:-81px;
		top:50%;
		margin-top:-25px;
		width:81px;
		height:50px;
		background:#fff;
		cursor:pointer;
		text-align:center;
		background:url(../img/panel/adv-trigger.png) no-repeat 0 0;
	}
		#advanced span.trigger strong {display:block; padding:4px 0 0 0;}
		#advanced ul li {
			background:url(../img/panel-arrow.gif) no-repeat 0 6px;
			padding:0 0 0 13px;
			font-size:12px;
		}
		#advanced ul li.trigger_adv {
			padding:0 0 0 0;
		}
			#advanced ul li.trigger_adv > a {
				background:url(../img/panel-arrow2.gif) no-repeat 100% 8px #636363;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				padding:0 20px 0 12px;
				color:#dfdfdf;
				font-weight:bold;
				display:inline-block;
			}
			
		#advanced ul li a {
			color:#4393d0;
			text-decoration:none;
		}
		#advanced ul li a:hover {
			text-decoration:underline;
		}
		#advanced ul ul {
			margin-left:13px;
		}
			#advanced ul ul li {
				font-size:11px;
				background:url(../img/panel-arrow1.gif) no-repeat 0 7px;
			}
			#advanced ul ul a {
				text-transform:capitalize;
				color:#dfdfdf;
			}
			#advanced ul ul ul {
				margin-left:8px;
			}
			#advanced ul ul ul li {
				background:none;
				}
			#advanced ul ul ul li a {
				color:#939393;
			}




/*--- layouts navigation ---*/
.layouts-nav {width:100%; overflow:hidden; padding-bottom:30px !important;}
.layouts-nav li { float:left; margin-right:20px; background:none !important; padding:0 !important;}
.layouts-nav li a {
	float:left;
	background:#333;
	padding:2px 10px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	margin-right:10px;
	cursor:pointer;
	position:relative;
}
.layouts-nav li a:hover {
	background:#18b5c4;
}

/*forms*/
#errormsg{border:1px solid #c00;padding:5px;width:550px;background:#ffffff;float:left;clear:right}
.error{background:#fcc;width:240px; padding:5px;vertical-align: middle;}

.reg{float:left;;width:780px;padding-bottom:5px;}
.contactreg{float:left}
.reg label{width:210px;float:left;}
.reg select{border:1px solid #7e7e7e;color:#101010;font-family:Arial;font-size:12px;line-height:12px;width:200px;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.reg input{border:1px solid #7e7e7e;color:#101010;font-family:Arial;font-size:12px;line-height:12px;width:200px;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.reg textarea{resize: none;border:1px solid #7e7e7e;color:#101010;font-family:Arial;font-size:12px;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.reg textarea{width:200px;height:120px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.reg_as{float:left;}
.salesreg_as label{width:220px;float:left;}

.salesformreg{float:left;;width:900px;padding-bottom:5px;}
.contactreg{float:left}
.salesreg label{width:210px;float:left;}
.salesreg select{font-family:Arial;font-size:14px;line-height:14px;width:200px;}
.salesreg input{font-family:Arial;font-size:12px;line-height:14px;width:200px;}
.salesreg textarea{resize: none;font-family:Arial;font-size:14px;}
input[type="submit"]{margin-left:210px;width:200px;height:30px;background:#ffffff;color:#101010;cursor:pointer;font-family:Arial;font-size:18px;line-height:14px;}

.buttonreg{margin-top:10px;margin-left:210px;width:200px;height:30px;background:#ffffff;color:#101010;cursor:pointer;font-family:Arial;font-size:18px;line-height:18px;}

.salesreg textarea{width:200px;height:120px;}
.salesreg_as{float:left;}
.salesreg_as label{width:210px;float:left;}
.salesreg_as input{font-family:Arial;font-size:12px;line-height:14px;width:200px;}
div.linebreak {
		display: block;
		height: 1px;
		margin: 8px 0 8px 0;
		clear: both;
		}

#form_style{top:0px;
		padding: 20px;
		
		}
.login_label {
		float: left;
		width: 160px;
		height:26px;
		line-height: 18px;
		}
.login_submit {
position:absolute;
		float: left;
		width: 160px;
		height:26px;
		left:-30px;
		line-height: 18px;
		}		
		



.items{
	display:none;
}
.pagination {
	position:absolute;
	top:330px;
	z-index:100;
	left:0;
	height:70px;
	padding:25px 0 0 520px;
	width:120px;

}
.pagination li {
	float:left;	
	cursor:pointer;
	padding:0;	
	margin-right:2px;
}
.pagination li a {
	display:block;
	width:22px;
	height:23px;
	padding:0 !important;
	font-size:0;
	line-height:0;
	margin-right:2px;

}

#utils{
position:absolute;
left:670px;
top:10px
}







.ws_tab_headline{color:#6AC1E8;display:block;font-size:18px;background: url(../img/badge-square-direction-right-24.png) 250px 0px no-repeat !important;padding-left:0px;line-height:28px;text-decoration:none}

.ws_tab_headline:hover{text-decoration:underline}
.ws_tab_content{padding-left:25px;padding-bottom:10px;padding-top:5px}

#large {
	display: none;
	position: absolute;
	
	background: #FFFFFF;
	padding: 10px;
	z-index: 100;
	height: 300px;
	width: 300px;
}
#background{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 50;
}

/*
#home_more{background:#dff2f9;z-index:10;left:-20px;width:900px}
#home_more div{padding:10px;font-size:18px;
color:#ffffff;
margin-left:487px;
margin-top:-110px;
width:433px;

opacity:0.8; filter: alpha(opacity = 80);
background:#187fa1}
#home_more a{color:#ffffff;}*/
.ws_alpha{padding-left:10px;padding-top:10px}
.ws_top_gap{padding-top:5px}

.side_menu{background: #0099CC;padding:10px}
.side_menu h1,.side_menu a,.side_menu ul li{color:#ffffff!important}

.ws_f1_name,.ws_f1_date,.ws_f1_buy,.ws_f1_price
{display:inline;
	float: left;
	position: relative;
	margin-right: 3px;
}
.ws_f1_table{clear:both;margin-bottom:5px}
.ws_f1_name{line-height:25px;padding-left:5px;width:250px;background:#e7e7e8}
.ws_f1_price{line-height:25px;padding-left:5px;width:170px;padding-right:5px;background:#e7e7e8}
.ws_f1_buy{line-height:25px;padding-left:5px;padding-right:5px;background:red}
.ws_f1_buy a{color:#ffffff!important}



.ws_f7_prodname{}
.ws_f7_name,.ws_f7_date,.ws_f7_book,.ws_f7_full,.ws_f7_closed,.ws_f7_price,.ws_f7_capacity
{
display:inline;
	float: left;
	position: relative;
	margin-right: 3px;
}
.ws_f7_table{clear:both;margin-bottom:5px}
.ws_f7_prodname{display:none}
.ws_f7_name{line-height:25px;padding-left:5px;width:200px;background:#e7e7e8}
.ws_f7_date{line-height:25px;padding-left:5px;width:150px;padding-right:5px;background:#e7e7e8}
.ws_f7_date sup{line-height:10px;font-size:0.6em}

.ws_f7_price{line-height:25px;padding-left:5px;width:70px;padding-right:5px;background:#e7e7e8}
.ws_f7_capacity{line-height:25px;padding-left:5px;width:70px;padding-right:5px;background:#e7e7e8}
.ws_f7_book{line-height:25px;padding-left:5px;padding-right:5px;background:red}
.ws_f7_book a{color:#ffffff!important}
.ws_f7_full{;background:#e7e7e8}
.ws_f7_closed{;background:#e7e7e8}

.ws_fY_row,.ws_fY_date,.ws_fY_buy,.ws_fY_price,.ws_fY_price_label{display:inline;float: left;position: relative;margin-right: 3px;}
.ws_fY_row{clear:both;margin-bottom:5px}
.ws_fY_toggle{width:600px;}
.ws_fY_toggle a{color:#6AC1E8;display:block;font-size:18px;
background: url(../img/badge-square-direction-right-24.png) 450px 0px no-repeat !important;
padding-left:0px;line-height:28px;text-decoration:none}
.ws_fY_content{clear:both;padding-left:5px;border-left:1px solid #00ccff;padding-bottom:50px;display:none}
.ws_fY_price_label{display:none}
.ws_fY_date{line-height:25px;padding-left:5px;width:250px;background:#e7e7e8}
.ws_fY_price{margin-left:363px;line-height:25px;padding-left:5px;width:70px;padding-right:5px;background:#e7e7e8;text-align:center}
.ws_fY_buy{line-height:25px;padding-left:5px;padding-right:5px;background:#ff9900;width:270px;text-align:center}
.ws_fY_buy:hover{line-height:25px;padding-left:5px;padding-right:5px;background:#ff9900;width:270px;}
.ws_fY_buy a{color:#ffffff!important;text-decoration:none;}
.ws_fY_buy a:hover{color:#ffffff!important;text-decoration:underline;}

.fcfe_main{padding:5px;}
.fcfe_main h2{padding:10px;}
.fcfe_main a{}

.fce_main{padding:5px;}
.fce_main h2{padding:10px;}
.fce_main strong{}
.fce_main a{}
.fce_main ul{list-style-type: none!important}
.fce_main ul li{float:left;margin-bottom:20px;padding-bottom:20px;border-bottom:1px dashed grey;width:100%}
.ws_ne_date{}

.ws_ne_capacity{}
.ws_ne_full{}
.ws_ne_iwa{display: inline;position: relative!important;
	width: 203px;
	height: 40px;
	margin: 0 13px 0 0;
	}
.ws_ne_iwa0{display: block;float:left;
		position: relative!important;
		line-height:30px;
		height:30px;
		
		}
.ws_ne_iwa1 a {float:left;
		display: block;
		position: relative!important;
		width: 30px;
		background:#6AC1E8;
		text-decoration:none;
		text-align:center;
		left:10px;
		margin-right:10px;
		line-height:30px;
		height:30px;
		color:#ffffff;
		
		}
.ws_ne_iwa1 a:active,.ws_ne_iwa1 a:hover {
		background: #2fa3ca;
		position: relative!important;
		width: 30px;
		left: 10px;
		line-height:30px;
		height:30px;
		}
.ws_ne_iwa_sel{float:left;
		background: #2fa3ca!important;
		width: 30px;
		left: 10px;
		line-height:30px;
		height:30px;
		}
.ws_ne_price{float:left;line-height:30px;display:block;clear:left;
		height:30px;margin-top:10px}
.ws_ne_iwa2  {width:500px;
		display: block;position: relative!important;
}
.ws_ne_iwa2 a {margin-top:10px;margin-left:20px;
		float:right;
		display: block;
		
		width: 60px;
		background:#6AC1E8;
		text-decoration:none;
		text-align:center;
		left:10px;
		margin-right:10px;
		line-height:30px;
		height:30px;
		color:#ffffff;

		}
.ws_ne_iwa2 a:hover {
		background: #2fa3ca!important;
		color: white;
		}
.ws_ne_iwa3  {width:500px;
		display: block;position: relative!important;
}
.ws_ne_iwa3 a {margin-top:0px;margin-left:20px;
		float:right;
		display: block;
		
		width: 60px;
		background:#6AC1E8;
		text-decoration:none;
		text-align:center;
		left:10px;
		margin-right:10px;
		line-height:30px;
		height:30px;
		color:#ffffff;

		}
.ws_ne_iwa3 a:hover {
		background: #2fa3ca!important;
		color: white;
		}

/* Error labels Styling */
div.error {
    font-weight:bold;
	width: 120px;
	font-size:10px;
	margin-left:715px;
	margin-top:0px;
	position: absolute;
	color:#ff3232;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	box-shadow: 0 0 4px #B2B2B2;
	background: #fcc;
}

p.error {
    font-weight:bold;
	width: 120px;
	font-size:10px;
	margin-left:700px;
	margin-top:28px;
	position: absolute;
	color:#ff3232;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	box-shadow: 0 0 4px #B2B2B2;
	background: #fcc;
}

input.error {
   background: #fcc;
   transition: ease-in-out, .35s ease-in-out;
}

select.error {
   background: #fcc url('../img/account-form-arrow-error.png') no-repeat right;
   color:#ff3232;
   transition: ease-in-out, .35s ease-in-out;
}

/* Fixes the position of the error label on this field */
#emp_type-error.error{
margin-top:5px;
}
.full_width{padding:0;margin:0;}
.spaced{padding:0px;margin:30px;width:904px!important}
/*Maps*/
.ws_map_right{float:right;padding-left:20px;width:480px;height:500px}
.ws_map_right{float:right;padding-left:20px;width:480px;height:500px}

.ws_video_360_640{height:360px;width:640px}
.ws_video_480_640{height:480px;width:640px}
.ws_left{float:left;padding-right:20px}
.ws_right{float:right;padding-left:20px}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;visibility: visible!important;overflow:visible!important}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.grid_8_l p,.grid_8_r p{padding:0;margin:0}
.grid_8_l {
	display:inline;
	float: left;
	position: relative;
	margin-left: -2px;
	margin-right: 8px;
	margin-bottom:9px;
	width:484px;
}
.grid_8_r {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-bottom:9px;
	width:484px;

}


.banner_text_bg{position:absolute;top:0px;left:40px;width:350px;height:380px;background:#000000;opacity:0.5; filter: alpha(opacity = 50);}
.banner_text{color:#ffffff;position:absolute;top:10px;left:60px;width:310px;height:380px;}
.banner_text h1{font-family: "Museo", Times,  serif;color:#ffffff;}



.panels_sep{display:inline;
	float: left;
	position: relative;
	margin-top:10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	width:11px;}
.panels_t1{display:inline;
	float: left;
	position: relative;
	margin-top:10px;
	margin-right: 0px;
	margin-bottom:0px;
	width:235px;}

.panels_t1_name h2{font-family: "Museo", Verdana,  sans-serif;height:33px;background:#4c97a2;color:#ffffff;padding:0px;line-height:33px;margin:0px;text-align:center}
.panels_t1_name h2 a{color:#ffffff;text-decoration:none}

.panels_t1_name_o h2{font-family: "Museo", Verdana,  sans-serif;height:33px;background:#eb528b;color:#ffffff;padding:0px;line-height:33px;margin:0px;text-align:center}
.panels_t1_name_o h2 a{color:#ffffff;text-decoration:none}
.panels_t1 img{width:235px}
.panels_t1_body {font-family: 'HV-alt';font-size:12px;height:57px;background:#bed6da;color:#000000;padding:4px;margin:0px;
text-align:center;line-height:16px}

.panels_t1_h{cursor:pointer;
background:#ffffff;opacity:0.8; filter: alpha(opacity = 80);
display:none;
	float: left;
	position: relative;
	margin-top:-331px;
	height:331px;
	margin-right: 0px;text-align:center;
	margin-bottom:0px;;z-index:90;
	width:235px;}
.panels_t1_h h2{font-family: "Museo", Verdana,  sans-serif;font-size:20px;height:33px;color:#2E7580;padding:0px;line-height:33px;margin:0px;text-align:center;padding-top:10px}
.panels_t1_h h3{font-family: "Museo", Verdana,  sans-serif;font-size:18px;height:33px;color:#2E7580;padding:0px;line-height:33px;margin:0px;text-align:center;padding-top:5px;padding-bottom:10px}
.panels_t1_h p{font-family: 'HV-alt';font-size:16px;color:#000000}
.panels_t1_h ul{padding-top:20px;z-index:99;list-style-type:none}
.panels_t1_h ul li{font-family: 'HV-alt';font-size:20px;color:#000000;opacity:1;filter: alpha(opacity = 100);
float:left; padding-left:0px; 
list-style-type:none;

line-height:25px;
padding-bottom:30px;
text-align:center
}
.panels_t1_h ul li a:hover{color:#eb528b}

.panels_t2{display:inline;
	float: left;
	position: relative;
	margin-top:10px;
	margin-right: 0px;
	margin-bottom:0px;
	width:235px;}
.panels_t2_name h2{font-family: "Museo", Verdana,  sans-serif;height:33px;background:#666666;color:#ffffff;padding:0px;line-height:33px;margin:0px;text-align:center}
.panels_t2_name h2 a{color:#ffffff;text-decoration:none}
.panels_t2_body {height:57px;background:#cccccc;color:#000000;padding:4px;margin:0px;text-align:center;line-height:16px;
font-family: 'HV-alt';font-size:12px}
.panels_t2 img{width:235px}
.panels_t2_name_o h2{font-family: "Museo", Verdana,  sans-serif;height:33px;background:#eb528b;color:#ffffff;padding:0px;line-height:33px;margin:0px;text-align:center}
.panels_t2_name_o h2 a{color:#ffffff;text-decoration:none}

.panels_t3{display:inline;
	float: left;
	position: relative;
	margin-top:10px;
	margin-right: 0px;
	margin-bottom:0px;
	width:317px;}
.panels_t3_name h2{font-family: "Museo", Verdana,  sans-serif;height:33px;background:#4c97a2;color:#ffffff;padding:0px;line-height:33px;margin:0px;text-align:center}
.panels_t3_name h2 a{color:#ffffff;text-decoration:none}
.panels_t3_body {height:57px;background:#bed6da;color:#000000;padding:4px;margin:0px;text-align:center;line-height:16px;
font-family: 'HV-alt';font-size:12px}
.panels_t3 img{width:317px}
.panels_t4{display:inline;
	float: left;
	position: relative;
	margin-top:10px;
	margin-left:20px;
	margin-right: 0px;
	margin-bottom:0px;
	width:460px;}

.panels_t5{display:inline;
	float: left;
	position: relative;
	margin-top:10px;
	margin-right: 0px;
	margin-bottom:0px;
	width:468px;}

.panel_gap{display:inline;
	float: left;
	position: relative;
	width:974px;height:10px}
	

/*Interactive tour*/
.banner_text_bg_1{position:absolute;top:208px;left:0px;width:100%;height:40px;background:#000000;opacity:0.5; filter: alpha(opacity = 50);}
.banner_text_1{color:#ffffff;position:absolute;top:217px;left:30px;height:253px;}
.banner_text_1 h1{font-family: "Museo", Verdana,  sans-serif;color:#ffffff;}
#menu1{
color:#ffffff;
font-size:13px
}
#menu1 a:hover{padding:6px 10px 6px 10px!important;
background: url(../img/bg.jpg) repeat-x 0px -160px;
color:#ffffff;
text-decoration:none
}
#menu1 a:focus{padding:6px 10px 0 10px!important;
background:#403f3f!important;
color:#ffffff
}
#sub-menu1{position:absolute;
padding-top:10px;

top:20px;
width:132px;
background:#403f3f;
z-index:100;
color:#5fbbc9;
}
#sub-menu1 li{padding-left:10px;line-height:30px;}
#sub-menu1 li a,#sub-menu1 li a:hover{padding-left:0px!important;line-height:20px;}
#sub-menu1 a{font-size:12px;color:#ffffff;background:#403f3f!important;}
#sub-menu1 a:hover{font-size:12px;color:#5fbbc9;}
/*Cookies*/
#ws_cookie_privacy {
margin:auto;
font-size:13px;
font-weight:normal;
color:#ffffff;
	background: #49909b;
	z-index: 5000;
	height: 80px;
	width: 100%;

position: fixed;
    bottom: 0;
}
#ws_cookie_privacy div{padding:10px;}
#ws_cookie_privacy h1{color:#ffffff}
#ws_cookie_privacy a{color:#ffffff!important;text-decoration:underline;}
#ws_cookie_privacy_ok{position:absolute;
bottom:10px;
right:50px;
font-size:20px;
background:#ffffff;
padding:10px;}

#ws_cookie_privacy_ok a{color:#49909b!important;text-decoration:none}
/*Cookies*/


#ev_container{float: left; font-family: 'Museo';
width:930px;height:40px;
background: #f2f2f2; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#f9fafb, #d5d6d6); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#f9fafb, #d5d6d6); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#f9fafb, #d5d6d6); /* For Firefox 3.6 to 15 */
background: linear-gradient(#f9fafb, #d5d6d6); /* Standard syntax */
}
#ev_nav_container{overflow:hidden;width:930px; float: left;}
#ev_nav {position:relative;

      float: left;
      margin: 0 0 0 0;
      padding: 0;
      list-style: none;
     
}
   #ev_nav li {list-style: none!important;padding:0;margin:0;
      float: left; width:186px;text-align:center}
   #ev_nav li a {font-size:18px;
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      font-weight: bold;
      color: #069;
      border-right: 1px solid #ccc; }
#ev_nav li a:hover {
color: #ffffff;
background: #3d7a83; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#4b96a1, #3d7a83); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#4b96a1, #3d7a83); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#4b96a1, #3d7a83); /* For Firefox 3.6 to 15 */
background: linear-gradient(#4b96a1, #3d7a83); /* Standard syntax */
}
#ev_nav li ul{position: absolute;display: none;
left: -9999px;;background-color:red;overflow:hidden;opacity: 1}
#ev_nav li ul li{width:186px !important;left:0px;}
#ev_nav li:hover ul{left: 5px; left: 5px;
    opacity: 1;}

.subitem{}
#arrowR{display: inline-block;
background: #f2f2f2; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#f9fafb, #d5d6d6); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#f9fafb, #d5d6d6); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#f9fafb, #d5d6d6); /* For Firefox 3.6 to 15 */
background: linear-gradient(#f9fafb, #d5d6d6); /* Standard syntax */
line-height:40px;
    width:21px;
    height:40px;
    float:right;
    cursor:pointer;
}
#arrowR:hover{color: #ffffff;
background: #3d7a83; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#4b96a1, #3d7a83); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#4b96a1, #3d7a83); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#4b96a1, #3d7a83); /* For Firefox 3.6 to 15 */
background: linear-gradient(#4b96a1, #3d7a83); /* Standard syntax */
}
#arrowR a span:after {
  content: '';
  display: inline-block;
  margin-top: 12px;
  margin-left: 0px;
  width: 10px;
  height: 10px;
 border-top: 0.5em solid #3d7a83;
  border-right: 0.5em solid #3d7a83;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);}
#arrowL{
background: #f2f2f2; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#f9fafb, #d5d6d6); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#f9fafb, #d5d6d6); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#f9fafb, #d5d6d6); /* For Firefox 3.6 to 15 */
background: linear-gradient(#f9fafb, #d5d6d6); /* Standard syntax */
    width:22px;
    height:40px;
	line-height:40px;
    float:left;
 border-right: 1px solid #ccc;
    cursor:pointer;
}
#arrowL:hover{color: #ffffff;
background: #3d7a83; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#4b96a1, #3d7a83); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#4b96a1, #3d7a83); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#4b96a1, #3d7a83); /* For Firefox 3.6 to 15 */
background: linear-gradient(#4b96a1, #3d7a83); /* Standard syntax */
}
#arrowL a span:after {
  content: '';
  display: inline-block;
  margin-top: 12px;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  border-top: 0.5em solid #3d7a83;
  border-right: 0.5em solid #3d7a83;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);}
#arrowL:hover a span:after,#arrowR:hover a span:after {border-top: 0.5em solid #ffffff;
border-right: 0.5em solid #ffffff}
.gn_event_name{font-size:18px;font-family: 'Museo';font-weight:bold;padding-bottom:20px}
.gn_event_date{font-size:14px;font-weight:bold;padding-bottom:20px}
.gn_event_summary{ font-size:14px}
.gn_event_img{width:220px}
.event_list{padding-top:10px;padding-bottom:5px}
.gn_on_today{padding: 2px 10px;float:right;font-family: 'Museo';
    background: #52aac3;
    width: 70px;
	text-align:center;
	color:#ffffff;
    border-radius: 10px}
/*Trip Advisor*/
#CDSWIDSSP{width:450px!important}
/*Social icons*/
footer .social {width:100%;float:left;overflow:hidden;}
footer .social ul { width:100%; margin:0; padding:0; float:left; list-style:none; }
footer .social li { margin: 1px 2px 1px 1px; width:24px; height: 24px; float:left; display:inline; background-image:url(../img/social-sprite-v3.png); background-repeat:no-repeat; }
footer .social li.facebook { background-position:0px 0px; }
footer .social li.twitter { background-position:-29px 0px; }
footer .social li.youtube { padding-right:0; background-position:-58px 0px; }
footer .social li.google { background-position:-203px 0px; }
footer .social li.pinterest { padding-right:0; background-position:-87px 0px; }
footer .social li.instagram { background-position:-116px 0px; }
footer .social li.flickr { background-position:-145px 0px; }
footer .social li.tripadvisor { background-position:-174px 0px; }
footer .social .facebook a { background-position:0px 0; }
footer a .accessibility {
    position: relative;
    left: 0;
    top: 0;
    visibility: hidden;
}
/*
.home_sm_pic{width:305px;height:153px;}

.home_sm_head{width:305px;height:38px;
background:url(../img/home_grey.jpg) no-repeat;
color:#e8e8e8}

.home_sm_head h2{color:#e8e8e8;padding:0px;line-height:38px;margin-left:10px}/*t r b l
.home_sm_body{width:305px;
height:62px;
background:url(../img/home_black.jpg) no-repeat;
color:white}
.home_sm_body p{padding-left:10px;padding-top:5px;font-size:12px}
.home_sm_body a{color:#ffffff!important}*/