@charset "UTF-8";
a:link, a:visited{
	color: #660000;
}
a:hover{
color: #538119;

}

h1{
	font-size: 20px;
	font-weight: bold;
	color: #4D8C24;
}
h2{
font-size: 18px;
	font-weight: bold;
	color: #4D8C24;
}
h3{
	font-weight: bold;
	font-size: 17px;
	color: #4D8C24;
	margin-bottom: 0px;
}
h4{
	font-size: 14px;
	font-weight: bold;
	color: #3B6C1B;
	margin-bottom: 0px;
}
h5{
	font-size: 14px;
	font-weight: normal;
	color: #3B6C1B;
	margin-bottom: 0px;
}
h6{
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.btnMakeYourOwn{
	width:104px;
	height:44;
	background-image: url(images/btn.makeyourown.Off.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}
.btnMakeYourOwnOn{
	width:104px;
	height:44;
	background-image: url(images/btn.makeyourown.On.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.btnSpecialty{
	width:87;
	height:44;
	background-image: url(images/btn.specialty.Off.gif);
	background-repeat: no-repeat;
	background-position: left;
}


.btnSpecialtyOn{
	width:87;
	height:44;
	background-image: url(images/btn.specialty.On.gif);	
	background-repeat: no-repeat;
	background-position: left;

}
.btnOnlineMenuItem{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width:181px;
	height:auto;
	background-image: url(images/onlinemenu.btn.gif);	
	background-repeat: no-repeat;
	background-position: left bottom;

}
.btnOnlineMenuItem a:link,.btnOnlineMenuItem a:visited{
	
	text-decoration: none;
	

}

.btnOnlineMenuItem-inner{
	color: #ffffff;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 10px;

}

.btnOnlineMenuItem-inner-test{
	color: #ffffff;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 10px;

}
.btnOnlineMenuItem-inner-test a:link{
	color: #ADEA85;
}
.btnOnlineMenuItem-inner-test a:visited{
	
	color: #ADEA85;
}
.btnOnlineMenuItem-inner-test a:hover{
	color: #ffffff;
}

.btnOnlineMenuItem-innerBlk{
	color: #ffffff;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 10px;

}

.borderBox{
	background-color: #b2d79a;
	border: 1px solid #79855A;
	padding: 5px;
}

.col1{
border-right-color: white;
border-right-style: solid;
border-right-width: 2px;
background-color:#DCAAA9;
}
.col2{
background-color: #b2d79a;
}