/****** FILE: themes/wilderbock/css/reset.css *****/
/*************************
 RESET
 **************************/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ 
	display:block;
}
body {
	line-height: 1;
}
nav ul, ol, ul{
	list-style: none;
}
li{
	display: list-item;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
b,
strong,
th{
	font-weight: bold;
}
i,
em{
	font-style: italic;
}
/* personal prefference - could be vertical-align: 0; font-size: 0;*/
img{
	vertical-align:bottom;
}
/*For IE9 beta. */
svg {
  overflow: hidden;
}

/****** FILE: themes/wilderbock/css/fancybox.css *****/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/****** FILE: themes/wilderbock/css/form.css *****/
/*************************
 
 ArilloClean SilverStripe Theme
 http://clean.arillo.net
 
 FORM.CSS
 
**************************/
/*************************
 FORMS
 **************************/
input,
button,
select,
textarea {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0;
  vertical-align: middle;
}
::-moz-focus-inner {
  border: 0;
}
form{
	margin-bottom: 18px;
}
	/*-- REMOVE IF YOUR INPUTS ARE NOT WITDH 100% --*/
	html.lt8 form fieldset{
		overflow: hidden;
		width: 100%;
	}
		p.bad{
			color: #c12c2c;
		}
		p.checkbox label,
		p.checkbox input,
		div.checkboxset label,
		div.checkboxset input,
		div.optionset label,
		div.optionset input,
		.Actions input,
		button,
		select{ 
			cursor: pointer;
		} 
		.field{
			margin-bottom: 12px;
		}
			label{
				color: #666;
			}
			label.required{
				display: block;
				color: #c12c2c;
				font-style: italic;
			}
			
			/*-- TEXT INPUTS --*/
			textarea,
			select,
			input.date,
			input.datetime,
			input.email,
			input.password,
			input.text{
				/*-- reset --*/
				-webkit-appearance: none;
				-moz-border-radius: 0;
				-webkit-border-radius: 0;
				border-radius: 0;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				/*-- colors --*/
				background-color: #eaeaea;
				border: 1px solid #eaeaea;
				outline: 0;
				/*-- type --*/
				color: inherit;
				font-size: inherit;
				font-family: inherit;
				line-height: inherit;
				/*-- format --*/
				padding: 4px 7px;
				height: 30px;
				/*-- DEFAULT width 100% change if needed --*/
				width: 100%;
			}
			html.lt8 textarea,
			html.lt8 select,
			html.lt8 input.date,
			html.lt8 input.datetime,
			html.lt8 input.email,
			html.lt8 input.password,
			html.lt8 input.text{
				padding-top: 2px;
				padding-bottom: 1px;
				height: 25px;
				line-height: 25px;
			}
			html.ie6 textarea,
			html.ie6 select,
			html.ie6 input.date,
			html.ie6 input.datetime,
			html.ie6 input.email,
			html.ie6 input.password,
			html.ie6 input.text{
				vertical-align: top;
			}
			/*MAKE TEXTINPUTS WITH WIDTH 100% FIT IN IE (Textarea bellow)*/
			html.lt8 div.date .middleColumn,
			html.lt8 div.datetime .middleColumn,
			html.lt8 div.email .middleColumn,
			html.lt8 div.password .middleColumn,
			html.lt8 div.text .middleColumn{
				padding-right: 16px;
			}
			
			/*-- SELECTS --*/
			select{
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
			}
			@media screen and (-webkit-min-device-pixel-ratio:0) {
				select{
					background-image: url(../images/forms/select_arrow.gif);
					background-repeat: no-repeat;
					background-position: right center;
					padding-right: 20px;
				}
			}
			.ie6 select {
				margin-top: 2px;
			}
			select[multiple] {
				height: auto;
				background-image: none;
			}
			@media screen and (-webkit-min-device-pixel-ratio:0) {
				select[multiple] {
					padding: 0;
				}
			}
				optgroup {
					color: #666;
					font-style: normal;
					font-weight: bold;
				}
			
			/*-- TEXTAREA --*/
			html.lt8 textarea, 
			textarea {
				height: 100px;
				min-height: 100px;
				overflow: auto;
				resize: vertical;
				width: 100%;
			}
			/*MAKE TEXTAREA WITH WIDTH 100% FIT IN IE*/
			html.lt8 div.textarea .middleColumn{
				padding-right: 16px;
			}
			/*-- UPLOAD --*/
			div.file .middleColumn{
				background-color: #eaeaea;
				border: 1px solid #eaeaea;
				padding: 4px 7px;
			}

			/*-- CHECKBOXES & RADIOBUTTONS --*/
			div.checkboxset ul,
			div.optionset ul{
				margin-bottom: 0;	
			}
				p.checkbox input,
				div.checkboxset input,
				div.optionset input{
					margin-left: 0;
					margin-right: 3px;	
				}
				p.checkbox input,
				div.checkboxset input{
					line-height: inherit;
					vertical-align: baseline;	
				}
			/*-- DISABLED STUFF --*/
			textarea[disabled],
			select[disabled],
			input.date[disabled],
			input.datetime[disabled],
			input.email[disabled],
			input.password[disabled],
			input.text[disabled]{
				background-color: #eee;
				color: #888;
				cursor: default;
			}
			/*-- FOCUS STYLE --*/
			textarea:focus,
			textarea:active,
			select:focus,
			select:active,
			input.date:focus,
			input.date:active,
			input.datetime:focus,
			input.datetime:active,
			input.email:focus,
			input.email:active,
			input.password:focus,
			input.password:active,
			input.text:focus,
			input.text:active{
				-moz-box-shadow: #a30b16 0 0 5px;
				-webkit-box-shadow: #a30b16 0 0 5px;
				box-shadow: #a30b16 0 0 5px;
				z-index: 1;			
			}
		/*-- BUTTONS --*/
	.Actions{
		padding-top: 8px;
	}
		.Actions input,
		button{
			-webkit-appearance: none;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			background: #681206 url(../images/forms/btn_bg.png) repeat-x 0 0;
			border: none;
			cursor: pointer;
			color: #fff;
			font-family: inherit;
			font-weight: normal;
			font-size: inherit;
			line-height: 1.2;
			outline: 0;
			overflow: visible;
			padding: 5px 10px 6px;
			width: auto;
		}
		.Actions input:hover,
		button:hover{
			background: #430c04 url(../images/forms/btn_bg.png) repeat-x 0 -78px;
		}
		/*
		html.ie7 .Actions input,
		html.ie6 .Actions input{
			padding: 2px 10px 3px;
		}
		*/
		html.ie7 button,
		html.ie6 button{
			padding-top: 1px;
			padding-bottom: 1px;
		}
		/*-- DISABLED STUFF --*/
		button[disabled],
		.Actions input[disabled]{
			color: #888;
			background: #ddd url(../images/forms/button.png) repeat-x;
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
			background-image: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
			border-color: #ddd #bbb #999;
			text-shadow: rgba(255,255,255,0.75) 0 1px 1px;
			cursor: default;
		}
		/*-- FOCUS STYLE --*/
		.Actions button:focus,
		.Actions button:active,
		.Actions input:focus,
		.Actions input:active{
			-moz-box-shadow: #a30b16 0 0 5px;
			-webkit-box-shadow: #a30b16 0 0 5px;
			box-shadow: #a30b16 0 0 5px;
			z-index: 1;
		}

/****** FILE: themes/wilderbock/css/layout.css *****/
/*************************

 STREETBELT
 LAYOUT.CSS

**************************/
/*************************
 DEFAULTS
 **************************/
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	position: relative;
	z-index: 0;
	background: url('../images/general/wilderbock_bg.jpg	') no-repeat 50% 50% fixed
		#000;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
	color: #333;
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
	min-width: 980px;
}
a {
	color: #e30615;
	text-decoration: none;
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
	transition: color 0.15s linear;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:hover,
a:active {
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 18px;
	font: normal 18px/22px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
}
dl,
ul,
ol,
p {
	margin-bottom: 18px;
}
small {
	font-size: 85%;
}
/* HR - horizontal rule */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 18px 0;
	padding: 0;
	clear: both;
}
/*************************
 GENERIC -- HELPERS
 **************************/
