/* magnet design 2009*/


/* GLOBAL */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
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, caption  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

*{
	color: #666666;
	padding: 0;
	font: 11px Arial;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d40001;

}
#bg {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/weetbix-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
}
img{
	border:none;
}
h1 {
	margin:0px 0px 20px 0px;
	font:24px Arial, Helvetica, sans-serif;		
	color:#cccccc;
}
h2 {
	margin:0px 0px 20px 0px;
	font:20px Arial, Helvetica, sans-serif;		
	color:#0066cc;}
h3 {
	margin:0px 0px 20px 0px;
	font:16px Arial, Helvetica, sans-serif;		
	color:#0066cc;
	}
h4{	
	margin:10px 0px 10px 0px;
	font:14px Arial, Helvetica, sans-serif;		
	color:#0066cc;
	text-transform:uppercase;
	font-weight:bold;
}
a {
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

/* structure */

#brand{
	margin: 0px;
	padding: 0px;
	height:99px;
	width:199px;
}
#navcontainer
{
	width:999px;
	height:27px;
	margin: -4px 0px 0px 0px;
	padding: 0px;
	line-height:0px;
}
/* Firefox */
@-moz-document url-prefix()
{
#navcontainer {
	width:999px;
	height:27px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	line-height:0px;
}
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
#navcontainer {
	width:999px;
	height:27px;
	margin: 0px 6px 0px 0px;
	padding: 0px;
	line-height:0px;
}
}

#navlist ul
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height:0px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px -4px 0px 0px;
	line-height:0px;
}
#container{
	width:990px;
	min-height: 430px;
	margin:0 auto;
	text-align:left;
	color: #666666;
	font: 11px Arial;
}

#content{
	padding:17px;
}
#footer{	
	height: 200px;	
	width:100%;
	clear:both;	
	z-index:2;	
	background-color: #d40001;
	background-image: url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
}
#lower{	
	height: 200px;	
	width:100%;
	clear:both;	
	position:relative;
	z-index:3;	
	background-color: #d40001;
}

.clearfloats {
	clear: both;
}

/* PAGES */


#copyright{
	height: 40px;

	padding: 10px;
	font: 11px Arial, san-serif;
	background-color: transparent;
	color: White;
	text-align: center;
}
a.copyright{
	color: White;
	text-decoration: none;
	font: 11px Arial, san-serif;
}
a.copyright:hover{
	color: White;
	text-decoration: underline;
	font: 11px Arial, san-serif;
}
.recipeTitle{
	font:20px Arial, Helvetica, sans-serif;		
	color:#0066cc;
	
}
h3.recipeTitle{
	margin-top:10px; 
	margin-left:5px;
}
.recipeLink{	
	margin:10px 0px 10px 0px;
	text-decoration: none;
}
a.recipeLink, a.recipeLink:link, a.recipeLink:visited a.recipeLink:hover{	
	margin:10px 0px 10px 0px;
	text-decoration: underline;
}

img.recipeImage{
	float:left;
	margin: 10px 0 0 5px;
}
a.readMoreLink, a.readMoreLink:link, a.readMoreLink:visited a.readMoreLink:hover {
	margin:10px 0px;
	display:block;
}
.recipeList{
	list-style-type: none;
	margin:17px;
}
.list-border{
	padding: 20px 0 20px 0;
	border-width:1px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
	border-color:#cccccc;
	width:650px;
}
#recipe-search{	
	background-image: url(/images/recipe-topbar.jpg);
	background-repeat:none;
	background-position: top center;
	width:960px;
	height:37px;
}
#recipe-search input{
	vertical-align:middle;
}

.leftBlock{
	float:left;
	width:441px;
	margin:10px 5px 15px 20px;
}
.leftBlockContent{
	padding:10px 15px 15px 15px; 
	width: 411px;
}
.leftBlockContent ul {
	list-style:disc;
}
.leftBlockContent ul li{
	margin:2px 5px 3px 10px;
}
.leftBlockContent ol {
	list-style-type:decimal;
}
.leftBlockContent ol li{
	margin:2px 5px 3px 10px;
}
.rightBlock{
	float:right;
	width:241px;
	margin:10px 5px 15px 20px;
	
}
.rightBlockContent{
	padding:10px 10px 15px 10px; 
	width:221px;
}
.times{	
	background-image: url(/images/recipe-times-bg.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 5px; 
	margin-left:0px;
	width:246px;
}
.times p{
	margin-left:120px;
	font:12px Arial, Helvetica, sans-serif;	
	line-height:26px;
	font-weight:bold;	
	color:#666666;
}


#paging_nav {text-align:center;font-size:14px;}
#paging_nav a{font-size:14px;}}
#paging_nav .disabled {
	color: #999;
	font-size:14px;
}
a.pageIndex, a:link.pageIndex, a:visited.pageIndex, a#next, a#previous
{
	text-decoration:none;
	color:#0066cc;
}
a:hover.pageIndex, a:hover#next, a:hover#previous
{
	text-decoration:underline;
}
#product {
	width:925px;background-color: #efefef;
	border:solid #d9d9d9 1px; padding-left:5px;padding-top:10px
	height:170px;
}
#product .column{
	width:350px;border-right-style:solid;border-color:#d9d9d9;
	border-width:1px;padding:5px 10px 15px 10px;float:left;text-align:left;
	height:170px;
}
#product .small{
	width:160px;
	border-right:none;
}
#submitRecipe{
	padding:20px;
}
.tableForm .input, .tableForm textarea{
	width:400px;
	font: 11px Arial;
}
.tableForm .small{
	width:200px;
}
.tableForm .smallest{
	width:30px;
}
.tableForm{
	width:650px;
	background-color: #efefef;
	border:solid #d9d9d9 1px;
}
.tableForm tr th, .tableForm tr td{
	padding:5px;
}
.tableForm tr th{
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding-right:8px;	
	vertical-align:top;
	width:120px;
}
#contactOptions{
margin: 0px auto; width: 800px; background-color: #efefef;
        border: #cccccc 1px solid;
	height:160px;
}
#contactOptions .contactItem {
	float: left; width: 360px; height: 41px;
          text-align: left; padding: 5px;
}
#contactOptions  .arrow{
	float: left; margin: 0 10 0 0;
}
.contacttext {
	float:left;
	margin:10 15 0 0;
	font:13px Arial, Helvetica, sans-serif;	
	font-weight:bold;	
	color:#666666;
	width:200px;
}
#nutritionalInfo{
	width:500px;
	background-color:#ffffff;
	padding:0px 10px 0px 20px;
}
.bignum{
	color:#0066cc;
	font-size:30px;
}

#sitemap{
	padding:20px;
}
#sitemap ul{
	list-style-type:circle;
	margin:10px 5px 20px 5px;
}
#sitemap ul li{
	margin:5px 15px 5px 20px;
}
#sitemap a{
	display:block;
	font-weight:bold;
}
#sitemap ul li a{
	display:block;
	font-weight:normal;
}
.abslinkso{	
	font-size:16px;
	color:#0066cc;
	font-weight:bold;
}
.abslinks{	
	font-size:16px;
	color:#000000;
}























































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
