/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: #e31b23;
}

a:hover
{
	text-decoration: underline;
	color: #e31b23;
}

ul
{
	margin-top: 5px;
	list-style: url('../images/blackstar.gif');
}

acronym
{
	cursor: help;
}

body
{
	background: #ffba00;
	font: bold 12px Arial, sans-serif;
	color: black;
	margin: 0px
	padding: 0px;
	text-align: center;
}

h1
{
	font: 18px Arial, Andale Mono, monospaced;
	color: #e31b23;
	margin: 0px !important;
	margin/**/: 0px 0px 0px -2px;
	padding: 0px;
	letter-spacing: 1px
}

h2
{
	margin: 32px 0px 15px -10px;
	font: normal 15px Andale Mono, Arial, Lucida Console, monospaced;
	line-height: 19px;
	padding: 10px;
	color: black;
}

h3
{
	color: #e31b23;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	letter-spacing: 1px;
	font-family: Arial, "Andale Mono", monospaced;
	font-size: 15px;
	font-weight: normal;
}

h4
{
	font: bold;
	line-height: 17px;
	font-size: 12px;
}

h5
{
	font: bold 12px Arial, sans-serif;
	margin-top: 5px;
	line-height: 17px;
	color: #e31b23;	
}

img
{
	border: none;
	display: inline;
}

p
{
	font: bold 12px Arial, sans-serif;
	margin-top: 5px;
	line-height: 17px;
}

td
{
	font: bold 12px Arial, sans-serif;
	vertical-align: centre;
	
}

th
{
	font: bold 12px Arial, sans-serif;
	vertical-align: top;
}


/* Form defaults
****************/
input, textarea
{
	border: 1px solid #ccc;
}

input[type="image"]
{
	border: none;
}


/* Classes
**********/
.block
{
	display: block;
}

.press-pdf
{
	padding: 0px 0px 0px 20px;
	background: url('../images/blackstar.gif') no-repeat;
}

/* Homepage Layout Styles
*************************/
#wrap-home
{
	background: url('../images/layout/header-home-full-nz.jpg') 0px 0px no-repeat;
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
}
#wrap-home-teddy
{
	background: url('../images/layout/header-home-full-nz-teddy.jpg') no-repeat 0px 0px;
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
}

#page-home
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#home-text
{
	margin: 35px 160px 0px 25px !important;
	margin/**/: 45px 80px 0px 25px;
	padding: 10px 15px 0px 0px !important;
	padding/**/: 10px 15px 0px 0px;
	color: black;
}

#home-text p
{
	font: normal 13px Andale Mono, Arial, Lucida Console, monospaced !important;
	font/**/: bold 13px Arial, sans-serif;
	line-height: 18px;
	margin-right: 40px;
}

#abes-home
{
	text-align: right;
	margin-right: -52px !important;
	margin-right/**/: 27px;
	margin-bottom: 28px;
	position:relative;
}

#rugby-btn {position:absolute; top:-174px; right:-243px;}

#nutritional-info {width:545px; height:595px; background: url('../images/bg_07.jpg') no-repeat; padding:60px 0 0 60px; position:relative;}
#info-title {font-size:20px;}
.tabletitle {font-size:15px;}
#secondp {margin-top:10px;}
#infotable {margin-top:20px;}
#thirdp {margin-top:10px;}


#home-links
{
	background: url('../images/layout/footer-bgd-home.jpg') no-repeat;
	background-position:bottom left;
	width: 800px;
	height: 298px;
	text-align: right;
	margin-top: -10px;
}

#recipe
{
	background: url('../images/layout/click-recipe-ho.jpg') no-repeat;
	float: left;
	margin: 94px 0px 0px 500px;
	width: 99px;
	height: 108px;
}

#comp
{
	background: url('../images/layout/click-win-ho.jpg') no-repeat;
	float: left;
	margin: 94px 0px 0px 0px;
	width: 108px;
	height: 128px;
}

/* Layout defaults
******************/


