/* Content CSS Document */

/* General */

p {
	line-height: 16px;
}

h1 {
	color: #d58f59;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	color: #0075bc;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 21px;
	line-height: 36px;
	font-weight: normal;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #df2426;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #df2426;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #df2426;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

.hr {
	margin: 5px 0 5px 0;
	padding: 0;
	color: #c1c7ce;
}

/* Links */

a { color: #08aad8; text-decoration: underline; outline:none;}
a:link { color: #08aad8; text-decoration: underline; outline:none;}
a:hover { color: #df2426; text-decoration: none; outline:none;}
a:visited { color: #08aad8; text-decoration: underline; outline:none;}
a:visited:hover { color: #df2426; text-decoration: none; outline:none;}

#Footer a { color: #b0a193; text-decoration: none; outline:none; padding:0 15px 0 0; text-transform: uppercase;}
#Footer a:link { color: #b0a193; text-decoration: none; outline:none;}
#Footer a:hover { color: #c0722f; text-decoration: none; outline:none;}
#Footer a:visited { color: #b0a193; text-decoration: none; outline:none;}
#Footer a:visited:hover { color: #c0722f; text-decoration: none; outline:none;}

/* Menu Specific */

#MenuNavigation {
	background: url(../images/menunav-bg.gif) top center no-repeat;
	height: 40px;
	margin: 0 auto;	
}

#MenuNavigation ul {
	display: block;
	width: 550px;
}

#MenuNavigation ul li {
	height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 10px 20px 0 20px;
	float: left;
	text-align: center;
}

#MenuNavigation ul li.on {
	background: url(../images/menunav-on.gif) bottom center no-repeat;
}

#MenuNavigation a { color: #08aad8; text-decoration: none; outline:none;}
#MenuNavigation a:link { color: #08aad8; text-decoration: none; outline:none;}
#MenuNavigation a:hover { color: #ffffff; text-decoration: none; outline:none;}
#MenuNavigation a:visited { color: #08aad8; text-decoration: none; outline:none;}
#MenuNavigation a:visited:hover { color: #ffffff; text-decoration: none; outline:none;}

#ClearMenuNav {
	clear: left;
}

.price {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #df2426;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

.menupanel {
	border: 1px solid #8a360a;
	padding: 10px;
}


/* PageHeading Specific */

#PageHeading h1 {
	color: #111111;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	top: -999px;
	position: absolute;
}

#PageHeading h2 {
	color: #111111;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	top: -999px;
	position: absolute;
}

/* Catering Gallery */

#CateringGallery .thumb{
	border: 2px solid #020000;
	margin: 0 2px 0 2px;
}

#CateringGallery .thumb:hover{
	border: 2px solid #08aad8;
}

#MainPhoto {
	width: 450px;
	background: url(../images/mainphoto-bg.gif) top left repeat-y;	
}

/* Form */