.zoom {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	display: block;
	background: url('../images/general/icons.png') no-repeat 0 -850px;
	text-indent: -9999px;
	overflow: hidden;
}
a .zoom,
a img {
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	opacity: 1;
	filter: alpha(opacity = 100);
}
a:hover .zoom,
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
/*************************
 GENERIC -- THUMB GALLERY
 **************************/
#ThumbGallery {
	width: 460px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}
#ThumbGallery .singleSlide,
#ThumbGallery .thumbSlides {
	overflow: hidden;
	margin-bottom: 20px;
	width: 460px;
}
#ThumbGallery .thumbSlide {
	position: relative;
	display: block;
	width: 460px;
}
#ThumbGallery .thumbs {
	overflow: hidden;
}
#ThumbGallery .thumbs li {
	width: 100px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 70px;
	position: relative;
}
/*************************
 WRAP
 **************************/
#Wrap {
	height: auto;
	min-height: 100%;
	width: 980px;
	margin: 0 auto;
}

.fullscreen {
}
/*************************
 HEADER
 **************************/
#Header {
	overflow: hidden;
	zoom: 1;
	background-color: #1d1d1d;
	width: 980px;
}

div#SiteTitle a,
h1#SiteTitle {
	margin: 20px auto 30px;
	width: 480px;
	background: url('../images/general/wilderbock_logo2.png') no-repeat 0 0;
	height: 221px;
	/*
			margin-right: 10px;
			width: 120px;
			background: url('../images/general/icons.png') no-repeat -4px 0;
			height: 77px;
			*/
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}
/*-- Menu --*/

