@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
button{margin:0;padding:0}
button[type="submit"]{padding: 1px 4px;}

/* Removed from CSS reset as messes up IE7
body{line-height:1}
*/

/* messes up registration fields, can't remember why this was here anyway.. put back in with increased specificity if rerequired
	pw:todo - remove in not needed
input { border: 1px solid #A3A5AB; }
*/

body {
	background	: #8adaf4 url( /img/bg_x.png ) top repeat-x fixed;
	font-family	:Arial, Helvetica, sans-serif;
	font-size	:0.8em;
	padding-top: 20px;
}

input[type="button"], button {
	cursor: pointer;
}

h1, .faux_h1, h2 {
	color: #00A1B1;
	font-size: 4em;
	position: relative;
}

/* fix to prevent cufon being nudged down */
span.cufon-canvas {
	margin-top: -60px;
}

span.cufon-vml-canvas{
	margin-top: -30px;
}

h2 {
	clear: both;
	font-size: 2em;
	margin: 20px 0 5px 0;
}

/* MAIN CONTAINER */
#main_container, #shop_container {
	margin: auto;
	position: relative;
	width: 960px;
}

/* LINKS*/
a, button.link {
	color: #045eaa;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover, a:active, #mainBody a:link, #mainBody a:visited {
	text-decoration:underline;
}

/* UTILITIES */
.clear {
	clear: both;
}

/* remove IE scrollbar from empty textareas */
textarea{
    overflow:auto;
}

/* if you can click it, give it a pointer */
input[type=submit],label,select,.pointer { cursor:pointer; }

/* HEADER */
#header_container {
	background: url( /img/bg_header.png ) no-repeat top center;
	height: 150px;
	width: 100%;
}

#header {
	margin: auto;
	padding-bottom: 20px;
	position: relative;
	width: 960px;
}

#header a {
	float: left;
}

#header img {
	margin-top: 35px;
}

/* MAIN NAV */
#nav_main, #nav_foot {
	clear: both;
	margin-top: 7px;
}

#nav_main li, #nav_foot li {
	float: left;
}

#nav_main a, #nav_foot a {
	display: block;
	height: 40px;
	margin-right: 2px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#nav_main a:hover, #nav_foot a:hover {
	background-position: 100% top;
}

#navHome {
	background-image: url( /img/nav_home.png );
	width: 102px;
}

#navShop {
	background-image: url( /img/nav_shop.png );
	width: 92px;
}

#navHeritage {
	background-image: url( /img/nav_heritage.png );
	width: 118px;
}

#navNewsdesk {
	background-image: url( /img/nav_news.png );
	width: 80px;
}

#navEvents {
	background-image: url( /img/nav_events.png );
	width: 102px;
}

#navMedia {
	background-image: url( /img/nav_media.png );
	width: 88px;
}

#nav_main #navContact {
	background-image: url( /img/nav_contact.png );
	width: 108px;
	margin-right: 0px;
}

/* CONTENT */
#content {
	float: left;
	margin-left: 14px;
	position: relative;
	width: 553px;
}

#content p {
	line-height: 1.2em;
	margin: 10px 0;
}

/* FOOT NAV */
#nav_foot {
	padding-left: 175px;
	margin: 15px auto;
	width: 960px;
}

#nav_foot a {
	height: 60px;
	margin-right: 17px;
}

#navProducts {
	background-image: url( /img/nav_products.png );
	margin-top: 2px;
	width: 151px;
}

#navS4f {
	background-image: url( /img/nav_s4f.png );
	margin-top: 3px;
	width: 142px;
}

#navWhereBuy {
	background-image: url( /img/nav_wherebuy.png );
	margin-top: 6px;
	width: 144px;
}

#navYourSay {
	background-image: url( /img/nav_yoursay.png );
	margin-top: -2px;
	width: 142px;
}

#nav_foot a#navKidzone {
	background-image: url( /img/nav_kidzone.png );
	margin-top: 2px;
	margin-right: 0px;
	width: 142px;
}

/* TERMS NAV */
#nav_terms {
	clear: both;
	margin: 25px auto auto;
	width:960px;
}

#nav_terms li {
	float: left;
}

#nav_terms a {
	font-size: 0.82em;
	font-weight: bold;
	margin-right: 10px;
}

