/*---[ Details ]---------------------------------------
Global Style Sheet
Author: Lee Powell
Contact: lee.powell@soup.co.uk
-------------------------------------------------------*/

/*-----------------------------------------------------
[01] Reset 
[02] HTML / Body
[03] Anchors
[04] Images
[05] Headings
[06] Lists
[07] Forms
[08] Tables
[09] Phrase Elements
[10] Misc Inline
[11] Misc Block
-------------------------------------------------------*/

	
/* [01] Reset 
-------------------------------------------------------*/
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
input { 
	vertical-align: middle; 
}
	
/* [02] HTML / Body
-------------------------------------------------------*/
html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, Verdana sans-serif;
	font-size: 0.875em; /* 14px */
	padding: 2em;
}

/* [03] Anchors
-------------------------------------------------------*/
a, a:link, a:visited, a:active, a:hover {
	outline: none; /* Removes dotted outline from Firefox anchors */
	text-decoration: underline;
	color: #29356E;
}
a:hover {
	color: #037ED9;
	text-decoration: none;
}

/* [04] Images
-------------------------------------------------------*/
img, a img {
	border: none;
}

/* [05] Headings
-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2;
}
h1 {
	font-size: 2.286em; /* 32px */
	margin: 0 0 0.469em; /* 0 0 15px */
	line-height: 1;
}
h2 {
	font-size: 1.143em; /* 16px */
	margin: 0.9375em 0 0.3125em; /* 15px 0 5px */
}
h3, h4, h5, h6 {
	font-size: 1em; /* 14px */
	margin: 1.071em 0 0.357em; /* 15px 0 5px */
}


/* [06] Lists 
-------------------------------------------------------*/
dl, ol, ul {
	padding: 0;
	margin: 0.357em 0 1.071em; /* 5px 0 15px */
}
ol, ul {
	list-style-position: outside;
	padding: 0 0 0 15px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin: 0;
}
dt {
	font-weight: bold;
	color: #29356E;
}
dd {
	margin: 0 0 0.714em; /* 0 0 10px */
}

/* [07] Forms
-------------------------------------------------------*/
input, select, textarea, button {
	font: normal 0.857em Verdana, Arial, Helvetica, sans-serif; /* 12px */
}
form {
	padding: 0;
	margin: 0.357em 0 1.071em; /* 5px 0 15px */
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
}
legend {
	font-weight: bold;
	color: #000; /* IE/Win sets color to blue */
}
input, select {
	vertical-align: middle;
}
optgroup {
	font-style: normal;
	font-weight: bold;
	margin: 1.071em 0 0; /* 15px */
	color: #CCC;	
}
option {
	padding: 1px 1.071em; /* 15px - For Firefox */
	color: #000;
}
textarea {
	display: inline;
}

/* 
 * NOTE: If changing any of the rules below for type selectors, please update the ie6 class selector styles below 
 *
 */
input[type="image"] {
	outline: none; /* Removes dotted outline from Firefox anchors */
}
input[type="text"],
input[type="password"],
textarea {
	padding: 1px 4px;
	border: 1px solid #333;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #037ED9;
}
input[type="radio"],
input[type="checkbox"] {
	vertical-align: text-top;
}

/* Class selectors for ie6 - check ie6.js for application */
form input.image {
	outline: none;
}
form input.text,
form input.password,
form textarea {
	padding: 1px 4px;
	border: 1px solid #333;
}
form input.focus,
form textarea.focus {
	border-color: #037ED9;
}
form input.radio,
form input.checkbox {
	vertical-align: text-top;
}


/* [08] Tables
-------------------------------------------------------*/
table {
	margin: 0.417em 0 1.25em; /* 5px 0 15px */
	padding: 0;
	border-collapse: collapse;
	display: block;
	font-size: 0.857em; /* 12px */
}
caption {
	text-align: left;
	margin: 0;
	font-weight: bold;
	padding: 0 0 1.25em; /* 15px */
}
thead th, thead td {
	background: #FFDF0E;
	font-weight: bold;
}
td, th {
	padding: 4px 7px;
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: bold;
}
tbody {
	background-color: #FFF;
}
tbody th {
	font-weight: normal;
}
tfoot {
	font-size: 0.917em; /* 11px */
}
tfoot td {
	padding-top: 0.636em; /* 6px */
}
tr.odd td,
tr.odd th {
	background: #FFF5B7;
}

/* [09] Phrase Elements
-------------------------------------------------------*/
abbr, acronym {
	border: none;
}
cite {
	font-style: italic;
}
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
}
dfn {
	font-style: normal;
}
code, kbd, samp {
	font-family: monospace;
}
var {
	font-style: italic;
}

/* [10] Misc Inline
-------------------------------------------------------*/
q {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}

