/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:hover,a:active{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/***** DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING *****/

.wrap{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
}

.full-width{
	float:left;
	display:inline;
	width:100%;
}

.container{
	clear:both;
	margin:0 auto;
	padding:0 10px;
	width:940px;
	zoom:1;
}

.sticky .main{
	padding-bottom:199px;
}
.sticky .footer{
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}

.row{
	clear:both;
	display:table;
	list-style:none;
	zoom:1;
}
.main .row {
	margin-bottom:36px;
}
/*.main .row:last-child {
	margin-bottom:0;
}*/

/***** 940(12x60x20) *****/
.wrap{min-width:960px;}.container{width:940px;}.row{margin-left:-20px;}.span-1,.span-2,.span-3,.span-4,.span-5,.span-6,.span-7,.span-8,.span-9,.span-10,.span-11,.span-12{margin-left:20px;float:left;display:inline;}.span-12{width:940px;}.span-11{width:860px;}.span-10{width:780px;}.span-9{width:700px;}.span-8{width:620px;}.span-7{width:540px;}.span-6{width:460px;}.span-5{width:380px;}.span-4{width:300px;}.span-3{width:220px;}.span-2{width:140px;}.span-1{width:60px;}.offset-11{margin-left:900px;}.offset-10{margin-left:820px;}.offset-9{margin-left:740px;}.offset-8{margin-left:660px;}.offset-7{margin-left:580px;}.offset-6{margin-left:500px;}.offset-5{margin-left:420px;}.offset-4{margin-left:340px;}.offset-3{margin-left:260px;}.offset-2{margin-left:180px;}.offset-1{margin-left:100px;}
/***** RESPONSIVE GRID *****/

/* ======================================================
=main site styles
====================================================== */

body {
	background:#191616 url(../images/sprites/bg.png) no-repeat center top;
	color:#5e5953;
	font:normal .75em/1.5em "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; /* 12px/18px */
	height:100%;
	width:100%;
}
a {
	color:#2d2424;
	text-decoration:none;
	-webkit-transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	-ms-transition: color .15s ease-out;
	transition: color .15s ease-out;
}
a:hover {
	color:#aa2e37;
	text-decoration:none;
}
area {
	outline:none
}
.h { /* generic heading style */
	color:#191616;
}
.h strong {
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
}
.hgroup {
	background:url(../images/sprites/hr.png) no-repeat center bottom;
	margin-bottom:1.5em;
	padding-bottom:14px;
}
.hgroup .h {
	margin:0
}
hr {
	background:url(../images/sprites/hr.png) no-repeat center center;
	border:none;
	clear:both;
	height:9px;
	margin:-4px 0 14px;
}
.hr {
	margin-left:20px;
}
.hr-large {
	margin-bottom:32px;
}
.main img {
	display:block
}
p {
	margin:0 0 1.5em /* 18px */
}
p:last-child {
	margin-bottom:0
}

h1, .h1 {
	color:#191616;
	font-family:"Lato", Arial, Helvetica, sans-serif;
	font-size:3em; /* 36px */
	line-height:1em; /* 36px */
	margin-bottom:.5em; /* 18px */
	text-transform:uppercase;
}
h2, .h2 {
	color:#191616;
	font-family:"Lato", Arial, Helvetica, sans-serif;
	font-size:2em; /* 24px */
	line-height:1em; /* 24px */
	margin-bottom:.75em; /* 18px */
	text-transform:uppercase;
}
h3, .h3 {
	color:#191616;
	font-family:"Lato", Arial, Helvetica, sans-serif;
	font-size:1.75em; /* 21px */
	line-height:1.333em; /* 28px */
	margin-bottom:.952em; /* 20px */
	text-transform:uppercase;
}
h4, .h4 {
	color:#191616;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.417em; /* 17px */
	line-height:1.235em; /* 21px */
	margin-bottom:1.059em; /* 18px */
	text-transform:none;
}
h5, .h5 {
	color:#2d2424;
	font-size:1.083em; /* 13px */
	line-height:1.385em; /* 18px */
	margin-bottom:0;
	text-transform:uppercase;
}
h6, .h6 {
	color:#191616;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size:1em;
	margin-bottom:0;
	text-transform:none;
}

/***** table styles *****/
table {
	border:none;
	margin-bottom:20px;
	width:100%
}
th, td {
	border:none;
	font-weight:normal;
	padding:3px;
	text-align:left;
	vertical-align:top;
}

/***** list styles *****/
ul {
	list-style:square;
	margin:0 0 18px 20px;
	padding:0;
}
ul li {
	margin:0;
	padding:0;
}
.ul-checklist li {
	background-position:-460px 0 !important;
	padding:9px 0 8px 40px;
}
.ul-checklist li:nth-child(even) {
	background-position:-460px -100px !important;
}

/***** terms styles *****/
.terms ul {
	list-style-type:disc;
}
.terms ul li {
	background:none;
}
.terms ul ul {
	list-style:none;
	margin:20px 0 20px 20px;
}
.terms li{
	margin:0 0 1em;
	padding:0;
}
.ol-alpha {
	list-style-type:lower-alpha;
}


/***** nav styles *****/
.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.nav li {
	background:none;
	margin:0;
	padding:0;
}
.ul-inline, .ul-inline li {
	display:inline;
}
.ul-inline li {
	float:left
}
.nav a {
	display:block;
	text-decoration:none;
}

/***** *****/
.wrap {padding-bottom:70px} /* to be removed */
.head, .main, .footer {
	float:left;
	width:100%;
}
.head .container {
	padding-top:29px;
	position:relative;
	z-index:2
}
.head h1 {
	margin:0
}
.head a,
.footer a {
	color:#fff;
}
.head-logo {
	display:block;
	height:102px;
	margin:0 0 22px 298px;
	width:345px;
	white-space:nowrap;
	text-indent:110%;
	overflow:hidden;
	background:url(../images/sprites/alfturner-logo.png) no-repeat 0 0;
}
.footer {
	color:#d8c8a6;
	font-size:.833em; /* 10px */
	line-height:1.8em;
}
.footer .container {
	background:#b29350 url(../images/sprites/footer.png) repeat-x 0 0;
	margin-top:-30px;
	padding:36px 0 0;
	width:960px;
}
.footer .container-inner {
	background:url(../images/sprites/footer.png) repeat-x left bottom;
	padding:0 30px;
}
.footer .h4 {
	color:#fff;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	text-shadow:1px 1px 0 #9d7834;
	text-transform:uppercase;
}
.footer a {
	color:#e8dbbf;
}
.footer .span-2 {
	width:160px;
}
.footer .span-4 {
	width:260px;
}
.footer .span-5 {
	width:350px;
}
.footer .span-7 {
	width:480px;	
}
.copyright {
	line-height:10px;
	padding:35px 0 20px;
}
.copyright a {
	color:#d8c8a6;
}
.footer a:hover {
	color:#fff;
}
.nav-footer {
	float:right;
}
.nav-footer ul {
	float:right;
	margin-right:-8px;
}
.nav-footer a {
	border-left:1px solid #bfa46c;
	padding:0 8px
}
.nav-footer li:first-child a {
	border:none;
}
.nav-footer a:hover {
	color:#fff;
}

.main .container {
	background:#f1ede7;
	margin-top:-38px;
	/*padding-top:46px;*/
	padding-top:69px;
	padding-bottom:36px;
}

/***** MARGINS *****/

.margin-top-0{margin-top:0}.margin-top-1{margin-top:1px}.margin-top-2{margin-top:2px}.margin-top-3{margin-top:3px}.margin-top-4{margin-top:4px}.margin-top-5{margin-top:5px}.margin-top-6{margin-top:6px}.margin-top-7{margin-top:7px}.margin-top-8{margin-top:8px}.margin-top-9{margin-top:9px}.margin-top-15{margin-top:15px}.margin-top-10{margin-top:10px}.margin-top-20{margin-top:20px}.margin-top-30{margin-top:30px}.margin-top-40{margin-top:40px}.margin-top-50{margin-top:50px}.margin-top-60{margin-top:60px}.margin-top-70{margin-top:70px}.margin-top-80{margin-top:80px}.margin-top-90{margin-top:90px}.margin-top-100{margin-top:100px}.margin-1{margin:1px}.margin-2{margin:2px}.margin-3{margin:3px}.margin-4{margin:4px}.margin-5{margin:5px}.margin-6{margin:6px}.margin-7{margin:7px}.margin-8{margin:8px}.margin-9{margin:9px}.margin-10{margin:10px}.margin-20{margin:20px}.margin-30{margin:30px}.margin-40{margin:40px}.margin-50{margin:50px}.margin-60{margin:60px}.margin-70{margin:70px}.margin-80{margin:80px}.margin-90{margin:90px}.margin-100{margin:100px}.margin-right-0{margin-right:0}.margin-right-1{margin-right:1px}.margin-right-2{margin-right:2px}.margin-right-3{margin-right:3px}.margin-right-4{margin-right:4px}.margin-right-5{margin-right:5px}.margin-right-6{margin-right:6px}.margin-right-7{margin-right:7px}.margin-right-8{margin-right:8px}.margin-right-9{margin-right:9px}.margin-right-10{margin-right:10px}.margin-right-20{margin-right:20px}.margin-right-30{margin-right:30px}.margin-right-40{margin-right:40px}.margin-right-50{margin-right:50px}.margin-right-60{margin-right:60px}.margin-right-70{margin-right:70px}.margin-right-80{margin-right:80px}.margin-right-90{margin-right:90px}.margin-right-100{margin-right:100px}.margin-bottom-0{margin-bottom:0}.margin-bottom-1{margin-bottom:1px}.margin-bottom-2{margin-bottom:2px}.margin-bottom-3{margin-bottom:3px}.margin-bottom-4{margin-bottom:4px}.margin-bottom-5{margin-bottom:5px}.margin-bottom-6{margin-bottom:6px}.margin-bottom-7{margin-bottom:7px}.margin-bottom-8{margin-bottom:8px}.margin-bottom-9{margin-bottom:9px}.margin-bottom-10{margin-bottom:10px}.margin-bottom-15{margin-bottom:15px}.margin-bottom-20{margin-bottom:20px}.margin-bottom-30{margin-bottom:30px}.margin-bottom-40{margin-bottom:40px}.margin-bottom-50{margin-bottom:50px}.margin-bottom-55{margin-bottom:55px}.margin-bottom-60{margin-bottom:60px}.margin-bottom-70{margin-bottom:70px}.margin-bottom-80{margin-bottom:80px}.margin-bottom-90{margin-bottom:90px}.margin-bottom-100{margin-bottom:100px}.margin-left-0{margin-left:0}.margin-left-1{margin-left:1px}.margin-left-2{margin-left:2px}.margin-left-3{margin-left:3px}.margin-left-4{margin-left:4px}.margin-left-5{margin-left:6px}.margin-left-6{margin-left:6px}.margin-left-7{margin-left:7px}.margin-left-8{margin-left:8px}.margin-left-9{margin-left:9px}.margin-left-10{margin-left:10px}.margin-left-20{margin-left:20px}.margin-left-30{margin-left:30px}.margin-left-40{margin-left:40px}.margin-left-50{margin-left:50px}.margin-left-60{margin-left:60px}.margin-left-70{margin-left:70px}.margin-left-80{margin-left:80px}.margin-left-90{margin-left:90px}.margin-left-100{margin-left:100px}.margin-0,.margin-none{margin:0}

.relative{position: relative;}

.zindex-1{z-index:1;}


/***** image styles *****/
.about-img-alf {
	
	margin:-66px 0 -40px 140px;
}
.about-img-stack {
	margin:-73px 0 0 -11px;
}
.img-link {
	background:url(../images/sprites/sprite.png) no-repeat 0 0;
	display:block;
	overflow:hidden;
	text-indent:110%;
	white-space:nowrap;
}
.img {
	display:block;
	padding:4px;
	position:relative;
}
.img span {
	background:no-repeat 0 0;
	display:block;
	height:100%;
	left:0;
	margin:-6px -10px -10px -6px;
	padding:6px 10px 10px 6px;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}

.img-small {
	height:115px;
	width:115px;
}
.img-small span {
	background-image:url(../images/sprites/img-frame-115x115.png);
	margin:-8px -10px -10px -7px;
}

.img-thumb {
	height:177px;
	width:177px;
}
.img-thumb span {
	background-image:url(../images/sprites/img-frame-177x177.png);
}

.img-medium {
	height:237px;
	width:237px;
}
.img-medium span {
	background-image:url(../images/sprites/img-frame-237x237.png);
}

.img-large {
	height:247px;
	width:247px;
}
.img-large span {
	background-image:url(../images/sprites/img-frame-247x247.png);
}

.img-x-large {
	background:url(../images/sprites/img-frame-370x370.png) no-repeat 0 0;
	height:370px;
	margin:-6px -10px -10px -6px;
	padding:10px 14px 14px 10px;
	width:370px;	
}
.img-x-large span {
	display:none;
}

.img-banner {
	border:1px solid #ccc7bf;
	margin-bottom:18px;
	padding:2px;
	position:relative;
	z-index:0
}
.img-banner:last-child {
	margin-bottom:0
}
.img-banner img {
	border:4px solid #ccc7bf;
}

.img-border {
	border:4px solid #fff;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow:2px 2px 3px rgba(0,0,0,.2);
	-ms-box-shadow:2px 2px 3px rgba(0,0,0,.2);
	-o-box-shadow:2px 2px 3px rgba(0,0,0,.2);
	box-shadow:2px 2px 3px rgba(0,0,0,.2);
}

.img-shadow {
	-webkit-box-shadow:1px 2px 4px rgba(0,0,0,.2);
	-moz-box-shadow:1px 2px 4px rgba(0,0,0,.2);
	-ms-box-shadow:1px 2px 4px rgba(0,0,0,.2);
	-o-box-shadow:1px 2px 4px rgba(0,0,0,.2);
	box-shadow:1px 2px 4px rgba(0,0,0,.2);
}

.ie7 .img-border, .ie8 .img-border,
.ie7 .img-shadow, .ie8 .img-shadow,
.carousel {
	border-left:1px solid #e7e7e7;
	border-right:1px solid #ddd;
	border-bottom:1px solid #b2b2b2;
}

.rotate-5-cw {
	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-ms-transform:rotate(5deg);
	-o-transform:rotate(5deg);
	transform:rotate(5deg);
}
.rotate-3-acw {
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.rotate-5-acw {
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	transform:rotate(-5deg);
}
.rotate-10-acw {
	-webkit-transform:rotate(-10deg);
	-moz-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	-o-transform:rotate(-10deg);
	transform:rotate(-10deg);
}
.ie7 .rotate-5-cw, .ie7 .rotate-3-acw .ie7 .rotate-5-acw, .ie7 .rotate-10-acw,
.ie8 .rotate-5-cw, .ie8 .rotate-3-acw .ie8 .rotate-5-acw, .ie8 .rotate-10-acw {
	position:relative
}

/***** text styles *****/
.block-left {
	float:left;
	margin-right:45px;
	margin-bottom:27px;
}
.block-overlap-left {
	float:left;
	margin:0 30px 27px -30px;
}
.block-right {
	float:right;
	margin-left:45px;
	margin-bottom:27px;
}
.block-overlap-right {
	border:4px solid #fff;
	float:right;
	margin:0 -67px 27px 10px;
}

.pull-left {
	float:left;
	display:inline-block;
}
.pull-right {
	float:right;
	display:inline;
}
.small-print {
	font-size:.917em /* 11px */
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}

/***** faq styles *****/
/*.faq-list .h4 {
	background:url(../images/sprites/faq-arrows.png) no-repeat right top;
	cursor:pointer;
	line-height:20px;
	margin:0;
	padding:15px 70px 15px 0;
}
.faq-list .active {
	background-position:right bottom;
}
.no-js .faq-list .h4 {
	background:none;
	cursor:auto;
}
.faq-list p {
	display:none;
}
.no-js .faq-list p {
	display:block;
}*/

.faq-list dt {
	background:url(../images/sprites/box-w700.png) no-repeat left top;
	cursor:pointer;
	color:#191616;
	font:17px/20px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:25px 70px 9px 25px;
	position:relative;
}
.no-js .faq-list dt {
	cursor:auto;
}
.faq-list dt span {
	background:url(../images/sprites/faq-arrows.png) no-repeat right top;
	display:block;
	height:50px;
	position:absolute;
	right:20px;
	top:11px;
	width:50px;
}
.faq-list .active span {
	background-position:right bottom;
}
.faq-list dd {
	background:url(../images/sprites/box-w700.png) no-repeat left bottom;
	margin:0 0 18px;
	padding:0 25px 18px;
}
.ie7 .faq-list dd {
	display:inline-block;
}
.faq-list dd p {
	margin:0;
	padding:9px 0 13px;
}
.no-js .faq-list p {
	display:block;
}

/***** nav-top styles *****/
.nav-top {
	position:absolute;
	right:10px;
	top:0;
	width:140px;
}
.nav-top a,
.nav-main a,
.nav-sub a,
.expand-toggle {
	color:#fff;
	font:1.167em Georgia, "Times New Roman", Times, serif; /* 14px */
	padding:0 4px;
	position:relative;
	text-align:center;
	text-shadow:1px 1px 0 #821624;
	text-transform:uppercase;
}
.nav-top a:hover,
.expand-toggle:hover {
	color:#fff;
}
.nav-top .dragons-den,
.expand-toggle {
	background:url(../images/sprites/sprite.png) no-repeat -300px -180px;
	font-family:"Lato", Arial, Helvetica, sans-serif;
	height:56px;
	margin:0 0 11px -8px;
	padding:9px 0 0;
	width:159px;
}
.help-for-heroes {
	background:url(../images/help-the-heroes.png) 50% 50% no-repeat;
	margin:0 0 0 13px;
	height:64px;
	width:106px;
}
.footer .help-for-heroes {
	float:right;
	margin:0;
}

/***** expandable styles *****/
.expandable {
	border-top:1px solid #821624;
}
.expand-toggle {
	background-position:0 -240px;
	cursor:pointer;
	display:block;
	margin:-8px auto 0;
	padding:16px 23px 0;
	text-align:left;
	width:142px;
}
.no-js .expand-toggle {
	cursor:auto;
}
.expand-toggle span {
	background:url(../images/sprites/sprite.png) no-repeat 126px -340px;
	display:block;
}
.expandable .open span {
	background-position:126px -320px;
}
.expanding {
/*	display:none;*/
	float:left;
}
.no-js .expanding {
	display:block
}

/***** nav-main styles *****/
.nav-main {
	background:url(../images/sprites/main-nav.png) no-repeat center 3px;
	margin-left:-10px;
	min-height:66px;
	width:960px;
}
.nav-main a span {
	display:block;
	padding:15px 17px 45px;
	position:relative;
	z-index:13;
}
.nav-main .on span,
.nav-main .parent span,
.nav-main a:hover span,
.nav-main > ul > li:hover span {
	border-left:1px dashed #c09f54;
	border-right:1px dashed #c09f54;
	padding:15px 16px 34px;
	text-shadow:1px 1px 0 #5e4c01;
}
.nav-main a img {
	display:none;
	height:70px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:12;
}
.nav-main a .shadow {
	height:83px;
	margin:-5px -7% -7px;
	width:114%;
	z-index:11 !important;
}
.nav-main .on img,
.nav-main .parent img,
.nav-main a:hover img,
.nav-main > ul > li:hover img {
	display:block;
}

/* main nav dropdown */
.nav-main > ul > li {
	margin:0 9px;
	position:relative;
	z-index:10
}
.nav-main > ul > li > a {
	z-index:1
}
.nav-main ul ul {
	background:#aa2e37 url(../images/sprites/sub-nav-divider.png) no-repeat center 20px;
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,.4);
	-moz-box-shadow:0 2px 3px rgba(0,0,0,.4);
	-ms-box-shadow:0 2px 3px rgba(0,0,0,.4);
	box-shadow:0 2px 3px rgba(0,0,0,.4);
	display:none;
	left:0;
	padding:30px 0 18px;
	position:absolute;
	top:60px;
	width:100%;
}
.nav-main ul ul li {
	display:block;
	float:none;
}
.nav-main ul ul a {
	float:none;
	/*width:100%;*/
}
.nav-main ul ul a:hover,
.nav-main ul ul .on,
.nav-sub a:hover,
.nav-sub .on {
	background:#a07d37;
	text-shadow:1px 1px 0 #5e4c01;
}
.nav-sub a:hover,
.nav-sub .on {
	background-image:url(../images/sprites/sub-nav.gif);
	background-repeat:repeat-y;
	background-position:5px 0;
}
.nav-main > ul > li:hover ul {
	display:block;
}

/***** nav-sub styles *****/
.nav-sub {
	background:url(../images/sprites/sub-nav.png) no-repeat left bottom;
	margin:-61px 0 0;
	padding:0 15px 14px 14px;
}
.ie7 .nav-sub {
	display:inline-block;
}
.nav-sub ul {
	background-image:url(../images/sprites/sub-nav-divider.png);
	background-repeat:no-repeat;
	background-position:center 70px;
	border-left:1px dashed #821624;
	border-right:1px dashed #821624;
	min-height:148px;
	padding:80px 0 30px
}
.nav-sub li,
.nav-main ul ul li {
	background:url(../images/sprites/sub-nav-divider.png) no-repeat center bottom;
}
.nav-sub a,
.nav-main ul ul a {
	margin-bottom:1px;
	padding:9px 15px 9px 14px;
	top:-5px;
}
.nav-sub a {
	margin:0 -5px 1px -6px;
	position:relative;
	text-align:left;
}

/***** tab content styles *****/
.tabs {
	margin-bottom:18px;
}
.nav-tab li {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.nav-tab li:first-child {
	border-left:none;
}
.nav-tab a {
	color:#2d2424;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 10px;
	text-align:center;
	text-transform:uppercase;
}
.nav-tab .on {
	color:#aa2e37;
}

.tab-content {
	clear:left;
	padding-top:10px;
}

/***** callout styles *****/
.callout { /* 262 x 144 viewable area */
	cursor:pointer;
	display:block;
	margin-bottom:-6px;
	padding-top:151px;
	position:relative;
	width:300px;	
}
.callout-list .callout {
	margin-top:28px
}
.callout .h,
.related-product .a span,
.slide-title {
	background:#a92d38;
	color:#fff;
	font:16px/1em "Lato", Arial, Helvetica, sans-serif; /* 16px */
	margin:0 10px;
	padding-top:5px;
	position:relative;
	text-align:center;
	text-shadow:1px 1px 0 #821624;
	text-transform:uppercase;
	z-index:2;
}
.callout .h span {
	background:url(../images/sprites/callout-frame.png) no-repeat -17px bottom;
	display:block;
	padding-bottom:14px;
}
.callout .h strong {
	background:url(../images/sprites/callout-frame.png) no-repeat center center;
	display:block;
	padding:0 28px
}
.callout img {
	left:19px;
	position:absolute;
	top:4px;
/*	padding:4px 19px 0;*/
	-webkit-transition: opacity .15s ease-out;
	-moz-transition: opacity .15s ease-out;
	-ms-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}
.callout:hover img {
	opacity:.8;
}
.callout .bg {
	background:url(../images/sprites/callout-frame.png) no-repeat 0 0;
	display:block;
	height:100%;
	left:0;
	margin:-6px -9px -6px -7px;
	position:absolute;
	top:0;
	width:316px;
	z-index:1;
}

.twitter{
	cursor: default;
	padding-top: 0;
}
.twitter:before{
	content: 'Latest Tweet';
	position:absolute;
	top: 0;
	left: 50%;
	display: block;
	margin: 0 0 0 -75px;
	z-index:10;
	text-transform: uppercase;
	width: 151px;
	height: 46px;
	font:16px/28px "Lato", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow:1px 1px 0 #821624;
	text-align:center;
	background:url(../images/sprites/twitter-top.png) no-repeat 0 0;
}
.twitter .h{
	display: block;
	background:#61A8DC;
	text-shadow:1px 1px 0 #666;
}
.twitter .h span,
.twitter .h strong,
.twitter .bg {
	background-image:url(../images/sprites/callout-frame-blue.png);
}
.twitter .h strong:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 18px;
	margin: -2px 6px -1px 0;
	background:url(../images/sprites/bird.png) 0 0 no-repeat;
}
.twitter-content{
	position: relative;
	z-index: 20;
	padding: 51px 30px 0 30px;
	height: 100px;
}
.twitter-content a{
	color: #5FA8DC;
}

.related-product {
	cursor:pointer;
	display:block;
	margin:-7px 0 31px -2px;
	position:relative;
}
.related-product .img {
	left:30px;
	position:absolute;
	top:-48px;
	z-index:10
}
.related-product .a {
	background:url(../images/sprites/title-ribbon-sprite.png) no-repeat 0 0;
	display:block;
	padding:10px 18px 0 21px;
	position:relative;
	width:347px;
}
.related-product .a span {
	background:#f1ede7 url(../images/sprites/title-ribbon-sprite.png) no-repeat -21px bottom;
	display:block;
	font-size:1.167em;
	margin:0;
	padding:7px 7px 14px 142px;
	text-align:left;
}

/***** article styles *****/
.article {
	display:block;
	margin-bottom:30px;
	position:relative;
}
.date {
	margin:0;
}
.article .img-thumb {
	left:0;
	position:absolute;
	top:0;
}

.article-list .article {
	clear:left;
	min-height:175px;
	padding:10px 0 0 210px;
}
.article-list a .h4,
.article-list a img {
	-webkit-transition:opacity .15s ease-out;
	-moz-transition:opacity .15s ease-out;
	-ms-transition:opacity .15s ease-out;
	transition:opacity .15s ease-out;
}
.article-list a:hover .h4,
.article-list a:hover img {
	opacity:.7;
}

.article-list-grid .article {
	float:left;
	height:auto;
	margin-left:20px;
	padding-top:156px;
	width:220px;
}
.article-list-grid .h {
	font-size:1.167em; /* 14px */
	line-height:17px;
	margin-right:15px;
}
.article-list-grid .h span,
.article-list-grid .h strong,
.article-list-grid .article .bg {
	background-image:url(../images/sprites/callout-frame-177x149.png);
}
.article-list-grid .h strong {
	padding:0 10px;
}
.article-list-grid .article .bg {
	width:231px;
}

.main .article-list-grid-small {
	margin-bottom:0;
}
.article-list-grid-small .article {
	float:left;
	height:auto;
	margin:0 0 18px 20px;
	padding-top:125px;
	width:172px;
}
.article-list-grid-small .article img {
	left:23px;
	top:10px;
}
.article-list-grid-small .h {
	background-color:transparent;
	font-size:1.167em; /* 14px */
	line-height:17px;
	margin:0 25px 0 14px;
}
.article-list-grid-small .h span {
	padding:3px 6px 13px
}
.article-list-grid-small .h span,
.article-list-grid-small .article .bg {
	background-image:url(../images/sprites/callout-frame-115x115.png);
}
.article-list-grid-small .article .bg {
	margin:0 -3px -6px;
	width:169px;
}

.latest-news {
	background:#fff;
	border:1px solid #9b9080;
	margin-right:120px;
	padding:8px 15px;
	position:relative;
}
.latest-news .article {
	margin:0;
	min-height:0;
	padding:0;
}
.latest-news .date {
	color:#3f3932;
	display:inline;
}
.latest-news .article .h6 {
	color:#7a756e;
	display:inline;
	margin:0 5px;
}
.latest-news span {
	color:#277894;
}
.latest-news .article:hover .h6,
.latest-news .article:hover .date {
	color:#277894;
}
.latest-news .more-btn {
	background-position:-300px -120px;
	line-height:40px; 
	padding-right:14px;
	position:absolute;
	right:-120px;
	top:-3px;
	width:109px;
}

.cols-4 .article:nth-child(5n) {
	clear:left
}
.cols-5 .article:nth-child(6n) {
	clear:left
}

/***** box styles *****/
.box {
	background:#fff url(../images/sprites/box.png) no-repeat 0 0;
	color:#7a756e;
	margin-bottom:30px;
	position:relative;
}
.ie7 .box {
	display:inline-block;
}
.box-tr {
	background:url(../images/sprites/box.png) no-repeat right top;
	margin-left:18px;
	padding-top:18px
}
.box-bl {
	background:url(../images/sprites/box.png) no-repeat left bottom;
	padding-left:18px
}
.box-br {
	background:url(../images/sprites/box.png) no-repeat right bottom;
	padding-right:18px;
	padding-bottom:18px;
}


.box:last-child {
	margin-bottom:0
}
.box-title-script {
	font:2.25em Yesteryear, Georgia, "Times New Roman", Times, serif; /* 27px */
	margin:0;
	text-transform:none;
}
/*.box-title {
	position:relative;
	z-index:1;
}*/

/* --------- carousel styles --------- */
.carousel {
	-webkit-box-shadow:2px 2px 6px rgba(0,0,0,.4);
	-moz-box-shadow:2px 2px 6px rgba(0,0,0,.4);
	-ms-box-shadow:2px 2px 6px rgba(0,0,0,.4);
	box-shadow:2px 2px 6px rgba(0,0,0,.4);
	position:relative;
	z-index:0
}

.ie7 .carousel-medium .carouselinner,
.ie7 .carousel-medium .slide {
	display:inline-block;
}
.carousel .nav {
	float:right;
	line-height:10px;
	padding:5px 3px 3px 5px;
}
.carousel .nav span {
	color:#808080;
	cursor:pointer;
	display:inline-block;
	font-size:10px;
	height:10px;
	line-height:10px;
	margin-left:-2px;
	padding:5px 7px 7px 5px;
	text-align:center;
	vertical-align:middle;
	width:10px;
}
.carousel .nav .a {
	background:url(../images/sprites/sprite.png) no-repeat -100px 0;
	color:#141414;
	overflow:hidden;
}
.carousel .nav .a:hover, .carousel .nav .on {
	background-position:-140px 0;
	color:#92216b;
}
/*.has-arrows {
	padding:0 50px;
}*/
.carousel .nav .leftArrow, .carousel .nav .rightArrow {
	background:url(../images/sprites/sprite.png) no-repeat -120px -120px;
	color:#000;
	height:36px;
	left:6px;
	line-height:36px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	top:45px;
	text-indent:40px;
	white-space:nowrap;
	width:18px;
}
.carousel .nav .leftArrow:hover {
	background-position:-200px -260px;
}
.carousel .nav .rightArrow {
	background-position:-140px -120px;
	left:auto;
	right:6px;
}
.carousel .nav .rightArrow:hover {
	background-position:-220px -260px;
}
.carouselslides {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:10000px;
	z-index:1;
}
.no-js .carouselslides {
	width:auto;
}
.carouselinfo {
	top:0;
	left:0;
	position:absolute;
	width:100%;
	z-index:2;
}

.slide {
	background:none;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}

.carousel-large,
.carousel-products {
	border:1px solid #ccc7bf;
	padding:2px;
}
.carousel-large .nav .leftArrow, .carousel-large .nav .rightArrow {
	top:142px;
}
.carousel-products .nav .leftArrow, .carousel-products .nav .rightArrow {
	top:202px;
}
.carouselinner {
	border:4px solid #ccc7bf;
	overflow:hidden;
	position:relative;
}
.ie7 .carouselinner {
	display:inline-block;
}

.carousel-info {
	background:#fff;
}
.carousel-info .nav .leftArrow {
	background-position:-180px -260px;
	left:0;
	top:207px;
}
.carousel-info .nav .leftArrow:hover {
}
.carousel-info .nav .rightArrow {
	background-position:-200px -260px;
	right:0;
	top:207px;
}
.carousel-info .nav .rightArrow:hover {
}
.carousel-info .slide {
	padding:20px;
	width:660px;
}
.no-js .slide {
	display:none;
}
.no-js .carousel .slide:first-child {
	display:block;
}
.slide-title {
	background:url(../images/sprites/sprite.png) no-repeat -40px -320px;
	margin:282px auto 10px;
	padding:18px 50px 60px;
	width:221px;
}
.carousel-info .img-main {
	left:10px;
	position:absolute;
	top:20px;
}

/***** meat cuts *****/
.cuts {
	min-height:200px;
	position:relative;
}
.cut-info {
	clear:both;
	display:none;
	float:left;
	position:absolute;
}
.no-js .cut-info {
	display:block;
}
.cut-info hr {
	display:none;
}
.no-js .cut-info hr {
	display:block;
}
.cut-description {
	float:left;
	width:320px;
}
.cut-description ul {
	list-style:none;
	margin:0 0 1.5em;
	padding:0;
}
.cut-description li {
	display:inline-block;
	font-weight:bold;
	line-height:1.75em;
	margin:0;
	padding:0;
	width:140px;
}
.cut-advice {
	float:left;
	margin-left:20px;
	width:320px;
}
.cut-advice .block-left {
	margin-right:20px;
}

/***** other styles *****/

.awards{
	margin: 50px 0 0 40px;
}

.awards-intro h3 {
	background:url(../images/sprites/sprite.png) no-repeat -160px -120px;
	color:#fff;
	display: inline-block;
	font-size:1.333em; /* 16px */
	height:76px;
	line-height:1em;
	margin:-13px 16px -13px 33px;
	padding:38px 15px 0;
	text-align:center;
	text-shadow:1px 1px 0 #80191f;
	vertical-align: middle;
	width:84px;
}
.awards-intro p {
	display: inline-block;
	vertical-align: middle;
	width: 180px;
}
.awards img {
	display: inline-block;
	margin-right:20px;
	vertical-align: bottom;
}
.awards .img-border {
	display: block;
	float: left;
	margin-right:-8px;
}
.clear {
	clear:both;
	font-size:0;
	height:0;
}
.content-padding {
	padding:0 20px
}
.more {
	display:inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.more-btn,
.more-btn-sprite,
.button {
	background:#2d2424 url(../images/sprites/sprite.png) no-repeat -300px 0;
	color:#fff;
	display:inline-block;
	font:1.167em "Lato", Arial, Helvetica, sans-serif; /* 14px */
	line-height:32px;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: opacity .15s ease-out;
	-moz-transition: opacity .15s ease-out;
	-ms-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
	width:100px;
}
.more-btn:hover,
.more-btn-sprite:hover {
	color:#fff;
	opacity:.8;
}
.article .more-btn {
	background-position:0 -180px;
	width:130px;
}

.more-btn-sprite {
	background:#2d2424 url(../images/sprites/more-btn-sprite.png) no-repeat 0 0;
	padding-left:24px;
	width:auto;
}
.article-detail .more-btn-sprite {
	margin-bottom:18px;
}
.addthis_toolbox {
	padding-top:8px
}
.more-btn-sprite span {
	background:url(../images/sprites/more-btn-sprite.png) no-repeat right 0;
	display:block;
	padding-right:24px;
	text-align:center;
}
.product-description {
	margin-left:40px;
	width:420px;
}
.video-framed {
	float:right;
	margin:0 0 0;
	padding:32px;
	position:relative;
	width:444px;
}
.video-framed iframe {
	border:none;
	display:block;
	margin:0 auto;
}
.video-framed span {
	background:url(../images/sprites/tv.png) no-repeat 0 0;
	display:block;
	float:right;
	height:485px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}

/***** form styles *****/
form {
	margin:0
}
fieldset {
	border:none;
}
form ol {
	list-style:none;
	margin:0;
	padding:20px 0 0;
}
form li {
	clear:both;
	margin:0 0 18px;
	padding:0;
}
label {
	display:block;
	float:left;
	margin-right:10px;
	padding-top:7px;
	position:relative;
	text-align:right;
	width:100px;
}
.form-row-checkbox {
	padding-left:110px;
}
.form-row-checkbox label {
	display:inline-block;
	float:none;
	font-size:.917em; /* 11px */
	line-height:1.272em; /* 14px */
	padding:0;
	text-align:left;
	vertical-align:text-top;
	width:370px;
}
.checkbox {
	display:inline-block;
	margin-right:10px;
	vertical-align:text-top;
}
.label-small-print {
	color:#fff;
	display:block;
	float:none;
	font-size:.667em;
	margin:4px 0 4px 124px;
	width:382px;
}
.req {
	color:#ff9f33;
/*	right:-2ex;
	position:absolute;
	top:0*/
}
.textbox {
	background:#fff;
	border:1px solid #b2b2b2;
	font:normal 1em/1.5em "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; /* 12px/18px */
	padding:6px;
	width:376px;
}
.textarea {
	max-width:376px;
	min-width:376px;
}
.short {
	width:180px
}
.errors,
.form-alert,
.alert,
label.error {
	background:#fff;
	border:1px solid #a92d38;
	color:#a92d38;
	font-weight:bold;
	margin-bottom:18px;
	padding:18px;
}
label.error {
	background:#e9c9cb;
	border-top:none;
	float:none;
	margin:0 0 0 110px;
	padding:5px 9px;
	text-align:left;
	width:370px;
}
.button {
	border:0;
	height:32px;
}
.form-row-buttons {
	padding-left:110px
}

/***** cookie styles *****/
#cookieBox {
	background:#aa2e37;
	border-top:2px solid #9b101a;
	border-bottom:2px solid #9b101a;
	bottom:0;
	color:#fff;
	left:0;
	padding:3px 0;
	position:fixed;
	_position:absolute;
	width:100%;
	z-index:100;
}
#cookieBoxInner {
	border-top:1px dashed #821624;
	border-bottom:1px dashed #821624;
}
#cookieBoxContent {
	margin:0 auto;
	padding:5px 10px;
	width:940px;
}
#cookieBox p {
	float:left;
	margin:0;
	width:780px;
}
#cookieBox p a {
	color:#500
}
#cookieBox a:hover {
	color:#fff
}
#cookieBox .more-btn {
	background-position:-300px -260px;
	float:right;
	margin-top:12px;
}