#nav_terms a {
	border-right: 2px solid #045EAA;
	padding-right: 9px;
}

#nav_terms ul > li:last-child a {
	border-right: 0;
	padding-right: 0;
}

/* BREADCRUMBS */
#breadcrumbs {
	margin: 10px 0;
}

#breadcrumbs li {
	display: inline;
}

#breadcrumbs li:after {
	content: " > ";
}

#breadcrumbs li.current:after {
	content: "";
}

/* IE6 breadcrumb */
*html #breadcrumbs li {
	background: url( /img/gt.gif ) no-repeat center right;
	padding-right: 10px;
	margin-right: 5px;
}

*html #breadcrumbs li.current {
	background: none;
	padding-right: 0px;
}

/* IE7 breadcrumb */
html>body #breadcrumbs li {
	*background: url( /img/gt.gif ) no-repeat center right;
	*padding-right: 10px;
	*margin-right: 5px;
}

html>body #breadcrumbs li.current {
	background: none;
	padding-right: 0px;
}

/* UTILIES */
#utilities {
	float: right;
	font-size: 0.85em;
}

#utilities form {
	float: right;
	margin-bottom: 12px;
}

#utilities ul {
	margin-bottom: 6px;
	clear: both;
	float: right;
}

#utilities li {
	display: block;
	float: left;
	border-right: 1px black solid;
	padding: 0 8px;
}

#utilities li a {
	background: none;
	float: none;
	padding-right: 0;
}

#utilities li.last {
	border: none;
	padding-right: 0;
}

.button {
	border: none;
	font-size: 0.9em;
	font-weight: bold;
}

/* GO button */
#utilities input {
	background: url( /img/btn_go.png );
	color: #fff;
	height: 17px;
	width: 32px;
}

/* basket summary */
#utilities a {
	background: url( /img/basket_small.png ) right center no-repeat;
	clear: both;
	float: right;
	padding-right: 25px;
}

#frm_search {
	background: url( /img/bg_search.png ) no-repeat;
	float: right;
	height: 34px;
	margin-top: 5px;
}

#frm_country label, #frm_search label {
	overflow: hidden;
	position:absolute;
	text-indent: -9999px;
}

#btnSearch {
	background: url( /img/btn_search.png ) no-repeat;
	height: 22px;
	margin-top: 6px;
	padding-left: 1px;
	width: 53px;
}

#searchword {
	background: none;
	border:none;
	padding-left: 5px;
	width: 125px;
}

/* NEWS section */
#news {
	background: url(/img/home_news_small.png) no-repeat;
	float: left;
	font-size: 0.9em;
	height: 77px;
	margin: 5px;
	padding: 10px;
	width: 213px;
}

#news h2 {
	margin: 0;
	color: #000;
	font-family: "Arial Narrow", Arial;
	font-size: 1.9em;
	font-weight: normal;
	text-transform: uppercase;
}

/* slideshows */
#slideshow {
	width: 559px;
	height: 308px;
}

#slideshow div.tagline {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow div.tagline.active  {
    z-index:10;
}

#slideshow div.last-active img {
    z-index:9;
}

/* Resized versions for S4F
	todo: make these primary, shift our others into shop.css */

#home .small #main_container {
	background: #11B4E9 url( /img/bg_lower.png ) repeat-y top;
	height:415px;
}

#header, .small #main_container, .small #nav_terms, .small #nav_foot {
	width: 773px;
}

.small #nav_main a:hover {
	background-position: 100% bottom;
}

.small #nav_foot a:hover {
	background-position: 100% top;
}

.small #nav_foot {
	padding: 0;
}

.small #nav_foot a {
	margin-right: 13px;
}

.small #nav_main a {
	background-position: 0 bottom;
}

#nav_main .item89 a, #nav_main .item90 a {
	background-image:url(/img/sm_nav_partners.png);
	width: 71px;
}
#nav_main .item1 a, #nav_main .item35 a {
	background-image:url(/img/sm_nav_home2.png);
	width: 68px;
}

#nav_main .item79 a, #nav_main .item37 a {
	background-image:url(/img/sm_nav_shop.png);
	width: 74px;
}

#nav_main .item29 a {
	background-image:url(/img/sm_nav_heritage2.png);
	width: 80px;
}