#outer-wrap
{
	background: url('../images/layout/page-bgd-blank-edit.jpg') repeat-y;
	width: 850px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#inner-wrap
{
	background: url('../images/layout/header-page-edit.jpg') no-repeat;
	padding: 0px;
	height: 1%;
}

#title
{
	margin-left: -48px;
}


#title-home
{
	margin-left: -30px !important;
	margin-left/**/: -32px;
}

#page
{
	margin: 0px 150px 0px 210px;
	padding: 0px 0px 0px 0px;
}

#page-text
{
	margin: 100px 100px 0px 185px;
	font: normal 13px Andale Mono, courier, monospaced;
	line-height: 17px;
	filter: alpha(opacity=77);-moz-opacity:.77;opacity:.77;
	background: white;
	padding: 10px;
}

#contact-form
{
	margin: 25px 10p 0px 0px;
	width: 450px;
	border: none;
}

#contact-form input,
#contact-form textarea
{
	width: 300px;
	margin: 0px 0px 2px 15px;
	border: 1px solid black;
}

#footer
{
	clear: both;
	display: block;
	margin-top: 50px;
}

#footer-admin
{
	clear: both;
	text-align: center;
	color: #fb7a00;
}

#footer-admin a
{
	text-decoration: none;
	color: #fb7a00;
}

#footer-admin a:hover
{
	text-decoration: underline;
	color: #a50000;

}


#logo
{
	float: right;
	margin: 6px 92px 0px 0px;
}

#placement-top-img
{
	margin: 0px 0px 0px 17px;
}

#placement-col-img
{
	margin: 0px 0px 0px 0px;
	float: right;
}

#body-text
{
	margin: 0px 220px 10px 35px;
	padding: 10px;
}

#right-col
{
	width: 185px;
	margin: 40px 25px 0px 0px;
	float: right;
	clear: right;
}

#right-col p
{
	width: 150px;
	padding-right: 10px;
	float: right;
}

#top-of-page
{
	float: right;
	clear: both;
	margin: 20px 20px 0px 0px;	
}


/* Navigation
**************/
#navigation
{
	list-style: none;
	float: left;
	width: 192px;
	padding: 0px;
	margin: 151px 0px 0px 0px;
}

#navigation li
{
	display: inline;
}

#navigation li img
{
	display: block;
}

#nav-home
{
	background: url('../images/layout/nav/home-ho.png');
	width: 162px;
	height: 28px;
	clear: left;
}

#nav-what
{
	background: url('../images/layout/nav/what-ho.png');
	width: 162px;
	height: 32px;
	clear: left;
}

#nav-where
{
	background: url('../images/layout/nav/where-ho.png');
	width: 162px;
	height: 31px;
	clear: left;
}

#nav-recipes
{
	background: url('../images/layout/nav/recipes-ho.png');
	width: 162px;
	height: 27px;
	clear: left;
}

#nav-profile
{
	background: url('../images/layout/nav/profile-ho.png');
	width: 162px;
	height: 32px;
	clear: left;
}

#nav-history
{
	background: url('../images/layout/nav/history-ho.png');
	width: 162px;
	height: 29px;
	clear: left;
}

#nav-history
{
	background: url('../images/layout/nav/history-ho.png');
	width: 162px;
	height: 29px;
	clear: left;
}

#nav-gallery
{
	background: url('../images/layout/nav/gallery-ho.png');
	width: 162px;
	height: 29px;
	clear: left;
}

#nav-timeout
{
	background: url('../images/layout/nav/timeout-ho.png');
	width: 162px;
	height: 34px;
	clear: left;
}

#nav-links
{
	background: url('../images/layout/nav/links-ho.png');
	width: 162px;
	height: 28px;
	clear: left;
}

#nav-press
{
	background: url('../images/layout/nav/press-ho.png');
	width: 162px;
	height: 29px;
	clear: left;
}

#nav-contact
{
	background: url('../images/layout/nav/contact-ho.png');
	width: 162px;
	height: 28px;
	clear: left;
}

.rollover
{
	display: block;
	float: left;
	display: inline;
}

.rollover:hover
{
	visibility: visible;
}

.rollover img
{
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover img
{
	visibility: hidden;
}

/* CMS & News page Styles
*************************/

.page-img,
.artworkTiny
{
	float: right;
	clear: right;
	margin: 15px -30px 20px 30px;
}

.news-img
{
	float: right;
	clear: right;
	margin: 25px 0px 20px 30px;	
}

.locations-table
{
	width: 500px;
	margin-bottom: 10px;
}

.locations-table td
{
	border-bottom: 1px dotted #999;
}

.town-col
{
	width: 150px;	
}

.region-col
{
	width: 100px;	
}

.indicator
{
	text-align: center;
	padding: 0px 4px 0px 4px;
	vertical-align: middle;
	width: 60px;
}

#tvad
{
	/*margin-top: -13px;
	margin-left: 15px;*/
	padding: 50px 0px 10px 15px;
	background: url('../images/video-placement-bgd.gif') no-repeat;
}

#ie-links
{
	margin-left: 0px;
}

#links-right-col
{
	float: right;
	clear: right;
	margin-right: -189px;
	margin-top: 15px;
	width: 185px;
	text-align: center;
}

#links-right-col h2
{
	margin: 5px 0px 5px 0px;
	text-align: left;
}

#links-right-col p
{
	margin: 5px 20px 5px 20px;
	text-align: left;
}

.mp3
{
	color: red;
}

.IEright
{
	margin-left: 20px;
	margin-right: -1px;
}

#links-right-col .IEright h2
{
	margin-left: -14px;
}

#links-right-col .IEright p
{
	margin-left: 10px;
}

#audio
{
	margin-left: 15px;
}

#gallery-mockup
{
	margin: 10px 0px 0px -16px;
}

#audio-container
{
	background: #e31b23;
	padding: 10px;
	width: 400px;
}

#video-container
{
	background: #e31b23;
	padding: 10px;
	width: 400px;
}


/* Nutrition - Table styles
*************************/

.nutrition,
.nutrition-active
{
	text-align: left;
	margin: 0px 0px 0px 0px;
	width: 440px;
	border: 1px solid black;
	border-collapse: collapse;
}

.nutrition td,
.nutrition th,
.nutrition-active th
{
	border: 1px solid black;
	border-collapse: collapse;
	padding: 3px;
}

.nutrition-active td
{
	border: 1px solid black;
	border-collapse: collapse;
	padding: 3px;
	background: #ffffff;
}

#natural
{
	background: url('../images/nutrition/bagels/natural-ho.gif') no-repeat;
	width: 88px;
	height: 88px;
}

#poppy
{
	background: url('../images/nutrition/bagels/poppyseed-ho.gif') no-repeat;
	width: 88px;
	height: 88px;
}

#cin
{
	background: url('../images/nutrition/bagels/cinnamon-ho.gif') no-repeat;
	width: 88px;
	height: 88px;
}

#sesame
{
	background: url('../images/nutrition/bagels/sesame-ho.gif') no-repeat;
	width: 88px;
	height: 88px;
}

#parmesan
{
	background: url('../images/nutrition/bagels/parmesan-ho.gif') no-repeat;
	width: 88px;
	height: 88px;
}

#blueberry
{
	background: url('../images/nutrition/bagels/blueberry-ho.gif') no-repeat;
	width: 88px;
	height: 88px;
}

#org-plain
{
	background: url('../images/nutrition/bagels/plain-ho.gif') no-repeat;
	width: 88px;
	height: 88px;
}

#org-whole
{
	background: url('../images/nutrition/bagels/wholemeal-ho.gif') no-repeat;
	width: 88px;
	height: 88px;
}



#c-natural
{
	background: url('../images/nutrition/crisps/natural-ho.png') no-repeat;
	width: 82px;
	height: 100px;
}

#c-garlic
{
	background: url('../images/nutrition/crisps/garlic-ho.png') no-repeat;
	width: 81px;
	height: 100px;
}

#c-poppy
{
	background: url('../images/nutrition/crisps/poppy-ho.png') no-repeat;
	width: 82px;
	height: 100px;
}

#c-chilli
{
	background: url('../images/nutrition/crisps/chilli-ho.png') no-repeat;
	width: 82px;
	height: 100px;
}

#c-salt
{
	background: url('../images/nutrition/crisps/rocksalt-ho.png') no-repeat;
	width: 80px;
	height: 99px;
}

#b-natural
{
	background: url('../images/nutrition/bites/bites-natural-ho.jpg') no-repeat;
	width: 80px;
	height: 77px;
}

#b-garlic
{
	background: url('../images/nutrition/bites/bites-garlic-ho.jpg') no-repeat;
	width: 80px;
	height: 77px;
}

#b-salt
{
	background: url('../images/nutrition/bites/bites-rocksalt-ho.jpg') no-repeat;
	width: 80px;
	height: 77px;
}

#what-bagel
{
	background: url('../images/side-graphics/what-bagels-ho.png') no-repeat;
	width: 171px;
	height: 304px;
}

#what-crisps
{
	background: url('../images/side-graphics/what-crisps-ho.jpg') no-repeat;
	width: 284px;
	height: 315px;
}

#what-bagel-small
{
	background: url('../images/side-graphics/what-bagels-ho-small.png') no-repeat;
	width: 113px;
	height: 200px;
}

#what-crisps-small
{
	background: url('../images/side-graphics/what-crisps-ho-small.jpg') no-repeat;
	width: 113px;
	height: 160px;
}

.gallery-img
{
	float: left;
	margin: 0px 10px 10px 0px;
	width: 100px;	
}

#image-arrows
{
	text-align: center;
	width: 410px;
	height: 30px;
	padding-top: 8px;	
}

#home-text p.small-text
{
	font: normal 10px Arial, Lucida Console, monospaced !important;
	font/**/: bold 10px Arial, sans-serif;
}