.menue-wrapper {
	position: relative;
	width: 980px;
	min-height: 40px;
}

#Menu {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	margin-top: auto;
	margin-left: 20px;
	width: 738px;
	overflow: hidden;
	display: block;
}
.ie6 #Menu {
	width: 720px;
}
#Menu .menuItem {
	float: left;
	margin-right: 4px;
}
#Menu .menuItem a {
	display: block;
	float: left;
	color: #fff;
	font: normal 20px/24px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	text-transform: uppercase;
	padding-left: 19px;
	background: url('../images/general/icons.png') no-repeat 40 -68px;
}
#Menu .first a {
	background: none;
	padding-left: 0;
}
#Menu .menuItem a:hover,
#Menu .menuItem a.current,
#Menu .menuItem a.section {
	text-decoration: none;
	color: #999;
}
#Menu .menuItem a span {
	padding-bottom: 15px;
	border-bottom: 5px solid transparent;
	*display: block;
	float: left;
	-webkit-transition: border-top 0.15s linear;
	-moz-transition: border-top 0.15s linear;
	-o-transition: border-top 0.15s linear;
	transition: border-top 0.15s linear;
	cursor: pointer;
}
#Menu .menuItem a:hover span,
#Menu .menuItem a.current span,
#Menu .menuItem a.section span {
	border-bottom-color: #9e8e44;
}
#ShopRef {
	float: left;
	padding-top: 20px;
	width: 112px;
}
#ShopRef a {
	display: block;
	background: url('../images/general/icons.png') no-repeat 0 -150px;
	width: 112px;
	text-align: center;
	font: normal 20px/24px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	height: 47px;
	line-height: 45px;
}
#ShopRef a:hover {
	color: #999;
	text-decoration: none;
}
#SocialLinks {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 999;
}
#SocialLinks li {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 42px;
	height: 42px;
}
#SocialLinks li a {
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#SocialLinks li a.fbLink {
	background: url('../images/general/icon_facebook.png') no-repeat;
}
#SocialLinks li a.twLink {
	background: url('../images/general/icon_twitter.png') no-repeat;
}

