.noanim {
	-webkit-transition:none!important;
	-moz-transition:none!important;
	-ms-transition:none!important;
	-o-transition:none!important;
	transition:none!important
}
@-webkit-keyframes blink {
0% {
opacity:1;
filter:alpha(opacity=100)
}
33%, to {
opacity:0;
filter:alpha(opacity=0)
}
}
@-moz-keyframes blink {
0% {
opacity:1;
filter:alpha(opacity=100)
}
33%, to {
opacity:0;
filter:alpha(opacity=0)
}
}
@keyframes blink {
0% {
opacity:1;
filter:alpha(opacity=100)
}
33%, to {
opacity:0;
filter:alpha(opacity=0)
}
}
body {
	font:12px/28px
}
#page, .wrapper {
	zoom:1;
	width:100%;
	margin:0 auto;
	border-bottom:1px solid #0896b8
}
#page:after, #page:before, .wrapper:after, .wrapper:before {
	content:"\0020";
	display:table;
	height:0;
	overflow:hidden
}
#page:after, .wrapper:after {
	clear:both
}
::selection {
color:#fafafa;
background:#6ea74b
}
::-khtml-selection {
color:#fafafa;
background:#6ea74b
}
::-webkit-selection {
color:#fafafa;
background:#6ea74b
}
::-moz-selection {
color:#fafafa;
background:#6ea74b
}
::-ms-selection {
color:#fafafa;
background:#6ea74b
}
::-o-selection {
color:#fafafa;
background:#6ea74b
}
#header {
	margin:0
}
#trueHeader {
	z-index:8000;
	left:0;
	right:0;
	padding:0;
	/*box-shadow:0 1px 3px rgba(0, 0, 0, .1);
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .1);
	-ms-box-shadow:0 1px 3px rgba(0, 0, 0, .1);
	-o-box-shadow:0 1px 3px rgba(0, 0, 0, .1);*/
	zoom:1;
	/*background:#fff;*/
	height:94px
}
#header.sticky #trueHeader {
	/*position:absolute;*/
	top:0
}
#header.sticky.condensed #trueHeader {
	padding:0
}
@media only screen and (min-width:480px) and (max-width:767px) {
#trueHeader {
height:160px
}
}
@media only screen and (max-width:479px) {
#trueHeader {
height:160px
}
}
