@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999;
	background-image: url(../images/bg-texture.jpg);
	background-repeat: repeat;
}
.container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.oneColFixCtrHdr #header {
	color: #FFFFFF;
	height: 80px;
	margin-top: 1.5em;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
table p  {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding: 0;
}

#menu h2 {
	clear:both;
	text-align:center;
}

#mainContent {
	background-image: url(../images/bg-texture-light.jpg);
	background-repeat: repeat;
	color: #333333;
	border-top: 3px solid #999;
	border-bottom: 3px solid #999;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 90%;
}

#mainContent h1 {
	font-size: 150%;
	background-image: url(../images/fork.gif);
}

#mainContent h2 {
	font-size: 140%;
}

#mainContent h3 {
	font-size: 120%;
}

#mainContent p a:link, #mainContent p a:visited, #mainContent li a:link, #mainContent li a:visited, #mainContent h2 a:link, #mainContent h2 a:visited   {
	text-decoration: none;
	color: #277900;
	font-weight: bold;
}

#mainContent p a:hover, #mainContent li a:hover, #mainContent h2 a:hover  {
	color: #000;
	background-color:#CCCCCC;
}

#mainContent li {
	padding-bottom: 0.5em;
	list-style-type: none;
}

.canapes-bg {
	background-image: url(/images/canapes-bg.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
}

.cakes-bg {
	background-image: url(/images/cakes-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


img {
	border: 0 none;
}

#navigation dd {
	display: inline;
	padding: 0;
	margin: 0;
}

#navigation dl {
	text-align: center;
}

#navigation .middleNav {
	padding-left: 1em;
	background-image:url(/images/nav-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#navigation .Nav {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#navigation .leftNav {
	padding-left: 1em;
	padding-right: 1em;
	background-image:url(/images/nav-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#navigation {
	font-size: 125%;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#navigation a:hover {
	color: #333;
	background-color: #FFF;
	padding: 0.5em;
}

#footer {
}

#footer h4 {
	color: #FFF;
	font-weight: normal;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

.footerBlock {
	color: #333333;
	font-size: 135%;
	width: 300px;
	float: left;
	text-align: center;

}

#footer .middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #333;
	border-left-color: #333;
	padding-left: 2em;
	padding-right: 1em;
}

#footer a:link, #footer a:visited {
	color:#333;
	text-decoration: none;
	border-bottom: 2px dotted #333;
}

#footer h5 {
	margin: 0;
	padding: 0;
}

#footer p {
	margin: 0.2em 0 0 0;
	padding: 0;
	font-size: 115%;
}



#mainContent img {
	margin: 0.3em;
}

.narrow {
	width: 600px;
}

#footer #copyright {
	color: #333;
	text-align: center;
	clear: both;
	padding-top: 3em;
	padding-bottom: 2em;
	font-size: 80%;
}

#header img {
	margin-right: 12em;
}

.slideshow {
	height: 342px;
	width: 990px;
	margin-left: auto;
	margin-right: auto
	margin-bottom: 1em;
}

.slideshow img {
	
}

.quote-left img {
	margin-right: 0;
}


.quote-right img {

}

#quote-right {
	font-size: 175%;
	color: #CCC;
	width: 330px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	float: right;
	margin-top: 1.5em;
}

#quote-left {
	font-size: 175%;
	color: #CCC;
	width: 330px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	float: left;
	margin-top: 1.5em;
}

.quotee {
	font-size: 60%;
	font-style: normal;
}


.enhance {
	border: 2px solid #FFFFFF;
}

#SecondaryNav {
	width: 380px;
	padding: 10px;
	margin-left: 5px!important;
	margin-left: 0;
	float: right;
	color: #277900;
	font-size: 90%;
}

.container #SecondaryNav li {
	list-style-type: none;
	font-size: 110%;
}


.container #SecondaryNav li a {
	color: #277900;
	text-decoration: none;
	border-bottom: 0 none;
	font-weight: bold;
}


.container #SecondaryNav li a:visited {
	color: #277900;
	text-decoration: none;
	border-bottom: 0 none;
}

a.menu:link, a.menu:visited {
	background-image: url(/images/menu.png);
	padding-left: 28px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	font-weight: bold;
}

a.menu:hover {
	padding-left: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	color: #333;
}

input, textarea, select {
	border: 2px solid #3399CC;
	margin: 5px;
}

.description {
	font-style: italic;
	font-size: 95%;
}

#mainContent .container ul {
	padding: 0px;
}

#SideContainer {
	float: right;
	width: 300px;
	margin-right: 4em!important;
	margin-right: 0em;
}

table#pricing  {
	margin-left: auto;
	margin-right: auto;	
}

table#pricing td {
	border-bottom:1px solid #CCC;
	margin:0;
	padding:1em 0 0;
}

table#pricing th {
	border-bottom:1px solid #CCC;
	margin:0;
	padding-left:0;
	text-align: left;
}
.clearBoth {
	clear: both;
}