.socialLinks {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 999;

	list-style: none;
	overflow: hidden;
	padding: 0;
	float: left;
	margin: 0 0 15px;
}

.socialLinks_item {
	float: left;
}

.socialLinks_link {
	margin-left: 10px;
	width: 44px;
	height: 44px;
	transition: border-color 0.2s;
	text-align: center;
	color: white;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #999;
	text-indent: -9999px;
}

.socialLinks_link:hover {
	border-color: white;
}

.socialLinks_link-facebook {
	background: url('../images/general/icon_facebook.png') no-repeat;
}

.socialLinks_link-twitter {
	background: url('../images/general/icon_twitter.png') no-repeat;
}

/*************************
 SUBMENU
 **************************/
#SubMenu {
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
#SubMenu li {
	font: normal 15px/24px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	text-transform: uppercase;
	float: left;
	border-right: 1px solid #ccc;
}
#SubMenu li a {
	padding: 5px 20px;
	display: block;
	color: #333;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
}
#SubMenu li a:hover,
#SubMenu li a.current,
#SubMenu li a.section {
	background: #eaeaea;
	text-decoration: none;
}
/*************************
 BODY
 **************************/
#Body {
	background: #fff;
	-webkit-box-shadow: 0 3px 15px #000;
	-moz-box-shadow: 0 3px 15px #000;
	box-shadow: 0 3px 15px #000;
	margin-bottom: 50px;
}
/*************************
 PAGE
 **************************/
