/* CSS for Big Dave's Family BBQ Web Site */


body
        {
        background-color: #254061;
		background-image: url(graphics/bg.jpg);
		background-position: top center;
		background-repeat: repeat-x;
        }

td.sideboxground {
	background-image: url(graphics/home_sidebox_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

td.headerground {
	background-image: url(graphics/header02c_logo.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

td.menuground {
	background-image: url(graphics/menu_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}

td.cateringground {
	background-image: url(graphics/catering_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}

td.footerground {
	background-image: url(graphics/footer_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}

font.darkbluetxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #254061;
}

a.darkblue:link {color: #254061;
	text-decoration: none;
}

a.darkblue:visited {color: #254061;
	text-decoration: none;
}

a.darkblue:hover {color: #3d8ae7;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #3d8ae7;
}

a.blue:link {color: #336fb8;
	text-decoration: none;
}

a.blue:visited {color: #336fb8;
	text-decoration: none;
}

a.blue:hover {color: #254061;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #254061;
}

font.darkbluemenu {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #254061;
	line-height: 14pt;
}

font.orangebullet {
	font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #db4c2c;
	text-decoration: line-through;
}

font.graybullet {
	font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #484848;
	text-decoration: line-through;
}

font.bluebullet {
	font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #254061;
	text-decoration: line-through;
}


font.bluetxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #336fb8;
}

font.bluemenu {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #336fb8;
	line-height: 14pt;
}

font.redmenu {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #c4766c;
	line-height: 14pt;
	text-decoration: underline;
}

font.orangetxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #db4c2c;
}

a.orange:link {color: #db4c2c;
	text-decoration: none;
}

a.orange:visited {color: #db4c2c;
	text-decoration: none;
}

a.orange:hover {color: #ff7e2c;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #ff7e2c;
}

font.whitetxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

font.graytxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #484848;
}

font.graymenu {
	font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #484848;
	line-height: 14pt;
	text-align: left;
}

a.gray:link {color: #555555;
	text-decoration: none;
}

a.gray:visited {color: #555555;
	text-decoration: none;
}

a.gray:hover {color: #f58026;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #f58026;
}

font.graytxt2 {font-family: arial;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #727fab;
}

a.gray2:link {color: #727fab;
	text-decoration: none;
}

a.gray2:visited {color: #727fab;
	text-decoration: none;
}

a.gray2:hover {color: #96a7e3;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #96a7e3;
}


font.darkbluetxt2 {font-family: arial;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #254061;
}

a.darkblue2:link {color: #254061;
	text-decoration: none;
}

a.darkblue2:visited {color: #254061;
	text-decoration: none;
}

a.darkblue2:hover {color: #db4c2c;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #db4c2c;
}
