body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
}

td.top{
	background-image:url(Images/TemplateImages/topHolder.jpg);
	height:94px;
}

td.topLinks{
	background-image:url(Images/TemplateImages/topMid.jpg);
	height:49px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	color:#8BB43C;
	padding-left:20px;
	line-height:15px;
	
}

a {
	color:#C82528;
	text-decoration:none;
}

a:HOVER{
	color:#B2191C;
	text-decoration:underline;
}

td.topLinks a {
	color:#8BB43C;
	text-decoration:none;
}
td.topLinks a:HOVER{
	color:#8BB43C;
	text-decoration:underline;
}

td.contentHolder{
	background-image:url(Images/TemplateImages/contentBack.gif);
	background-repeat:repeat-y;
}

td.content{
	padding:10px;
	height:400px;
}

td.menu{
	background-image:url(Images/TemplateImages/menuHolder.jpg);
}

td.menuLinks{
	padding-bottom:5px;
	
}

td.menuLinks a{
	color:white;
	text-decoration:none;
}

td.menuLinks a:HOVER{
	color:#FFDC40;
	text-decoration:none;
}

input.login{
	width:110px;
	background-color:#B9C8AF;
	color:white;
	border:1px solid #B9C8AF;
}

input.loginBut{
	width:110px;
	background-color:#507639;
	color:white;
	border:1px solid #B9C8AF;
	font-size:12px;
}

td.recipe{
	color:#527B4E;
	background-image:url(Images/TemplateImages/recipe2.jpg);
	padding-right:20px;
	padding-left:3px;
}

td.recipe a{
	color:#C82528;
}

td.footer{
	background-image:url(Images/TemplateImages/footerHolder.jpg);
}
td.footer a {
	color:#8BB43C;
}
table.sidePanels{
	border:1px solid #507639;
	width:120px;
}
td.sideTitle{
	background-color:#8BB23B;
	border-bottom:1px solid #507639;
}
table.wheretobuy{
	border-left:1px solid #8BB43C;
	border-top:1px solid #8BB43C;
	width:500px;
	color:#527B4E;
}
table.wheretobuy td{
	border-right:1px solid #8BB43C;
	border-bottom:1px solid #8BB43C;
	width:166px;
}
tr.wheretobuy{
	font-weight:bold;
	background-color: #8BB23B;
	text-align:center;
	color:white;
}
td.dline{
	background-color:#507639;
	height:1px;
}
/*------------------SHOPPING PAGE STYLES BELOW-----------------------*/

.categoriesTitle{
	font-weight:normal;
	color:#FFDC40;
	font-size:20px;
	padding-top:15px;
}

.categoriesTitleInfo{
	font-weight:normal;
	color:#FFDC40;
	font-size:20px;
}
td.login{
	padding:3px;
	background-image:url(shop/images/logoRht.gif);
	background-repeat:no-repeat;
	background-position:right top;
	color:#527B4E;
}
.green{
	color:#527B4E;
}
td.login a {
	color:#C82528;
}
.cart{
	border-top: 1px solid #8BB43C;
	border-bottom: 1px solid #8BB43C;
	color:#527B4E;
}
.white{
	color:#FFFFFF;
}
td.welcome{
	font-weight:normal;
	color:#FFDC40;
	font-size:17px;
}
td.title{
	color:#FFFFFF;
	font-size:14px;
}
td.details a{
	color:#C82528;
}
input.qty{
	width:35px;
	background-color:#507639;
	height:16px;
	color:white;
	border:1px solid black;
	font-size:9px;
}
td.line
{
	background-image:url(shop/images/line.gif);
	height: 14px;
}
table.ingredients{
	border-left:1px solid #8BB43C;
	border-top:1px solid #8BB43C;
	color:#527B4E;
}
table.ingredients td{
	border-right:1px solid #8BB43C;
	border-bottom:1px solid #8BB43C;
}
#indent{
	padding-left:10px;
}

/*--------------------------ADMIN TABLES-------------------------------*/

table.adminTables{
	border:1px solid #507639;
	font-weight:bold;
	width:100%;
}
table.adminTables a{
	color:white;
	text-decoration:underline;
}
table.adminTables a:HOVER{
	text-decoration:none;
}
table.adminTables td{
	border:1px solid #507639;
	padding:3px;
	background-color:#8BB23B;
}
table.adminTables input{
	width:200px;
	background-color:#D5E6B0;
	color:black;
	border:1px solid #D5E6B0;
}
table.adminTables select{
	width:200px;
	background-color:#D5E6B0;
	color:black;
	border:1px solid #D5E6B0;
}

table.chkBox input{
	width:30px;
	background-color:#8BB23B;
	color:black;
	border:1px solid #8BB23B;
}
table.adminTables textarea{
	width:200px;
	background-color:#D5E6B0;
	color:black;
	border:1px solid #D5E6B0;
}
input.adminBut{
	width:200px;
	background-color:#507639;
	color:white;
	border:1px solid black;
}
td.orderTitles{
	background-color:#507639;
	font-weight:bold;
	text-align:center;
	color:white;
}
hr{
	color:#507639;
}
a.details{
	color:#C82528;
}