.sitemap li {
	margin-bottom:.5em
}
.sitemap .sub1 {
	margin-left:80px;
}
.sitemap .sub2 {
	margin-left:120px;
}
.sitemap .sub3 {
	margin-left:160px;
}
.sitemap .sub4 {
	margin-left:200px;
}

#storeLocator{
	margin: 0 0 10px 0;
}
#storeLocator:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
}
.store-map{
	position: relative;
	float: right;
	display: block;
	width: 585px;
	padding: 2px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc7bf;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	-ms-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	background: #FFF;
}

#storeMap{
	position: relative;
	z-index: 1;
	display: block;
	border: 4px solid #ccc7bf;
	height: 500px;
}

.store-content{
	overflow: hidden;
}

#storeLocation{
	margin: 0 0 20px 0;
	width: 268px;
}
#storeBtn{
	margin: 0 0 10px 0;
}
.store-filters{
	margin: 0 0 13px 0;
}
.store-filter-checkbox{
	float: none;
	display: block;
	width: auto;
	margin: 0 0 7px 0;
	padding: 0;
	text-align: left;
}
.store-filter-checkbox input{
	margin: 0 5px 0 0;
	vertical-align: text-top;
}
.map-content h3{
	margin: 0 0 5px 0;
}

/* FACEBOOK POST */