#nav_main .item84 a {
	background-image:url(/img/sm_nav_heritage2.png);
	width: 80px;
}

#nav_main .item74 a {
	background-image:url(/img/sm_nav_newsletters2.png);
	width: 90px;
}

#nav_main .item48 a, #nav_main .item50 a  {
	background-image:url(/img/sm_nav_news2.png);
	width: 66px;
}

#nav_main .item82 a, #nav_main .item88 a  {
	background-image:url(/img/sm_nav_events2.png);
	width: 68px;
}

#nav_main .item85 a {
	background-image:url(/img/sm_nav_media2.png);
	width: 59px;
}

#nav_main .item31 a {
	background-image:url(/img/sm_nav_media2.png);
	width: 59px;
}

#nav_main .item71 a {
	background-image:url(/img/sm_nav_s4fcentres.png);
	width: 102px;
}

#nav_main .item72 a, #nav_main .item62 a  {
	background-image:url(/img/sm_nav_contact2.png);
	width: 73px;
}

#nav_main .item80 a {
	background-image:url(/img/sm_nav_atheleten.png);
	width: 79px;
}

#nav_main .item83 a {
	background-image:url(/img/sm_nav_atheleten.png);
	width: 79px;
}




/* LEGACY CODE
	old CSS from the original build, used in content areas
*/
#mainBody {
	background-image: url(/templates/zoggs_home/images/content_middle.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	font-size: 0.9em;
	padding: 5px 40px;
	margin-top: -5px;
	overflow: hidden;
	text-align: left;
}

#mainBody p {
	font-size:1em;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 1em;
	padding:0;
}

#mainBody table {
	border-collapse:separate;
	border-spacing:2px;
}

#mainBody ol {
	list-style-type: decimal;
	padding-left: 40px;
}

#mainBody ul {
	list-style-type: disc;
	padding-left: 40px;
}


#mainBody .button {
	font-size: inherit;
	border: 2px outset buttonface;
}

h1, .contentheading, .componentheading {
	color:#005DA9;
	font-size:1.6em;
	font-weight:normal;
	margin:0.8em 0 0.2em;
	padding:0;
}

.blog .contentpagetitle {
	color:#005DA9;
	font-size:0.7em;
	font-weight:normal;
	margin:0.8em 0 0.2em;
	padding:0;
}

.contentpaneopen img {
	padding: 10px;
}

/* Where to buy */
.inYourArea div, .onlineStockists div, .globalStockists div {
	background-image:url(/templates/where_to_buy/images/in_your_area_box_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:5px 10px 10px;
}

.inYourArea {
	background-image:url(/templates/where_to_buy/images/in_your_area_box_top.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:3px;
	margin-right:3px;
	padding-top:27px;
	position:relative;
	text-align:left;
	width:224px;
}

.onlineStockists {
	background-image:url(/templates/where_to_buy/images/online_stockists_box_top.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:3px;
	margin-right:3px;
	padding-top:27px;
	position:relative;
	text-align:left;
	width:224px;
}

.globalStockists {
	background-image:url(/templates/where_to_buy/images/global_stockists_top.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:3px;
	margin-right:3px;
	padding-top:27px;
	position:relative;
	text-align:left;
	width:224px;
}

.listingBox {
	background-image:url(/templates/where_to_buy/images/listing_box_top.gif);
	background-repeat:no-repeat;
	float:right;
	margin-left:5px;
	padding-top:17px;
	position:relative;
	width:450px;
}

.listingBox div.middle, .listingBox div.middle, .listingBox div.middle {
	background-image:url(/templates/where_to_buy/images/listing_box_middle.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}

.listingBox div.bottom, .listingBox div.bottom, .listingBox div.bottom {
	background-image:url(/templates/where_to_buy/images/listing_box_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
}

/* product pages - todo:remove when shop is live? */
.product {
	background-image:url(/templates/zoggs_home/images/product_box.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:220px;
	padding:0;
	position:relative;
	text-align:left;
	width:164px;
}

.product .description {
	font-size:0.8em;
	left:5px;
	position:absolute;
	top:163px;
}

.product .name {
	font-size:0.8em;
	left:5px;
	position:absolute;
	top:183px;
}

.product .name a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.product img {
	left:5px;
	position:absolute;
	top:5px;
}