/* [11] Misc Block 
-------------------------------------------------------*/
p {
	margin:  0.357em 0 1.071em; /* 5px 0 15px */
}
address {
	font-style: normal;
	margin: 0.357em 0 1.071em; /* 5px 0 15px */
}
blockquote, pre {
	margin: 0.357em 0 1.071em; /* 5px 0 15px */
	padding: 1.071em; /* 15px */
	border: 1px dotted #666;
	background-color: #DDD;
}
pre {
	font-family: inherit; /* Set specific font for IE/Win */
	overflow: auto;
	margin: 0.357em 0 1.071em; /* 5px 0 15px */
}
hr {
	margin: 1.429em 0; /* 20px */
	display: block; /* For IE/Win, as it displays hr as inline */
	background: #DDD;
	border: none;
	height: 1px;
}

/* Oatilicious Styles - I know they dont belong here but i cant find out where they should go - sorry - Brad */
#content.oatilicious {
	color:#666;
	padding-top: 0;
}
#content.oatilicious h1{
	background:url('/media/site/images/front-end/imr/imr_oatilicious_h1.jpg') 0 0 no-repeat;
	width:340px;
	height:130px;
	display:block;
	text-indent:-9999em;
	margin-left:-60px;
	float:left;
}#content.oatilicious h2{
	float:right;
	width:254px;
	display:block;
	background:url('/media/site/images/front-end/imr/imr-oatilicious-h2.gif') 0 0 no-repeat;
	height:67px;
	text-indent:-9999em;
	margin:60px -20px 0 0;
}#content.oatilicious p.intro{
	clear:both;
	font-size:1.25em;
	font-weight:bold;
}
#content.oatilicious p.intro sup,
#content.oatilicious sup.reg {
	font-size: 0.7em;
}

#content.oatilicious p.intro span,
#content.oatilicious p a{
	color:#9D081A;
}#content.oatilicious div.packshot{
	width:579px;
	height:245px;
	background:url('/media/site/images/front-end/backgrounds/bg-oatilicious-packshot.jpg') 0 0 no-repeat;
	position:relative;
	margin-left:-50px;
}#content.oatilicious div.packshot a{
	width:193px;
	height:59px;
	background:url('/media/site/images/front-end/buttons/btn-more-about-oatilicious.gif') 0 0 no-repeat;
	position:absolute;
	bottom:0;
	right:10px;
	text-indent:-9999em;
}#content.oatilicious div.corners{
	background:url('/media/site/images/front-end/backgrounds/bg_oatilicious_why_are_oats.gif') 0 0 repeat-y;
	width:579px;
	display:block;
	margin-left:-50px;
	overflow:hidden;
}#content.oatilicious div.corners div.inner-corners{
	background:url('/media/site/images/front-end/backgrounds/bg_oatilicious_bottom_corners.gif') bottom left no-repeat;
	padding-bottom:30px;
	overflow:hidden;
}#content.oatilicious div.corners h3{
	text-indent:-9999em;
	background:url('/media/site/images/front-end/backgrounds/bg_oatilicious_h3_why_are_oats.jpg') 0 0 no-repeat;
	width:579px;
	height:66px;
	margin:0;
}#content.oatilicious div.corners .left{
	float:left;
	width:249px;
	margin:0 35px;	
}#content.oatilicious div.corners .right{
	float:left;
	width:229px;
	margin:0;	
}#content.oatilicious h4{
	display:block;
	text-indent:-9999em;
	background:url('/media/site/images/front-end/imr/imr-oatilicious-h4.gif') 0 0 no-repeat;
	width:293px;
	height:26px;
	clear:both;
	margin-left:35px;
}#content.oatilicious div.corners a.nutrition{
	display: block;
	width:212px;
	height:58px;
	background:url('/media/site/images/front-end/buttons/btn-visit-nutrition-oatilicious.gif') 0 0 no-repeat;
	text-indent:-9999em;
}#content.oatilicious div.corners p.footnote{
	font-size:0.8em;
}#content.oatilicious .widget.did-you-know {
	background:url('/media/site/images/front-end/backgrounds/bg-oatilicious-did-you-know-widget.jpg') 0 0 no-repeat;
	width:157px;
	height:455px;
	padding: 200px 0 0 70px;
}#content.oatilicious .widget.did-you-know p{
	color:#F7C419;
	font-weight:bold;
	font-size:1.3em;
	width:120px;
	padding:90px 0 0 70px;
}#content.oatilicious .widget.did-you-know a{
	background:url('/media/site/images/front-end/buttons/btn-more-widget-oatilicious.png') 0 0 no-repeat;
	width:98px;
	height:53px;
	display:block;
	text-indent:-9999em;
}

#content.oatilicious #flashcontent {
	background-image: url('/media/site/images/front-end/misc/campaigns/oatilicious/bg_header_noflash.jpg');
}