.facebook-post{
	position: relative;
	display: block;
	margin: 30px -9px 0 0;
	padding: 1px 28px 0 26px;
	width: 415px;
	min-height: 60px;
	background: url(../images/sprites/callout-facebook.png) -469px 0 repeat-y;
}
.facebook-post:before{
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	display: block;
	height: 40px;
	background: url(../images/sprites/callout-facebook.png) 0 0 no-repeat;
}
.fb-post{
	position: relative;
	z-index: 10;
	display: block;
	margin: -31px 0 5px 0;
}
.facebook-link{
	position: relative;
	display: block;
	margin: 0 10px 0 17px;
	width: 377px;
	padding: 3px 28px 15px 28px;
	color: #FFF;
	font: 16px/1em "Lato",Arial,Helvetica,sans-serif;
	text-shadow: 1px 1px 0 #1D417A;
	text-transform: uppercase;
	text-align: center;
	background: url(../images/sprites/callout-facebook.png) -1407px 100% no-repeat #355AA0;
}
.facebook-link:hover{
	color: #FFF;
}
.facebook-link:before{
	content: '';
	display: inline-block;
	margin: -1px 8px -1px 0;
	width: 18px;
	height: 18px;
	vertical-align: bottom;
	background: url(../images/sprites/facebook-icon.gif) 0 0 no-repeat;
}
.facebook-link:after{
	content: '';
	position: absolute;
	top: -10px;
	left: -17px;
	right: -19px;
	display: block;
	height: 40px;
	background: url(../images/sprites/callout-facebook.png) -938px 0 no-repeat;
}



/* ////////////// CHANGES MADE BY BILL ////////////// */

.image-block {
	border: 1px solid #ccc7bf;
	padding: 2px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	-ms-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}

.image-block-inner {
	border: 4px solid #ccc7bf;
	/*height: 310px*/
}

.message-row {
	margin-left: 0px;
}

.message-row .box {
	width: 940px;
}

.message-row .block-overlap-right {
	margin: -14px -9px 0px 10px;
}