/* CSS Document */
/* 	Site Design by Web Aspirations
	http://www.webaspirations.co.uk
	Web Development by TeesADS
   	http://www.teesads.com */
	
body {
	background: url(images/tiles.png) top left repeat;
	margin:0;
}

#pagewrapper {
	position:relative;
	height:auto;
	width:930px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background: url(images/pagewrap2.png) top left no-repeat;
}

/* Topnav */

#topnav {
	position:relative;
	top:150px;
	left:240px;
	width:650px;
	height:4.4375em;
	background: url(images/topmenubg.gif) repeat-x;
	margin-top:0px;
}

.topnavitem {
	width:160px;
	height:4.4375em;
	padding-left:2px;
	background: url(images/topnavoff1.gif) top left no-repeat;
	float:left;
}

.topnavitem p{
	text-align:center;
	width:158px;
	margin-top:18px;
	font-family:"Lucida Calligraphy";
	font-size:13px;
}

.topnavitem p a:link{
	color:#000000;
	text-decoration:none;
}

.topnavitem p a:visited{
	color:#000000;
	text-decoration:none;
}

.topnavitem p a:hover{
	color:#000000;
	text-decoration:underline;
}

.topnavitemactive {
	width:158px;
	height:4.4375em;
	margin-left:2px;
	background: url(images/topnavon1.gif) top left no-repeat;
	float:left;
	
}

.topnavitemactive p{
	text-align:center;
	width:158px;
	margin-top:8px;
	font-family:"Lucida Calligraphy";
	font-size:13px;
}

.topnavitemactive p a:link{
	color:#000000;
	text-decoration:none;
}

.topnavitemactive p a:visited{
	color:#000000;
	text-decoration:none;
}

.topnavitemactive p a:hover{
	color:#000000;
	text-decoration:underline;
}


/* Main section */

#mainsection {
	position:relative;
	width:100%;
	top:143px;
	background-image:url(images/mainbg.png);
	background-repeat:repeat-y;
	padding-top:10px;
}

#mainbottom {
	width:100%;
	height:60px;
	background-image:url(images/mainbottom.png);
	background-repeat:no-repeat;
	clear:both;
	margin-top:140px;
}

/* Left nav */

#leftnav {
	position:relative;
	left:0px;
	top:0px;
	width:220px;
	height:auto;
	float:left;
}

#lefttop {
	width:220px;
	background-image:url(images/leftnavtop1.png);
	background-repeat:no-repeat;
	height:24px;
}

#leftmid {
	width:220px;
	background-image:url(images/leftnavmid1.png);
	background-repeat:repeat-y;
	height:auto;
	margin-bottom:0px;
}

#leftbottom {
	width:220px;
	background-image:url(images/leftnavbottom1.png);
	background-repeat:no-repeat;
	height:29px;
	margin-top:-0.9375em;
}

#leftnav h2{
	font-size:0.95em;
	font-family:"Lucida Calligraphy";
	width:135px;
	text-align:center;
	margin-top:0px;
	margin-left:60px;
	font-weight:normal;
}

#leftnav p{
	font-size:0.8em;
	font-family:"Lucida Calligraphy";
	width:135px;
	text-align:center;
	margin-left:60px;
}

#leftnav p a:link{
	color:#000000;
	text-decoration:none;
}

#leftnav p a:hover{
	color:#000000;
	text-decoration:none;
}

#leftnav p a:visited{
	color:#000000;
	text-decoration:none;
}

/* main text */

#maintext {
	position:relative;
	left:12px;
	top:0px;
	width:637px;
	height:auto;
	float:left;
	background-image:url(images/maintextbg.gif);
	background-repeat:repeat-y;
	padding-top:10px;
}

#maintext h2.top{
	font-size:1em;
	font-family:Georgia;
	width:600px;
	margin-top:0px;
	margin-left:18px;
	color:#CC3399;
	text-align:center;
}

#maintext h2.top1{
	font-size:1em;
	font-family:Georgia;
	width:600px;
	margin-top:0px;
	margin-left:18px;
	color:#000000;
	text-align:center;
}

maintext h2.top2{
	font-size:1em;
	font-family:"Lucida Calligraphy";
	width:600px;
	margin-top:0px;
	margin-left:18px;
	color:#000000;
	text-align:center;
}

