/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #333;
 background:#a8cea8 url(../images/bg_page2.gif) repeat-x fixed;
 padding:0;
 font:80% Tahoma, Arial, sans-serif;
 }

a:link, a:visited, a:active {
color: #775D42;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	background: #fff url(../images/bg.gif) repeat-y;
	border: 1px solid #000000;
 }

#hdr {
 padding-top: 180px;
 background: #fff url(../images/headerlogo.png) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
	float:left;
	width:180px;
	margin-top: 20px;
	margin-left: 5px;
}


#cont {
	float: right;
	width:560px;
	padding-right: 20px;
	padding-top: 20px;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #1d0284;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #000;
}
#cont h2 {
 color: #c00000;
 border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c00000;
	font-size: 16px;
	font-weight: bold;
}

#ftr {
	clear: both;
	color: #000;
	background:#f0f0f0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #1d0284;
text-decoration: underline;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.btnCheckout
{
	float: right;
	margin-top: -15px;
}
.txtRedFancy {
	color: #c00000;
	font: 16px "Comic Sans MS", Arial, sans-serif;
}
.hdrYellow {
	font-size: 14px;
	background: #FFFFCC;
	padding: 15px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	font-weight: bold;
}
.clear {
	clear: both;
}
.recipe {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	width: 400px;
	padding: 10px;
}
.buynow {
	padding: 5px;
	border: 1px solid #336600;
}