.pageTitle {
	font: normal 30px/34px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.gotSecondLevel {
	margin-bottom: 0;
}
.pageTitleBackLink {
	display: block;
	padding-left: 30px;
	background: url('../images/general/icons.png') no-repeat 0 -689px;
	color: #333;
	font: normal 30px/34px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
}
.pageTitleBackLink:hover {
	color: #e30615;
	background-position: 0 -639px;
	text-decoration: none;
}
.subTitle {
	text-transform: uppercase;
	font: normal 18px/22px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
}
.subTitle a {
	color: #333;
}
.subTitle a:hover {
	text-decoration: none;
	color: #e30615;
}
.typography {
	width: 460px;
	float: left;
	font-size: 13px;
	margin-left: 20px;
	display: inline;
	margin-bottom: 20px;
}
.gotResources {
	margin-left: 0;
}
#ProductMenu .label,
.linkList .label {
	text-transform: uppercase;
	font: normal 14px/20px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	margin-bottom: 5px;
}
.linkList .size {
	font-size: 11px;
	color: #999;
}
.linkList .ext {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
/*************************
 GENERIC PAGINATION
 **************************/
.pagination {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
	height: 36px;
}
.pagination .pages {
	float: left;
	padding-left: 3px;
	font: normal 13px/20px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
}
.pagination .pages .page {
	float: left;
	padding: 8px 8px;
	border-right: 1px solid #ccc;
}
.pagination .controls {
	float: right;
}
.pagination .controls .control {
	background: url('../images/general/icons.png') no-repeat 7px -689px;
	height: 36px;
	width: 36px;
	text-indent: -99999px;
	text-align: left;
	direction: ltr;
	overflow: hidden;
	float: left;
	border-left: 1px solid #ccc;
}
.pagination .controls .nextControl {
	background-position: 9px -939px;
}
.pagination .controls .control:hover {
	background-position: 7px -639px;
}
.pagination .controls .nextControl:hover {
	background-position: 9px -889px;
}
.pagination .controls span.control:hover,
.pagination .controls span.control {
	background-position: 7px -689px;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	border-color: #505050;
}
.pagination .controls span.nextControl:hover,
.pagination .controls span.nextControl {
	background-position: 9px -939px;
}
/*************************
 GENERIC LISTING
 **************************/
.listingTitle {
	clear: both;
	background: url('../images/general/doble_line.png') repeat-x left bottom;
	margin-bottom: 30px;
	font-size: 24px;
	padding: 0 20px 36px;
	color: #999;
}
.listing {
	overflow: hidden;
	zoom: 1;
}
.listing .listingItem {
	float: left;
	width: 220px;
	padding: 0 20px 20px 0;
}
.listing .firstListingItem {
	padding-left: 20px;
}
.listing .listingItem .img {
	width: 220px;
	height: 160px;
	display: block;
	line-height: 160px;
	text-align: center;
	margin-bottom: 18px;
}
.listing .listingItem .img img {
	display: inline;
	vertical-align: middle;
}
.listing .listingItem .txt {
	margin-bottom: 18px;
}
.listing .listingSeparator {
	clear: both;
	background: url('../images/general/doble_line.png') repeat-x left bottom;
	height: 6px;
	line-height: 6px;
	font-size: 6px;
	margin-bottom: 30px;
}
/*************************
 GENERIC FORM (INFIELDLABELS)
 **************************/
.inField {
	float: left;
	width: 300px;
	margin-bottom: 30px;
}
.inField h3 {
	text-transform: uppercase;
}
.inField .field {
	position: relative;
}
.inFieldLabel {
	color: #666;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
	width: 200px;
}
.inField .field label.required {
	position: absolute;
	top: 0;
	right: -120px;
	background: url('../images/general/form_error.png') no-repeat 0 0;
	width: 130px;
	line-height: 12px;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 30px;
	text-transform: uppercase;
	height: 28px;
	padding-right: 10px;
	color: #fff;
	text-align: right;
	font-style: normal;
}
.inField .Actions input {
	font: normal 15px/1.2 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px 30px;
}
.lt8 .inField .Actions input {
	padding: 0 18px;
}
/*************************
 HOMEPAGE
 **************************/
/*-- Slideshow --*/
#StartPageTeaser {
	width: 940px;
	background: #fff;
	height: 400px;
	border: 1px solid #1d1d1d;
	padding: 19px;
	position: relative;
	margin-bottom: 25px;
}
#StartPageTeaser .control {
	display: block;
	position: absolute;
	top: 175px;
	left: -111px;
	width: 110px;
	height: 80px;
	background: url('../images/general/icons.png') no-repeat 0 -200px;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#StartPageTeaser .next {
	background-position: -60px -300px;
	left: auto;
	right: -111px;
}
#StartPageTeaser .counter {
	position: absolute;
	top: 20px;
	right: 25px;
	width: 100px;
	height: 20px;
	font: bold 15px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	z-index: 200;
	color: #fff;
	text-align: right;
}
#StartPageTeaser .pager {
	position: absolute;
	top: 60px;
	overflow: hidden;
	right: 25px;
	width: 11px;
	height: 300px;
	z-index: 200;
}
#StartPageTeaser .pager a {
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 8px;
	background: url('../images/general/icons.png') no-repeat 0 -400px;
}
#StartPageTeaser .pager a.activeSlide {
	background-position: -11px -400px;
}
#StartPageTeaser .slides {
	width: 940px;
	height: 400px;
	overflow: hidden;
}
#StartPageTeaser .slide {
	width: 940px;
	height: 400px;
	overflow: hidden;
	color: #333;
}
#StartPageTeaser .slideshowItemImg {
	width: 460px;
	float: left;
	margin-right: 20px;
}
#StartPageTeaser .slideshowItemTxt {
	float: left;
	width: 430px;
	padding-top: 38px;
	font-size: 15px;
	line-height: 20px;
}
#StartPageTeaser .slideshowItemTxt h2 {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	height: 170px;
	margin-bottom: 0;
}
#StartPageTeaser .slideshowItemTxt p {
	color: #999;
	margin-bottom: 20px;
}
#StartPageTeaser .slideshowItemTxt .related {
	margin-bottom: 8px;
}
#StartPageTeaser .slideshowItemTxt .related a {
	display: block;
	background: url('../images/general/icons.png') no-repeat 0 -448px;
	padding-left: 24px;
	color: #333;
}
#StartPageTeaser .slideshowItemTxt .related a:hover {
	text-decoration: none;
	color: #999;
}
/*-- Inline Teasers --*/
#StartPageInlineTeaser {
	overflow: hidden;
	padding: 0 10px;
	width: 960px;
}
#StartPageInlineTeaser .inlineTeaser {
	float: left;
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
	margin-bottom: 22px;
}
#StartPageInlineTeaser .inlineTeaser h3 {
	text-transform: uppercase;
}
#StartPageInlineTeaser .inlineTeaser .img {
	margin-bottom: 18px;
}
#StartPageInlineTeaser .inlineTeaser .related {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: bold;
}
#StartPageInlineTeaser .inlineTeaser a:hover {
	color: #333;
	text-decoration: none;
}
/*-- Homepage News --*/
#HomePageNews {
	overflow: hidden;
	padding: 0 10px 15px;
	width: 960px;
	padding-top: 30px;
	background: url('../images/general/doble_line.png') repeat-x 0 0;
}
#NewsTeasers {
	float: left;
	width: 460px;
	margin: 0 10px;
	display: inline;
	position: relative;
}
#ArchiveLink {
	position: absolute;
	top: 16px;
	right: 0;
	width: 100px;
	height: 17px;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #666;
	text-align: right;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#ArchiveLink:hover {
	text-decoration: none;
	color: #e30615;
}
#QuickLinks,
#ContentTeaser {
	float: left;
	width: 220px;
	margin: 0 10px;
	display: inline;
}
#QuickLinks ul,
#NewsTeasers ul {
	border-top: 1px solid #333;
}
#QuickLinks ul li,
#NewsTeasers ul li {
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
}
#QuickLinks ul li a,
#NewsTeasers ul li a {
	display: block;
	color: #333;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#NewsTeasers ul li a {
	overflow: hidden;
}
#NewsTeasers ul li a span {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	display: block;
}
#NewsTeasers ul li a .date {
	width: 100px;
	float: left;
	margin-right: 20px;
	font-size: 11px;
	color: #666;
}
#NewsTeasers ul li a .txt {
	width: 340px;
	float: left;
}
#NewsTeasers ul li a:hover .date,
#QuickLinks ul li a:hover,
#NewsTeasers ul li a:hover {
	color: #e30615;
	text-decoration: none;
}
/*************************
 PRODUCT LISTING
 **************************/
