/* Main settings */
html, body {
	background:#fff;
	height: 100%;
}
body {	
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:100%;
	color: #4e4e4e;
	overflow: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}


#wrapper {
	width: auto;
}
	/* HEADER */	
	#header {
		background: url(../gfx/site/logo.png) no-repeat top center;
		width: auto;
		height: 60px;
		margin: 0;
		padding: 0;
		position: relative;
		display: block;
		text-indent: -9999px;
	}

/* CONTENT */	
	#content {
		background: none;
		width: auto;
		height: auto;
		margin: 0;
		padding: 10px;
		position: relative;
		display: block;
	}
	#content .slideshow {
		padding: 0;	
	}
	/* MENU */
	#navigation ul#menu {
		height: auto;
		width: auto;
		margin: 0;
		padding: 0;
		position: relative;
	}
		#navigation ul#menu li {
			background: #00adef; /* Old browsers */
			background: -moz-linear-gradient(top, #00adef 0%, #006b97 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00adef), color-stop(100%,#006b97)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #00adef 0%,#006b97 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #00adef 0%,#006b97 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #00adef 0%,#006b97 100%); /* IE10+ */
			background: linear-gradient(to bottom, #00adef 0%,#006b97 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adef', endColorstr='#006b97',GradientType=0 ); /* IE6-9 */
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
			display: inline;
			float: left;
			overflow: hidden;
		}
	
		#navigation ul#menu li a {
			background: none;
			display: block;
			font-size:1.0em;
			font-weight: bold;
			color: #fff;
			width: auto;
			height: auto;
			margin: 0;
			padding: 10px 0;
			text-align: center;
			text-decoration: none;
			border: 0;
		}
		#navigation ul#menu li.active a,
		#navigation ul#menu li:hover a {
			color: #000;
		}
		/* submenu */
		#navigation ul#menu li ul {
			display: none;
			margin: 0;
			padding: 0;
		}


/* FOOTER */
#footer {
	background: none;
	width: auto;
	height: auto;
	display: block;
	margin: 5px 0;
	padding: 0 0 15px 0;
	position: relative;
	display: block;
}
	#footer ul#bottomNav {
		background: none;
		height: auto;
		width: auto;
		margin: 0 auto 5px auto;
		padding: 5px 0;
		position: relative;
		text-align: left;
		display: block;
	}
		#footer ul#bottomNav li {
			background: none;
			width: auto;
			height: auto;
			margin: 0;
			padding: 0 5px;
			display: block;
			float: left;
			overflow: hidden;
			border-left: 1px solid #4e4e4e;
		}
		#footer ul#bottomNav li.first {
			border: 0;
		}
			#footer ul#bottomNav li a {
				background: none;
				display: block;
				font-size: 0.8em;
				font-weight: normal;
				color: #4e4e4e;
				width: auto;
				height: auto;
				margin: 0;
				padding: 0;
				text-align: center;
				text-decoration: none;
				border:0;
			}
	
			#footer ul#bottomNav li.active a,
			#footer ul#bottomNav li a:hover {
				text-decoration: underline;
			}

/* News */
/* ARCHIVE OVERVIEW */
article {
	border-bottom: 1px solid #EEEEEE;
}
article {
	color:#666666;
	font-size:16px;
	line-height:22px;
}
article, article.underline {
	margin-bottom:0;
	padding:10px 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
section.head {
	text-align:left;
}
section.head h3 {
	font-size:18px;
	line-height:25px;
	margin:0;
}
.date {
	color:#CCCCCC;
	font-size:14px;
}

/* Photoalbum */
.thumbs{
}

.thumbs a img{
	width:90px;
	height:90px;
	display:inline-block;
	border:0;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	border-radius:4px;
	margin: 6px 6px 40px;
	position:relative;
	text-decoration:none;
	
	background-position:center center;
	background-repeat: no-repeat;
	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	float: left;
}

.thumbs a:after{

}

/* Form */

ul.frmb {
	margin-top: 5px;
	padding-left: 0px;
	list-style-type: none;
}
ol {
	padding-left: 0px;
	list-style-type: decimal;
}
.frmb li {
	margin-bottom: 10px;
	padding: 5px;
  	border:1px solid #EEE !important;
	clear: both;
}

.frmb li:hover {
	background-color:#FFFEEB !important;
  	border:1px solid #F7CA75 !important;
}
.frmb .legend {
	cursor: move;
}
label,
.false_label {
	font-size:12px;
	font-weight: bold;
  margin-bottom:0.4em;
}
form input[type="radio"],
form input[type="checkbox"]  {
  position:relative;
  margin-right: 10px;
  top:1px;
  float: left;
}
form select {
	width: 100%;
}
textarea, .multi-row span { display: block; }

.error {
	color: red;
	margin-left: 10px;
	width: auto;
}
.error p {
	color: red;	
}
/* Address */
.googleMaps {
	text-align: center;
	margin: 0 0 10px 0;
}
.googleMaps.outline_left {
	text-align: left;
}
.googleMaps.outline_center {
	text-align: center;
}
.googleMaps.outline_right {
	text-align: right !important;
}
.address {
	margin-bottom: 20px;
}
input#addressfield {
	font-size:12px;
	 height:29px;
	 padding:0 0 1px 5px;
}
.googleGo {
  display:block;
  font-size:11px;
  margin:10px 0 0;
  padding:0 0 3px;
  text-align:center;
}

#store {
	margin-top: 10px;
	text-align: center;	
}

#language {
	padding: 0 10px;	
}
#language a {
	font-size:0.8em;
	line-height: 12px;
	color: #000;	
	margin: 0 10px 0 0;
}

/** RESET AND LAYOUT
===================================*/
/* Styling  for responsive slider */
#slides {
}
.bxslider {
	height: auto;
	margin: 0;
	padding: 0;	
	font-size: 0px;
	letter-spacing: 0px;
	word-spacing: 0px;
	display: none;
}

.bxslider img {
	width: 100%;
	display: inline-block;
}
.bxslider li {
	margin: 0;
	padding: 0;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