#maintext h2.left{
	font-size:1em;
	font-family:Georgia;
	width:600px;
	margin-top:0px;
	margin-left:18px;
	color:#CC3399;
	text-align:left;
}

#maintext h2.left1{
	font-size:1em;
	font-family:Georgia;
	width:250px;
	margin-top:32px;
	margin-left:18px;
	color:#CC3399;
	text-align:left;
	float:left;
}

#maintext h2.left{
	font-size:1em;
	font-family:Georgia;
	width:600px;
	margin-top:0px;
	margin-left:18px;
	color:#CC3399;
	text-align:left;
}

h3.mid{
	font-size:1em;
	font-family:Georgia;
	width:600px;
	margin-top:0px;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

h3.left{
	margin-left:18px;
}

h3.leftpink{
	margin-left:18px;
	color:#CC3399;
}

h3.banner1 {
	background-color:#FF00FF;
	color:#000000;
	font-weight:bold;
	margin:5px;
	text-align:left;
	padding:4px;
	width:250px;
	margin-left:190px;
}

h2.banner1 {
	background-color:#FF00FF;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	margin:5px;
	text-align:left;
	padding:4px;
	width:320px;
	margin-left:18px;
}

#maintext h2.top a{
	color:#CC3399;
}

#maintext p.top{
	font-size:0.75em;
	font-family:Georgia;
	width:600px;
	margin-top:-16px;
	margin-left:18px;
	text-align:center;
}

#maintext p{
	font-size:0.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:center;
	margin-left:18px;
}

#maintext p.fit{
	font-size:0.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin-left:18px;
}

#maintext p.left{
	font-size:0.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:left;
	margin-left:18px;
}

#maintext p.left1{
	font-size:0.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:250px;
	text-align:left;
	margin-left:18px;
	float:left;
	margin-top:24px;
}

#maintext p.left2{
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:left;
	margin-left:18px;
}

#maintext p.left3{
	font-size:0.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:left;
	margin-left:18px;
	margin-top:35px;
}

#maintext p.right{
	font-size:0.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:right;
	margin-left:18px;
}

#maintext .rtlink a{
	font-size:0.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100px;
	text-align:right;
	float:right;
	color:#CC3399;
}

#maintext .ltlink a{
	font-size:0.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100px;
	text-align:left;
	float:left;
	color:#CC3399;
}

#maintext p.lefttitle{
	font-size:0.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:left;
	margin-left:18px;
	text-decoration:underline;
	font-weight:bold;
}

#maintext p.menutext{
	font-size:0.75em;
	font-family:"Lucida Calligraphy";
	width:600px;
	text-align:center;
	margin-left:18px;
	font-style:italic;
}


#maintext p span{
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:center;
	color:#CC3399;
	font-weight:bold;
}

#maintext p span.black{
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:center;
	color:#000000;
	font-weight:bold;
}

#maintext p span.big{
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:center;
	color:#000000;
}

#maintext p.purple{
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:center;
	color:#CC3399;
	margin-left:18px;
}

#maintext p.purple a{
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:center;
	color:#CC3399;
	text-decoration:underline;
}

#maintext p a{
	font-size:1em;
	font-weight:bold;
	color:#CC3399;
}

.leftpic{
	width:260px;
	float:left;
	padding-left:10px;
}

.recipeleft{
	width:260px;
	float:left;
	padding-left:10px;
}


.reciperight{
	width:300px;
	float:right;
	margin-right:10px;
}

.rtbox{
	width:300px;
	float:right;
	border:#333333 thin solid;
	margin-right:10px;
}

p.rt{
	width:280px;
}

h2.rt{
	width:280px;
}

.cert {
	float:right;
	margin-right:0px;
	width:auto;
}

#aboutbanner {
	background-color:#CC33CC;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	margin:5px;
	text-align:center;
}

.contactcol1 {
	float:left;
	width:6em;
	height:auto;
	margin-left:18px;
}

.contactcol2 {
	float:left;
	width:12em;
	height:auto;
}

.doubleleft {
	margin-right:15px;
}

.customername {
	font-style:italic;
}

.largeimleft {
	float:left;
	margin-right:10px;
	margin-left:10px;
}

img.rtmargin {
	margin-right:10px;
}

#maintext p.left span.big1 {
	font-size:16px;
	text-align:left;
	color:#000000;
	font-weight:lighter;
}

#maintext h1.top{
	text-align:center;
}

#maintext p.fullclear{
	clear:both;
}