#ProductListingContent #SubMenu {
	margin-bottom: 10px;
}
#ProductMenu {
	width: 220px;
	float: left;
	padding-left: 20px;
	margin-right: 20px;
	border-top: 30px solid #fff;
}
.smartPosition #ProductMenu {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -490px;
}
#ProductMenu li {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
#ProductMenu li.first {
	border-top: 1px solid #333;
}
#ProductMenu li.label {
	margin-bottom: 0;
	border: none;
	padding-top: 0;
}
#ProductMenu li a {
	color: #333;
	display: block;
}
#ProductMenu li.current a,
#ProductMenu li a:hover {
	color: #e30615;
	text-decoration: none;
}
#ProductListing {
	width: 700px;
	float: left;
	padding-top: 10px;
}
.smartPosition #ProductListing {
	padding-left: 260px;
}
#ProductListing .product {
	float: left;
	padding-top: 20px;
	padding-bottom: 16px;
	background: url('../images/general/doble_line.png') repeat-x left bottom;
	margin-bottom: 10px;
}
#ProductListing .last {
	background: none;
}
#ProductListing .product .img {
	width: 400px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#CustomBelts .img a,
#ProductListing .product .img a {
	display: block;
	position: relative;
}
#ProductListing .product .txt {
	width: 280px;
	float: left;
}
#CustomBelts .txt .actions,
#ProductListing .product .txt .actions {
	overflow: hidden;
	zoom: 1;
}
#CustomBelts .txt .actions li,
#ProductListing .product .txt .actions li {
	float: left;
	margin-right: 7px;
}
#CustomBelts .txt .actions li a,
#ProductListing .product .txt .actions li a {
	display: block;
	font: normal 14px/18px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 15px 6px;
	background: url('../images/general/product_btns.png') repeat-x 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#CustomBelts .txt .actions li a:hover,
#ProductListing .product .txt .actions li a:hover {
	background-position: 0 -29px;
	text-decoration: none;
}
#CustomBelts .txt .actions li.galleryLink a,
#ProductListing .product .txt .actions li.galleryLink a {
	background-position: 0 -58px;
}
#CustomBelts .txt .actions li.galleryLink a:hover,
#ProductListing .product .txt .actions li.galleryLink a:hover {
	background-position: 0 -87px;
}
#ProductListing .product .txt .relatedProducts .related {
	float: left;
	width: 86px;
	height: 86px;
	margin-right: 11px;
	margin-bottom: 11px;
}
#ProductListing .product .txt .relatedProducts .lastRelated {
	margin-right: 0;
}
#ProductListing .product .txt .relatedProducts .related a {
	border: 1px solid #ccc;
	width: 84px;
	height: 84px;
	display: block;
	float: left;
	position: relative;
	-webkit-transition-property: border-color;
	-moz-transition-property: border-color;
	-o-transition-property: border-color;
	transition-property: border-color;
}
#ProductListing .product .txt .relatedProducts .related a:hover {
	border-color: #e30615;
}
#ProductListing .product .txt .relatedProducts .related a img {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	filter: alpha(opacity = 100);
}
#ProductListing .product .txt .relatedProducts .related a .tooltip {
	position: absolute;
	bottom: 95px;
	background: #111;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	left: 50%;
	margin-left: -78px;
	width: 140px;
	padding: 5px 8px;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: 0.2s opacity linear;
	-moz-transition: 0.2s opacity linear;
	-o-transition: 0.2s opacity linear;
	transition: 0.2s opacity linear;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#ProductListing .product .txt .relatedProducts .related a .tooltip .arr {
	opacity: 0;
	filter: alpha(opacity = 0);
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 1px;
	position: absolute;
	bottom: -6px;
	left: 71px;
	_filter: chroma(color=pink);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	_border-right-color: pink;
	_border-left-color: pink;
	border-top: 6px solid #111;
	border-top: 6px solid rgba(0, 0, 0, 0.9);
}
#ProductListing .product .txt .relatedProducts .related a:hover .tooltip .arr,
#ProductListing .product .txt .relatedProducts .related a:hover .tooltip {
	opacity: 1;
	filter: alpha(opacity = 100);
}
/*************************
 CUSTOM BELTS PAGE
 **************************/
#CustomBelts {
	margin-bottom: 40px;
	padding: 0 20px;
	float: left;
	width: 520px;
}
#CustomBelts .img {
	width: 280px;
	float: left;
	margin-right: 20px;
	display: inline;
}
#CustomBelts .txt {
	width: 220px;
	float: left;
}
/*************************
 BELT SELECTOR
 **************************/
#BeltSelector {
	margin: 0 20px;
	width: 940px;
	position: relative;
	margin-bottom: 50px;
}
#BeltSelector .title {
	font: normal 30px/34px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 20px;
}
#BeltSelector .txt {
	text-align: center;
}
#BeltPagerWrap {
	padding-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	position: relative;
}
#BeltPagerWrap ul {
	margin-bottom: 0;
	position: relative;
	left: 50%;
	float: left;
}
#BeltPagerWrap ul li {
	float: left;
	position: relative;
	right: 50%;
	margin: 0 4px;
}
#BeltPagerWrap ul li a {
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
	direction: ltr;
	text-align: left;
	margin-bottom: 8px;
	background: url('../images/general/icons.png') no-repeat 0 -400px;
}
#BeltPagerWrap ul li.activeSlide a,
#BeltPagerWrap ul li a:hover {
	background-position: -11px -400px;
}
#BeltSlider {
	margin-left: 60px;
	width: 820px;
	height: 350px;
	position: relative;
	overflow: hidden;
}
#BeltSlider .slide {
	width: 820px;
	height: 350px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
#BeltSlider .beltSlide {
	float: left;
	width: 148px;
	margin-right: 20px;
	height: 350px;
	text-align: center;
}
#BeltSlider .lastBelt {
	margin-right: 0;
}
#BeltSlider .beltSlide .img {
	width: 148px;
	height: 210px;
	margin-bottom: 10px;
}
#BeltSlider .beltSlide .pos {
	margin-bottom: 10px;
	font: normal 24px/26px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	color: #e30615;
}
#BeltSlider .beltSlide h2 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#BeltSlider .beltSlide .desc {
	margin-bottom: 0;
}
#BeltSelector .control {
	background: url('../images/general/icons.png') no-repeat 0 -750px;
	text-indent: -9999px;
	overflow: hidden;
	direction: ltr;
	text-align: left;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 150px;
	left: 5px;
}
#BeltSelector .control:hover {
	background-position: -35px -750px;
}
#BeltSelector #NextBelt {
	left: auto;
	right: 5px;
	background-position: 0 -800px;
}
#BeltSelector #NextBelt:hover {
	background-position: -35px -800px;
}
/*************************
 STORE PAGE
 **************************/
.googleMapLink {
	display: block;
	width: 200px;
	background: url('../images/general/icons.png') no-repeat 0 -542px;
	padding: 8px 0 4px 20px;
}
.googleMapLink:hover {
	color: #333;
	background-position: 0 -592px;
	text-decoration: none;
}
#OpeningTable {
	margin-bottom: 25px;
}
#OpeningTable .day {
	width: 90px;
}
/*************************
 CONTACT PAGE
 **************************/
#Addresses {
	float: left;
	width: 560px;
}
#Addresses .address {
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 40px;
}
#Addresses .address h2 {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#Addresses .address .txt {
	float: left;
	width: 280px;
	font-size: 13px;
	line-height: 20px;
}
#Addresses .address .tabulator {
	width: 40px;
	float: left;
}
/*************************
 GENERIC MEDIA ITEMS
 **************************/
.mediaItem {
	overflow: hidden;
	zoom: 1;
	padding: 30px 20px 26px;
	background: url('../images/general/doble_line.png') repeat-x left bottom;
}
.lastMediaItem {
	background: none;
	padding-bottom: 20px;
}
.firstMediaItem {
	padding-top: 0;
}
.mediaItem .date {
	width: 160px;
	float: left;
	margin-right: 20px;
	font: normal 18px/22px 'Fjalla One', 'Oswald', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	text-transform: uppercase;
	color: #e30615;
}
.mediaItem .galleryTrigger {
	color: #999;
}
.mediaItem .galleryTrigger:hover {
	color: #e30615;
	text-decoration: none;
}
.mediaItem .img {
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
	position: relative;
}
.mediaItem .typography {
	margin-left: 0;
}
/*************************
 MEDIA GALLERY
 **************************/
.mediaGalleryThumbs {
	overflow: hidden;
	zoom: 1;
}
.mediaGalleryThumbs .galleryImage {
	display: block;
	width: 100px;
	height: 70px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.mediaGalleryThumbs .lastGalleryImage {
	margin-right: 0;
}
/*************************
 NEWS PAGE
 **************************/
.newsItem .img {
	display: inline;
	margin-left: 20px;
	margin-right: 0;
}
.newsItem .typography {
	margin-left: 0;
}
/*************************
 PARTNER PAGE
 **************************/
.partnerTitle {
	text-align: center;
}
/*************************
 FOOTER
 **************************/
#Footer {
	border-top: 1px solid #ddd;
	background: #eaeaea;
	padding: 9px 20px;
	overflow: hidden;
	zoom: 1;
}
#Copyright {
	width: 460px;
	margin-right: 20px;
	float: left;
}
#Credits {
	width: 460px;
	float: left;
	text-align: right;
}
/*************************
 TEXT SELECTION
 **************************/
::-moz-selection {
	background: #e30615;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #e30615;
	color: #fff;
	text-shadow: none;
}
a:link {
	-webkit-tap-highlight-color: #e30615;
}
/*************************
 CLEARFIXING
 **************************/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before,
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
} /* IE < 8 */


